aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+2
* Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-2/+24
* Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-14/+14
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #201011Milan Crha2008-06-091-4/+43
* ** Fixes bug #534360Matthew Barnes2008-05-231-3/+3
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-99/+99
* Warning fixes: - NULL vs 0 - ANSIfication of declarations - mixing codeKjartan Maraas2007-10-261-1/+1
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-031-2/+2
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* ** Fix for bug #263207Srinivasa Ragavan2007-06-181-2/+17
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #341369Hiroyuki Ikezoe2006-07-081-0/+2
* Remove unused code Move around some code to avoid unneccesary prototypes.Kjartan Maraas2006-02-081-92/+89
* adding top/bottom buttons for filter manager dialog (#205616) (committingMatthew Hall2005-12-211-0/+37
* Use privsolib instead of privlib. On Unix they are the same, on Win32Tor Lillqvist2005-08-101-1/+6
* moved e-error to e-utilNot Zed2005-05-161-1/+1
* Fix for 72676.Harry Lu2005-02-181-0/+8
* ** See #59885.Not Zed2004-06-171-1/+1
* fix a warning.Not Zed2004-04-281-18/+4
* renamed filter_label to rule_label, and removed the vfolder-editor andNot Zed2004-03-311-12/+13
* Use the new "filter_editor" that has been added to the glade file RemoveRodney Dawes2004-03-311-0/+5
* Hide the separators on these dialogs Re-pack the rule_editor widget inRodney Dawes2004-03-161-10/+13
* After setting the new selected iter, call cursor_changed() so we canJeffrey Stedfast2004-02-211-0/+7
* ** See bug #47751.Not Zed2004-01-071-18/+11
* Remove Viewports around the treeviews, since they already have a scrolledEttore Perazzoli2003-10-231-0/+1
* Fix for bug #41578.Jeffrey Stedfast2003-04-301-5/+5
* removed debug spew.Not Zed2003-04-231-1/+1
* Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.Jeffrey Stedfast2003-04-121-3/+6
* Don't return here - this is a void function. (rule_editor_set_source):Jeffrey Stedfast2003-03-201-2/+2
* Set the default window size to something reasonable (350x400?). Fixes bugJeffrey Stedfast2003-03-181-0/+1
* Always add a Cancel button here, but if !enable_undo - make the responseJeffrey Stedfast2003-03-181-2/+6
* Use g_object_new() instead of gtk_type_new().Jeffrey Stedfast2003-02-081-5/+4
* Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-151-6/+12
* Scroll to the newly added row. (rule_delete): Scroll to the selected row.Jeffrey Stedfast2003-01-041-10/+33
* Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-031-9/+10
* Use an easier method for getting the iter.Jeffrey Stedfast2002-12-131-11/+10
* New custom function for creating the source_list widget. (get_widget):Jeffrey Stedfast2002-12-131-37/+70
* FILTER_RULE_CLASS -> _GET_CLASSNot Zed2002-11-261-14/+19
* Updated to use GtkTreeView.Jeffrey Stedfast2002-11-191-47/+73
* Get the root node properly.Not Zed2002-11-131-2/+2
* Use weak_ref instead of connecting to "destroy". (rule_add): Same.Jeffrey Stedfast2002-11-091-3/+3
* Use a GtkDialog instead of a GnomeDialog for reporting errors.Jeffrey Stedfast2002-11-081-77/+61
* Use GtkDialog instead of GnomeDialog here.Jeffrey Stedfast2002-11-081-12/+9
* a ton more build fixesJeffrey Stedfast2002-11-061-19/+17
* Ported.Jeffrey Stedfast2002-11-061-3/+3
* Also ported.Jeffrey Stedfast2002-11-051-140/+127
* Adjust default rule editor size to accomodate the menu widening caused byDan Winship2002-11-011-1/+1
* Dont allow duplicate names. (edit_editor_clicked): Same here. For #24803.Not Zed2002-08-081-2/+29
* This needs to return a gboolean (TRUE). (rule_edit): UsingJeffrey Stedfast2002-04-101-5/+8
* Set 're' as the parent window rather than as the parent widget.Jeffrey Stedfast2002-04-021-6/+7
* check if re->edit != NULL before trying to unref it. Fixes a segfault whenMikael Hallendal2002-01-271-1/+4
* Removed U_. Fixes #15415.Zbigniew Chyla2001-11-281-1/+1
* Hook onto destroy event. (edit_editor_destroyed): IF we get destroyed,Not Zed2001-11-281-0/+14
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* Need to ref rule since add doesn't. This doesn't crash anymore but doesn't92001-10-291-0/+1
* Fixed previous fix.Michael Zucci2001-10-291-1/+1
* Some debug printf fixes for printf's that dont like null %s's.92001-10-291-2/+2
* Fix enable undo logic.Michael Zucci2001-10-291-1/+1
* Implement, change any folder uri's that have been renamed, to the new one.82001-10-281-6/+9
* Add undo for move. (rule_editor_add_undo): Add extra rank item.82001-10-281-12/+129
* Fix the address of the FSF in the licensing comments.Ettore Perazzoli2001-10-281-1/+0
* Fixing the license text.Ettore Perazzoli2001-10-281-11/+11
* Desensitize the parent dialog. (rule_edit): Same. (add_editor_clicked):Jeffrey Stedfast2001-10-261-0/+6
* Keep track of the current editor dialog window so that on exit, we canJeffrey Stedfast2001-10-261-32/+48
* Add a changed signal. Emits if the order changes or if you add or remove a42001-10-241-1/+1
* Translate the rule names. (Bug #13082)Jon Trowbridge2001-10-211-1/+2
* Set the item label to the new rule name, not the old rule name. Fixes bugJeffrey Stedfast2001-09-291-2/+2
* Clone the current rule before editing it so that changes can be undone.Jeffrey Stedfast2001-09-131-3/+5
* Removed the "Forward To" filter action.Jeffrey Stedfast2001-07-211-40/+40
* Return -1 if we don't find it? This is what most of the code expected butJeffrey Stedfast2001-07-191-17/+18
* Select the most appropriate filter rule.Jeffrey Stedfast2001-07-061-1/+8
* Set the filter-rule dialog to be user-resizable.Jeffrey Stedfast2001-06-301-14/+16
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Set the default size of the dialog to 600x400, which seems to be a niceJeffrey Stedfast2001-04-271-2/+5
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+1
* Fix headers. Remove unneccesary ones and replace with more finegrainedKjartan Maraas2001-03-301-1/+5
* Validate the rule before closing.Jeffrey Stedfast2001-03-221-3/+2
* Set the editor dialog modal rather than setting the filter dialogJeffrey Stedfast2001-03-211-118/+117
* Changed the edit_filter to be a standalone window rather than a widget, soNot Zed2001-03-151-0/+475