summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* get rid of 'View log' from menu (doesn't work even old gui)Nikola Pajkovsky2011-03-101-2/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* mv .gitignore from /doc to /doc/abrt-pluginsNikola Pajkovsky2011-03-101-0/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* event_xml_parser: correctly interact with already-loaded dataDenys Vlasenko2011-03-103-56/+121
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gitignore: ignore autogenerated files in doc and testsKarel Klic2011-03-101-0/+5
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-109-31/+106
|\
| * abrt-action-install-debuginfo: prevent $PATH attackDenys Vlasenko2011-03-101-2/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * use variable name from conf file if xml description doesn't existJiri Moskovcak2011-03-091-3/+9
| |
| * rename Bugzilla.xml to report_Bugzilla.xmlDenys Vlasenko2011-03-093-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * added loading/saving values to/from event config dialogJiri Moskovcak2011-03-091-6/+61
| |
| * wizard: minor build fixJiri Moskovcak2011-03-091-1/+1
| |
| * remove some not needed fields from event_configJiri Moskovcak2011-03-093-17/+26
| |
* | retrace-server-manual: remove text and html versionsKarel Klic2011-03-102-1583/+0
| |
* | retrace-server-manual: improve markupKarel Klic2011-03-091-43/+43
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-0943-202/+1211
|\|
| * create old bottom buttonsNikola Pajkovsky2011-03-091-31/+80
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * gui-wizard-gtk: add load_event_config_data() to wizardDenys Vlasenko2011-03-094-19/+26
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * fix to parsing of /etc/abrt/events/*.conf filesDenys Vlasenko2011-03-091-3/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * add parsing of /etc/abrt/events/*.conf files. Not tested.Denys Vlasenko2011-03-091-9/+35
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * fix a leak in event_xml_parser.c; simplify load_conf_file() a bitDenys Vlasenko2011-03-092-29/+31
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * add -Wwrite-strings everywhereDenys Vlasenko2011-03-0915-37/+37
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * view details in extrenal editor for multiline non-binary filesNikola Pajkovsky2011-03-093-1/+50
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * abrt-gtk: fixed crash when user clicks configure and no event is selectedJiri Moskovcak2011-03-091-1/+4
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-093-10/+53
| |\
| | * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtMichal Toman2011-03-091-0/+4
| | |\
| | | * ignore a new binariesNikola Pajkovsky2011-03-091-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| | * | retrace server: get rid of ABRT inside chrootsMichal Toman2011-03-092-10/+49
| | |/
| * / abrt-gtk: show error message when no event description is availableJiri Moskovcak2011-03-091-1/+17
| |/
| * abrt-gtk: added event config dialogJiri Moskovcak2011-03-084-27/+176
| | | | | | | | | | - Edit->Plugins will show the list of all plugins - it's just read only and the event config option shows only empty fields
| * added event description support into xml parserJiri Moskovcak2011-03-084-9/+21
| | | | | | | | | | | | | | - so event now has: action: description of what will happen when this event is used - the main purpose is for the event selector in wizard description: description of the event
| * implement load_event_config_data. Untested.Denys Vlasenko2011-03-087-64/+153
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * event_xml_parser: minor fixes based on review from DenysJiri Moskovcak2011-03-081-15/+14
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-087-21/+31
| |\
| | * make fork_execv_on_steroids capable of setting env vars tooDenys Vlasenko2011-03-087-21/+31
| | | | | | | | | | | | | | | | | | Before, it could only unset them. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * | silence the outputJiri Moskovcak2011-03-081-4/+6
| | |
| * | add Bugzilla.xml event descriptionJiri Moskovcak2011-03-084-0/+37
| |/
| * Fixes for g_event_config_list == NULLDenys Vlasenko2011-03-072-16/+26
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * gui-wizard-gtk: add code to export/unexport config variables. UntestedDenys Vlasenko2011-03-075-30/+102
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtJiri Moskovcak2011-03-071-1/+24
| |\ | | | | | | | | | | | | Conflicts: src/include/report/event_config.h
| | * add license and #ifdef EVENT_CONFIG_H around headerNikola Pajkovsky2011-03-071-1/+24
| | | | | | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * | added event_config.c stubJiri Moskovcak2011-03-073-2/+29
| |/
| * renamed some files, no code changesJiri Moskovcak2011-03-076-4/+125
| |
| * fix build, there is no file event_config_dialog.cNikola Pajkovsky2011-03-071-1/+0
| | | | | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
| * event_option_obj_t -> event_option_t, event_obj_t -> event_config_tJiri Moskovcak2011-03-072-12/+12
| |
| * event_xml_parser: string fields shouldn't be const, moved name and value ↵Jiri Moskovcak2011-03-071-7/+7
| | | | | | | | higher in the structure
| * abrt-gtk: added function to dynamically generate the config dialog from ↵Jiri Moskovcak2011-03-071-0/+1
| | | | | | | | event description
| * minor build fixesJiri Moskovcak2011-03-073-3/+3
| |
| * added function to parse event description from xml fileJiri Moskovcak2011-03-075-2/+234
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtMichal Toman2011-03-071-2/+1
| |\
| * | retrace server: guess release if 'os_release' file is missingMichal Toman2011-03-072-15/+42
| | |
* | | retrace-server: ship documentation in retrace-server rpm, use ↵Karel Klic2011-03-093-1/+16
| | | | | | | | | | | | abrt-retrace-server.info instead of retrace-server.info