summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
|
* Sending translation for Spanishgguerrer2009-09-041-53/+68
|
* Sending translation for Koreaneukim2009-09-041-35/+42
|
* Sending translation for Polishtch2009-09-041-11/+41
|
* Sending translation for Polishraven2009-09-031-15/+11
|
* Sending translation for Dutchwarrink2009-09-031-15/+14
|
* Settings.cpp: small fix in .conf saving error reporting; whitespace fixesDenys Vlasenko2009-09-031-48/+50
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* abrtd: simplify .conf file savingDenys Vlasenko2009-09-032-82/+71
| | | | | | | | | -2k: text data bss dec hex filename 197276 2624 2352 202252 3160c abrt.t4/abrt-0.0.8/src/Daemon/.libs/abrtd 195513 2656 2352 200521 30f49 abrt.t6/abrt-0.0.8/src/Daemon/.libs/abrtd Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-033-17/+22
|\
| * renamed abrt to abrtd, few minor spec file fixesJiri Moskovcak2009-09-033-17/+22
| | | | | | | | | | abrtd is less confusing for users as it stands for abrt daemon added some obsoletes to make the installation smooth and remove bbuddy
* | CommLayerServerDBus: wire up {Get,Set}Settings as dbus methodsDenys Vlasenko2009-09-031-13/+53
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Settings: add comments, do some trivial simplificationsDenys Vlasenko2009-09-033-63/+94
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2009-09-0313-761/+1457
|\
| * Sending translation for po/de.pofab2009-09-031-0/+419
| |
| * Change report logic.Nikola Pajkovsky2009-09-031-22/+25
| | | | | | | | | | | | | | * Check duplicity. If duplicity exist, return bug id * Login * Report bug * Logout
| * Sending translation for Spanishbeckerde2009-09-031-194/+181
| |
| * Sending translation for Polishraven2009-09-031-142/+146
| |
| * Sending translation for Dutchwarrink2009-09-031-9/+13
| |
| * Made abrt service start by deafultJiri Moskovcak2009-09-031-2/+3
| |
| * fix polkitDaniel Novotny2009-09-032-3/+3
| |