diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-10-28 08:50:11 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-10-28 08:50:11 +0800 |
commit | 88116cf2ea5d12b4d9e954fa004a6f72474d72ec (patch) | |
tree | 115cf9294be7d026d2cba21587f33f0863622b53 /calendar/gui/event-editor-dialog.glade | |
parent | c3abfc7154e9e839f967b19c0dffd73fa0af9d4f (diff) | |
download | gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.gz gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.bz2 gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.lz gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.xz gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.zst gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.zip |
Connect to the recurrence ending menu. (recur_ending_selection_done_cb):
2000-10-27 Federico Mena Quintero <federico@helixcode.com>
* gui/event-editor.c (init_widgets): Connect to the recurrence
ending menu.
(recur_ending_selection_done_cb): Implemented.
(make_recurrence_ending_special): Implemented.
(make_recur_ending_until_special): Implemented.
(fill_ending_date): Implemented.
(make_recur_ending_count_special): Implemented.
(simple_recur_to_comp_object): Fill in the ending date.
(clear_widgets): Clear the recurrence ending widgets.
* gui/event-editor-dialog.glade: Moved the recurrence type radio
buttons to a single hbox to save space.
Fixed the lower value of the recurrence interval spin button.
Removed the stale widgets from the recurrence ending date part.
svn path=/trunk/; revision=6245
Diffstat (limited to 'calendar/gui/event-editor-dialog.glade')
-rw-r--r-- | calendar/gui/event-editor-dialog.glade | 133 |
1 files changed, 52 insertions, 81 deletions
diff --git a/calendar/gui/event-editor-dialog.glade b/calendar/gui/event-editor-dialog.glade index 7f675f87ea..97a40666ee 100644 --- a/calendar/gui/event-editor-dialog.glade +++ b/calendar/gui/event-editor-dialog.glade @@ -2100,33 +2100,60 @@ Sunday <spacing>4</spacing> <widget> - <class>GtkRadioButton</class> - <name>recurrence-none</name> - <can_focus>True</can_focus> - <label>No recurrence</label> - <active>False</active> - <draw_indicator>True</draw_indicator> - <group>recurrence-radio</group> + <class>GtkHBox</class> + <name>hbox47</name> + <homogeneous>False</homogeneous> + <spacing>4</spacing> <child> <padding>0</padding> <expand>False</expand> <fill>False</fill> </child> - </widget> - <widget> - <class>GtkRadioButton</class> - <name>recurrence-simple</name> - <can_focus>True</can_focus> - <label>Simple recurrence</label> - <active>False</active> - <draw_indicator>True</draw_indicator> - <group>recurrence-radio</group> - <child> - <padding>0</padding> - <expand>False</expand> - <fill>False</fill> - </child> + <widget> + <class>GtkRadioButton</class> + <name>recurrence-none</name> + <can_focus>True</can_focus> + <label>No recurrence</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <group>recurrence-radio</group> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkRadioButton</class> + <name>recurrence-simple</name> + <can_focus>True</can_focus> + <label>Simple recurrence</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <group>recurrence-radio</group> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> + + <widget> + <class>GtkRadioButton</class> + <name>recurrence-custom</name> + <can_focus>True</can_focus> + <label>Custom recurrence</label> + <active>False</active> + <draw_indicator>True</draw_indicator> + <group>recurrence-radio</group> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>False</fill> + </child> + </widget> </widget> <widget> @@ -2167,9 +2194,9 @@ Sunday <update_policy>GTK_UPDATE_ALWAYS</update_policy> <snap>False</snap> <wrap>False</wrap> - <value>3</value> - <lower>0</lower> - <upper>1000</upper> + <value>1</value> + <lower>1</lower> + <upper>10000</upper> <step>1</step> <page>10</page> <page_size>10</page_size> @@ -2265,62 +2292,6 @@ forever <class>Placeholder</class> </widget> </widget> - - <widget> - <class>GtkSpinButton</class> - <name>spinbutton25</name> - <can_focus>True</can_focus> - <climb_rate>1</climb_rate> - <digits>0</digits> - <numeric>False</numeric> - <update_policy>GTK_UPDATE_ALWAYS</update_policy> - <snap>False</snap> - <wrap>False</wrap> - <value>3</value> - <lower>0</lower> - <upper>100</upper> - <step>1</step> - <page>10</page> - <page_size>10</page_size> - <child> - <padding>0</padding> - <expand>False</expand> - <fill>False</fill> - </child> - </widget> - - <widget> - <class>GtkOptionMenu</class> - <name>optionmenu29</name> - <can_focus>True</can_focus> - <items>days -weeks -months -years -iterations -</items> - <initial_choice>3</initial_choice> - <child> - <padding>0</padding> - <expand>False</expand> - <fill>False</fill> - </child> - </widget> - </widget> - - <widget> - <class>GtkRadioButton</class> - <name>recurrence-custom</name> - <can_focus>True</can_focus> - <label>Custom recurrence</label> - <active>False</active> - <draw_indicator>True</draw_indicator> - <group>recurrence-radio</group> - <child> - <padding>0</padding> - <expand>False</expand> - <fill>False</fill> - </child> </widget> </widget> </widget> @@ -2477,7 +2448,7 @@ iterations <name>recurrence-custom-warning</name> <label>This appointment has custom recurrence rules that cannot be edited by Evolution. -However, the appointment will recur at the appropriate time and be displayed in the calendar views.</label> +However, the appointment will recur at the appropriate time and will be displayed properly in the calendar views.</label> <justify>GTK_JUSTIFY_LEFT</justify> <wrap>True</wrap> <xalign>0</xalign> |