aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-07-24 02:56:01 +0800
committerPeter Williams <peterw@src.gnome.org>2001-07-24 02:56:01 +0800
commit71717b85772daa402ada27bff1256016e8b90cd2 (patch)
tree761bd9c7278f4ff8e902293dcbda21abc2348348 /filter/ChangeLog
parentadbf1e2b8339805e5db26a485afc26bbeb6a67ad (diff)
downloadgsoc2013-evolution-71717b85772daa402ada27bff1256016e8b90cd2.tar
gsoc2013-evolution-71717b85772daa402ada27bff1256016e8b90cd2.tar.gz
gsoc2013-evolution-71717b85772daa402ada27bff1256016e8b90cd2.tar.bz2
gsoc2013-evolution-71717b85772daa402ada27bff1256016e8b90cd2.tar.lz
gsoc2013-evolution-71717b85772daa402ada27bff1256016e8b90cd2.tar.xz
gsoc2013-evolution-71717b85772daa402ada27bff1256016e8b90cd2.tar.zst
gsoc2013-evolution-71717b85772daa402ada27bff1256016e8b90cd2.zip
Change the butt-ugly UI to a saner (and just as flexible) one. Instead of
2001-07-23 Peter Williams <peterw@ximian.com> * filter-datespec.c (make_span_editor): Change the butt-ugly UI to a saner (and just as flexible) one. Instead of all those spinbuttons, just have one and let the user select the time unit. (omenu_item_activated): New function. When the user changes the time unit, convert it from the old number. Pretty. (adj_value_changed): This function is now simpler. (set_adjustments): Also modified for new UI model. (button_clicked): Set the selected_type before calling the callback. (FilterDatespecPrivate): Members change a bit. (filter_datespec_init): No longer need to allocation spinbuttons (filter_datespec_finalise): No longer need to free spinbuttons. svn path=/trunk/; revision=11312
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index cdaa539904..2a2463717b 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,17 @@
+2001-07-23 Peter Williams <peterw@ximian.com>
+
+ * filter-datespec.c (make_span_editor): Change the butt-ugly
+ UI to a saner (and just as flexible) one. Instead of all those
+ spinbuttons, just have one and let the user select the time unit.
+ (omenu_item_activated): New function. When the user changes the
+ time unit, convert it from the old number. Pretty.
+ (adj_value_changed): This function is now simpler.
+ (set_adjustments): Also modified for new UI model.
+ (button_clicked): Set the selected_type before calling the callback.
+ (FilterDatespecPrivate): Members change a bit.
+ (filter_datespec_init): No longer need to allocation spinbuttons
+ (filter_datespec_finalise): No longer need to free spinbuttons.
+
2001-07-20 Jeffrey Stedfast <fejj@ximian.com>
* filtertypes.xml: Removed the "Forward To" filter action.