Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GUI: make the "install debuginfo" hint selectable rhbz#644343 | Jiri Moskovcak | 2010-10-21 | 1 | -0/+1 |
| | |||||
* | GUI: minor fix to dbus backend to prevent exceptions when kerneloops happen ↵ | Jiri Moskovcak | 2010-10-19 | 1 | -2/+1 |
| | | | | | | | | while gui is open - if oops happen abrtd sends a crash signal without uid_str parameter, but the old code expects 3 paramaters and throws an exception this patch fixes this problem by making the uid parameter optional | ||||
* | move uuid generation for CCpp to a separate program (abrt-action-analyze-c) | Denys Vlasenko | 2010-10-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch splits off uuid generation for CCpp to a separate program: Usage: abrt-action-analyze-c [-v] -d DIR Calculates and saves UUID -v, --verbose be verbose -d DIR Crash dump directory Run tested. Thus, now entire cycle of coredump processing/reporting consists of external programs: abrt-action-analyze-c abrt-action-save-package-data abrt-action-install-debuginfo abrt-action-generate-backtrace abrt-action-bugzilla Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | ||||
* | GUI: added search box to backtrace view rhbz#612017 | Jiri Moskovcak | 2010-10-12 | 1 | -1/+143 |
| | |||||
* | s/CD_DUPHASH/FILENAME_DUPHASH/g | Denys Vlasenko | 2010-10-11 | 1 | -10/+14 |
| | | | | | | | This is needed to make duplicate hash visible for separate programs looking at crash dumps. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | ||||
* | add a bit more logging in places. fix typos | Denys Vlasenko | 2010-10-07 | 3 | -4/+6 |
| | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | ||||
* | GUI: wrap howto and comments rhbz#625237 | Jiri Moskovcak | 2010-08-30 | 1 | -0/+2 |
| | |||||
* | GUI: show horizontal scrollbar when needed | Jiri Moskovcak | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | GUI: wrap lines in the backtrace window rhbz#625232 | Jiri Moskovcak | 2010-08-30 | 1 | -1/+3 |
| | |||||
* | GUI: changed '*' to '•' rhbz#625236 | Jiri Moskovcak | 2010-08-30 | 1 | -2/+2 |
| | |||||
* | added utf-8 coding tag into .py files | Jiri Moskovcak | 2010-08-30 | 8 | -0/+8 |
| | |||||
* | GUI: show the scrollbar in summary only when needed | Jiri Moskovcak | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | added package, uuid and uid as parameters to "crash" signal | Jiri Moskovcak | 2010-08-30 | 1 | -8/+7 |
| | |||||
* | GUI: set the right parent for progress bar rhbz#625241 | Jiri Moskovcak | 2010-08-25 | 1 | -10/+24 |
| | |||||
* | GUI: added accelerator key "Delete" to the delete button rrakus@redhat.com | Jiri Moskovcak | 2010-08-20 | 1 | -0/+1 |
| | |||||
* | enrich an exception with the dump directory path; it's useful for debugging | Karel Klic | 2010-08-19 | 1 | -1/+9 |
| | |||||
* | GUI: increase dbus timeout in Report() call | Denys Vlasenko | 2010-08-17 | 1 | -2/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | GUI: make the bt viewer not-editable rhbz#621871 | Jiri Moskovcak | 2010-08-11 | 1 | -0/+2 |
| | |||||
* | lower case direcotry(no code changed) | Nikola Pajkovsky | 2010-08-10 | 26 | -0/+6461 |
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> |