aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Bug #633611 - Do not close Add Filter Rule dialog on errorMilan Crha2010-12-081-0/+1
* Bug #239817 - New criterion should grab focus in a filter editorMilan Crha2010-11-301-2/+4
* Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-181-1/+1
* Cast GtkAdjustment constructor calls to GtkAdjustmentBenjamin Otte2010-10-302-4/+4
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-1/+1
* Fix build on platforms when ngettext is a macroFridrich Štrba2010-10-251-16/+27
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-212-8/+20
* Give MailSession a permanent home.Matthew Barnes2010-10-134-23/+9
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-073-13/+11
* Bug #629482 - assertion `child->parent==NULL' failBharath Acharya2010-09-141-2/+0
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-7/+7
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-113-10/+10
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-113-0/+10
* Bug 628005 - Russian: evolution Advanced Search dialogs are oversizedhao li2010-08-301-26/+36
* Coding style and whitespace cleanup.Matthew Barnes2010-08-295-31/+31
* GObject boilerplate cleanup.Matthew Barnes2010-08-2512-371/+105
* Bug 614041 - Filter's relative date combos aren't setMatthew Barnes2010-04-181-1/+3
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-2/+2
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-033-3953/+1
* [win32] Avoid warnings about redefined localtime_rFridrich Strba2010-03-241-0/+3
* Coding style and whitespace cleanups.Matthew Barnes2010-01-231-14/+35
* Remove dead assignments found by clang.Matthew Barnes2010-01-162-8/+2
* Baby steps toward GSEAL compliance.Matthew Barnes2010-01-141-1/+3
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-01-052-4/+11
* Coding style and whitespace cleanup.Matthew Barnes2010-01-042-9/+18
* Replace alloca() with g_alloca().Matthew Barnes2009-12-281-1/+1
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2009-12-262-2/+6
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-0/+1
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-083-6/+6
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-0111-57/+60
* port filter/ classes over to new EError APIJonathon Jongsma2009-12-0111-51/+73
* Fix compile time warnings in filter/e-rule-context.cMilan Crha2009-11-271-2/+2
* Restore some lost characters in filter.ui.Matthew Barnes2009-11-221-3/+3
* Bug #602178 - [regression] Missing widget in Search folder dialogMilan Crha2009-11-181-4/+1
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-171-2/+4
* Bug #592294 - Output an error message on system filter rules loading errorYan Li2009-11-171-3/+11
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-176-781/+662
* Fix a typo in EFilterPart.Matthew Barnes2009-10-271-1/+1
* Cleanup and rename filter classes.Matthew Barnes2009-10-2748-6787/+7175
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-2/+1
* Bug #458173 - Date selection window in "Advanced Search" inconsistentMilan Crha2009-10-161-1/+1
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-1311-54/+35
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-5/+4
* Bug #595501 - Crash on a changed filter rule removalMilan Crha2009-09-231-2/+6
* Chip away at GSEAL compliance.Matthew Barnes2009-08-174-8/+25
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-1413-24/+0
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-2/+2
|\
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| * Hide proper widgets from filter.glade for searchesMilan Crha2009-07-011-2/+2
| * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-191-7/+2
| * Remove a horrible hack and stuff the localizable strings into if-zero-ed blockFridrich Strba2009-06-041-16/+22
| * More code cleanup.Matthew Barnes2009-06-0211-33/+33
| * Whitespace cleanup.Matthew Barnes2009-05-292-2/+2
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-2921-371/+371
| * Remove trailing whitespace, again.Matthew Barnes2009-05-2924-26/+26
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* | Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-181-7/+2
* | More code cleanup.Matthew Barnes2009-06-0211-33/+33
* | Whitespace cleanup.Matthew Barnes2009-05-292-2/+2
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-2721-371/+371
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2724-29/+29
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-2724-26/+26
| |/
| * Fix compiler warnings in filter.Matthew Barnes2009-05-263-3/+3
| * Install filter/ headers to filter/ for Anjal's usage.Srinivasa Ragavan2009-05-221-0/+16
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-175-5/+5
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
* | Install filter/ headers to filter/ for Anjal's usage.Srinivasa Ragavan2009-05-241-0/+16
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-215-5/+5
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-292-1/+11
|\|
| * Fix filter breakage after deprecated Gtk+ symbols removalMilan Crha2009-04-282-1/+11
* | Manual conflict resolutionMatthew Barnes2009-04-251-23/+0
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-255-243/+124
|\|
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-245-243/+101
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-234-10/+2
| * Add cast to avoid warning.Tor Lillqvist2009-01-122-1/+6
| * ** Bug #567244Tor Lillqvist2009-01-112-6/+12
| * ** Fix for bug #567031Milan Crha2009-01-082-1/+8
| * ** Fix for bug #339879Milan Crha2009-01-084-6/+30
| * ** Part of fix for bug #563669Milan Crha2008-12-152-1/+8
| * ** Fix for bug #563870Milan Crha2008-12-107-409/+63
| * ** Fix for bug #563669Milan Crha2008-12-092-1/+8
| * ** Fix for bug #332629Milan Crha2008-12-064-6/+115
| * ** Fix for bug #503898Matthew Barnes2008-10-172-3/+9
| * ** Fix for bug #554566Lucian Langa2008-10-062-2/+34
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-012-13/+20
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-292-14/+20
| * License change from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-254-44/+50
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-242-13/+20
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-163-28/+35
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-0315-191/+215
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-275-59/+69
| * Reviewed by Srinivasa Ragavan <sragavan@novell.com>Takao Fujiwara2008-07-302-3/+12
| * ** Fix for bug #530388Milan Crha2008-07-282-16/+28
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-127-14/+63
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-119-393/+163
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-253-5/+43
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-029-112/+145
* | Progress update:Matthew Barnes2008-09-184-10/+2
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-1119-250/+284
* | Progress update:Matthew Barnes2008-09-071-1/+0
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-083-19/+40
|/
* ** Fix for bug #243201Milan Crha2008-07-032-1/+12
* Patch from Maciej Piechotka <uzytkownik2@gmail.com>Tobias Mueller2008-06-283-2/+10
* fixed copyright noticesJeffrey Stedfast2008-06-2126-26/+26
* ** Fix for bug #382783Milan Crha2008-06-202-0/+41
* ** Fix for bug #201011Milan Crha2008-06-094-5/+75
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-065-13/+5
* gtk_window_set_policy -> gtk_window_set_resizable + other cleanups.Kjartan Maraas2008-06-042-7/+12
* ** Fixes bug #534360Matthew Barnes2008-05-233-5/+13
* ** Fix for bug #211353Milan Crha2008-01-104-46/+208
* Removing cyclic dependency caused by mail_config_get_labels.Srinivasa Ragavan2007-12-172-22/+39
* ** Fix for bug #211353Milan Crha2007-12-172-33/+28
* Patch from Bob Mauchin <zebob.m@pengzone.org>: Fix for bug #438769 (UI: Chan...Suman Manjunath2007-12-072-1/+9
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-1526-723/+723
* Warning fixes: - NULL vs 0 - ANSIfication of declarations - mixing codeKjartan Maraas2007-10-264-4/+18
* ** Fix for bug #323977Milan Crha2007-10-112-1/+9
* ** Fixes bug #437579Matthew Barnes2007-10-102-1/+7
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-284-6/+12
* Remove the --enable-file-chooser configure option.Matthew Barnes2007-09-142-18/+8
* 2007-09-12 mcrha Fix for bug #473514Milan Crha2007-09-124-4/+15
* 2007-09-12 mcrha Fix for bug #231178Milan Crha2007-09-122-2/+13
* ** Fix for bug #471791 (Move away from asserts to g_ret*)Srinivasa Ragavan2007-09-035-54/+77
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-0226-46/+46
* Remove unused include.Ross Burton2007-08-132-1/+5
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-10/+0
* calendar/gui/dialogs/memo-page.glade:Andre Klapper2007-07-312-2/+7
* 2007-07-27 Johnny Jacob Fix for bug #457523.Milan Crha2007-07-272-2/+12
* ** Fix for bug #263207Srinivasa Ragavan2007-06-183-4/+32
* Added a new element for percentage.Chenthill Palanisamy2007-06-042-0/+10
* Fix compilation warnings in filter directory (#439118).Matthew Barnes2007-06-0312-109/+128
* Fix for bug #211058Srinivasa Ragavan2007-05-114-30/+91
* Fix for bug #430559Srinivasa Ragavan2007-04-202-1/+8
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-1/+0
* ** Fixes bug #373116Matthew Barnes2007-04-024-64/+74
* ** Fixes bug #419524Matthew Barnes2007-03-2110-9/+15
* Add mnemonic to "Find items". Fixes bug #404242.Andre Klapper2007-02-042-1/+7
* Move a var into #ifndef #USE_FILECOOSER to get rid of a warning. bugKjartan Maraas2006-10-012-1/+9
* ** Fixes bug #324882 Alignment corrected for the date filtering rule.Ushveen Kaur2006-09-292-104/+188
* ** Fixes bug #341369Hiroyuki Ikezoe2006-07-082-0/+7
* ** Fixes Bug #323853Shi Pu2006-04-302-15/+32
* Remove unused code Move around some code to avoid unneccesary prototypes.Kjartan Maraas2006-02-083-94/+96
* Added new thread-matching mode 'single' for messages not part of anyNot Zed2006-01-253-2/+17
* adding top/bottom buttons for filter manager dialog. Fixes bug 205616.Matthew Hall2005-12-311-0/+5
* adding top/bottom buttons for filter manager dialog (#205616) (committingMatthew Hall2005-12-212-0/+59
* ** Fixes bug #246225 ** Fixes bug #246227Srinivasa Ragavan2005-12-202-4/+13
* filter-file.c Use libedataserver's e_xml_parse_file(). Use gstdioTor Lillqvist2005-12-183-23/+25
* Use gstdio wrappers.Tor Lillqvist2005-12-182-5/+13
* cast.Not Zed2005-08-242-1/+5
* Use privsolib instead of privlib. On Unix they are the same, on Win32Tor Lillqvist2005-08-104-4/+43
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* moved e-error to e-utilNot Zed2005-05-1611-71/+50
* Remove markup from translatable string. Fixes #268390 Patch submitted bySarfraaz Ahmed2005-05-062-1/+9
* Fix for 72676.Harry Lu2005-02-182-0/+15
* Install shared libraries to privlibdir.Hans Petter Jansson2005-02-102-1/+5
* cast lenght specifiers to int.Not Zed2005-01-122-2/+7
* Added label "Show filters for mail:".Diego Sevilla Ruiz2004-12-073-1/+29
* Moved stuff from e-util to libedataserver.Not Zed2004-12-038-7/+13
* add mnemonic widget in search box.Mengjie Yu2004-12-012-2/+7
* added the "use_filechooser" property to the GnomeFileEntryCarlos Garnacho Parro2004-08-132-0/+6
* encode entities. fixes bug #46677.Jeffrey Stedfast2004-06-222-0/+8
* Re-added - THIS IS NOT TO BE REMOVED!!!!Jeffrey Stedfast2004-06-182-0/+28
* Remove this generated file from CVSRodney Dawes2004-06-172-24/+4
* ** See #59885.Not Zed2004-06-1738-5731/+159
* give the junk test a unique name. #59567.Not Zed2004-06-082-1/+5
* Require e-error-toolRodney Dawes2004-05-282-0/+5
* Removed from CVS Generated files don't belong in CVSRodney Dawes2004-05-262-65/+5
* don't dist the error .h fileJP Rosevear2004-05-202-1/+4
* fix for folder selector api change, change the ok button to "Add".Not Zed2004-05-182-1/+6
* Same.Jeffrey Stedfast2004-05-123-0/+8
* load threading option if threading enabled. (xml_encode): write outNot Zed2004-05-126-27/+142
* fix i18n file generation rules.Not Zed2004-05-125-55/+106
* Added the Junk status flag to the xml definition so you can vfolder onJeffrey Stedfast2004-05-032-0/+8
* updateDan Winship2004-05-031-3/+3
* fix a warning.Not Zed2004-04-2811-96/+34
* Work in progress, HIG'ing and de-coupling of errors.Michael Zucci2004-04-161-0/+51
* renamed filter_label to rule_label, and removed the vfolder-editor andNot Zed2004-03-317-659/+51
* Use the new "filter_editor" that has been added to the glade file RemoveRodney Dawes2004-03-314-274/+402
* Fix packing of the hbox that contains the actual input widgets to expandRodney Dawes2004-03-303-2/+8
* return the added option. (clone): make sure we set the current optionNot Zed2004-03-265-9/+22
* Use ngettext for handling plurals in filter-datespec. Partial fix for #53464).Danilo Šegan2004-03-202-13/+25
* Don't ref the newly cloned rule (fix to previous patch).Jeffrey Stedfast2004-03-172-1/+5
* When copying a FilterPart of a rule, we need copy the data of partsBill Zhu2004-03-162-2/+8
* Credit William Jon McCann for original filter HIG patch (forgot to)Rodney Dawes2004-03-161-0/+2
* Hide the separators on these dialogs Re-pack the rule_editor widget inRodney Dawes2004-03-1614-461/+651
* After setting the new selected iter, call cursor_changed() so we canJeffrey Stedfast2004-02-212-0/+13
* ** See bug #54338.Not Zed2004-02-204-55/+85
* implement, since we dont store the min/max values in the xml output, weNot Zed2004-02-172-0/+21
* Default to an empty string for the value. (xml_decode): Remove old valuesHans Petter Jansson2004-02-072-2/+23
* add widgets/miscDan Winship2004-02-042-0/+5
* autogenerated file out of sync in CVSRadek Doulik2004-01-231-1/+1
* load from the just-loaded 'userdoc' rather than rc->user.Not Zed2004-01-203-22/+25
* ** See bug #52467.Not Zed2004-01-162-11/+28
* s/spam/junk, added junk test rule, it must be lost while porting to 1.5Radek Doulik2004-01-153-27/+56
* ** See bug #47751.Not Zed2004-01-074-25/+28
* call peek instead of get as the function was renamedJP Rosevear2003-12-232-1/+6
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-072-1/+4
* added FILTER_SOURCE_JUNKTEST - perform only junktest on incoming mailRadek Doulik2003-12-042-0/+6
* turn on deprecated gtk stuffJP Rosevear2003-11-262-1/+4
* #include "em-folder-tree.h"Jeffrey Stedfast2003-11-172-2/+7
* fix for folder selector api changes. (vfr_folder_response): handle theNot Zed2003-11-172-27/+36
* merged spam filtering branchRadek Doulik2003-11-132-0/+7
* Remove Viewports around the treeviews, since they already have a scrolledEttore Perazzoli2003-10-234-36/+20
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-224-40/+60
* Listen to the "value-changed" signal rather than the "changed" signal.Jeffrey Stedfast2003-09-232-1/+6
* type should be a GType. (rule_context_add_rule_set): Likewise. UpdateJeremy Katz2003-09-173-6/+13
* forgot to commit. new search types xml file.Michael Zucci2003-09-171-0/+529
* ** See Natzilla task #47524Not Zed2003-09-164-5/+41
* ** See bug #42636.Not Zed2003-08-063-4/+20
* Use EVO_MARSHAL_RULEDan Winship2003-07-242-11/+5
* free current_url.Larry Ewing2003-06-142-1/+6
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-2/+7
* stat the user file before parsing.Mike Kestner2003-06-112-1/+8
* Fixes some leaks from bug #43883.Jeffrey Stedfast2003-06-104-6/+28
* Roll over ChangeLogs.Ettore Perazzoli2003-06-102-2967/+2967
* Reverted unwanted commitRodrigo Moya2003-05-141-22/+22
* Updated NEWSRodrigo Moya2003-05-141-22/+22
* Format the colour string in a way that gdk_color_parse() will handle.Jeffrey Stedfast2003-05-072-1/+7
* Fix for bug #41578.Jeffrey Stedfast2003-04-304-11/+28
* removed debug spew.Not Zed2003-04-233-6/+55
* updated the bug list that my last commit fixed (since more bugs have been sub...Jeffrey Stedfast2003-04-121-1/+1
* added more bug #'sJeffrey Stedfast2003-04-121-2/+2
* Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.Jeffrey Stedfast2003-04-128-42/+78
* cast warning.Not Zed2003-03-282-1/+5
* Loop over child nodes here too in order to not be affected by libxml2Jeffrey Stedfast2003-03-273-20/+36
* (button_clicked): Fix this so we don't get stuck insideDan Winship2003-03-212-13/+7
* Change the strings in the timespans array from "second" / "seconds" to "1Dan Winship2003-03-212-9/+17
* Don't return here - this is a void function. (rule_editor_set_source):Jeffrey Stedfast2003-03-202-2/+8
* use the same code as in filter-rule to enforce unique names for allNot Zed2003-03-182-1/+18
* Set the default window size to something reasonable (350x400?). Fixes bugJeffrey Stedfast2003-03-182-0/+4
* Fixed to work properly. Fixes bug #39654.Jeffrey Stedfast2003-03-182-17/+27
* Always add a Cancel button here, but if !enable_undo - make the responseJeffrey Stedfast2003-03-184-43/+55
* go to the proper level of child node before looking for rule sets, fix forNot Zed2003-03-102-216/+222
* Fixes for bug #39170Jeffrey Stedfast2003-03-062-3/+12
* Change to use EAccountList, etc.Not Zed2003-02-242-52/+28
* Get rid of the need for the GTK_WIDGET_DESTROYED() check.Jeffrey Stedfast2003-02-132-17/+15
* Use g_object_new() instead of gtk_type_new().Jeffrey Stedfast2003-02-089-16/+38
* Defined in configure.in now (filterdir): Define using privdatadirDan Winship2003-02-062-2/+6
* (gladedir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-2/+7
* dont re-use 'widget', its the return value!Not Zed2003-01-162-7/+12
* Back to using e_xml_save_file().Jeffrey Stedfast2003-01-162-3/+5
* Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-154-10/+33
* more bug #'sJeffrey Stedfast2003-01-041-1/+1
* added a bug # that was fixedJeffrey Stedfast2003-01-041-1/+1
* Scroll to the newly added row. (rule_delete): Scroll to the selected row.Jeffrey Stedfast2003-01-042-10/+41
* more fixesJeffrey Stedfast2003-01-033-9/+9
* Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-0310-46/+76