summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.cpp
Commit message (Expand)AuthorAgeFilesLines
* APPLET: make applet popup menu translatableJiri Moskovcak2010-03-191-124/+83
* removed some dead codeJiri Moskovcak2010-03-111-4/+0
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-111-10/+124
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-6/+5
* applet: reduce blinking timeout to 3 secDenys Vlasenko2010-01-271-1/+1
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-5/+6
* *: misc fixesDenys Vlasenko2010-01-111-1/+1
* updated creditsJiri Moskovcak2010-01-041-1/+9
* applet: reduce blinking time to 30 secondsDenys Vlasenko2009-12-151-1/+1
* style fixes, no code changesDenys Vlasenko2009-12-101-9/+9
* applet: make animation stop after 1 minute. (closes bug 108)Denys Vlasenko2009-12-101-0/+4
* *: remove most of remaining const string& paramsDenys Vlasenko2009-12-071-1/+1
* fixed wrong commitJiri Moskovcak2009-12-011-1/+1
* APPLET: stop animation when it's not needed rhbz#542157Jiri Moskovcak2009-12-011-0/+1
* whitespace cleanupsDenys Vlasenko2009-11-181-2/+1
* APPLET: fixes based on review from DenysJiri Moskovcak2009-11-161-29/+40
* APPLET: changed icon from default gtk-warning to abrt specific, add animationJiri Moskovcak2009-11-161-3/+62
* don't show icon on abrtd start/stop rhbz#537630Jiri Moskovcak2009-11-151-4/+4
* comment out unused code in appletDenys Vlasenko2009-09-221-55/+61
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-8/+3
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-93/+9
* add dbus signalization when quota exceededNikola Pajkovsky2009-09-171-0/+25
* moake one sfunction static; style fixesDenys Vlasenko2009-09-141-13/+12
* APPLET: fixed licence wrappingJiri Moskovcak2009-09-141-4/+5
* APPLET: small fixJiri Moskovcak2009-09-041-2/+2
* APPLET: added about dialog, removed popup, if icon is not visible, fixed (tra...Jiri Moskovcak2009-09-041-35/+116
* APPLET: removed the warning bubble about not running abrt service (walters)Jiri Moskovcak2009-09-021-2/+15
* resolved: Ticket #70: Be more paranoid about Bugzilla.conf permissionsNikola Pajkovsky2009-08-271-7/+0
* CCApplet: gettext supportNikola Pajkovsky2009-08-271-8/+30
* resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned c...Nikola Pajkovsky2009-08-261-2/+7
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-241-4/+3
|\
| * Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65Denys Vlasenko2009-08-241-4/+3
* | APPLET: added popup menu (trac#37, rhbz#518386)Jiri Moskovcak2009-08-241-4/+52
|/
* use vasprintf in SetIconTooltip instead of open-coding itDenys Vlasenko2009-08-041-32/+30
* abrt-applet: reset SIGCHLD before launching abrt-guiDenys Vlasenko2009-08-041-0/+1
* abrt-applet: set SIGCHLD to SIG_IGN to prevent zombies from guiDenys Vlasenko2009-08-041-35/+40
* 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
* 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