summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixed problem with localized yum output rhbz#581804Jiri Moskovcak2010-04-131-1/+1
|
* do not catch perl/python crashes when the script is not of known package originKarel Klic2010-04-131-22/+38
|
* Emacs project-wide code-style settingsKarel Klic2010-04-091-1/+1
|
* removed forgotten debug messageJiri Moskovcak2010-04-061-1/+0
|
* hooklib: fix excessive rounding down in free space calculation (bz#575644)Denys Vlasenko2010-04-021-5/+13
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gui: fix 551989 "crash detected in abrt-gui-1.0.0-1.fc12" and suchDenys Vlasenko2010-04-021-8/+18
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Jiri Moskovcak <jmoskovc@redhat.com>
* gui: tweak help text (trivial)Denys Vlasenko2010-04-011-5/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* trivial: fix 566806 "abrt-gui sometimes can't be closed"Denys Vlasenko2010-04-011-1/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* gui: fix the last case where gnome-keyring's find_items_sync() may throw ↵Denys Vlasenko2010-04-011-0/+3
| | | | | | DeniedError Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* whitespace cleanup, no code changesDenys Vlasenko2010-04-015-11/+12
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* minor gui fixesJiri Moskovcak2010-03-311-5/+26
|
* abrt.conf: add trailing EOLDenys Vlasenko2010-03-311-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-318-153/+659
|\
| * GUI: total rewrite based on design from Mairin DuffyJiri Moskovcak2010-03-316-152/+653
| |
| * made abrt-applet.desktop translatableJiri Moskovcak2010-03-302-1/+6
| |
* | Removed trailing whitespaces.Karel Klic2010-03-312-3/+3
| |
* | Move backtrace parser from src/Backtrace to lib/Utils.Karel Klic2010-03-2617-2418/+330
|/ | | | | | | | | | | | | | | 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.
* PYHOOK: don't use sitecustomize.py rhbz#539497Jiri Moskovcak2010-03-254-19/+14
|
* remove socket code, it is deadDenys Vlasenko2010-03-238-534/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: shrink progress window when details are collapsedJiri Moskovcak2010-03-201-2/+4
|
* GUI: fixed icon for the "report done" windowJiri Moskovcak2010-03-191-0/+1
|
* GUI: moved the reporters settings check before the reporter dialogJiri Moskovcak2010-03-192-65/+66
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-191-2/+1
|\
| * Move dbus code to libABRTUtils. It makes libABRTUtils depend on four more libs,Denys Vlasenko2010-03-191-2/+1
| | | | | | | | | | | | | | but allows abrt-applet to not depend on libABRTdUtils, thus going down from 78 to 48 dep libs Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: stay at selected line when new crash occursJiri Moskovcak2010-03-191-4/+23
|/ | | | - and select the next line when selected crash is deleted
* APPLET: make applet popup menu translatableJiri Moskovcak2010-03-194-207/+85
| | | | | | - the non-stock buttons were not translatable - the about dialog uses "translator-credits" to show only the translator(s) of the current language
* GUI: fixed translator creditsJiri Moskovcak2010-03-181-74/+1
| | | | | - use "translator-credits" so the gui shows only the translator of the current language
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2010-03-185-4/+8
|\
| * GUI: added version to about dialogJiri Moskovcak2010-03-172-0/+4
| |
| * GUI: fixed crash count column sorting rhbz#573139Jiri Moskovcak2010-03-172-2/+2
| |
| * don't read syslog if it didn't changeJiri Moskovcak2010-03-151-2/+2
| |
* | Gracefully handle empty files in abrt-backtraceKarel Klic2010-03-181-0/+12
| |
* | Allow user to select which reporter he wants to use to report a crash using CLI.Karel Klic2010-03-186-85/+218
|/ | | | | | | The daemon skips reporters which are not in the list of reporters provided via Report() dbus call. Reviewed by: Jiri Moskovcak <jmoskovc@redhat.com> Reviewed by: Denys Vlasenko <vda.linux@googlemail.com>
* Do not throw if there is no reporter for some action.Karel Klic2010-03-151-4/+9
|
* GUI: updated about dialogJiri Moskovcak2010-03-131-6/+80
| | | | | | | - added translators credits - updated copyright - added homepage URL - fixed window icon
* GUI: minor fixes in reporter dialogJiri Moskovcak2010-03-131-8/+3
| | | | | - hopefully better text for buttons in "wrong settings dialog" - don't continue with reporting when user press ESC in wrong settings dialog
* GUI: minor fix in plugin settings UIJiri Moskovcak2010-03-132-5/+4
|
* minor fix in abrt-debuginfo-install to make it work with yum >= 3.2.26Jiri Moskovcak2010-03-111-1/+1
| | | | | - yum repolist has different output, so it needs to bu run with additional parameter 'all'
* GUI: minor report dialog fixesJiri Moskovcak2010-03-112-1/+13
| | | | | - added button tooltips - made "I checked ..." text red, so it's more visible
* removed some dead codeJiri Moskovcak2010-03-112-6/+0
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-111-5/+14
|\
| * Improved --close behavior in abrt-bz-dupcheckerKarel Klic2010-03-111-5/+14
| |
* | GUI: added action to applet to directly report last crashJiri Moskovcak2010-03-117-25/+168
|/ | | | Revieved by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: renamed main_window3 -> main_windowJiri Moskovcak2010-03-092-2/+2
|
* GUI: fixed the report window height on small display rhbz#563919Jiri Moskovcak2010-03-092-461/+477
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-091-5/+10
|\
| * cli: make --report UUIDprefix match only unique prfixDenys Vlasenko2010-03-091-5/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | GUI: translations work againJiri Moskovcak2010-03-091-6/+7
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2010-03-091-10/+16
|\
| * Never flag backtrace as binary file (fixes problem observed in bz#571411)Denys Vlasenko2010-03-081-10/+16
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>