summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* show more useful columns in abrt-gtk; use human-readable time in dir namesDenys Vlasenko2011-02-289-28/+63
| | | | | | | | | | | | For most users, "hostname" is the same for every crash (it is their hostname). Not every problem even has "Application" field ("low on disk space" problem, for example, doesn't), whereas any problem should have "Reason" field. For non-root, it is useful to see which dumps are in /var/spool/abrt (and aren't writable), and which are in $HOME/.abrt/spool. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: show error messages as msg boxesDenys Vlasenko2011-02-255-11/+35
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* change stealing semantics from copy to moveDenys Vlasenko2011-02-258-39/+33
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: s:$HOME/.abrt:$HOME/.abrt/spoolDenys Vlasenko2011-02-251-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: implement stealingDenys Vlasenko2011-02-253-16/+76
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: align warning message vertically to middleJiri Moskovcak2011-02-251-4/+36
|
* gui-wizard-gtk: retain reporter selections across data reloadsDenys Vlasenko2011-02-251-10/+49
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: save edited fields on [Fwd]/[Apply]Denys Vlasenko2011-02-242-9/+70
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: hook up the search boxJiri Moskovcak2011-02-242-2/+35
|
* gui-wizard-gtk: use fixed font for backtrace and log textviewsDenys Vlasenko2011-02-242-20/+27
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: make [Refresh] button workDenys Vlasenko2011-02-246-26/+56
| | | | | | | Looks for reanalyze_FOO events, enables them on "Select analyzer" page and sends user go to that page to pick the [re]analyzer to run. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: reporter selector page should be complete only when at least ↵Denys Vlasenko2011-02-243-118/+150
| | | | | | one reporter is selected Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: group page navigation handler functions in one placeDenys Vlasenko2011-02-241-89/+88
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: run multiple reporters if they are selectedDenys Vlasenko2011-02-233-25/+56
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: move non-initialization code from init section in the sourceDenys Vlasenko2011-02-231-75/+81
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: fix page completeness settingsDenys Vlasenko2011-02-231-17/+15
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: a bit different bt page layoutDenys Vlasenko2011-02-232-137/+86
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-generate-backtrace/install-debuginfo: a bit better loggingDenys Vlasenko2011-02-233-88/+97
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: minor fixes in rating check logicJiri Moskovcak2011-02-231-3/+9
|
* gui-wizard-gtk: made the warnings on bt page actually workJiri Moskovcak2011-02-234-43/+90
| | | | | | - what works: - shows warning when rating is low (kernel is skipped) - shows warning and disable "forward" when bt is not approved
* gui-wizard-gtk: reporting event will be run now, but only the first oneDenys Vlasenko2011-02-231-48/+118
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: hide the element table on the 1st page with expanderDenys Vlasenko2011-02-232-36/+46
| | | | | | Also tweaked a bit some label text in GUI Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: hook up the bt approval check boxJiri Moskovcak2011-02-232-1/+25
|
* fix owner, group and access permissions for /proc/<pid>/[maps,smaps] fileNikola Pajkovsky2011-02-231-2/+4
| | | | | | | Before owner and group were root:root with 000 permission. Now it is abrt:<owner> and permissions is set to 640 Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* changed page type so it's not skipped when back button is pressedJiri Moskovcak2011-02-221-1/+4
|
* move ccpp related events to events.d/Jiri Moskovcak2011-02-225-16/+29
| | | | | - so now when the abrt-addon-ccpp is removed it's config will be removed with it, so the rest of abrt and libreport won't be confused
* gui-wizard-gtk: add forward_page_func which skips analyze step when it is ↵Denys Vlasenko2011-02-227-9/+47
| | | | | | missing Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: fix the problem with "missing" reporter checkboxesDenys Vlasenko2011-02-223-21/+29
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: move data page to the fron1Denys Vlasenko2011-02-225-165/+132
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: reload data from directory after analyze runDenys Vlasenko2011-02-221-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: cleanups without substantial code changesDenys Vlasenko2011-02-225-130/+131
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: add crash_data reloading; add -v propagationDenys Vlasenko2011-02-225-127/+133
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-221-1/+3
|\
| * abrt-action-install-debuginfo.py: use /tmp for nowDenys Vlasenko2011-02-221-1/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | disable next button during the analyze processJiri Moskovcak2011-02-221-3/+5
|/
* correct rights on /var/run/abrt; improve new GUI a bitDenys Vlasenko2011-02-226-24/+26
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo.py: do not truncate package names on outputDenys Vlasenko2011-02-221-6/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-install-debuginfo: disallow overriding paths to writable dirsDenys Vlasenko2011-02-223-25/+38
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* minor spec file fixJiri Moskovcak2011-02-211-1/+1
|
* run abrt-action-install-debuginfo.py using trivial sgid wrapperJiri Moskovcak2011-02-216-9/+47
| | | | | Signed-off-by: Jiri Moskovcak <jmoskovc@redhat.com> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: generate list of reportersDenys Vlasenko2011-02-214-64/+70
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* make abrt-ccpp service set /proc/sys/kernel/core_pipe_limit to 4Denys Vlasenko2011-02-211-0/+22
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* .gitignore: hide some filesNikola Pajkovsky2011-02-211-0/+6
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* abrt-hook-ccpp: use common file name buffer for /proc/PID/maps and ↵Denys Vlasenko2011-02-181-11/+9
| | | | | | /proc/PID/smaps Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-02-182-2/+18
|\
| * copy /proc/<pid>/[map,smap] files into crash dirNikola Pajkovsky2011-02-182-2/+18
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | move hostname saving from abrt-action-save-package-data to dump_dirVladimir Vinogradov2011-02-182-26/+1
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: ensure we don't block on reading analyze outputDenys Vlasenko2011-02-182-2/+10
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: run analyze event asyncronouslyDenys Vlasenko2011-02-181-44/+128
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: add async run event machineryDenys Vlasenko2011-02-182-83/+180
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>