summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Updates to Finnish (fi) translationvpv2010-05-261-342/+356
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* make log window resizable (again)Denys Vlasenko2010-05-251-3/+0
| | | | | | | Log window is meant to make it possible to see the log. Non-resizable window makes it annoyingly difficult... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* sosreport: do not assume .bz2 suffix, it can be .gz, .xz etcDenys Vlasenko2010-05-251-33/+39
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: fixed per package reporter configurationJiri Moskovcak2010-05-251-1/+7
| | | | | - the per-package reporter has higher priority so it shouldn't be overwritten by the group reporter
* trivial: stop leaking signal pipe to childrenDenys Vlasenko2010-05-251-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: close lock file on execDenys Vlasenko2010-05-251-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* KerneloopsSysLog.cpp: do not stop on "--- [ cut here ] ---" lineDenys Vlasenko2010-05-253-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* update some utility devel scripts, no impact on usersDenys Vlasenko2010-05-253-2/+15
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-251-0/+1
|\
| * trivial: close inotify_fd on execDenys Vlasenko2010-05-251-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | add new examples with line --cut here--Nikola Pajkovsky2010-05-253-1/+86
|/ | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* added glade file forgotten from the last commitJiri Moskovcak2010-05-251-0/+73
|
* GUI: added the new wizard interface (not active now)Jiri Moskovcak2010-05-2545-1401/+7681
| | | | | - just added the files to repo so translators can start working on localization
* l10n: Updates to French (fr) translationsamfreemanz2010-05-251-277/+284
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* More fixes for /var/cache/abrt -> /var/spool/abrt conversion1.1.3Denys Vlasenko2010-05-2110-25/+35
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove "rename(DEBUG_DUMPS_DIR_OLD, DEBUG_DUMPS_DIR)" compat kludgeDenys Vlasenko2010-05-213-9/+0
| | | | | | | It causes selinux problems by itself. Even though we ovn both dirs, attempting to move them is not allowed... Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* l10n: Updates to Hindi (hi) translationrajesh2010-05-201-277/+283
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrtDenys Vlasenko2010-05-191-1/+4
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-191-1/+3
| |\
| * | fix tuns of memory leaks in CRPMNikola Pajkovsky2010-05-191-1/+4
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | | typo fixDenys Vlasenko2010-05-191-1/+1
| |/ |/| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | putenv("TERM=dumb") was causing a SEGV for Nikola, removing itDenys Vlasenko2010-05-191-1/+3
|/ | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial fix: fork_execv_on_steroids was closing wrong descriptorDenys Vlasenko2010-05-191-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated po filesJiri Moskovcak2010-05-1940-6203/+6109
|
* increased version to 1.1.21.1.2Jiri Moskovcak2010-05-192-23/+78
|
* updated czech translation (ppisar@redhat.com)Jiri Moskovcak2010-05-181-234/+195
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-05-181-274/+280
|\
| * l10n: Updates to Dutch (Flemish) (nl) translationwarrink2010-05-181-274/+280
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | obsolete gnome-python2-bugbuddy rhbz#579748Jiri Moskovcak2010-05-181-0/+1
| |
* | minor build fixes ppisar@redhat.comJiri Moskovcak2010-05-182-1/+5
|/
* add another example oopsDenys Vlasenko2010-05-172-0/+101
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Fix 582378: Report "INFO: possible recursive locking detectedDenys Vlasenko2010-05-171-4/+3
| | | | | | | | | | While at it, remove special-cased "appears to be on the same physical disk": it won't be selected anymore since now we search for "WARNING: at", not "Warning", and: WARNING: %s appears to be on the same physical disk as %s will not be erroneously caught. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* remove std::string from parse_release()Nikola Pajkovsky2010-05-174-36/+49
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* strbuf_free_nobuf() returns allocated bufferNikola Pajkovsky2010-05-172-2/+4
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* kill yumdownloader if abrt-debuginfo-install is terminated mid-flightDenys Vlasenko2010-05-171-1/+10
| | | | | | | | This is needed to eventually fix https://bugzilla.redhat.com/show_bug.cgi?id=569694 yumdownloader not killed by ABRT Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* s/throw/raise/Denys Vlasenko2010-05-171-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* do not create Python dumps if argv[0] is not absoluteDenys Vlasenko2010-05-171-6/+10
| | | | | | | | This should fix https://bugzilla.redhat.com/show_bug.cgi?id=547407 rhythmbox crash: abrt says "Executable doesn't belong to any package" Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* l10n: Updates to Finnish (fi) translationvpv2010-05-161-274/+280
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Portuguese (pt) translationruigo2010-05-141-275/+281
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* improve kerneloops hashDenys Vlasenko2010-05-141-2/+20
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Move /var/cache/abrt to /var/spool/abrt. Fixes bug 568101.Denys Vlasenko2010-05-143-3/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* l10n: Updates to Danish (da) translationkristho2010-05-141-277/+283
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtNikola Pajkovsky2010-05-1411-2840/+2852
|\
| * l10n: Updates to Telugu (te) translationkkrothap2010-05-141-275/+282
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Bengali (India) (bn_IN) translationrunab2010-05-141-275/+280
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Gujarati (gu) translationswkothar2010-05-141-277/+284
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Japanese (ja) translationkhasida2010-05-131-276/+281
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to German (de) translationttrinks2010-05-131-293/+286
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Russian (ru) translationypoyarko2010-05-131-279/+284
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * l10n: Updates to Marathi (mr) translationsandeeps2010-05-131-273/+280
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)