Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add job ids (== thread ids) to warning/update DBus messages | Denys Vlasenko | 2009-08-26 | 20 | -98/+139 | |
| | | | | | | | | 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 | 6 | -33/+24 | |
| | | | | 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 | 8 | -13/+20 | |
| | | | | 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 | 7 | -67/+66 | |
| | | | | 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 | 18 | -283/+735 | |
|/ | ||||||
* | move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole user | Denys Vlasenko | 2009-08-25 | 4 | -1/+1 | |
| | | | | 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 | 5 | -9/+139 | |
|\ | ||||||
| * | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-25 | 3 | -33/+32 | |
| |\ | ||||||
| * | | 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 | |
| | | | ||||||
| * | | fixed sql command for update from v1->v2 | Zdenek Prikryl | 2009-08-25 | 2 | -6/+30 | |
| | | | ||||||
* | | | more sensible logging | Denys Vlasenko | 2009-08-25 | 12 | -82/+63 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | 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 | 3 | -33/+32 | |
|/ | | | | back to old logic. | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-25 | 19 | -468/+293 | |
|\ | ||||||
| * | Merge branch 'master' of git://git.fedorahosted.org/git/abrt | Daniel Novotny | 2009-08-25 | 11 | -407/+205 | |
| |\ | ||||||
| | * | eliminate one-use class CDBusServer_adaptor | Denys Vlasenko | 2009-08-25 | 9 | -390/+191 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | nuke unused variable | Denys Vlasenko | 2009-08-25 | 1 | -5/+0 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| | * | move to_string() helper to abrtlib.h | Denys Vlasenko | 2009-08-25 | 2 | -12/+14 | |
| | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | | add new parameter to FileTransfer plugin | Daniel Novotny | 2009-08-25 | 2 | -3/+24 | |
| |/ | ||||||
| * | remove CreateReport() method from server machinery; add comments about DBus | Denys Vlasenko | 2009-08-25 | 9 | -114/+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 | 14 | -31/+34 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | GUI: added first part of support for gettext | Jiri Moskovcak | 2009-08-25 | 2 | -0/+100 | |
|/ | ||||||
* | Merge branch 'master' of git://git.fedorahosted.org/abrt | Zdenek Prikryl | 2009-08-24 | 8 | -15/+257 | |
|\ | ||||||
| * | separate DBus::Glib::BusDispatcher creating from CommLayerServerDBus creation | Denys Vlasenko | 2009-08-24 | 3 | -9/+21 | |
| | | | | | | | | | | | | | | | | it's technically wrong to do it that way. It was not biting us because we were creating just one object, but it was also ugly. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-24 | 4 | -25/+25 | |
| |\ | ||||||
| * | | GUI: few improvements, to be more userfriendly | Jiri Moskovcak | 2009-08-24 | 4 | -5/+235 | |
| | | | ||||||
| * | | LOGGER: return valid uri of the log file on succes | Jiri Moskovcak | 2009-08-24 | 1 | -1/+1 | |
| | | | ||||||
* | | | added support for updating abrt's table | Zdenek Prikryl | 2009-08-24 | 2 | -6/+90 | |
| | | | ||||||
* | | | added check for cc-list and reporter. | Zdenek Prikryl | 2009-08-24 | 2 | -2/+40 | |
| |/ |/| | | | | | +1 is created iff reporter is somebody else and current user isn't in cc list. | |||||
* | | trivial simplification: make LoadSettings() take char*, not string& param | Denys Vlasenko | 2009-08-24 | 4 | -25/+25 | |
|/ | | | | | | and some cosmetics... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | typo fixes | Jiri Moskovcak | 2009-08-24 | 1 | -2/+2 | |
| | ||||||
* | GUI: bring the GUI up to front instead of just blinking in taskbar (trac#60, ↵ | Jiri Moskovcak | 2009-08-24 | 2 | -2/+1 | |
| | | | | rhbz#512390) | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-24 | 1 | -4/+3 | |
|\ | ||||||
| * | Try to execute $bindir/abrt-gui, then fall back to $PATH search. Closes bug 65 | Denys Vlasenko | 2009-08-24 | 1 | -4/+3 | |
| | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | | APPLET: added popup menu (trac#37, rhbz#518386) | Jiri Moskovcak | 2009-08-24 | 4 | -5/+84 | |
|/ | ||||||
* | eliminate data duplication in Settings and MiddleWare | Denys Vlasenko | 2009-08-24 | 3 | -47/+17 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | dismantle single-instance class CSettings | Denys Vlasenko | 2009-08-24 | 4 | -296/+224 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | convert two PluginManager member functions to non-member ones | Denys Vlasenko | 2009-08-24 | 6 | -140/+142 | |
| | | | | | | some cleanups for previous commits included too Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | hardcode CPluginManager constructor's parameters, they are constant | Denys Vlasenko | 2009-08-24 | 3 | -21/+7 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | eliminate class DynamicLybrary by folding it into class ABRTPlugin | Denys Vlasenko | 2009-08-24 | 6 | -139/+21 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | move CSettings::inner_types out of class CSettings. They are generic types | Denys Vlasenko | 2009-08-24 | 4 | -33/+32 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |