summaryrefslogtreecommitdiffstats
path: root/src/lib/event_xml_parser.c
Commit message (Expand)AuthorAgeFilesLines
* split libreport to a separate packageJiri Moskovcak2011-06-081-469/+0
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-011-4/+41
* wizard: return control to analyze step if non-executed analyzers existDenys Vlasenko2011-05-101-2/+2
* Add analyzer which collects /var/log/messages. Closes bz#565725Denys Vlasenko2011-05-101-4/+4
* Do away with reanalyze eventsDenys Vlasenko2011-05-101-2/+10
* make <note-html> translatableJiri Moskovcak2011-04-171-3/+14
* make <name> in event xml description translatableJiri Moskovcak2011-04-171-4/+15
* Implement the possibility to add text labels to even config GUI. Closes #199.Denys Vlasenko2011-04-151-36/+47
* wizard: implement long descriptionsDenys Vlasenko2011-04-141-7/+24
* fixes for i18n in xml parserDenys Vlasenko2011-04-131-42/+55
* abrt-action-print: add -r option which records reported_toDenys Vlasenko2011-04-081-1/+1
* make event xml description translatableJiri Moskovcak2011-04-051-5/+68
* all: don't declare variables inside for loopsCosimo Cecchi2011-03-291-1/+2
* parse and store 'allow-empty' valueNikola Pajkovsky2011-03-221-3/+10
* added copyright bannersDenys Vlasenko2011-03-151-0/+18
* style fixesDenys Vlasenko2011-03-151-1/+1
* teach event xml parser to understand <default-value>Jiri Moskovcak2011-03-131-7/+21
* event_xml_parser: correctly interact with already-loaded dataDenys Vlasenko2011-03-101-53/+104
* remove some not needed fields from event_configJiri Moskovcak2011-03-091-3/+7
* gui-wizard-gtk: add load_event_config_data() to wizardDenys Vlasenko2011-03-091-1/+1
* fix a leak in event_xml_parser.c; simplify load_conf_file() a bitDenys Vlasenko2011-03-091-3/+5
* added event description support into xml parserJiri Moskovcak2011-03-081-6/+14
* implement load_event_config_data. Untested.Denys Vlasenko2011-03-081-46/+52
* event_xml_parser: minor fixes based on review from DenysJiri Moskovcak2011-03-081-15/+14
* silence the outputJiri Moskovcak2011-03-081-4/+6
* renamed some files, no code changesJiri Moskovcak2011-03-071-1/+1
* event_option_obj_t -> event_option_t, event_obj_t -> event_config_tJiri Moskovcak2011-03-071-9/+9
* minor build fixesJiri Moskovcak2011-03-071-1/+1
* added function to parse event description from xml fileJiri Moskovcak2011-03-071-0/+186