summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* whitespace cleanup, no code changesDenys Vlasenko2010-04-0111-19/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* l10n: Updates to Telugu (te) translationkkrothap2010-04-011-317/+297
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Portuguese (pt) translationruigo2010-04-011-286/+282
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to German (de) translationttrinks2010-04-011-313/+283
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Danish (da) translationkristho2010-04-011-63/+101
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Russian (ru) translationypoyarko2010-03-311-313/+284
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* fixed some compilation problems on F13Jiri Moskovcak2010-03-311-3/+4
| | | | | - see http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking for the details
* updated po filesJiri Moskovcak2010-03-3128-6132/+8091
|
* Do not use now-removed concat_str_vectorKarel Klic2010-03-311-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-316-266/+321
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-311-244/+289
| |\
| | * l10n: Updates to Hebrew (he) translationelad2010-03-311-244/+289
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * | minor fix to sosreport to make it work with latest sos rhbz#576861Jiri Moskovcak2010-03-311-1/+1
| |/ | | | | | | - requires sos-1.9-1
| * minor gui fixesJiri Moskovcak2010-03-312-8/+30
| |
| * abrt.conf: add trailing EOLDenys Vlasenko2010-03-311-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove unused static functionDenys Vlasenko2010-03-311-12/+0
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GetGlobalUUID compatibility with crashes created by older ABRT versionsKarel Klic2010-03-311-3/+115
|/
* l10n: Updates to Spanish (Castilian) (es) translationlogan2010-03-311-238/+73
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-3115-582/+1023
|\
| * l10n: Updates to Polish (pl) translationraven2010-03-311-58/+67
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-03-311-58/+91
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Gujarati (gu) translationswkothar2010-03-311-64/+72
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-312-214/+79
| |\
| | * l10n: Updates to Panjabi (Punjabi) (pa) translationjassy2010-03-311-23/+26
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| | * l10n: Updates to German (de) translationttrinks2010-03-311-191/+53
| | | | | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * | GUI: total rewrite based on design from Mairin DuffyJiri Moskovcak2010-03-316-152/+653
| |/
| * made abrt-applet.desktop translatableJiri Moskovcak2010-03-302-1/+6
| |
| * trivial: better HTTP/curl error reportingDenys Vlasenko2010-03-302-2/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * l10n: Updates to Gujarati (gu) translationswkothar2010-03-301-2/+2
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Gujarati (gu) translationswkothar2010-03-301-38/+45
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Removed trailing whitespaces.Karel Klic2010-03-3112-272/+272
| |
* | Use backtrace parser from abrtutils, new backtrace rating algorithm, store ↵Karel Klic2010-03-262-286/+156
| | | | | | | | crash function if it's known, compute Global UUID in CreateReport
* | Use abrt-backtrace --rate, update pkgdb database path for the new pkgdb versionKarel Klic2010-03-261-2/+2
| |
* | abrt-rate-backtrace is replaced by abrt-backtrace --rateKarel Klic2010-03-261-183/+0
| |
* | Ignore some temp filesKarel Klic2010-03-261-3/+4
| |
* | Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-2623-812/+1079
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace. Move backtrace preprocessign code from abrt-backtrace to the parser. Implemented new backtrace rating algorithm. Added old bt rating algorithm to backtrace.c Move strbuf to lib/Utils, and updated it to use xfuncs. Created separate header for xfuncs. Some functions in xfuncs marked as extern "c", so they can be used in C code. Merged backtrace fallback (independent_backtrace) "parser" into backtrace.{h/c}. Added option --rate to abrt-backtrace, to be able to use the new backtrace rating algorithm in scripts.
* | Simplify rpmbuild callsKarel Klic2010-03-261-26/+12
|/
* l10n: Updates to Danish (da) translationkristho2010-03-261-188/+203
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* PYHOOK: don't use sitecustomize.py rhbz#539497Jiri Moskovcak2010-03-255-19/+15
|
* add one-liner which somehow fell off last commitDenys Vlasenko2010-03-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhfastcheck: a new reporter plugin based on Gavin's workDenys Vlasenko2010-03-259-4/+500
| | | | | | Plugin quickly checks RH support DB for known solutions. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}Denys Vlasenko2010-03-2510-150/+254
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* l10n: Updates to Malayalam (ml) translationanipeter2010-03-251-319/+346
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Panjabi (Punjabi) (pa) translationjassy2010-03-251-245/+324
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Japanese (ja) translationnoriko2010-03-251-281/+315
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Bengali (India) (bn_IN) translationrunab2010-03-241-260/+338
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Finnish (fi) translationvpv2010-03-241-60/+84
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* rhticket: xml-escape stringsDenys Vlasenko2010-03-231-178/+240
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove Firefox plugin, it had no development and was disabled for some timeDenys Vlasenko2010-03-234-1090/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove socket code, it is deadDenys Vlasenko2010-03-2312-806/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>