aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-datespec.c
Commit message (Expand)AuthorAgeFilesLines
* 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