summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | When, say, reported_to is changed, inotify doesn't see it two dir levels up. abrt-gui needs a bit of help from wizard by sending SIGCHLD, and treating it as "please rescan" request. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: implement long descriptionsDenys Vlasenko2011-04-142-92/+139
| | | | | | | | The change is somewhat big because I can no longer (ab)use tooltip to store event name. So I created a bit more generic method of remembering which events are shown and selected. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: adding shadow_type or GTK_SHADOW_OUT to all scrolled areasDenys Vlasenko2011-04-141-0/+6
| | | | | | | Took it from firewall cfg GUI. One useful effect is that event log and event result msg above it are more clearly separated. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: robustify iteration through event GtkContainers; add utility functionDenys Vlasenko2011-04-141-19/+31
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Revert last commitDenys Vlasenko2011-04-141-48/+27
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: move event descriptions into separate labelsDenys Vlasenko2011-04-141-27/+48
| | | | | | | | | This makes descriptions resizable, so long descriptions will no longer make windows insanely wide. (Can't do that with checkboxes. Tried everything) We need longer descriptions for https://fedorahosted.org/abrt/ticket/202 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: remove all width and height requestsDenys Vlasenko2011-04-141-24/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-cli is one of several places where we hardcode usage of variousDenys Vlasenko2011-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | elements of dump directory. This patch changes it to generic handling, where abrt-cli doesn't know anything about particular elements (like backtrace). Changes in detail: * crash_item->flags how has CD_FLAG_UNIXTIME bit. * format_crash_item(item) returns malloced formatted string (currently only formatted time for items with CD_FLAG_UNIXTIME) or NULL, if item->content is to be used as-is * crash_item->flags how has CD_FLAG_LIST bit, it is set on a small number of elements which are to be shown by abrt-cli -l. * abrt-cli -l doesn't use fixed names, it looks at CD_FLAG_LIST. * abrt-cli -i doesn't use fixed names, it prints all one-line elements: Directory : /var/spool/abrt/ccpp-1298264192-2705 analyzer : CCpp architecture : x86_64 cmdline : metacity comment : Abrt testing, please disregard component : metacity coredump : /var/spool/abrt/ccpp-1298264192-2705/coredump count : 1 crash_function : pa_atomic_load executable : /usr/bin/metacity global_uuid : 1e8b716d2094fb22dccdb5321ac0cf6f14eb6689 hostname : dhcp-25-227.brq.redhat.com kernel : 2.6.34.7-61.fc13.x86_64 os_release : Fedora release 13 (Goddard) package : metacity-2.30.0-3.fc13 rating : 4 reason : Process /usr/bin/metacity was killed by signal 11 (SIGSEGV) time : Mon 21 Feb 2011 05:56:32 AM CET uid : 500 uuid : 453085d0f703b96ddc3a5172dd7d5a29479f5b3f * abrt-cli -i --backtrace is removed. Instead, abrt-cli -i --full is to be used. It shows all elements, one-line and multi-line ones. * abrt-cli code now has an example how to list crast_data_t in the sorted-by-key order. Further ideas: abrt-cli needs -o elem1,elem2,elem3 option which tells which elements to show, and/or -O elem1,elem2,elem3 option which tells elements to NOT show. Rationale: abrt-cli -i --full output is way too long because of smaps, need a way to suppress unneeded elements display Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* do not forget settings everytime when you run start_event_run()Nikola Pajkovsky2011-04-082-5/+5
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* 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
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: add keyboard accelerator for "Configure Events" buttonsDenys Vlasenko2011-03-241-2/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove GtkTreeSelection object form wizard.gladeDenys Vlasenko2011-03-181-3/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: added accelerator to "I agree with submitting..." button ↵Jiri Moskovcak2011-03-181-28/+103
| | | | trac#155
* Merge branch 'cli'Nikola Pajkovsky2011-03-171-34/+0
|\ | | | | | | | | | | * cli: cli: load ~/.abrt/events/foo.conf expose export/unexport_event_config
| * expose export/unexport_event_configNikola Pajkovsky2011-03-171-34/+0
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* | wizard-gtk: fixed localizationJiri Moskovcak2011-03-161-0/+10
|/
* save "exitcode 0" messages in event_log for "silent" actions; tweak .xml a bitDenys Vlasenko2011-03-161-2/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: append newline to event log if it has unterminated last lineDenys Vlasenko2011-03-161-1/+9
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-03-161-1/+1
|\
| * use get_event_config in wizard to make symlinks workKarel Klic2011-03-151-1/+1
| |
* | compile failure fixDenys Vlasenko2011-03-161-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | gui-wizard-gtk: fix a case where screen label is used as event nameDenys Vlasenko2011-03-161-13/+13
|/ | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-151-0/+13
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtDenys Vlasenko2011-03-153-2/+30
| |\
| * | gui-wizard-gtk: sanitize file mode/uid/gid after event runDenys Vlasenko2011-03-151-0/+13
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | | gui-wizard-gtk: simplified the code a bitJiri Moskovcak2011-03-152-23/+74
| |/ |/|
* | gui-wizrad-gtk: load event settings from keyring if possibleJiri Moskovcak2011-03-153-2/+30
|/
* added copyright bannersDenys Vlasenko2011-03-153-0/+54
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* style fixesDenys Vlasenko2011-03-151-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: save event processing logDenys Vlasenko2011-03-151-7/+106
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-144-160/+176
|\
| * gui-wizard-gtk: show event description, not bare name, in wizardDenys Vlasenko2011-03-112-15/+53
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: make one-line text elements selectable with mouseDenys Vlasenko2011-03-114-145/+123
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | export_event_config: use get_event_config() instead of g_event_config_listKarel Klic2011-03-141-17/+9
|/
* gtk-wizard: do not export null values to eventsKarel Klic2011-03-101-0/+2
|
* event_xml_parser: correctly interact with already-loaded dataDenys Vlasenko2011-03-101-0/+12
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: minor build fixJiri Moskovcak2011-03-091-1/+1
|
* gui-wizard-gtk: add load_event_config_data() to wizardDenys Vlasenko2011-03-091-0/+4
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* add -Wwrite-strings everywhereDenys Vlasenko2011-03-092-2/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* view details in extrenal editor for multiline non-binary filesNikola Pajkovsky2011-03-091-0/+34
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* Fixes for g_event_config_list == NULLDenys Vlasenko2011-03-071-12/+16
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: add code to export/unexport config variables. UntestedDenys Vlasenko2011-03-071-14/+71
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: generate real text on previous-to-last pageDenys Vlasenko2011-03-042-77/+57
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui-wizard-gtk: fully reload data from disk when we update a field thereDenys Vlasenko2011-03-041-3/+6
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* run_event: load_event_config can be done with DD_OPEN_READONLYDenys Vlasenko2011-03-031-1/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>