summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Daemon.cpp: improve dbus API doc in comments. no code changesDenys Vlasenko2009-09-081-3/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: eliminate g_pending_jobs[] map and all corresponding TODOs :)Denys Vlasenko2009-09-0810-105/+114
| | | | | | | | | | -6k: text data bss dec hexfilename 194741 2656 2384 199781 30c65abrt.t1/abrt-0.0.8.5/src/Daemon/.libs/abrtd 188316 2648 2320 193284 2f304abrt.t2/abrt-0.0.8.5/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build fixesJiri Moskovcak2009-09-081-1/+1
|
* Added forgotten fileJiri Moskovcak2009-09-081-0/+88
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-0820-175/+2125
|\
| * Sending translation for po/gu.poswkothar2009-09-081-0/+441
| |
| * Sending translation for po/te.pokkrothap2009-09-081-0/+451
| |
| * Sending translation for Russianypoyarko2009-09-081-2/+2
| |
| * Sending translation for Russianypoyarko2009-09-081-32/+155
| |
| * Sending translation for Malayalamanipeter2009-09-081-16/+29
| |
| * Sending translation for Koreaneukim2009-09-081-18/+31
| |
| * abrtd: remove unused AnalyzeComplete dbus signalDenys Vlasenko2009-09-085-19/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Sending translation for Polishraven2009-09-071-4/+4
| |
| * Sending translation for Polishtch2009-09-071-10/+24
| |
| * Sending translation for po/bn_IN.porunab2009-09-071-0/+430
| |
| * Sending translation for po/mr.posandeeps2009-09-071-0/+448
| |
| * Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-071-16/+29
| |\
| | * Sending translation for Dutchwarrink2009-09-071-16/+29
| | |
| * | preparatory work for proper (i.e. unicast) server->client dbus communicationDenys Vlasenko2009-09-075-24/+48
| |/ | | | | | | | | | | | | | | + /* send unicast dbus signal */ + if (!dbus_message_set_destination(msg, pDest)) + die_out_of_memory(); Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-078-42/+41
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: added UI for global settings (just preview, not usable!)Jiri Moskovcak2009-09-088-9/+299
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-075-46/+58
|\|
| * use CRPM class only in MiddleWare.cppDenys Vlasenko2009-09-074-16/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * PluginManager.cpp: small optimization: don't search twice in containersDenys Vlasenko2009-09-071-30/+43
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-075-24/+463
|\|
| * Sending translation for Czechraven2009-09-071-2/+1
| |
| * Sending translation for Polishraven2009-09-071-3/+2
| |
| * Sending translation for po/ml.poanipeter2009-09-071-0/+432
| |
| * Add checker if bugzilla login and password are filled in.Nikola Pajkovsky2009-09-071-19/+24
| |
| * add comment about VERBn macrosDenys Vlasenko2009-09-071-0/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-073-3/+23
|\|
| * Add new config option InstallDebuginfo into CCpp.confNikola Pajkovsky2009-09-073-3/+23
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-074-46/+566
|\|
| * Sending translation for Tamilifelix2009-09-071-19/+121
| |
| * Sending translation for Oriyamgiri2009-09-071-5/+10
| |
| * Sending translation for Brazilian Portugueseigor2009-09-051-22/+22
| |
| * Sending translation for Portugueseruigo2009-09-051-42/+19
| |
| * Sending translation for po/pt.poruigo2009-09-051-0/+436
| |
* | Fixed typo in czech translationJiri Moskovcak2009-09-041-1/+2
|/
* Updated czech translationJiri Moskovcak2009-09-041-55/+63
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-042-46/+322
|\
| * Sending translation for Polishraven2009-09-041-46/+18
| |
| * Sending translation for po/or.pomgiri2009-09-041-0/+304
| |
* | new version0.0.8.5Jiri Moskovcak2009-09-042-3/+16
| | | | | | | | + added check for python-devel to aconfigure.ac
* | whitespace fixJiri Moskovcak2009-09-041-3/+3
|/
* abrtd: make it verbose only on -v[vvvv]Denys Vlasenko2009-09-041-39/+45
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* typedef cleanup. no code changesDenys Vlasenko2009-09-0411-48/+48
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: move FindNewDumps() out of init sectionDenys Vlasenko2009-09-041-16/+19
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: much more extensive logging at start. to be hidden under -v laterDenys Vlasenko2009-09-043-46/+86
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: additional logging on initialization failureDenys Vlasenko2009-09-041-2/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>