aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-datespec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-13/+14
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-51/+51
* Warning fixes: - NULL vs 0 - ANSIfication of declarations - mixing codeKjartan Maraas2007-10-261-1/+3
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Fix compilation warnings in filter directory (#439118).Matthew Barnes2007-06-031-13/+13
* Fix for bug #211058Srinivasa Ragavan2007-05-111-14/+54
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Use privsolib instead of privlib. On Unix they are the same, on Win32Tor Lillqvist2005-08-101-1/+10
* moved e-error to e-utilNot Zed2005-05-161-1/+1
* Moved stuff from e-util to libedataserver.Not Zed2004-12-031-1/+1
* fix a warning.Not Zed2004-04-281-9/+2
* Use ngettext for handling plurals in filter-datespec. Partial fix for #53464).Danilo Ĺ egan2004-03-201-13/+19
* Hide the separators on these dialogs Re-pack the rule_editor widget inRodney Dawes2004-03-161-0/+2
* ** See bug #47751.Not Zed2004-01-071-3/+3
* cast warning.Not Zed2003-03-281-1/+1
* (button_clicked): Fix this so we don't get stuck insideDan Winship2003-03-211-13/+5
* Change the strings in the timespans array from "second" / "seconds" to "1Dan Winship2003-03-211-9/+9
* Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-151-2/+4
* more fixesJeffrey Stedfast2003-01-031-5/+5
* FILTER_RULE_CLASS -> _GET_CLASSNot Zed2002-11-261-4/+4
* Get the root node properly.Not Zed2002-11-131-1/+1
* Use a GtkDialog instead of a GnomeDialog for reporting errors.Jeffrey Stedfast2002-11-081-7/+9
* Use GtkDialog instead of GnomeDialog here.Jeffrey Stedfast2002-11-081-15/+21
* build fixesJeffrey Stedfast2002-11-061-33/+27
* Ported to GObject.Jeffrey Stedfast2002-11-021-84/+92
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-011-1/+1
* Added a datespec editor window.Not Zed2002-08-021-477/+177
* If the value was unset, initialize it to now.Peter Williams2002-08-021-11/+11
* ** fixes for #10781Not Zed2002-07-151-0/+12
* Copy values across to new part.Not Zed2002-02-261-0/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-11/+11
* And again here.Jeffrey Stedfast2001-10-051-2/+2
* Allow the dialog's title to be translated.Jeffrey Stedfast2001-09-111-1/+1
* New function. Convert a time_t to a gchar * (with i18n) (describe_button):Peter Williams2001-08-141-2/+15
* Add a gettext around our static strings.Peter Williams2001-08-131-1/+1
* Change the butt-ugly UI to a saner (and just as flexible) one. Instead ofPeter Williams2001-07-241-98/+100
* Marked string for translation.Chyla Zbigniew2001-07-131-1/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Plug memory leaks.Dan Winship2001-04-191-2/+3
* Fix headers. Remove unneccesary ones and replace with more finegrainedKjartan Maraas2001-03-301-2/+18
* Oops, an unspecified date is '0', not -1.Jeffrey Stedfast2001-03-231-1/+1
* Moved the regex filter rule around - we've changed the format a bit.Jeffrey Stedfast2000-11-281-2/+2
* Check to make sure the user has entered a valid date.Jeffrey Stedfast2000-11-021-189/+218
* Turn off debugging output.Dan Winship2000-09-121-1/+1
* Set seltime.tm_isdst to -1, not daylight, because the current dst value isDan Winship2000-08-241-2/+1
* Allow filtering / vfoldering based on time or datePeter Williams2000-08-161-0/+703