Update the Edit tab UI
* Controls moved to more sane positions * House system drop down moved to the chart toolbar
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 27 KiB | 
| @@ -366,7 +366,7 @@ | |||||||
|                   <object class="GtkLabel" id="name_label"> |                   <object class="GtkLabel" id="name_label"> | ||||||
|                     <property name="visible">True</property> |                     <property name="visible">True</property> | ||||||
|                     <property name="can_focus">False</property> |                     <property name="can_focus">False</property> | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Name label">Name</property> |                     <property name="label" translatable="yes">Name</property> | ||||||
|                   </object> |                   </object> | ||||||
|                   <packing> |                   <packing> | ||||||
|                     <property name="left_attach">0</property> |                     <property name="left_attach">0</property> | ||||||
| @@ -382,385 +382,416 @@ | |||||||
|                   <packing> |                   <packing> | ||||||
|                     <property name="left_attach">1</property> |                     <property name="left_attach">1</property> | ||||||
|                     <property name="top_attach">0</property> |                     <property name="top_attach">0</property> | ||||||
|                     <property name="width">6</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="country_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Country label">Country</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">0</property> |  | ||||||
|                     <property name="top_attach">1</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSearchEntry" id="country"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="primary_icon_name">edit-find-symbolic</property> |  | ||||||
|                     <property name="primary_icon_activatable">False</property> |  | ||||||
|                     <property name="primary_icon_sensitive">False</property> |  | ||||||
|                     <signal name="search-changed" handler="ag_window_country_changed_callback" swapped="no"/> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">1</property> |  | ||||||
|                     <property name="top_attach">1</property> |  | ||||||
|                     <property name="width">3</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="city_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, City label">City</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">0</property> |  | ||||||
|                     <property name="top_attach">2</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSearchEntry" id="city"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="primary_icon_name">edit-find-symbolic</property> |  | ||||||
|                     <property name="primary_icon_activatable">False</property> |  | ||||||
|                     <property name="primary_icon_sensitive">False</property> |  | ||||||
|                     <signal name="search-changed" handler="ag_window_city_changed_callback" swapped="no"/> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">1</property> |  | ||||||
|                     <property name="top_attach">2</property> |  | ||||||
|                     <property name="width">3</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="latitude_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Latitude label">Latitude</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">0</property> |  | ||||||
|                     <property name="top_attach">3</property> |  | ||||||
|                     <property name="width">2</property> |                     <property name="width">2</property> | ||||||
|                   </packing> |                   </packing> | ||||||
|                 </child> |                 </child> | ||||||
|                 <child> |                 <child> | ||||||
|                   <object class="GtkRadioButton" id="north_lat"> |                   <object class="GtkFrame" id="location_frame"> | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, latitude North label">North</property> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="receives_default">False</property> |  | ||||||
|                     <property name="xalign">0</property> |  | ||||||
|                     <property name="active">True</property> |  | ||||||
|                     <property name="draw_indicator">True</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">0</property> |  | ||||||
|                     <property name="top_attach">4</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkRadioButton" id="south_lat"> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, latitude South">South</property> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="receives_default">False</property> |  | ||||||
|                     <property name="xalign">0</property> |  | ||||||
|                     <property name="active">True</property> |  | ||||||
|                     <property name="draw_indicator">True</property> |  | ||||||
|                     <property name="group">north_lat</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">1</property> |  | ||||||
|                     <property name="top_attach">4</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="latitude"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">latitude_adjust</property> |  | ||||||
|                     <property name="digits">6</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">0</property> |  | ||||||
|                     <property name="top_attach">5</property> |  | ||||||
|                     <property name="width">2</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="longitude_label"> |  | ||||||
|                     <property name="visible">True</property> |                     <property name="visible">True</property> | ||||||
|                     <property name="can_focus">False</property> |                     <property name="can_focus">False</property> | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Longitude label">Longitude</property> |                     <property name="label_xalign">0</property> | ||||||
|                   </object> |                     <property name="shadow_type">none</property> | ||||||
|                   <packing> |                     <child type="label"> | ||||||
|                     <property name="left_attach">2</property> |                       <object class="GtkLabel" id="location_frame_label"> | ||||||
|                     <property name="top_attach">3</property> |  | ||||||
|                     <property name="width">2</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkRadioButton" id="east_long"> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, longitude East">East</property> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="receives_default">False</property> |  | ||||||
|                     <property name="xalign">0</property> |  | ||||||
|                     <property name="active">True</property> |  | ||||||
|                     <property name="draw_indicator">True</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">2</property> |  | ||||||
|                     <property name="top_attach">4</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkRadioButton" id="west_long"> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, longitude West">West</property> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="receives_default">False</property> |  | ||||||
|                     <property name="xalign">0</property> |  | ||||||
|                     <property name="active">True</property> |  | ||||||
|                     <property name="draw_indicator">True</property> |  | ||||||
|                     <property name="group">east_long</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">3</property> |  | ||||||
|                     <property name="top_attach">4</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="longitude"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">longitude_adjust</property> |  | ||||||
|                     <property name="digits">6</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">2</property> |  | ||||||
|                     <property name="top_attach">5</property> |  | ||||||
|                     <property name="width">2</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="year_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Year label">Year</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">4</property> |  | ||||||
|                     <property name="top_attach">1</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="year"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">year_adjust</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">4</property> |  | ||||||
|                     <property name="top_attach">2</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="month_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Month label">Month</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">5</property> |  | ||||||
|                     <property name="top_attach">1</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="month"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">month_adjust</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">5</property> |  | ||||||
|                     <property name="top_attach">2</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="day_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Day label">Day</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">6</property> |  | ||||||
|                     <property name="top_attach">1</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="day"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">day_adjust</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">6</property> |  | ||||||
|                     <property name="top_attach">2</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="hour_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Hour label">Hour</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">4</property> |  | ||||||
|                     <property name="top_attach">3</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="hour"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">hour_adjust</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">4</property> |  | ||||||
|                     <property name="top_attach">4</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="minute_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Minute label">Minute</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">5</property> |  | ||||||
|                     <property name="top_attach">3</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="minute"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">minute_adjust</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">5</property> |  | ||||||
|                     <property name="top_attach">4</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="second_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Second label">Second</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">6</property> |  | ||||||
|                     <property name="top_attach">3</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="second"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">second_adjust</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">6</property> |  | ||||||
|                     <property name="top_attach">4</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="timezone_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Timezone label">Timezone</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">7</property> |  | ||||||
|                     <property name="top_attach">3</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkSpinButton" id="timezone"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="adjustment">timezone_adjust</property> |  | ||||||
|                     <property name="digits">1</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">7</property> |  | ||||||
|                     <property name="top_attach">4</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="house_system_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, House system label">House system</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">4</property> |  | ||||||
|                     <property name="top_attach">5</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkComboBox" id="house_system"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="model">house_system_model</property> |  | ||||||
|                     <property name="id_column">1</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">5</property> |  | ||||||
|                     <property name="top_attach">5</property> |  | ||||||
|                     <property name="width">2</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkLabel" id="note_label"> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">False</property> |  | ||||||
|                     <property name="xalign">0</property> |  | ||||||
|                     <property name="label" translatable="yes" context="Chart edit, Note label">Note</property> |  | ||||||
|                   </object> |  | ||||||
|                   <packing> |  | ||||||
|                     <property name="left_attach">0</property> |  | ||||||
|                     <property name="top_attach">6</property> |  | ||||||
|                     <property name="width">7</property> |  | ||||||
|                   </packing> |  | ||||||
|                 </child> |  | ||||||
|                 <child> |  | ||||||
|                   <object class="GtkScrolledWindow" id="note_scroll"> |  | ||||||
|                     <property name="height_request">300</property> |  | ||||||
|                     <property name="visible">True</property> |  | ||||||
|                     <property name="can_focus">True</property> |  | ||||||
|                     <property name="shadow_type">in</property> |  | ||||||
|                     <child> |  | ||||||
|                       <object class="GtkTextView" id="note"> |  | ||||||
|                         <property name="visible">True</property> |                         <property name="visible">True</property> | ||||||
|                         <property name="can_focus">True</property> |                         <property name="can_focus">False</property> | ||||||
|                         <property name="buffer">note_buffer</property> |                         <property name="label" translatable="yes">Location</property> | ||||||
|  |                       </object> | ||||||
|  |                     </child> | ||||||
|  |                     <child> | ||||||
|  |                       <object class="GtkGrid" id="location_grid"> | ||||||
|  |                         <property name="visible">True</property> | ||||||
|  |                         <property name="can_focus">False</property> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="country_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Country</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">0</property> | ||||||
|  |                             <property name="top_attach">0</property> | ||||||
|  |                             <property name="width">2</property> | ||||||
|  |                             <property name="height">1</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSearchEntry" id="country"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="primary_icon_name">edit-find-symbolic</property> | ||||||
|  |                             <property name="primary_icon_activatable">False</property> | ||||||
|  |                             <property name="primary_icon_sensitive">False</property> | ||||||
|  |                             <signal name="search-changed" handler="ag_window_country_changed_callback" swapped="no"/> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">0</property> | ||||||
|  |                             <property name="top_attach">1</property> | ||||||
|  |                             <property name="width">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="city_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">City</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">0</property> | ||||||
|  |                             <property name="width">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSearchEntry" id="city"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="primary_icon_name">edit-find-symbolic</property> | ||||||
|  |                             <property name="primary_icon_activatable">False</property> | ||||||
|  |                             <property name="primary_icon_sensitive">False</property> | ||||||
|  |                             <signal name="search-changed" handler="ag_window_city_changed_callback" swapped="no"/> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">1</property> | ||||||
|  |                             <property name="width">2</property> | ||||||
|  |                             <property name="height">1</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="latitude_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Latitude</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">0</property> | ||||||
|  |                             <property name="top_attach">2</property> | ||||||
|  |                             <property name="width">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkRadioButton" id="north_lat"> | ||||||
|  |                             <property name="label" translatable="yes">North</property> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="receives_default">False</property> | ||||||
|  |                             <property name="active">True</property> | ||||||
|  |                             <property name="draw_indicator">True</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">0</property> | ||||||
|  |                             <property name="top_attach">3</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkRadioButton" id="south_lat"> | ||||||
|  |                             <property name="label" translatable="yes">South</property> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="receives_default">False</property> | ||||||
|  |                             <property name="active">True</property> | ||||||
|  |                             <property name="draw_indicator">True</property> | ||||||
|  |                             <property name="group">north_lat</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">1</property> | ||||||
|  |                             <property name="top_attach">3</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="latitude"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">latitude_adjust</property> | ||||||
|  |                             <property name="digits">6</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">0</property> | ||||||
|  |                             <property name="top_attach">4</property> | ||||||
|  |                             <property name="width">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="longitude_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Longitude</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">2</property> | ||||||
|  |                             <property name="width">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkRadioButton" id="east_long"> | ||||||
|  |                             <property name="label" translatable="yes">East</property> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="receives_default">False</property> | ||||||
|  |                             <property name="active">True</property> | ||||||
|  |                             <property name="draw_indicator">True</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">3</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkRadioButton" id="west_long"> | ||||||
|  |                             <property name="label" translatable="yes">West</property> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="receives_default">False</property> | ||||||
|  |                             <property name="active">True</property> | ||||||
|  |                             <property name="draw_indicator">True</property> | ||||||
|  |                             <property name="group">east_long</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">3</property> | ||||||
|  |                             <property name="top_attach">3</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="longitude"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">longitude_adjust</property> | ||||||
|  |                             <property name="digits">6</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">4</property> | ||||||
|  |                             <property name="width">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|                       </object> |                       </object> | ||||||
|                     </child> |                     </child> | ||||||
|                   </object> |                   </object> | ||||||
|                   <packing> |                   <packing> | ||||||
|                     <property name="left_attach">0</property> |                     <property name="left_attach">0</property> | ||||||
|                     <property name="top_attach">7</property> |                     <property name="top_attach">1</property> | ||||||
|                     <property name="width">7</property> |                     <property name="width">2</property> | ||||||
|                   </packing> |                   </packing> | ||||||
|                 </child> |                 </child><!-- location_frame --> | ||||||
|  |                 <child> | ||||||
|  |                   <object class="GtkFrame" id="time_frame"> | ||||||
|  |                     <property name="visible">True</property> | ||||||
|  |                     <property name="can_focus">False</property> | ||||||
|  |                     <property name="label_xalign">0</property> | ||||||
|  |                     <property name="shadow_type">none</property> | ||||||
|  |                     <child type="label"> | ||||||
|  |                       <object class="GtkLabel" id="time_frame_label"> | ||||||
|  |                         <property name="visible">True</property> | ||||||
|  |                         <property name="can_focus">False</property> | ||||||
|  |                         <property name="label" translatable="yes">Date and time</property> | ||||||
|  |                       </object> | ||||||
|  |                     </child> | ||||||
|  |                     <child> | ||||||
|  |                       <object class="GtkGrid" id="time_grid"> | ||||||
|  |                         <property name="visible">True</property> | ||||||
|  |                         <property name="can_focus">False</property> | ||||||
|  |                         <property name="row_homogeneous">True</property> | ||||||
|  |                         <property name="column_homogeneous">True</property> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="year_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Year</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">0</property> | ||||||
|  |                             <property name="top_attach">0</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="year"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">year_adjust</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">1</property> | ||||||
|  |                             <property name="top_attach">0</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="month_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Month</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">0</property> | ||||||
|  |                             <property name="top_attach">1</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="month"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">month_adjust</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">1</property> | ||||||
|  |                             <property name="top_attach">1</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="day_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Day</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">0</property> | ||||||
|  |                             <property name="top_attach">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="day"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">day_adjust</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">1</property> | ||||||
|  |                             <property name="top_attach">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="hour_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Hour</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">0</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="hour"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">hour_adjust</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">3</property> | ||||||
|  |                             <property name="top_attach">0</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="minute_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Minute</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">1</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="minute"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">minute_adjust</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">3</property> | ||||||
|  |                             <property name="top_attach">1</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="second_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Second</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="second"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">second_adjust</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">3</property> | ||||||
|  |                             <property name="top_attach">2</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkLabel" id="timezone_label"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">False</property> | ||||||
|  |                             <property name="label" translatable="yes">Timezone</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">2</property> | ||||||
|  |                             <property name="top_attach">3</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkSpinButton" id="timezone"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="adjustment">timezone_adjust</property> | ||||||
|  |                             <property name="digits">1</property> | ||||||
|  |                           </object> | ||||||
|  |                           <packing> | ||||||
|  |                             <property name="left_attach">3</property> | ||||||
|  |                             <property name="top_attach">3</property> | ||||||
|  |                           </packing> | ||||||
|  |                         </child> | ||||||
|  |                       </object> | ||||||
|  |                     </child><!-- time_grid --> | ||||||
|  |                   </object> | ||||||
|  |                   <packing> | ||||||
|  |                     <property name="left_attach">2</property> | ||||||
|  |                     <property name="top_attach">1</property> | ||||||
|  |                   </packing> | ||||||
|  |                 </child><!-- time_frame --> | ||||||
|  |                 <child> | ||||||
|  |                   <object class="GtkFrame" id="notes_frame"> | ||||||
|  |                     <property name="visible">True</property> | ||||||
|  |                     <property name="can_focus">False</property> | ||||||
|  |                     <property name="label_xalign">0</property> | ||||||
|  |                     <property name="shadow_type">none</property> | ||||||
|  |                     <child type="label"> | ||||||
|  |                       <object class="GtkLabel" id="notes_frame_label"> | ||||||
|  |                         <property name="visible">True</property> | ||||||
|  |                         <property name="can_focus">False</property> | ||||||
|  |                         <property name="label" translatable="yes">Notes</property> | ||||||
|  |                       </object> | ||||||
|  |                     </child> | ||||||
|  |                     <child> | ||||||
|  |                       <object class="GtkScrolledWindow" id="notes_scroll"> | ||||||
|  |                         <property name="visible">True</property> | ||||||
|  |                         <property name="can_focus">False</property> | ||||||
|  |                         <property name="shadow_type">in</property> | ||||||
|  |                         <property name="min_content_height">300</property> | ||||||
|  |                         <child> | ||||||
|  |                           <object class="GtkTextView" id="note"> | ||||||
|  |                             <property name="visible">True</property> | ||||||
|  |                             <property name="can_focus">True</property> | ||||||
|  |                             <property name="buffer">note_buffer</property> | ||||||
|  |                           </object> | ||||||
|  |                         </child> | ||||||
|  |                       </object> | ||||||
|  |                     </child> | ||||||
|  |                   </object> | ||||||
|  |                   <packing> | ||||||
|  |                     <property name="left_attach">0</property> | ||||||
|  |                     <property name="top_attach">2</property> | ||||||
|  |                     <property name="width">3</property> | ||||||
|  |                   </packing> | ||||||
|  |                 </child><!-- notes_frame --> | ||||||
|               </object> |               </object> | ||||||
|               <packing> |               <packing> | ||||||
|                 <property name="name">edit</property> |                 <property name="name">edit</property> | ||||||
| @@ -797,6 +828,17 @@ | |||||||
|                         <property name="action_target">'antiscia'</property> |                         <property name="action_target">'antiscia'</property> | ||||||
|                       </object> |                       </object> | ||||||
|                     </child> |                     </child> | ||||||
|  |                     <child> | ||||||
|  |                       <object class="GtkComboBox" id="house_system"> | ||||||
|  |                         <property name="visible">True</property> | ||||||
|  |                         <property name="can_focus">False</property> | ||||||
|  |                         <property name="model">house_system_model</property> | ||||||
|  |                         <property name="id_column">1</property> | ||||||
|  |                       </object> | ||||||
|  |                       <packing> | ||||||
|  |                         <property name="pack_type">start</property> | ||||||
|  |                       </packing> | ||||||
|  |                     </child> | ||||||
|                     <child> |                     <child> | ||||||
|                       <object class="GtkComboBox" id="display_theme"> |                       <object class="GtkComboBox" id="display_theme"> | ||||||
|                         <property name="visible">True</property> |                         <property name="visible">True</property> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user