summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* use vasprintf in SetIconTooltip instead of open-coding itDenys Vlasenko2009-08-041-32/+30
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: reset SIGCHLD before launching abrt-guiDenys Vlasenko2009-08-041-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: set SIGCHLD to SIG_IGN to prevent zombies from guiDenys Vlasenko2009-08-041-35/+40
| | | | | | | 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-7/+57
|
* Applet: more fixes to work if configure was run with non-default prefixJiri Moskovcak2009-07-221-2/+2
|
* Added notification thru libnotifyJiri Moskovcak2009-04-071-1/+7
|
* Changed applet behaviour according to rhbz#489624Jiri Moskovcak2009-03-111-22/+4
|
* Fixed problem with applet tooltip on x86_64Jiri Moskovcak2009-03-091-0/+2
|
* More renaming issues fixed..Jiri Moskovcak2009-03-041-2/+2
|
* Removed gcc warnings from appletJiri Moskovcak2009-03-021-4/+8
| | | | Changed new crash info message
* More rpm fixesJiri Moskovcak2009-02-251-12/+1
|
* Fixed applet to reflect new gui scriptJiri Moskovcak2009-02-251-5/+8
|
* Added option to run the CC gui from applet.Jiri Moskovcak2009-02-231-1/+29
|
* Readded simple actions to status icon.Jiri Moskovcak2009-02-201-6/+10
|
* Moved dbus backend from lib to applet - better OO model.Jiri Moskovcak2009-02-191-1/+20
|
* Rewritten applet - got rid of gtkmmJiri Moskovcak2009-02-191-16/+14
|
* Rewritten dbus to dbus-c++Jiri Moskovcak2009-02-121-5/+48
| | | | Added possibility to call daemon methods via dbus
* Added simple action to applet (left click hides it)Jiri Moskovcak2009-02-031-2/+19
|
* Initial git commitJiri Moskovcak2009-02-021-0/+45