summaryrefslogtreecommitdiffstats
path: root/src/gtk-helpers/event_config_dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* removed forgotten files which have been moved to libreportJiri Moskovcak2011-06-091-455/+0
|
* wizard: hook selection checkboxes to reporters.Denys Vlasenko2011-06-011-1/+3
| | | | | | | | | | | | | | | | | | | | | 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>
* gui: fil colors in list; wizard: a bit better navigationDenys Vlasenko2011-05-191-0/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* gui: fixed the OK and CANCEL buttons order in event config dialogJiri Moskovcak2011-04-221-2/+2
|
* event_config_dialog: move [cancel] to the left. closes bz#692713Denys Vlasenko2011-04-211-1/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: warn user if the plugin configuration is wrong trac#156Jiri Moskovcak2011-04-171-0/+33
|
* Implement the possibility to add text labels to even config GUI. Closes #199.Denys Vlasenko2011-04-151-15/+47
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: add keyboard accelerator for "Configure Events" buttonsDenys Vlasenko2011-03-241-21/+16
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gtk: rename Edit->Plugins to "Event configuration"; fix last_row codeDenys Vlasenko2011-03-181-20/+38
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* event_config_dialog: plug memory leaks; improve resizing and window placementDenys Vlasenko2011-03-181-74/+71
| | | | | | | | | Also * replace open-coded color interleavinn in event tree view with Gtk built-it one. * add padding between labels and edit fields Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* added copyright bannersDenys Vlasenko2011-03-151-0/+18
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* style fixesDenys Vlasenko2011-03-151-121/+102
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-gui: save event settings in gnome keyringJiri Moskovcak2011-03-141-28/+31
|
* forgot to push the libreportgtkJiri Moskovcak2011-03-141-0/+374