summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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>
| * | 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
| |\ \
| * \ \ Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-075-24/+463
| |\ \ \
| * \ \ \ Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-073-3/+23
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-09-074-46/+566
| |\ \ \ \ \
| * | | | | | Fixed typo in czech translationJiri Moskovcak2009-09-041-1/+2
| | | | | | |
* | | | | | | Some simple changes to SOSreport plugin. (gavin@redhat.com)Zdenek Prikryl2009-09-072-5/+60
| |_|_|_|_|/ |/| | | | |
* | | | | | correct g_pending_jobs' type; eliminate redundant string passingDenys Vlasenko2009-09-078-42/+41
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | | | 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>
* | | | 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>
* | | Add new config option InstallDebuginfo into CCpp.confNikola Pajkovsky2009-09-073-3/+23
| |/ |/|
* | 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
|/
* 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>
* APPLET: small fixJiri Moskovcak2009-09-041-2/+2
|
* APPLET: added about dialog, removed popup, if icon is not visible, fixed ↵Jiri Moskovcak2009-09-044-38/+173
| | | | | | | | (trac#43) It was confusing for some users, that the applet didn't have any description If the status icon wasn't visible (embedded in tray) the popup was shown in the wrong place Applet isn't shown if GUI is running (trac#43).
* Sending translation for Koreaneukim2009-09-041-21/+33
|