Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed duplicated languages after wrong merge | Jiri Moskovcak | 2009-08-31 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2009-08-31 | 2 | -0/+312 | |
|\ | ||||||
| * | Sending translation for Dutch | warrink | 2009-08-31 | 1 | -43/+75 | |
| | | ||||||
| * | Sending translation for po/LINGUAS | raven | 2009-08-31 | 1 | -0/+4 | |
| | | ||||||
| * | Sending translation for po/nl.po | warrink | 2009-08-31 | 1 | -0/+276 | |
| | | ||||||
* | | Version 0.0.80.0.8 | Jiri Moskovcak | 2009-08-31 | 8 | -387/+433 | |
|/ | ||||||
* | Build fixes | Jiri Moskovcak | 2009-08-31 | 2 | -2/+2 | |
| | ||||||
* | Sending translation for Japanese | khasida | 2009-08-31 | 1 | -54/+82 | |
| | ||||||
* | Sending translation for po/es.po | beckerde | 2009-08-30 | 1 | -0/+279 | |
| | ||||||
* | Sending translation for po/hu.po | zoltanh721 | 2009-08-30 | 1 | -0/+295 | |
| | ||||||
* | Sending translation for po/LINGUAS | raven | 2009-08-29 | 1 | -0/+1 | |
| | ||||||
* | Sending translation for po/LINGUAS | vpv | 2009-08-29 | 1 | -1/+2 | |
| | ||||||
* | Sending translation for po/fi.po | vpv | 2009-08-29 | 1 | -0/+305 | |
| | ||||||
* | Sending translation for po/ja.po | khasida | 2009-08-29 | 1 | -0/+275 | |
| | ||||||
* | Sending translation for po/pl.po | raven | 2009-08-29 | 1 | -0/+310 | |
| | ||||||
* | 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 | 4 | -13/+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 | 15 | -80/+82 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | resolved: Ticket #70: Be more paranoid about Bugzilla.conf permissions | Nikola Pajkovsky | 2009-08-27 | 2 | -7/+1 | |
| | ||||||
* | simplify error handling. CrashWatcher.cpp lost a few wrapper functions | Denys Vlasenko | 2009-08-27 | 9 | -163/+84 | |
| | | | | | | -4k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | CCApplet: gettext support | Nikola Pajkovsky | 2009-08-27 | 5 | -16/+110 | |
| | ||||||
* | eliminate global variable g_cw | Denys Vlasenko | 2009-08-27 | 4 | -31/+29 | |
| | | | | 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 | 8 | -27/+38 | |
| | ||||||
* | 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 | |
|\ |