summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* run_event: load_event_config can be done with DD_OPEN_READONLYDenys Vlasenko2011-03-032-3/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: fix stealing againDenys Vlasenko2011-03-037-41/+36
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-0316-141/+181
|\
| * gui-wizard-gtk: move comment editing to page 2Denys Vlasenko2011-03-033-105/+103
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * abrt-action-bugzilla: add compat code for old value for FILENAME_OS_RELEASEDenys Vlasenko2011-03-031-0/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-032-1/+37
| |\
| | * gui-wizard-gtk: add selectable directory name on page #1Denys Vlasenko2011-03-032-1/+37
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | Revert "renamed libreport.so to libreport2.so"Karel Klic2011-03-0312-35/+35
| |/ | | | | | | | | This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.
* / added nss-devel to BuildRequires retrace client needs itJiri Moskovcak2011-03-031-0/+1
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-0323-183/+81
|\
| * remove FILENAME_REPRODUCE field. FILENAME_COMMENT should be used insteadDenys Vlasenko2011-03-0311-148/+46
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * renamed libreport.so to libreport2.soJiri Moskovcak2011-03-0312-35/+35
| | | | | | | | | | - we have a conflict with old report library which contains file with the same name
* | Add retrace client into analyze and reanalyze eventsKarel Klic2011-03-031-4/+6
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-035-218/+215
|\
| * retrace server: add F15 support; unify i386 and i686Michal Toman2011-03-035-172/+201
| |
| * make retrace server installer work with new pathsMichal Toman2011-03-031-58/+26
| |
* | retrace-client: store backtrace to dump_dir in batch operation; various ↵Karel Klic2011-03-031-85/+76
| | | | | | | | cleanups and fixes
* | parse_options: handle options without short variantKarel Klic2011-03-031-2/+6
|/
* create.wsgi: tell user that a file is missing in the archive when responding ↵Karel Klic2011-03-031-1/+1
| | | | with 403
* abrt.spec: abrt-gui requires libreport-gtkKarel Klic2011-03-031-0/+1
|
* gui-wizard-gtk: highlight the search resultJiri Moskovcak2011-03-022-50/+30
|
* abrt.spec: proper retrace server requirementsKarel Klic2011-03-011-1/+2
|
* Revert obsoleted -Werror removalKarel Klic2011-03-011-1/+2
|
* finished merge with master branchKarel Klic2011-03-013-51/+47
|
* Revert "Remove unused OPTION_GROUP", because OPT_GROUP is used byKarel Klic2011-03-013-1/+16
| | | | | abrt-retrace-client. This reverts commit 3380e13c62e1b7a8309423f4eccfb4b6cbaa0310.
* merge changes from masterKarel Klic2011-03-01196-12062/+17321
|\
| * gui-wizard-gtk: show element list on last page before reportingDenys Vlasenko2011-02-282-2/+30
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: tweak label placement and box namesDenys Vlasenko2011-02-282-4/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * dump_dir API: rename dd_dir field to dd_dirnameDenys Vlasenko2011-02-2810-36/+36
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * 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>