summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk/main.c
Commit message (Collapse)AuthorAgeFilesLines
* removed forgotten files which have been moved to libreportJiri Moskovcak2011-06-091-154/+0
|
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-011-3/+26
| | | | | | | | | | | | | | | | | | | | | Checkboxes are controlled by the following elements in .xml: <requires-items> ITEM1,ITEM2 </requires-items> <exclude-items-by-default> ITEM1,ITEM2 </exclude-items-by-default> <exclude-items-always> ITEM1,ITEM2 </exclude-items-always> <exclude-binary-items> yes / no </exclude-binary-items> <include-items-by-default> ITEM1,ITEM2 </include-items-by-default> exclude-items-by-default and exclude-items-always can be "*" meaning "all". include-items-by-default specifies which items are included (checked) is exclude-items-by-default is "*". Else, all are checked by default. the set of iters NOT included is passed in $EXCLUDE_FROM_REPORT variable. bugzilla, kerneloops, mailx, print and rhtsupport are made aware of this variable. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Do away with reanalyze eventsDenys Vlasenko2011-05-101-3/+0
| | | | | | | | Now code determines whether analyze event can be skipped by looking at <creates-elements>backtrace</creates-elements> element in .xml file. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: added report-only optionJiri Moskovcak2011-05-091-7/+17
| | | | - for use from 3rd party apps to show just a reporter selector
* reinstated g_set_prgname("abrt")Denys Vlasenko2011-05-061-0/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move $ABRT_foo checking and setting into helper routines.Denys Vlasenko2011-05-041-17/+5
| | | | | | | I'm sick of fixing incorrect PROGNAME defines. Now g_progname is a variable and it is set from argv[0]. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* mass replace of crash_data with problem_dataDenys Vlasenko2011-04-231-7/+7
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* do not forget settings everytime when you run start_event_run()Nikola Pajkovsky2011-04-081-0/+5
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* wizard: fixed prgname related#trac#180 rhzb#692444 rhbz#692442Jiri Moskovcak2011-03-311-0/+1
|
* add option -p to abrt-gui and wizard tooDenys Vlasenko2011-03-251-3/+11
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard-gtk: fixed localizationJiri Moskovcak2011-03-161-0/+10
|
* gui-wizrad-gtk: load event settings from keyring if possibleJiri Moskovcak2011-03-151-1/+3
|
* added copyright bannersDenys Vlasenko2011-03-151-0/+18
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: show event description, not bare name, in wizardDenys Vlasenko2011-03-111-0/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: make one-line text elements selectable with mouseDenys Vlasenko2011-03-111-1/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: show error messages as msg boxesDenys Vlasenko2011-02-251-1/+3
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: implement stealingDenys Vlasenko2011-02-251-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: make [Refresh] button workDenys Vlasenko2011-02-241-2/+5
| | | | | | | 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-241-114/+4
| | | | | | one reporter is selected Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: made the warnings on bt page actually workJiri Moskovcak2011-02-231-2/+5
| | | | | | - what works: - shows warning when rating is low (kernel is skipped) - shows warning and disable "forward" when bt is not approved
* gui-wizard-gtk: fix the problem with "missing" reporter checkboxesDenys Vlasenko2011-02-221-3/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: move data page to the fron1Denys Vlasenko2011-02-221-6/+10
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: cleanups without substantial code changesDenys Vlasenko2011-02-221-27/+22
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: add crash_data reloading; add -v propagationDenys Vlasenko2011-02-221-38/+94
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: generate list of reportersDenys Vlasenko2011-02-211-16/+42
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-02-171-13/+36
|\ | | | | | | | | | | Conflicts: src/gui-wizard-gtk/main.c src/gui-wizard-gtk/wizard.h
| * gui-wizard-gtk: analyze step now sort-of-works....Denys Vlasenko2011-02-171-11/+36
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | fill the details treeviewJiri Moskovcak2011-02-171-2/+4
|/
* gui-wizard-gtk: show correct list of analyzers availableDenys Vlasenko2011-02-171-0/+17
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: display proper reason field valueDenys Vlasenko2011-02-171-0/+5
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: add -g GLADE_FILE optionDenys Vlasenko2011-02-161-2/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* bug-reporting-wizard: store glade file internallyDenys Vlasenko2011-02-161-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: tweak --help textDenys Vlasenko2011-02-161-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: added option handling and dump dir loading in main()Denys Vlasenko2011-02-161-0/+30
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: simplify code a bitDenys Vlasenko2011-02-161-3/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename gtk-wizard to gui-wizard-gtkJiri Moskovcak2011-02-151-0/+18