aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-folder.c
Commit message (Collapse)AuthorAgeFilesLines
* Bunch of unicode related changesLauris Kaplinski2000-09-081-4/+8
| | | | svn path=/trunk/; revision=5235
* More UTF-8 handlingLauris Kaplinski2000-08-251-3/+5
| | | | svn path=/trunk/; revision=5032
* A bunch of small GUI fixes for the filter editor.Ettore Perazzoli2000-08-181-1/+3
| | | | svn path=/trunk/; revision=4866
* Fixed some warnings.Christopher James Lahey2000-08-111-2/+1
| | | | | | | | | 2000-08-10 Christopher James Lahey <clahey@helixcode.com> * filter-driver.c, filter-driver.h, filter-folder.c, rule-context.c, vfolder-editor.c: Fixed some warnings. svn path=/trunk/; revision=4720
* Make the filter dialog display only the name of the folder, not theEttore Perazzoli2000-08-041-18/+15
| | | | | | whole URI. svn path=/trunk/; revision=4516
* Set value of a simple type to a new string.Not Zed2000-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-07-31 Not Zed <NotZed@HelixCode.com> * filter-input.c (filter_input_set_value): Set value of a simple type to a new string. * filter-option.c (filter_option_set_current): New function to set the current value of an option. * filter-rule.c (filter_rule_find_list): New function to find a rule in a list, by name. (filter_rule_set_name): Let you set the name of a rule. * rule-context.c (rule_context_find_rule): Find a rule by name. (rule_context_create_part): Helper to find and clone a part by name. * filter-folder.c (button_clicked): Fix warning. * filter.glade: Add new widgets for vfolder rule editor. * vfolder-context.c (vfolder_context_init): Changed to use vfolder rule as the rule type. * vfolder-rule.c: New class to encode extra information required for vfolder rules. svn path=/trunk/; revision=4421
* ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-301-0/+269
2000-07-30 Not Zed <NotZed@HelixCode.com> ** Almost a total rewrite of every file, except for filter-driver which just had minor updates. The rule format has changed. svn path=/trunk/; revision=4418