summaryrefslogtreecommitdiffstats
path: root/src/Applet/Applet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* A message change suggested by SilasKarel Klic2010-07-151-1/+1
|
* applet: do not annoy user with repeated crash *dialogs* (icon is ok)Denys Vlasenko2010-07-141-9/+26
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lower-case devel headersNikola Pajkovsky2010-07-091-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-111-4/+16
| | | | Revieved by: Denys Vlasenko <vda.linux@googlemail.com>
* add ProcessUnpackaged option to abrt.confDenys Vlasenko2010-03-051-5/+7
| | | | | | Based on patch by Pekka Pietikainen <pp@ee.oulu.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-071-7/+6
| | | | | | Also add copyright banners to all files which were missing them Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* APPLET: don't show the icon when abrtd is not runningJiri Moskovcak2010-01-311-2/+1
| | | | | - happens when user disabled abrtd service and abrt-applet started without daemon
* abrtd: proper fix to autostart problemDenys Vlasenko2010-01-271-0/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrt-applet: downgrade annoying log() to VERB1 log()Denys Vlasenko2009-12-111-1/+2
| | | | 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>
* whitespace cleanupsDenys Vlasenko2009-11-181-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* don't show icon on abrtd start/stop rhbz#537630Jiri Moskovcak2009-11-151-4/+3
| | | | | | - this feature would show the icon even after abrt update, which would show the icon and thus might confuse user with the warning sign
* InformAllUsers support. enabled by default for Kerneloops. Tested wuth CCpp.Denys Vlasenko2009-11-051-10/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* kerneloop has uid = -1 newNikola Pajkovsky2009-11-031-4/+4
|
* s/CC_DBUS_/ABRTD_DBUS_/gDenys Vlasenko2009-11-021-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Normal user can see kerneloops and report itNikola Pajkovsky2009-10-291-2/+7
| | | | Bugzilla memory leaks fix
* abrtd: add an optional 2nd parameter to Report dbus callDenys Vlasenko2009-09-241-18/+3
| | | | | | Also, simplified dbus code a bit. 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-1/+0
| | | | | | | | | | | | 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-44/+205
| | | | | | | | | | 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/+8
|
* APPLET: added about dialog, removed popup, if icon is not visible, fixed ↵Jiri Moskovcak2009-09-041-2/+2
| | | | | | | | (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-1/+3
|
* APPLET: changed tooltip rhbz#520293Jiri Moskovcak2009-09-011-2/+2
|
* CCApplet: gettext supportNikola Pajkovsky2009-08-271-4/+26
|
* 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