Re: [evolution-patches] A patch for glade files for Calendar and Tasks



Rodrigo and JPR,
    Could you please reivew this patch?
    Thanks!
       Harry

Harry Lu wrote:
Hi, Calendar developers,
   Here is a small patch for glade files for Calendar and Tasks based on 1.4 branch. It makes repeat-quantity and repeat-value of alarm option dialog numeric only and percent-complete of task details dialog numeric only. With this patch, user cannot input alphabetic/special characters in those fields.
   I want to check in this patch for both HEAD and 1.4 branch. Please review it.
   Thank!
      Harry

Index: calendar//ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v retrieving revision 1.1802.2.34 diff -u -r1.1802.2.34 ChangeLog --- calendar//ChangeLog 16 Sep 2003 05:31:55 -0000 1.1802.2.34 +++ calendar//ChangeLog 24 Sep 2003 02:50:36 -0000 @@ -1,3 +1,10 @@ +2003-09-24 Harry Lu <harry lu sun com> + + * gui/dialogs/alarm-options.glade: Make repeat-quantity and + repeat-value of alarm option dialog numeric only. + * gui/dialogs/task-details-page.glade: Make percent-complete + of task details dialog numeric only. + 2003-09-16 Harry Lu <harry lu sun com> * gui/apps_evolution_calendar.schemas: change last_notification_time's Index: calendar//gui/dialogs/alarm-options.glade =================================================================== RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/alarm-options.glade,v retrieving revision 1.9 diff -u -r1.9 alarm-options.glade --- calendar//gui/dialogs/alarm-options.glade 28 Apr 2003 19:08:56 -0000 1.9 +++ calendar//gui/dialogs/alarm-options.glade 24 Sep 2003 02:50:37 -0000 @@ -110,7 +110,7 @@ <property name="can_focus">True</property> <property name="climb_rate">1</property> <property name="digits">0</property> - <property name="numeric">False</property> + <property name="numeric">True</property> <property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> @@ -150,7 +150,7 @@ <property name="can_focus">True</property> <property name="climb_rate">1</property> <property name="digits">0</property> - <property name="numeric">False</property> + <property name="numeric">True</property> <property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> Index: calendar//gui/dialogs/task-details-page.glade =================================================================== RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-details-page.glade,v retrieving revision 1.14 diff -u -r1.14 task-details-page.glade --- calendar//gui/dialogs/task-details-page.glade 28 Apr 2003 19:03:21 -0000 1.14 +++ calendar//gui/dialogs/task-details-page.glade 24 Sep 2003 02:50:41 -0000 @@ -212,7 +212,7 @@ <property name="can_focus">True</property> <property name="climb_rate">1</property> <property name="digits">0</property> - <property name="numeric">False</property> + <property name="numeric">True</property> <property name="update_policy">GTK_UPDATE_ALWAYS</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]