Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rid of rewriting config in /etc/abrt/abrt.conf | Nikola Pajkovsky | 2010-05-05 | 1 | -35/+0 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | fix bug 571411: backtrace attachment of the form ↵ | Denys Vlasenko | 2010-05-05 | 1 | -4/+9 | |
| | | | | | | /var/cache/abrt/foo-12345-67890/backtrace Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2010-05-05 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-05-05 | 1 | -1/+27 | |
| |\ | ||||||
| * | | GUI: center the progress window on parent | Jiri Moskovcak | 2010-05-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Improved echo switching as suggested by Denys | Karel Klic | 2010-05-05 | 1 | -5/+14 | |
| |/ |/| | ||||||
* | | Do not echo password to terminal in abrt-cli | Karel Klic | 2010-05-05 | 1 | -1/+27 | |
|/ | ||||||
* | abrt-debuginfo-install: use --enablerepo=*-debug* | Denys Vlasenko | 2010-05-05 | 1 | -7/+40 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | add Lapo Calamandrei to credit tabs in gui | Nikola Pajkovsky | 2010-05-05 | 1 | -0/+1 | |
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> | |||||
* | abrt-debuginfo-install: use -C: yum -C repolist all | Denys Vlasenko | 2010-05-04 | 1 | -1/+2 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2010-05-04 | 2 | -4/+8 | |
|\ | ||||||
| * | fixed typo from the last commit | Jiri Moskovcak | 2010-05-03 | 1 | -1/+1 | |
| | | ||||||
| * | updated icons rhbz#587698 | Jiri Moskovcak | 2010-05-03 | 2 | -4/+8 | |
| | | | | | | | | - thanks to Lapo Calamandrei for the icons | |||||
* | | Removed emacs settings from the file header in favor of global abrt emacs ↵ | Karel Klic | 2010-04-29 | 1 | -1/+1 | |
|/ | | | | settings | |||||
* | get_home_dir returns const char* instead of std::string | Karel Klic | 2010-04-29 | 1 | -4/+2 | |
| | ||||||
* | Show error message when abrtd service is run as non-root. | Karel Klic | 2010-04-21 | 1 | -0/+3 | |
| | | | | rhbz#584352 | |||||
* | Rename EnableOpenGPG to OpenGPGCheck in the man page | Karel Klic | 2010-04-21 | 1 | -2/+2 | |
| | | | | rhbz#584332 | |||||
* | Changes to abrt-cli made by Denys Vlasenko on 2010-03-18. | Karel Klic | 2010-04-20 | 1 | -16/+11 | |
| | | | | Reviewed by Karel Klic. | |||||
* | Document ProcessUnpackaged in abrt.conf.5. Document default values. | Karel Klic | 2010-04-20 | 1 | -1/+10 | |
| | ||||||
* | Crash function is now detected even for threads without an abort frame. | Karel Klic | 2010-04-15 | 2 | -9/+37 | |
| | | | | Added new option --crash-frame to abrt-backtrace and updated its manual page. | |||||
* | fixed problem with localized yum output rhbz#581804 | Jiri Moskovcak | 2010-04-13 | 1 | -1/+1 | |
| | ||||||
* | do not catch perl/python crashes when the script is not of known package origin | Karel Klic | 2010-04-13 | 1 | -22/+38 | |
| | ||||||
* | Emacs project-wide code-style settings | Karel Klic | 2010-04-09 | 1 | -1/+1 | |
| | ||||||
* | removed forgotten debug message | Jiri Moskovcak | 2010-04-06 | 1 | -1/+0 | |
| | ||||||
* | hooklib: fix excessive rounding down in free space calculation (bz#575644) | Denys Vlasenko | 2010-04-02 | 1 | -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 such | Denys Vlasenko | 2010-04-02 | 1 | -8/+18 | |
| | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Acked-by: Jiri Moskovcak <jmoskovc@redhat.com> | |||||
* | gui: tweak help text (trivial) | Denys Vlasenko | 2010-04-01 | 1 | -5/+4 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | trivial: fix 566806 "abrt-gui sometimes can't be closed" | Denys Vlasenko | 2010-04-01 | 1 | -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 Vlasenko | 2010-04-01 | 1 | -0/+3 | |
| | | | | | | DeniedError Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | whitespace cleanup, no code changes | Denys Vlasenko | 2010-04-01 | 5 | -11/+12 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | minor gui fixes | Jiri Moskovcak | 2010-03-31 | 1 | -5/+26 | |
| | ||||||
* | abrt.conf: add trailing EOL | Denys Vlasenko | 2010-03-31 | 1 | -1/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Karel Klic | 2010-03-31 | 8 | -153/+659 | |
|\ | ||||||
| * | GUI: total rewrite based on design from Mairin Duffy | Jiri Moskovcak | 2010-03-31 | 6 | -152/+653 | |
| | | ||||||
| * | made abrt-applet.desktop translatable | Jiri Moskovcak | 2010-03-30 | 2 | -1/+6 | |
| | | ||||||
* | | Removed trailing whitespaces. | Karel Klic | 2010-03-31 | 2 | -3/+3 | |
| | | ||||||
* | | Move backtrace parser from src/Backtrace to lib/Utils. | Karel Klic | 2010-03-26 | 17 | -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#539497 | Jiri Moskovcak | 2010-03-25 | 4 | -19/+14 | |
| | ||||||
* | remove socket code, it is dead | Denys Vlasenko | 2010-03-23 | 8 | -534/+1 | |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
* | GUI: shrink progress window when details are collapsed | Jiri Moskovcak | 2010-03-20 | 1 | -2/+4 | |
| | ||||||
* | GUI: fixed icon for the "report done" window | Jiri Moskovcak | 2010-03-19 | 1 | -0/+1 | |
| | ||||||
* | GUI: moved the reporters settings check before the reporter dialog | Jiri Moskovcak | 2010-03-19 | 2 | -65/+66 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt | Jiri Moskovcak | 2010-03-19 | 1 | -2/+1 | |
|\ | ||||||
| * | Move dbus code to libABRTUtils. It makes libABRTUtils depend on four more libs, | Denys Vlasenko | 2010-03-19 | 1 | -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 occurs | Jiri Moskovcak | 2010-03-19 | 1 | -4/+23 | |
|/ | | | | - and select the next line when selected crash is deleted | |||||
* | APPLET: make applet popup menu translatable | Jiri Moskovcak | 2010-03-19 | 4 | -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 credits | Jiri Moskovcak | 2010-03-18 | 1 | -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/abrt | Karel Klic | 2010-03-18 | 5 | -4/+8 | |
|\ | ||||||
| * | GUI: added version to about dialog | Jiri Moskovcak | 2010-03-17 | 2 | -0/+4 | |
| | | ||||||
| * | GUI: fixed crash count column sorting rhbz#573139 | Jiri Moskovcak | 2010-03-17 | 2 | -2/+2 | |
| | |