summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.h
Commit message (Collapse)AuthorAgeFilesLines
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-2/+1
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, no code changesDenys Vlasenko2009-12-101-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* applet: make animation stop after 1 minute. (closes bug 108)Denys Vlasenko2009-12-101-0/+1
| | | | | | See https://fedorahosted.org/abrt/ticket/108 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanupDenys Vlasenko2009-12-031-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* APPLET: fixes based on review from DenysJiri Moskovcak2009-11-161-4/+4
| | | | | | - fixed coding style - some optimalization - added fallback if loading icons fails
* APPLET: changed icon from default gtk-warning to abrt specific, add animationJiri Moskovcak2009-11-161-0/+20
| | | | | | - there were complaints about abrt using standard warning icon, which is confusing, so I changed it to use abrt spefic icon and made it move, to attract user attention
* don't show icon on abrtd start/stop rhbz#537630Jiri Moskovcak2009-11-151-1/+1
| | | | | | - this feature would show the icon even after abrt update, which would show the icon and thus might confuse user with the warning sign
* comment out unused code in appletDenys Vlasenko2009-09-221-7/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-19/+3
| | | | | | | | | | text data bss dec hex filename 70529 2144 1528 74201 121d9 abrt.t0/UNPACKED/usr/bin/abrt-applet 22116 1688 376 24180 5e74 abrt.t1/UNPACKED/usr/bin/abrt-applet Also, we do not use dbus-c++ anymore, which is 200k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* add dbus signalization when quota exceededNikola Pajkovsky2009-09-171-0/+3
|
* move lib/CommLayer/CommLayerClientDBus.{h,cpp) -> src/CLIDenys Vlasenko2009-09-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typedef cleanup. no code changesDenys Vlasenko2009-09-041-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* APPLET: added about dialog, removed popup, if icon is not visible, fixed ↵Jiri Moskovcak2009-09-041-1/+5
| | | | | | | | (trac#43) It was confusing for some users, that the applet didn't have any description If the status icon wasn't visible (embedded in tray) the popup was shown in the wrong place Applet isn't shown if GUI is running (trac#43).
* APPLET: removed the warning bubble about not running abrt service (walters)Jiri Moskovcak2009-09-021-0/+1
|
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned ↵Nikola Pajkovsky2009-08-261-1/+1
| | | | crashes
* APPLET: added popup menu (trac#37, rhbz#518386)Jiri Moskovcak2009-08-241-0/+8
|
* abrt-applet: set SIGCHLD to SIG_IGN to prevent zombies from guiDenys Vlasenko2009-08-041-27/+23
| | | | | | | 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>
* DBus: Many fixes to client -> cli works again, changed JobDone notificationJiri Moskovcak2009-08-031-2/+2
|
* Applet: Added detection whether daemon is runningJiri Moskovcak2009-07-281-0/+6
|
* Applet: more fixes to work if configure was run with non-default prefixJiri Moskovcak2009-07-221-0/+4
|
* Added notification thru libnotifyJiri Moskovcak2009-04-071-0/+2
|
* Made Crash() privateJiri Moskovcak2009-03-111-6/+3
|
* Readded simple actions to status icon.Jiri Moskovcak2009-02-201-2/+5
|
* Moved dbus backend from lib to applet - better OO model.Jiri Moskovcak2009-02-191-1/+10
|
* Rewritten applet - got rid of gtkmmJiri Moskovcak2009-02-191-5/+8
|
* Rewritten dbus to dbus-c++Jiri Moskovcak2009-02-121-2/+11
| | | | Added possibility to call daemon methods via dbus
* Added simple action to applet (left click hides it)Jiri Moskovcak2009-02-031-0/+8
|
* Initial git commitJiri Moskovcak2009-02-021-0/+37