summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed duplicated languages after wrong mergeJiri Moskovcak2009-08-311-2/+0
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-312-0/+312
|\
| * Sending translation for Dutchwarrink2009-08-311-43/+75
| |
| * Sending translation for po/LINGUASraven2009-08-311-0/+4
| |
| * Sending translation for po/nl.powarrink2009-08-311-0/+276
| |
* | Version 0.0.80.0.8Jiri Moskovcak2009-08-318-387/+433
|/
* Build fixesJiri Moskovcak2009-08-312-2/+2
|
* Sending translation for Japanesekhasida2009-08-311-54/+82
|
* Sending translation for po/es.pobeckerde2009-08-301-0/+279
|
* Sending translation for po/hu.pozoltanh7212009-08-301-0/+295
|
* Sending translation for po/LINGUASraven2009-08-291-0/+1
|
* Sending translation for po/LINGUASvpv2009-08-291-1/+2
|
* Sending translation for po/fi.povpv2009-08-291-0/+305
|
* Sending translation for po/ja.pokhasida2009-08-291-0/+275
|
* Sending translation for po/pl.poraven2009-08-291-0/+310
|
* daemon: log DBus calls with -v; log file creation only with -vvvDenys Vlasenko2009-08-284-67/+80
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove unused CObserver::Debug methodDenys Vlasenko2009-08-284-13/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* daemon: better cleanup logic; added -v option (so far does nothing)Denys Vlasenko2009-08-282-46/+76
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added {Get, Set}Settings functionsZdenek Prikryl2009-08-272-1/+34
|
* fixed rhbz 518606Zdenek Prikryl2009-08-271-50/+41
|
* consolidate container typedefs in one file (we had a few dupes)Denys Vlasenko2009-08-2715-80/+82
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* resolved: Ticket #70: Be more paranoid about Bugzilla.conf permissionsNikola Pajkovsky2009-08-272-7/+1
|
* simplify error handling. CrashWatcher.cpp lost a few wrapper functionsDenys Vlasenko2009-08-279-163/+84
| | | | | | -4k of code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* CCApplet: gettext supportNikola Pajkovsky2009-08-275-16/+110
|
* eliminate global variable g_cwDenys Vlasenko2009-08-274-31/+29
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* added signal JobStarted => removed the ugly sleep() hackJiri Moskovcak2009-08-276-16/+28
|
* don't encode the job id into message string, send it as an separate argumentJiri Moskovcak2009-08-278-27/+38
|
* add job ids (== thread ids) to warning/update DBus messagesDenys Vlasenko2009-08-2620-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() everywhereDenys Vlasenko2009-08-266-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 Pajkovsky2009-08-268-13/+20
| | | | crashes
* further simplify CObserver, CCommLayerServer, and CCrashWatcher classesDenys Vlasenko2009-08-268-180/+60
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make some CrashWatcher member functions static; simplify CObserver classDenys Vlasenko2009-08-267-67/+66
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* eliminate AddOpenGPGPublicKey() and AddBlackListedPackage() stubsDenys Vlasenko2009-08-266-43/+14
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* consolidate common data declarations in new file Daemon.hDenys Vlasenko2009-08-267-30/+72
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-263-56/+55
|\
| * class CRPM: make a few functions nono-membersDenys Vlasenko2009-08-263-56/+55
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | forgot to push abrt_utilsJiri Moskovcak2009-08-261-0/+16
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-261-3/+0
|\
| * removing unused file src/Daemon/exported-symbolsDenys Vlasenko2009-08-261-3/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | removed unneeded fileJiri Moskovcak2009-08-261-438/+0
| |
* | GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-2618-283/+735
|/
* move lib/MiddleWare/RPM.{h,cpp} to src/Daemon, the sole userDenys Vlasenko2009-08-254-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-08-255-9/+139
|\
| * Merge branch 'master' of git://git.fedorahosted.org/abrtZdenek Prikryl2009-08-253-33/+32
| |\
| * | added support for saving settingsZdenek Prikryl2009-08-252-2/+108
| | |
| * | fixed conf: comment in the middle of the line isn't supported anymoreZdenek Prikryl2009-08-251-1/+1
| | |
| * | fixed sql command for update from v1->v2Zdenek Prikryl2009-08-252-6/+30
| | |
* | | more sensible loggingDenys Vlasenko2009-08-2512-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 reportingAnton Arapov2009-08-253-33/+32
|/ | | | back to old logic.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-08-2519-468/+293
|\