2010-05-25 16:31:48 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="2.16"/>
|
|
|
|
<!-- interface-naming-policy project-wide -->
|
|
|
|
<object class="GtkWindow" id="window1">
|
|
|
|
<child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkAlignment" id="datetime-panel">
|
2010-05-25 16:31:48 +01:00
|
|
|
<property name="visible">True</property>
|
2010-11-21 19:33:34 -05:00
|
|
|
<property name="top_padding">10</property>
|
|
|
|
<property name="left_padding">10</property>
|
|
|
|
<property name="bottom_padding">10</property>
|
|
|
|
<property name="right_padding">10</property>
|
2010-05-25 16:31:48 +01:00
|
|
|
<child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkVBox" id="hbox">
|
2010-05-25 16:31:48 +01:00
|
|
|
<property name="visible">True</property>
|
2010-12-09 17:09:38 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2010-05-25 16:31:48 +01:00
|
|
|
<child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkHBox" id="vbox">
|
2010-05-25 16:31:48 +01:00
|
|
|
<property name="visible">True</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="spacing">24</property>
|
2010-07-15 17:33:28 +01:00
|
|
|
<child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkVBox" id="map-vbox">
|
2010-07-15 17:33:28 +01:00
|
|
|
<property name="visible">True</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">6</property>
|
2010-07-15 17:33:28 +01:00
|
|
|
<child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkAspectFrame" id="aspectmap">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-05-15 15:07:16 -04:00
|
|
|
<property name="label" translatable="yes">_Region:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">region_combobox</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="region_combobox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="model">region-liststore</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
|
|
<attributes>
|
2010-12-09 16:23:57 +00:00
|
|
|
<attribute name="text">1</attribute>
|
2010-10-05 10:35:35 +01:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-05-15 15:07:16 -04:00
|
|
|
<property name="label" translatable="yes">_City:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">city_combobox</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="city_combobox">
|
|
|
|
<property name="visible">True</property>
|
2010-12-09 16:23:57 +00:00
|
|
|
<property name="model">city-modelsort</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
|
|
|
<attributes>
|
2010-12-09 16:23:57 +00:00
|
|
|
<attribute name="text">2</attribute>
|
2010-10-05 10:35:35 +01:00
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2010-07-15 17:33:28 +01:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-06-09 16:00:14 +01:00
|
|
|
<child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkVBox" id="vbox4">
|
2010-06-09 16:00:14 +01:00
|
|
|
<property name="visible">True</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="orientation">vertical</property>
|
2011-01-06 16:48:14 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
2011-05-15 15:07:16 -04:00
|
|
|
<property name="label" translatable="yes">_Network Time</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">network_time_switch</property>
|
2011-01-06 16:48:14 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="network_time_switch">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
<property name="padding">6</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-06-09 16:00:14 +01:00
|
|
|
<child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkAlignment" id="alignment2">
|
2010-06-09 16:00:14 +01:00
|
|
|
<property name="visible">True</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="xscale">0</property>
|
2010-07-15 17:33:28 +01:00
|
|
|
<child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkTable" id="table2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="n_rows">3</property>
|
2010-12-02 18:06:08 +00:00
|
|
|
<property name="n_columns">4</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="column_spacing">12</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label2">
|
|
|
|
<property name="visible">True</property>
|
2011-03-16 18:21:24 +01:00
|
|
|
<property name="label" translatable="yes" comments="Translator: this is the separator between hours and minutes, like in HH:MM">:</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
<attribute name="scale" value="2.500000"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="hours_label">
|
|
|
|
<property name="visible">True</property>
|
2011-03-16 18:21:24 +01:00
|
|
|
<property name="label">16</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
<attribute name="scale" value="2.500000"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="minutes_label">
|
|
|
|
<property name="visible">True</property>
|
2011-03-16 18:21:24 +01:00
|
|
|
<property name="label">45</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
<attribute name="scale" value="2.500000"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="hour_up_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="relief">none</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="hour_up_accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Set the time one hour ahead.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkArrow" id="arrow1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="arrow_type">up</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="hour_down_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="relief">none</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="hour_down_accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Set the time one hour back.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkArrow" id="arrow2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="arrow_type">down</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="min_up_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="relief">none</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="min_up_accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Set the time one minute ahead.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkArrow" id="arrow4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="arrow_type">up</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="min_down_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="relief">none</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="min_down_accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Set the time one minute back.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkArrow" id="arrow3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="arrow_type">down</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="right_attach">3</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2010-12-02 18:06:08 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="ampm_label">
|
|
|
|
<property name="visible">False</property>
|
2011-03-16 18:21:24 +01:00
|
|
|
<property name="label">AM</property>
|
2010-12-02 18:06:08 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
<attribute name="scale" value="2.500000"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="ampm_up_button">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="relief">none</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="ampm_up_accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Switch between AM and PM.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-12-02 18:06:08 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkArrow" id="arrow5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="arrow_type">up</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="ampm_down_button">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="relief">none</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="ampm_down_accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Switch between AM and PM.</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-12-02 18:06:08 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkArrow" id="arrow6">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="arrow_type">down</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">3</property>
|
|
|
|
<property name="right_attach">4</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-10-05 10:35:35 +01:00
|
|
|
</object>
|
2010-07-15 17:33:28 +01:00
|
|
|
</child>
|
2010-06-09 16:00:14 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="padding">12</property>
|
2011-01-06 16:48:14 -05:00
|
|
|
<property name="position">1</property>
|
2010-06-09 16:00:14 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
2010-05-25 16:31:48 +01:00
|
|
|
<child>
|
2010-12-09 14:25:34 +00:00
|
|
|
<object class="GtkHBox" id="table1">
|
2010-05-25 16:31:48 +01:00
|
|
|
<property name="visible">True</property>
|
2010-12-09 14:25:34 +00:00
|
|
|
<property name="spacing">12</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkComboBox" id="month-combobox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="model">month-liststore</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="month-accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Month</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-10-05 10:35:35 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext3"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-06-09 16:00:14 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-12-09 14:25:34 +00:00
|
|
|
<object class="GtkSpinButton" id="day-spinbutton">
|
2010-06-09 16:00:14 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</property>
|
2010-12-09 14:25:34 +00:00
|
|
|
<property name="width_chars">3</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="numeric">True</property>
|
|
|
|
<property name="wrap">True</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="day-accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Day</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-06-09 16:00:14 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2010-10-05 10:35:35 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-12-09 14:25:34 +00:00
|
|
|
<object class="GtkSpinButton" id="year-spinbutton">
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">•</property>
|
2010-12-09 14:25:34 +00:00
|
|
|
<property name="width_chars">5</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="numeric">True</property>
|
|
|
|
<property name="wrap">True</property>
|
2011-05-15 23:19:27 -04:00
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="year-accessible">
|
|
|
|
<property name="accessible-description" translatable="yes">Year</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-10-05 10:35:35 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
2010-06-09 16:00:14 +01:00
|
|
|
</packing>
|
2010-05-25 16:31:48 +01:00
|
|
|
</child>
|
|
|
|
</object>
|
2010-06-09 16:00:14 +01:00
|
|
|
<packing>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="padding">12</property>
|
2011-01-06 16:48:14 -05:00
|
|
|
<property name="position">2</property>
|
2010-06-09 16:00:14 +01:00
|
|
|
</packing>
|
2011-08-26 17:01:23 +01:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="box1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="24h_button">
|
|
|
|
<property name="label" translatable="yes">24-hour</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkRadioButton" id="12h_button">
|
|
|
|
<property name="label" translatable="yes">AM/PM</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_action_appearance">False</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">24h_button</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
2010-06-09 16:00:14 +01:00
|
|
|
</child>
|
2010-05-25 16:31:48 +01:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2010-10-05 10:35:35 +01:00
|
|
|
<property name="position">1</property>
|
2010-05-25 16:31:48 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-12-09 17:09:38 +00:00
|
|
|
<property name="position">1</property>
|
2010-05-25 16:31:48 +01:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2010-07-15 17:33:28 +01:00
|
|
|
<object class="GtkListStore" id="region-liststore">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name region -->
|
|
|
|
<column type="gchararray"/>
|
2010-12-09 16:23:57 +00:00
|
|
|
<!-- column-name region-translated -->
|
|
|
|
<column type="gchararray"/>
|
2010-07-15 17:33:28 +01:00
|
|
|
</columns>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="city-liststore">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name city -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name region -->
|
|
|
|
<column type="gchararray"/>
|
2010-12-09 16:23:57 +00:00
|
|
|
<!-- column-name city-translated -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name region-translated -->
|
|
|
|
<column type="gchararray"/>
|
2010-07-16 13:53:34 +01:00
|
|
|
<!-- column-name zone -->
|
|
|
|
<column type="gchararray"/>
|
2010-07-15 17:33:28 +01:00
|
|
|
</columns>
|
|
|
|
</object>
|
2010-10-05 10:35:35 +01:00
|
|
|
<object class="GtkListStore" id="month-liststore">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name gchararray1 -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">January</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">February</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">March</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">April</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">May</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">June</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">July</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">August</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">September</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">October</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">November</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<col id="0" translatable="yes">December</col>
|
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="day-liststore">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name gchararray1 -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
2011-03-16 18:21:24 +01:00
|
|
|
<col id="0">22</col>
|
2010-10-05 10:35:35 +01:00
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
|
|
|
<object class="GtkListStore" id="year-liststore">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name gchararray1 -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
2011-03-16 18:21:24 +01:00
|
|
|
<col id="0">2010</col>
|
2010-10-05 10:35:35 +01:00
|
|
|
</row>
|
|
|
|
</data>
|
|
|
|
</object>
|
2010-07-15 17:33:28 +01:00
|
|
|
<object class="GtkTreeModelFilter" id="city-modelfilter">
|
|
|
|
<property name="child_model">city-liststore</property>
|
|
|
|
</object>
|
2010-09-21 11:55:00 +01:00
|
|
|
<object class="GtkTreeModelSort" id="city-modelsort">
|
|
|
|
<property name="model">city-modelfilter</property>
|
|
|
|
</object>
|
2010-05-25 16:31:48 +01:00
|
|
|
</interface>
|