summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* APPLET: make applet popup menu translatableJiri Moskovcak2010-03-191-124/+83
| | | | | | - the non-stock buttons were not translatable - the about dialog uses "translator-credits" to show only the translator(s) of the current language
* removed some dead codeJiri Moskovcak2010-03-111-4/+0
|
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-111-10/+124
| | | | Revieved by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-6/+5
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* applet: reduce blinking timeout to 3 secDenys Vlasenko2010-01-271-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: assorted fixes prompted by security analysis; more to comeDenys Vlasenko2010-01-111-5/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: misc fixesDenys Vlasenko2010-01-111-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated creditsJiri Moskovcak2010-01-041-1/+9
| | | | - hopefully alphabetically ordered
* applet: reduce blinking time to 30 secondsDenys Vlasenko2009-12-151-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* style fixes, no code changesDenys Vlasenko2009-12-101-9/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* applet: make animation stop after 1 minute. (closes bug 108)Denys Vlasenko2009-12-101-0/+4
| | | | | | 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>
* 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
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* APPLET: fixes based on review from DenysJiri Moskovcak2009-11-161-29/+40
| | | | | | - 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-3/+62
| | | | | | - 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-4/+4
| | | | | | - 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-55/+61
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-181-8/+3
| | | | | | | | | | | | text data bss dec hex filename 182372 2624 2320 187316 2dbb4 abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd 180635 2584 1968 185187 2d363 abrt.t3/abrt-0.0.8.5/src/Daemon/.libs/abrtd 34110 1340 768 36218 8d7a abrt.t2/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 30202 1292 224 31718 7be6 abrt.t3/abrt-0.0.8.5/src/CLI/.libs/abrt-cli 22116 1688 376 24180 5e74 abrt.t2/abrt-0.0.8.5/src/Applet/.libs/abrt-applet 21254 1648 88 22990 59ce abrt.t3/abrt-0.0.8.5/src/Applet/.libs/abrt-applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: remove dbus-c++ glue. -50k of codeDenys Vlasenko2009-09-181-93/+9
| | | | | | | | | | 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/+25
|
* moake one sfunction static; style fixesDenys Vlasenko2009-09-141-13/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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 ↵Jiri Moskovcak2009-09-041-35/+116
| | | | | | | | (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-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 ↵Nikola Pajkovsky2009-08-261-2/+7
| | | | crashes
* 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
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | 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
| | | | 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