summaryrefslogtreecommitdiffstats
path: root/src/Applet/Applet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* trailing whitespace removal. no code changesDenys Vlasenko2009-08-061-17/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: set SIGCHLD to SIG_IGN to prevent zombies from guiDenys Vlasenko2009-08-041-2/+6
| | | | | | | Also, running abrt-gui via popen is definiely wrong. We were leaking a FILE! fixed now. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Applet: Added detection whether daemon is runningJiri Moskovcak2009-07-281-3/+7
|
* Allow only one instance of appletJiri Moskovcak2009-06-161-1/+17
|
* Added notification thru libnotifyJiri Moskovcak2009-04-071-1/+1
|
* Changed applet behaviour according to rhbz#489624Jiri Moskovcak2009-03-111-2/+0
|
* Moved dbus backend from lib to applet - better OO model.Jiri Moskovcak2009-02-191-4/+3
|
* Rewritten applet - got rid of gtkmmJiri Moskovcak2009-02-191-2/+7
|
* Rewritten dbus to dbus-c++Jiri Moskovcak2009-02-121-18/+32
| | | | Added possibility to call daemon methods via dbus
* Initial git commitJiri Moskovcak2009-02-021-0/+40