summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Collapse)AuthorAgeFilesLines
* GUI: make the "install debuginfo" hint selectable rhbz#644343Jiri Moskovcak2010-10-211-0/+1
|
* GUI: minor fix to dbus backend to prevent exceptions when kerneloops happen ↵Jiri Moskovcak2010-10-191-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 Vlasenko2010-10-141-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#612017Jiri Moskovcak2010-10-121-1/+143
|
* s/CD_DUPHASH/FILENAME_DUPHASH/gDenys Vlasenko2010-10-111-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 typosDenys Vlasenko2010-10-073-4/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* GUI: wrap howto and comments rhbz#625237Jiri Moskovcak2010-08-301-0/+2
|
* GUI: show horizontal scrollbar when neededJiri Moskovcak2010-08-301-1/+1
|
* GUI: wrap lines in the backtrace window rhbz#625232Jiri Moskovcak2010-08-301-1/+3
|
* GUI: changed '*' to '•' rhbz#625236Jiri Moskovcak2010-08-301-2/+2
|
* added utf-8 coding tag into .py filesJiri Moskovcak2010-08-308-0/+8
|
* GUI: show the scrollbar in summary only when neededJiri Moskovcak2010-08-301-1/+1
|
* added package, uuid and uid as parameters to "crash" signalJiri Moskovcak2010-08-301-8/+7
|
* GUI: set the right parent for progress bar rhbz#625241Jiri Moskovcak2010-08-251-10/+24
|
* GUI: added accelerator key "Delete" to the delete button rrakus@redhat.comJiri Moskovcak2010-08-201-0/+1
|
* enrich an exception with the dump directory path; it's useful for debuggingKarel Klic2010-08-191-1/+9
|
* GUI: increase dbus timeout in Report() callDenys Vlasenko2010-08-171-2/+4
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* GUI: make the bt viewer not-editable rhbz#621871Jiri Moskovcak2010-08-111-0/+2
|
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-1026-0/+6461
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>