summaryrefslogtreecommitdiffstats
path: root/src/include/report/problem_data.h
Commit message (Collapse)AuthorAgeFilesLines
* split libreport to a separate packageJiri Moskovcak2011-06-081-99/+0
|
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-011-1/+8
| | | | | | | | | | | | | | | | | | | | | Checkboxes are controlled by the following elements in .xml: <requires-items> ITEM1,ITEM2 </requires-items> <exclude-items-by-default> ITEM1,ITEM2 </exclude-items-by-default> <exclude-items-always> ITEM1,ITEM2 </exclude-items-always> <exclude-binary-items> yes / no </exclude-binary-items> <include-items-by-default> ITEM1,ITEM2 </include-items-by-default> exclude-items-by-default and exclude-items-always can be "*" meaning "all". include-items-by-default specifies which items are included (checked) is exclude-items-by-default is "*". Else, all are checked by default. the set of iters NOT included is passed in $EXCLUDE_FROM_REPORT variable. bugzilla, kerneloops, mailx, print and rhtsupport are made aware of this variable. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Merge branch 'master' of git://git.fedorahosted.org/git/abrtJiri Moskovcak2011-05-191-17/+1
|\
| * move vector of pd's cod to cli, its only userDenys Vlasenko2011-05-191-17/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | report C API improvementsJiri Moskovcak2011-05-181-0/+2
|/
* mass replace of crash_data with problem_dataDenys Vlasenko2011-04-231-0/+106
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>