summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-12-071-149/+165
| |\
| | * Sending translation for Dutchwarrink2009-12-071-149/+165
| | |
| * | PyHook: better logic for checking if abrtd is running rhbz#539987Jiri Moskovcak2009-12-075-59/+35
| |/
| * re-enabled gpg sign checkingJiri Moskovcak2009-12-071-1/+1
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-12-072-15/+9
| |\
| | * kerneloops: fix the linux kernel version identification 2nd try.Anton Arapov2009-12-071-1/+1
| | | | | | | | | | | | | | | | | | change copypasted strchrnul() to strchr()... so that it will work. Credits to Denys.
| | * gui: removing unused self.update_pBarDenys Vlasenko2009-12-071-14/+8
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | PyHook: use repr() for displaying variables rhbz#545070Jiri Moskovcak2009-12-071-1/+1
| |/
| * kerneloops: fix the linux kernel version identificationAnton Arapov2009-12-071-1/+3
| | | | | | | | version string can and by ')' in some of the reports
| * Sending translation for Marathisandeeps2009-12-071-142/+127
| |
| * Sending translation for Oriyamgiri2009-12-071-134/+125
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-12-0724-41/+45
| |\
| | * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2009-12-0773-2027/+3301
| | |\
| | | * *: remove most of remaining const string& paramsDenys Vlasenko2009-12-0723-40/+44
| | | | | | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * | Fixed fprintf format warningKarel Klic2009-12-071-1/+1
| | | |
| * | | GUI: more fixes by rrakus@redhat.comJiri Moskovcak2009-12-077-518/+654
| | |/ | |/|
| * | Sending translation for Punjabijassy2009-12-071-125/+141
| | |
| * | Sending translation for Gujaratiswkothar2009-12-071-153/+140
| | |
| * | remove std::string usage from class CABRTException.Denys Vlasenko2009-12-0616-63/+75
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | Sending translation for Germankenda2009-12-061-196/+172
| | |
| * | Sending translation for Spanishbeckerde2009-12-061-151/+140
| | |
| * | Sending translation for Hebrewelad2009-12-061-126/+134
| | |
| * | Sending translation for Frenchratal2009-12-061-130/+182
| | |
| * | Sending translation for po/en_GB.pobruce892009-12-051-0/+563
| | |
| * | Sending translation for po/he.poelad2009-12-051-0/+555
| | |
| * | Sending translation for Polishraven2009-12-041-138/+126
| | |
| * | do not send "MISSING:" over dbus; clarify a message in debuginfo installerDenys Vlasenko2009-12-042-1/+2
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | small fix on top of DeleteDebugDump changeDenys Vlasenko2009-12-043-4/+4
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-0417-655/+635
|\| |
| * | simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATALDenys Vlasenko2009-12-047-90/+24
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | GUI: gui fixes from rrakus@redhat.comJiri Moskovcak2009-12-0410-565/+611
| | |
* | | Merge branch 'master' of git://git.fedorahosted.org/git/abrtKarel Klic2009-12-043-15/+13
|\| |
| * | dbus: stop returning bool from DeleteDebugDump call, it's not neededDenys Vlasenko2009-12-042-10/+4
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | SQLite3: fix leak on error path; log SQL cmd and results on -vvDenys Vlasenko2009-12-041-5/+9
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | | Proper error message on chown failureKarel Klic2009-12-041-2/+2
|/ /
* | added document with more detailed IMPLEMENTATION infoJiri Moskovcak2009-12-041-0/+88
| |
* | whitespace cleanupDenys Vlasenko2009-12-0310-40/+40
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | SQLite3: string& -> char*, -8k in code sizeDenys Vlasenko2009-12-036-216/+217
| | | | | | | | | | | | Run tested Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | rename CreateReport -> StartJob, GetJobResult -> CreateReportDenys Vlasenko2009-12-037-28/+31
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | hopefully fix rhbz#541854: when we trim the dir, we must delete it from DB tooDenys Vlasenko2009-12-038-198/+251
|/ | | | | | Also added a more robust code to resis SEGVing if directory doesn't exist. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Added forgotten mem check.Karel Klic2009-12-031-1/+7
|
* abrt-backtrace called with bt file pathKarel Klic2009-12-031-24/+8
|
* build fixesJiri Moskovcak2009-12-034-8/+21
|
* updated DESINGJiri Moskovcak2009-12-031-1/+20
|
* small fix to spec file, should make yum abrt install fasterJiri Moskovcak2009-12-031-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-12-031-1/+2
|\
| * Add abrt group only if it is missing; fixes rhbz#543250Karel Klic2009-12-031-1/+2
| |
* | GUI: handle cases when gui fails to start daemon on demand rhbz#543725Jiri Moskovcak2009-12-033-4/+12
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2009-12-034-35/+50
|\
| * abrt.spec: straighten out relations between abrt-desktop and abrt-guiDenys Vlasenko2009-12-021-14/+17
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>