summaryrefslogtreecommitdiffstats
path: root/src/gui/CCDBusBackend.py
Commit message (Collapse)AuthorAgeFilesLines
* remove old python guiNikola Pajkovsky2011-03-111-224/+0
| | | | | | no code changed Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fixed some gui warnings rhbz#671488Jiri Moskovcak2011-01-251-1/+2
| | | | | | - it turned out to be caused by some unused code we had in git, so I just removed it and find out, that I was redefining the "show" signal from GObject, so I renamed it to "show_gui"
* disable SetSettings dbus call codeDenys Vlasenko2011-01-201-5/+7
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* GUI: handle crashdir parameter in crash_cbJiri Moskovcak2010-11-231-1/+1
| | | | | | - crashdir in now in Crash signal, so we need to modify crash_cb to know about it, otherwise it ends up with exception and gui is not refreshed when crash happens while the gui is open
* remove PLUGIN_DYNAMIC_LOAD_UNLOADNikola Pajkovsky2010-11-191-7/+0
| | | | | | it contains polkit Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* remove unused SetPluginSettings(...)Nikola Pajkovsky2010-11-161-3/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GUI: minor fix to dbus backend to prevent exceptions when kerneloops happen ↵Jiri Moskovcak2010-10-191-2/+1
| | | | | | | | while gui is open - if oops happen abrtd sends a crash signal without uid_str parameter, but the old code expects 3 paramaters and throws an exception this patch fixes this problem by making the uid parameter optional
* added package, uuid and uid as parameters to "crash" signalJiri Moskovcak2010-08-301-8/+7
|
* GUI: increase dbus timeout in Report() callDenys Vlasenko2010-08-171-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-0/+231
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>