summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk
Commit message (Expand)AuthorAgeFilesLines
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-012-15/+191
* wizard: make checkbox column editable. Has no effect for nowDenys Vlasenko2011-05-241-27/+63
* wizard: add checkbox cloumn to details viewDenys Vlasenko2011-05-241-40/+62
* rename "global_uuid" element to "duphash"Denys Vlasenko2011-05-231-0/+2
* gui: fil colors in list; wizard: a bit better navigationDenys Vlasenko2011-05-191-33/+63
* dump_dir: fix loading of Unicode texts. Closes bz#622223Denys Vlasenko2011-05-191-1/+5
* wizard: Use better added_pages definitionDenys Vlasenko2011-05-191-8/+11
* wizart: fix my last broken changeDenys Vlasenko2011-05-191-2/+2
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-05-191-0/+3
|\
| * build: gtk_assistant_commit in not in rhel6 gtk2Nikola Pajkovsky2011-05-191-0/+3
* | wizard: add empty line after each event log, add header at the start of the l...Denys Vlasenko2011-05-191-10/+18
|/
* move vector of pd's cod to cli, its only userDenys Vlasenko2011-05-191-1/+1
* wizard: allow user to return to reporting at the endDenys Vlasenko2011-05-192-55/+113
* smart_event.conf: suppress stray output of "which" commandDenys Vlasenko2011-05-171-2/+2
* wizard: fix assertion failure with report-only optionMiroslav Lichvar2011-05-171-0/+4
* wizard: fix navigation but when "go to reporting step" leads to empty pageDenys Vlasenko2011-05-111-5/+11
* wizard: require comment to have at least 10 chars (bz#702262)Miroslav Lichvar2011-05-112-5/+60
* wizard: return control to analyze step if non-executed analyzers existDenys Vlasenko2011-05-101-20/+29
* Add analyzer which collects ~/.xsession-errors. Closes bz#539532Denys Vlasenko2011-05-101-1/+1
* Add analyzer which collects /var/log/messages. Closes bz#565725Denys Vlasenko2011-05-101-32/+40
* Do away with reanalyze eventsDenys Vlasenko2011-05-103-26/+87
* wizard: added report-only optionJiri Moskovcak2011-05-094-28/+58
* wizard: make it impossible to navigate while event is runningDenys Vlasenko2011-05-091-1/+8
* wizard: use spacing in VBox'es to separate elements, not ypad!=0 in the elementsDenys Vlasenko2011-05-091-34/+22
* reinstated g_set_prgname("abrt")Denys Vlasenko2011-05-061-0/+6
* move $ABRT_foo checking and setting into helper routines.Denys Vlasenko2011-05-041-17/+5
* fix for spurious "Lock file 'DIR/.lock' is locked by process PID" messageDenys Vlasenko2011-05-021-3/+3
* wizard: expand explanatory text on 1st screen. Closes 201Denys Vlasenko2011-04-241-1/+1
* wizard: make all suitably set up labels autowrappableDenys Vlasenko2011-04-232-5/+7
* mass replace of crash_data with problem_dataDenys Vlasenko2011-04-234-28/+28
* Do not allow to submit backtraces with rating 0 (or some other unexpected rat...Karel Klic2011-04-211-2/+1
* wizard: warn user if the plugin configuration is wrong trac#156Jiri Moskovcak2011-04-171-0/+2
* gui+wizard: fixed the window icon for all child dialogsJiri Moskovcak2011-04-171-1/+4
* small improvement for rescanning in abrt-guiDenys Vlasenko2011-04-151-0/+3
* wizard: implement long descriptionsDenys Vlasenko2011-04-142-92/+139
* wizard: adding shadow_type or GTK_SHADOW_OUT to all scrolled areasDenys Vlasenko2011-04-141-0/+6
* wizard: robustify iteration through event GtkContainers; add utility functionDenys Vlasenko2011-04-141-19/+31
* Revert last commitDenys Vlasenko2011-04-141-48/+27
* wizard: move event descriptions into separate labelsDenys Vlasenko2011-04-141-27/+48
* wizard: remove all width and height requestsDenys Vlasenko2011-04-141-24/+0
* abrt-cli is one of several places where we hardcode usage of variousDenys Vlasenko2011-04-081-2/+2
* do not forget settings everytime when you run start_event_run()Nikola Pajkovsky2011-04-082-5/+5
* wizard: fixed prgname related#trac#180 rhzb#692444 rhbz#692442Jiri Moskovcak2011-03-311-0/+1
* all: don't declare variables inside for loopsCosimo Cecchi2011-03-291-5/+10
* gui-wizard-gtk: don't allow user to continue if analyzer failsJiri Moskovcak2011-03-271-2/+6
* add option -p to abrt-gui and wizard tooDenys Vlasenko2011-03-251-3/+11
* wizard: add keyboard accelerator for "Configure Events" buttonsDenys Vlasenko2011-03-241-2/+4
* remove GtkTreeSelection object form wizard.gladeDenys Vlasenko2011-03-181-3/+0
* gui-wizard-gtk: added accelerator to "I agree with submitting..." button trac...Jiri Moskovcak2011-03-181-28/+103
* Merge branch 'cli'Nikola Pajkovsky2011-03-171-34/+0
|\