summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-092-10/+49
|\
| * 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-082-0/+34
|/
* 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
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-0714-175/+192
| |\
| * | retrace-client: do not include unneeded files in the uploaded archiveKarel Klic2011-03-071-2/+0
| | |
| * | retrace-client: wait 10 seconds between status requests.Karel Klic2011-03-071-0/+1
| | |
* | | retrace server: guess release if 'os_release' file is missingMichal Toman2011-03-072-15/+42
| |/ |/|
* | retrace server: do not require 'architecture' fileMichal Toman2011-03-072-21/+29
| |
* | retrace server: do not require 'uid' file, accept 'release' or 'os_release' fileMichal Toman2011-03-072-2/+18
| |
* | fix a problem with big-ish smaps files classified as binaryDenys Vlasenko2011-03-042-23/+24
| | | | | | | | 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>
* | add saving of username; fix one liners loadingDenys Vlasenko2011-03-042-5/+18
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | abrt-action-save-package-data: do not complain if "remote" element is missingDenys Vlasenko2011-03-041-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | 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>
* 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-0311-33/+33
|/ | | | | This is not needed at the end. This reverts commit ef96cd431369b2cf0dd640a0bb66be4fb029b9c0.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/abrtKarel Klic2011-03-0322-181/+79
|\
| * 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-0311-33/+33
| | | | | | | | | | - 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
| |