summaryrefslogtreecommitdiffstats
path: root/src/Applet
Commit message (Collapse)AuthorAgeFilesLines
* trivial fix - added a log message to appletJiri Moskovcak2010-07-281-0/+1
| | | | | - log when applet doesn't show the notification because of the repeated crash
* build fixes for gcc 4.5Jiri Moskovcak2010-07-262-3/+3
|
* style fixes, no code changesDenys Vlasenko2010-07-221-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed tooltip localization rhbz#574693Jiri Moskovcak2010-07-192-5/+7
|
* 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>
* String updatesKarel Klic2010-07-121-1/+1
|
* lower-case devel headersNikola Pajkovsky2010-07-091-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* English and message format fixesDenys Vlasenko2010-06-301-12/+16
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fixed typo from the last commitJiri Moskovcak2010-05-031-1/+1
|
* updated icons rhbz#587698Jiri Moskovcak2010-05-031-1/+5
| | | | - thanks to Lapo Calamandrei for the icons
* made abrt-applet.desktop translatableJiri Moskovcak2010-03-302-1/+6
|
* Move dbus code to libABRTUtils. It makes libABRTUtils depend on four more libs,Denys Vlasenko2010-03-191-2/+1
| | | | | | | but allows abrt-applet to not depend on libABRTdUtils, thus going down from 78 to 48 dep libs Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* APPLET: make applet popup menu translatableJiri Moskovcak2010-03-194-207/+85
| | | | | | - 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-112-6/+0
|
* GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-113-17/+148
| | | | 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>
* icons repackagingJiri Moskovcak2010-03-011-1/+1
|
* *: remove all usages of C++ streams (-10k in code size)Denys Vlasenko2010-02-073-15/+12
| | | | | | 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
* applet: reduce blinking timeout to 3 secDenys Vlasenko2010-01-271-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* 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>
* *: 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>
* 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-103-11/+11
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* applet: make animation stop after 1 minute. (closes bug 108)Denys Vlasenko2009-12-102-0/+5
| | | | | | 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-072-2/+2
| | | | 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>
* fixed wrong commitJiri Moskovcak2009-12-011-1/+1
|
* APPLET: stop animation when it's not needed rhbz#542157Jiri Moskovcak2009-12-011-0/+1
|
* split libABRTdUtils from libABRTUtils. This makes hooks _much_ smaller.Denys Vlasenko2009-11-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanupsDenys Vlasenko2009-11-182-3/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* APPLET: fixes based on review from DenysJiri Moskovcak2009-11-162-33/+44
| | | | | | - 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-163-3/+83
| | | | | | - 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-153-9/+8
| | | | | | - 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>
* comment out unused code in appletDenys Vlasenko2009-09-222-62/+66
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove a few C++-isms where they did not buy any convenience anywayDenys Vlasenko2009-09-182-9/+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-186-522/+221
| | | | | | | | | | 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>
* factored out dbus init from CommLayerServerDBus.cpp to lib/Utils/abrt_dbus.cppDenys Vlasenko2009-09-171-3/+3
| | | | | | this will allow me to reuse this code for applet Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' into experimentalNikola Pajkovsky2009-09-173-8/+378
|\ | | | | | | | | Conflicts: po/pa.po
| * Move lib/Utils/DBusClientProxy.* to src/Applet/; do not link rpm to libABRTUtilsDenys Vlasenko2009-09-173-8/+364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a result, we can drop these libs from libABRTUtils: libbz2.so.1 => /lib64/libbz2.so.1 (0x00007ff8934ef000) libdb-4.7.so => /lib64/libdb-4.7.so (0x00007ff8921ae000) libdbus-c++-1.so.0 => /usr/lib64/libdbus-c++-1.so.0 (0x00007ff895276000) libelf.so.1 => /usr/lib64/libelf.so.1 (0x00007ff8930c5000) liblua-5.1.so => /usr/lib64/liblua-5.1.so (0x00007ff892c7a000) liblzma.so.0 => /usr/lib64/liblzma.so.0 (0x00007ff892ea5000) libnspr4.so => /lib64/libnspr4.so (0x00007ff890ec2000) libnss3.so => /lib64/libnss3.so (0x00007ff892948000) libnssutil3.so => /lib64/libnssutil3.so (0x00007ff891505000) libplc4.so => /lib64/libplc4.so (0x00007ff891300000) libplds4.so => /lib64/libplds4.so (0x00007ff8910fd000) libpopt.so.0 => /lib64/libpopt.so.0 (0x00007ff89273f000) librpmio.so.0 => /usr/lib64/librpmio.so.0 (0x00007ff8954a8000) librpm.so.0 => /usr/lib64/librpm.so.0 (0x00007ff8956d9000) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>