| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | APPLET: changed tooltip rhbz#520293 | Jiri Moskovcak | 2009-09-01 | 1 | -2/+2 | |
| | | ||||||
| * | CommLayerServerDBus: rewrote to use dbus, not dbus-c++ | Denys Vlasenko | 2009-09-01 | 5 | -221/+785 | |
| | | | | | | | | | | | | | | | | Expect some rough edges. On the plus side: (1) -15 kb in our own code: text data bss dec hex filename 209057 2664 2640 214361 34559 abrt.z5/abrt-0.0.8/src/Daemon/.libs/abrt 194958 2576 2320 199854 30cae abrt.z6/abrt-0.0.8/src/Daemon/.libs/abrt (2) this will allow us to stop using libdbus-c++-1.so.0 in the future (-200kb of code) (3) a lot of logging added (most on -vvv verbosity level) to help with debug Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | GUI: every item in report is sent by default - added warning dialog to let ↵ | Jiri Moskovcak | 2009-09-01 | 2 | -1/+10 | |
| | | | | | user change it | |||||
| * | GUI: better error message | Jiri Moskovcak | 2009-09-01 | 2 | -3/+3 | |
| | | ||||||
| * | DBUS: return proper ErrorMessage if report fails | Jiri Moskovcak | 2009-09-01 | 2 | -1/+12 | |
| | | ||||||
| * | Fixed report check to really do the checking | Jiri Moskovcak | 2009-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | GUI: improvements to settings dialog | Jiri Moskovcak | 2009-09-01 | 3 | -54/+81 | |
| | | ||||||
| * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-31 | 4 | -3/+9 | |
| |\ | ||||||
| | * | GUI: enabled doubleclick on dump in mainwindow | Jiri Moskovcak | 2009-08-31 | 1 | -1/+6 | |
| | | | ||||||
| | * | Changed JobStarted to pure virtual method | Jiri Moskovcak | 2009-08-31 | 3 | -2/+3 | |
| | | | ||||||
| * | | added report check | Zdenek Prikryl | 2009-08-31 | 1 | -4/+38 | |
| |/ | ||||||
| * | daemon: log DBus calls with -v; log file creation only with -vvv | Denys Vlasenko | 2009-08-28 | 4 | -67/+80 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | remove unused CObserver::Debug method | Denys Vlasenko | 2009-08-28 | 3 | -12/+6 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | daemon: better cleanup logic; added -v option (so far does nothing) | Denys Vlasenko | 2009-08-28 | 2 | -46/+76 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Added {Get, Set}Settings functions | Zdenek Prikryl | 2009-08-27 | 2 | -1/+34 | |
| | | ||||||
| * | fixed rhbz 518606 | Zdenek Prikryl | 2009-08-27 | 1 | -50/+41 | |
| | | ||||||
| * | consolidate container typedefs in one file (we had a few dupes) | Denys Vlasenko | 2009-08-27 | 8 | -48/+31 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | resolved: Ticket #70: Be more paranoid about Bugzilla.conf permissions | Nikola Pajkovsky | 2009-08-27 | 1 | -7/+0 | |
| | | ||||||
| * | simplify error handling. CrashWatcher.cpp lost a few wrapper functions | Denys Vlasenko | 2009-08-27 | 7 | -160/+83 | |
| | | | | | | | -4k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | CCApplet: gettext support | Nikola Pajkovsky | 2009-08-27 | 3 | -12/+58 | |
| | | ||||||
| * | eliminate global variable g_cw | Denys Vlasenko | 2009-08-27 | 3 | -29/+27 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | added signal JobStarted => removed the ugly sleep() hack | Jiri Moskovcak | 2009-08-27 | 6 | -16/+28 | |
| | | ||||||
| * | don't encode the job id into message string, send it as an separate argument | Jiri Moskovcak | 2009-08-27 | 6 | -21/+34 | |
| | | ||||||
| * | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 8 | -50/+65 | |
| | | | | | | | | | renamed: comm_layer_inner_warning -> warn_client comm_layer_inner_status -> update_client Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | replace comm_layer_inner_debug() with log() everywhere | Denys Vlasenko | 2009-08-26 | 2 | -6/+1 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | resolved: Bug 518420 - ordinary user's abrt-applet shows up for root owned ↵ | Nikola Pajkovsky | 2009-08-26 | 6 | -9/+15 | |
| | | | | | crashes | |||||
| * | further simplify CObserver, CCommLayerServer, and CCrashWatcher classes | Denys Vlasenko | 2009-08-26 | 8 | -180/+60 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | make some CrashWatcher member functions static; simplify CObserver class | Denys Vlasenko | 2009-08-26 | 6 | -48/+64 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubs | Denys Vlasenko | 2009-08-26 | 6 | -43/+14 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | consolidate common data declarations in new file Daemon.h | Denys Vlasenko | 2009-08-26 | 7 | -30/+72 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-26 | 3 | -56/+55 | |
| |\ | ||||||
| | * | class CRPM: make a few functions nono-members | Denys Vlasenko | 2009-08-26 | 3 | -56/+55 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | forgot to push abrt_utils | Jiri Moskovcak | 2009-08-26 | 1 | -0/+16 | |
| |/ | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-26 | 1 | -3/+0 | |
| |\ | ||||||
| | * | removing unused file src/Daemon/exported-symbols | Denys Vlasenko | 2009-08-26 | 1 | -3/+0 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | removed unneeded file | Jiri Moskovcak | 2009-08-26 | 1 | -438/+0 | |
| | | | ||||||
| * | | GUI: added support for gettext (+part of czech translation) | Jiri Moskovcak | 2009-08-26 | 8 | -240/+45 | |
| |/ | ||||||
| * | move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole user | Denys Vlasenko | 2009-08-25 | 3 | -0/+281 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt | Denys Vlasenko | 2009-08-25 | 3 | -3/+109 | |
| |\ | ||||||
| | * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-25 | 1 | -1/+1 | |
| | |\ | ||||||
| | * | | added support for saving settings | Zdenek Prikryl | 2009-08-25 | 2 | -2/+108 | |
| | | | | ||||||
| | * | | fixed conf: comment in the middle of the line isn't supported anymore | Zdenek Prikryl | 2009-08-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | more sensible logging | Denys Vlasenko | 2009-08-25 | 8 | -58/+45 | |
| | |/ |/| | | | | | | | | | | | | | | | | | | | comm_layer_inner_debug was jumping through the hoops in order to simply send a message to stderr. this can be made much simpler. also, set logmode to LOGMODE_SYSLOG in abrt daemon, making its log visible if it is daemonized. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | BZ#518413 PATCH ... furious kerneloops reporting | Anton Arapov | 2009-08-25 | 1 | -1/+1 | |
| |/ | | | | back to old logic. | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-25 | 12 | -453/+250 | |
| |\ | ||||||
| | * | eliminate one-use class CDBusServer_adaptor | Denys Vlasenko | 2009-08-25 | 8 | -388/+189 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | move to_string() helper to abrtlib.h | Denys Vlasenko | 2009-08-25 | 1 | -11/+0 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | remove CreateReport() method from server machinery; add comments about DBus | Denys Vlasenko | 2009-08-25 | 8 | -113/+117 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | pass map_crash_report_t by const reference, not by value | Denys Vlasenko | 2009-08-25 | 11 | -28/+31 | |
| | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | GUI: added first part of support for gettext | Jiri Moskovcak | 2009-08-25 | 1 | -0/+15 | |
| |/ | ||||||
