diff options
| author | jvoisin | 2013-06-30 22:24:59 +0200 |
|---|---|---|
| committer | jvoisin | 2013-06-30 22:24:59 +0200 |
| commit | 5cd24e15600ed88b6e6332d5f3f99f2b6bad9433 (patch) | |
| tree | 8f8b19e9d50c077467f522892120fad6bfed5d67 /data/mat.ui | |
| parent | 90d279d2f2f97fb1b8ebbe4b6dc30f09e9e78c5e (diff) | |
Cleanup and renaming in mat.ui
Diffstat (limited to 'data/mat.ui')
| -rw-r--r-- | data/mat.ui | 160 |
1 files changed, 73 insertions, 87 deletions
diff --git a/data/mat.ui b/data/mat.ui index 5ed4e7e..c0f66f5 100644 --- a/data/mat.ui +++ b/data/mat.ui | |||
| @@ -1,7 +1,38 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <interface> | 2 | <interface> |
| 3 | <!-- interface-requires gtk+ 3.0 --> | 3 | <!-- interface-requires gtk+ 3.0 --> |
| 4 | <object class="GtkListStore" id="Liststore"> | 4 | <object class="GtkImage" id="GtkProperties"> |
| 5 | <property name="visible">True</property> | ||
| 6 | <property name="can_focus">False</property> | ||
| 7 | <property name="stock">gtk-properties</property> | ||
| 8 | </object> | ||
| 9 | <object class="GtkImage" id="GtkRemove"> | ||
| 10 | <property name="visible">True</property> | ||
| 11 | <property name="can_focus">False</property> | ||
| 12 | <property name="xpad">1</property> | ||
| 13 | <property name="stock">gtk-remove</property> | ||
| 14 | </object> | ||
| 15 | <object class="GtkImage" id="GtkAbout"> | ||
| 16 | <property name="visible">True</property> | ||
| 17 | <property name="can_focus">False</property> | ||
| 18 | <property name="stock">gtk-about</property> | ||
| 19 | </object> | ||
| 20 | <object class="GtkImage" id="GtkClear"> | ||
| 21 | <property name="visible">True</property> | ||
| 22 | <property name="can_focus">False</property> | ||
| 23 | <property name="stock">gtk-clear</property> | ||
| 24 | </object> | ||
| 25 | <object class="GtkImage" id="GtkFind"> | ||
| 26 | <property name="visible">True</property> | ||
| 27 | <property name="can_focus">False</property> | ||
| 28 | <property name="stock">gtk-find</property> | ||
| 29 | </object> | ||
| 30 | <object class="GtkImage" id="GtkInfo"> | ||
| 31 | <property name="visible">True</property> | ||
| 32 | <property name="can_focus">False</property> | ||
| 33 | <property name="stock">gtk-info</property> | ||
| 34 | </object> | ||
| 35 | <object class="GtkListStore" id="MainWindowListstore"> | ||
| 5 | <columns> | 36 | <columns> |
| 6 | <!-- column-name Obj --> | 37 | <!-- column-name Obj --> |
| 7 | <column type="PyObject"/> | 38 | <column type="PyObject"/> |
| @@ -20,17 +51,14 @@ | |||
| 20 | <property name="default_height">400</property> | 51 | <property name="default_height">400</property> |
| 21 | <signal name="destroy" handler="cb_close_application" swapped="no"/> | 52 | <signal name="destroy" handler="cb_close_application" swapped="no"/> |
| 22 | <child> | 53 | <child> |
| 23 | <object class="GtkBox" id="MainVBox"> | 54 | <object class="GtkBox" id="MainWinfowVBox"> |
| 24 | <property name="visible">True</property> | ||
| 25 | <property name="can_focus">False</property> | 55 | <property name="can_focus">False</property> |
| 26 | <property name="orientation">vertical</property> | 56 | <property name="orientation">vertical</property> |
| 27 | <child> | 57 | <child> |
| 28 | <object class="GtkMenuBar" id="Menubar"> | 58 | <object class="GtkMenuBar" id="Menubar"> |
| 29 | <property name="visible">True</property> | ||
| 30 | <property name="can_focus">False</property> | 59 | <property name="can_focus">False</property> |
| 31 | <child> | 60 | <child> |
| 32 | <object class="GtkMenuItem" id="File"> | 61 | <object class="GtkMenuItem" id="File"> |
| 33 | <property name="visible">True</property> | ||
| 34 | <property name="can_focus">False</property> | 62 | <property name="can_focus">False</property> |
| 35 | <property name="label" translatable="yes">_File</property> | 63 | <property name="label" translatable="yes">_File</property> |
| 36 | <property name="use_underline">True</property> | 64 | <property name="use_underline">True</property> |
| @@ -79,7 +107,7 @@ | |||
| 79 | <property name="label" translatable="yes">Preferences</property> | 107 | <property name="label" translatable="yes">Preferences</property> |
| 80 | <property name="visible">True</property> | 108 | <property name="visible">True</property> |
| 81 | <property name="can_focus">False</property> | 109 | <property name="can_focus">False</property> |
| 82 | <property name="image">image2</property> | 110 | <property name="image">GtkProperties</property> |
| 83 | <property name="use_stock">False</property> | 111 | <property name="use_stock">False</property> |
| 84 | <accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/> | 112 | <accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/> |
| 85 | <signal name="activate" handler="cb_preferences_popup" swapped="no"/> | 113 | <signal name="activate" handler="cb_preferences_popup" swapped="no"/> |
| @@ -90,7 +118,7 @@ | |||
| 90 | <property name="label" translatable="yes">Clear</property> | 118 | <property name="label" translatable="yes">Clear</property> |
| 91 | <property name="visible">True</property> | 119 | <property name="visible">True</property> |
| 92 | <property name="can_focus">False</property> | 120 | <property name="can_focus">False</property> |
| 93 | <property name="image">image1</property> | 121 | <property name="image">GtkRemove</property> |
| 94 | <property name="use_stock">False</property> | 122 | <property name="use_stock">False</property> |
| 95 | <signal name="activate" handler="cb_clear_list" swapped="no"/> | 123 | <signal name="activate" handler="cb_clear_list" swapped="no"/> |
| 96 | </object> | 124 | </object> |
| @@ -114,7 +142,7 @@ | |||
| 114 | <property name="label">Clean</property> | 142 | <property name="label">Clean</property> |
| 115 | <property name="visible">True</property> | 143 | <property name="visible">True</property> |
| 116 | <property name="can_focus">False</property> | 144 | <property name="can_focus">False</property> |
| 117 | <property name="image">image3</property> | 145 | <property name="image">GtkClear</property> |
| 118 | <property name="use_stock">False</property> | 146 | <property name="use_stock">False</property> |
| 119 | <signal name="activate" handler="cb_mat_clean" swapped="no"/> | 147 | <signal name="activate" handler="cb_mat_clean" swapped="no"/> |
| 120 | </object> | 148 | </object> |
| @@ -124,7 +152,7 @@ | |||
| 124 | <property name="label">Check</property> | 152 | <property name="label">Check</property> |
| 125 | <property name="visible">True</property> | 153 | <property name="visible">True</property> |
| 126 | <property name="can_focus">False</property> | 154 | <property name="can_focus">False</property> |
| 127 | <property name="image">image4</property> | 155 | <property name="image">GtkFind</property> |
| 128 | <property name="use_stock">False</property> | 156 | <property name="use_stock">False</property> |
| 129 | <signal name="activate" handler="cb_mat_check" swapped="no"/> | 157 | <signal name="activate" handler="cb_mat_check" swapped="no"/> |
| 130 | </object> | 158 | </object> |
| @@ -148,7 +176,7 @@ | |||
| 148 | <property name="label">Supported formats</property> | 176 | <property name="label">Supported formats</property> |
| 149 | <property name="visible">True</property> | 177 | <property name="visible">True</property> |
| 150 | <property name="can_focus">False</property> | 178 | <property name="can_focus">False</property> |
| 151 | <property name="image">image5</property> | 179 | <property name="image">GtkInfo</property> |
| 152 | <property name="use_stock">False</property> | 180 | <property name="use_stock">False</property> |
| 153 | <signal name="activate" handler="cb_supported_popup" swapped="no"/> | 181 | <signal name="activate" handler="cb_supported_popup" swapped="no"/> |
| 154 | </object> | 182 | </object> |
| @@ -158,7 +186,7 @@ | |||
| 158 | <property name="label">About</property> | 186 | <property name="label">About</property> |
| 159 | <property name="visible">True</property> | 187 | <property name="visible">True</property> |
| 160 | <property name="can_focus">False</property> | 188 | <property name="can_focus">False</property> |
| 161 | <property name="image">image6</property> | 189 | <property name="image">GtkAbout</property> |
| 162 | <property name="use_stock">False</property> | 190 | <property name="use_stock">False</property> |
| 163 | <signal name="activate" handler="cb_about_popup" swapped="no"/> | 191 | <signal name="activate" handler="cb_about_popup" swapped="no"/> |
| 164 | </object> | 192 | </object> |
| @@ -180,7 +208,7 @@ | |||
| 180 | <property name="toolbar_style">both</property> | 208 | <property name="toolbar_style">both</property> |
| 181 | <property name="icon_size">5</property> | 209 | <property name="icon_size">5</property> |
| 182 | <child> | 210 | <child> |
| 183 | <object class="GtkToolButton" id="add"> | 211 | <object class="GtkToolButton" id="ToolbarAdd"> |
| 184 | <property name="visible">True</property> | 212 | <property name="visible">True</property> |
| 185 | <property name="can_focus">False</property> | 213 | <property name="can_focus">False</property> |
| 186 | <property name="label" translatable="yes">Add</property> | 214 | <property name="label" translatable="yes">Add</property> |
| @@ -193,7 +221,7 @@ | |||
| 193 | </packing> | 221 | </packing> |
| 194 | </child> | 222 | </child> |
| 195 | <child> | 223 | <child> |
| 196 | <object class="GtkToolButton" id="clean"> | 224 | <object class="GtkToolButton" id="ToolbarClean"> |
| 197 | <property name="visible">True</property> | 225 | <property name="visible">True</property> |
| 198 | <property name="can_focus">False</property> | 226 | <property name="can_focus">False</property> |
| 199 | <property name="label" translatable="yes">Clean</property> | 227 | <property name="label" translatable="yes">Clean</property> |
| @@ -206,7 +234,7 @@ | |||
| 206 | </packing> | 234 | </packing> |
| 207 | </child> | 235 | </child> |
| 208 | <child> | 236 | <child> |
| 209 | <object class="GtkToolButton" id="check"> | 237 | <object class="GtkToolButton" id="ToolbarCheck"> |
| 210 | <property name="visible">True</property> | 238 | <property name="visible">True</property> |
| 211 | <property name="can_focus">False</property> | 239 | <property name="can_focus">False</property> |
| 212 | <property name="label" translatable="yes">Check</property> | 240 | <property name="label" translatable="yes">Check</property> |
| @@ -219,7 +247,7 @@ | |||
| 219 | </packing> | 247 | </packing> |
| 220 | </child> | 248 | </child> |
| 221 | <child> | 249 | <child> |
| 222 | <object class="GtkToolButton" id="clear"> | 250 | <object class="GtkToolButton" id="ToolbarClear"> |
| 223 | <property name="visible">True</property> | 251 | <property name="visible">True</property> |
| 224 | <property name="can_focus">False</property> | 252 | <property name="can_focus">False</property> |
| 225 | <property name="label" translatable="yes">Clear</property> | 253 | <property name="label" translatable="yes">Clear</property> |
| @@ -240,27 +268,24 @@ | |||
| 240 | </child> | 268 | </child> |
| 241 | <child> | 269 | <child> |
| 242 | <object class="GtkScrolledWindow" id="ScrolledWindow"> | 270 | <object class="GtkScrolledWindow" id="ScrolledWindow"> |
| 243 | <property name="visible">True</property> | ||
| 244 | <property name="can_focus">False</property> | 271 | <property name="can_focus">False</property> |
| 245 | <child> | 272 | <child> |
| 246 | <object class="GtkTreeView" id="Treeview"> | 273 | <object class="GtkTreeView" id="MainWindowTreeview"> |
| 247 | <property name="can_focus">True</property> | 274 | <property name="can_focus">False</property> |
| 248 | <property name="events"/> | 275 | <property name="events"/> |
| 249 | <property name="hexpand">True</property> | 276 | <property name="model">MainWindowListstore</property> |
| 250 | <property name="model">Liststore</property> | ||
| 251 | <property name="rules_hint">True</property> | 277 | <property name="rules_hint">True</property> |
| 252 | <property name="search_column">1</property> | 278 | <property name="search_column">1</property> |
| 253 | <property name="fixed_height_mode">True</property> | 279 | <property name="fixed_height_mode">True</property> |
| 254 | <property name="rubber_banding">True</property> | ||
| 255 | <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> | 280 | <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> |
| 256 | <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> | 281 | <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> |
| 257 | <child internal-child="selection"> | 282 | <child internal-child="selection"> |
| 258 | <object class="GtkTreeSelection" id="treeview-selection1"> | 283 | <object class="GtkTreeSelection" id="MainWindowTreeviewSelection"> |
| 259 | <property name="mode">multiple</property> | 284 | <property name="mode">multiple</property> |
| 260 | </object> | 285 | </object> |
| 261 | </child> | 286 | </child> |
| 262 | <child> | 287 | <child> |
| 263 | <object class="GtkTreeViewColumn" id="tvc-filename"> | 288 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewFilename"> |
| 264 | <property name="resizable">True</property> | 289 | <property name="resizable">True</property> |
| 265 | <property name="sizing">fixed</property> | 290 | <property name="sizing">fixed</property> |
| 266 | <property name="title" translatable="yes">Filename</property> | 291 | <property name="title" translatable="yes">Filename</property> |
| @@ -269,7 +294,7 @@ | |||
| 269 | <property name="sort_indicator">True</property> | 294 | <property name="sort_indicator">True</property> |
| 270 | <property name="sort_column_id">1</property> | 295 | <property name="sort_column_id">1</property> |
| 271 | <child> | 296 | <child> |
| 272 | <object class="GtkCellRendererText" id="cellrenderertext_filename"/> | 297 | <object class="GtkCellRendererText" id="MainWindowTreeviewFilenameRender"/> |
| 273 | <attributes> | 298 | <attributes> |
| 274 | <attribute name="text">1</attribute> | 299 | <attribute name="text">1</attribute> |
| 275 | </attributes> | 300 | </attributes> |
| @@ -277,7 +302,7 @@ | |||
| 277 | </object> | 302 | </object> |
| 278 | </child> | 303 | </child> |
| 279 | <child> | 304 | <child> |
| 280 | <object class="GtkTreeViewColumn" id="tvc_state"> | 305 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewState"> |
| 281 | <property name="resizable">True</property> | 306 | <property name="resizable">True</property> |
| 282 | <property name="sizing">fixed</property> | 307 | <property name="sizing">fixed</property> |
| 283 | <property name="title" translatable="yes">State</property> | 308 | <property name="title" translatable="yes">State</property> |
| @@ -286,7 +311,7 @@ | |||
| 286 | <property name="sort_indicator">True</property> | 311 | <property name="sort_indicator">True</property> |
| 287 | <property name="sort_column_id">4</property> | 312 | <property name="sort_column_id">4</property> |
| 288 | <child> | 313 | <child> |
| 289 | <object class="GtkCellRendererText" id="cellrenderertext_state"/> | 314 | <object class="GtkCellRendererText" id="MainWindowTreeviewStateRenderer"/> |
| 290 | <attributes> | 315 | <attributes> |
| 291 | <attribute name="text">2</attribute> | 316 | <attribute name="text">2</attribute> |
| 292 | </attributes> | 317 | </attributes> |
| @@ -304,7 +329,6 @@ | |||
| 304 | </child> | 329 | </child> |
| 305 | <child> | 330 | <child> |
| 306 | <object class="GtkStatusbar" id="Statusbar"> | 331 | <object class="GtkStatusbar" id="Statusbar"> |
| 307 | <property name="visible">True</property> | ||
| 308 | <property name="can_focus">False</property> | 332 | <property name="can_focus">False</property> |
| 309 | </object> | 333 | </object> |
| 310 | <packing> | 334 | <packing> |
| @@ -316,38 +340,29 @@ | |||
| 316 | </object> | 340 | </object> |
| 317 | </child> | 341 | </child> |
| 318 | </object> | 342 | </object> |
| 319 | <object class="GtkListStore" id="MetadataPopupListStore"> | ||
| 320 | <columns> | ||
| 321 | <!-- column-name Name --> | ||
| 322 | <column type="gchararray"/> | ||
| 323 | <!-- column-name Content --> | ||
| 324 | <column type="gchararray"/> | ||
| 325 | </columns> | ||
| 326 | </object> | ||
| 327 | <object class="GtkDialog" id="MetadataPopup"> | 343 | <object class="GtkDialog" id="MetadataPopup"> |
| 328 | <property name="can_focus">False</property> | 344 | <property name="can_focus">False</property> |
| 329 | <property name="border_width">5</property> | 345 | <property name="border_width">5</property> |
| 330 | <property name="title" translatable="yes">Metadatas</property> | 346 | <property name="title" translatable="yes">Metadata</property> |
| 331 | <property name="default_width">520</property> | 347 | <property name="default_width">520</property> |
| 332 | <property name="default_height">260</property> | 348 | <property name="default_height">260</property> |
| 333 | <property name="destroy_with_parent">True</property> | 349 | <property name="destroy_with_parent">True</property> |
| 334 | <property name="type_hint">dialog</property> | 350 | <property name="type_hint">dialog</property> |
| 335 | <property name="skip_taskbar_hint">True</property> | 351 | <property name="skip_taskbar_hint">True</property> |
| 336 | <property name="skip_pager_hint">True</property> | 352 | <property name="skip_pager_hint">True</property> |
| 337 | <property name="deletable">False</property> | ||
| 338 | <signal name="delete-event" handler="cb_hide_widget" swapped="no"/> | 353 | <signal name="delete-event" handler="cb_hide_widget" swapped="no"/> |
| 339 | <child internal-child="vbox"> | 354 | <child internal-child="vbox"> |
| 340 | <object class="GtkBox" id="dialog-vbox2"> | 355 | <object class="GtkBox" id="MetadataPopupVbox"> |
| 341 | <property name="can_focus">False</property> | 356 | <property name="can_focus">False</property> |
| 342 | <property name="vexpand">True</property> | 357 | <property name="vexpand">True</property> |
| 343 | <property name="orientation">vertical</property> | 358 | <property name="orientation">vertical</property> |
| 344 | <property name="spacing">2</property> | 359 | <property name="spacing">2</property> |
| 345 | <child internal-child="action_area"> | 360 | <child internal-child="action_area"> |
| 346 | <object class="GtkButtonBox" id="metadata_buttons"> | 361 | <object class="GtkButtonBox" id="MetadataPopupButtons"> |
| 347 | <property name="can_focus">False</property> | 362 | <property name="can_focus">False</property> |
| 348 | <property name="layout_style">end</property> | 363 | <property name="layout_style">end</property> |
| 349 | <child> | 364 | <child> |
| 350 | <object class="GtkButton" id="metadata_ok_button"> | 365 | <object class="GtkButton" id="MetadataPopupOKButton"> |
| 351 | <property name="label">gtk-ok</property> | 366 | <property name="label">gtk-ok</property> |
| 352 | <property name="visible">True</property> | 367 | <property name="visible">True</property> |
| 353 | <property name="can_focus">False</property> | 368 | <property name="can_focus">False</property> |
| @@ -370,25 +385,23 @@ | |||
| 370 | </child> | 385 | </child> |
| 371 | <child> | 386 | <child> |
| 372 | <object class="GtkTreeView" id="MetadataPopupTreeView"> | 387 | <object class="GtkTreeView" id="MetadataPopupTreeView"> |
| 373 | <property name="visible">True</property> | ||
| 374 | <property name="can_focus">False</property> | 388 | <property name="can_focus">False</property> |
| 375 | <property name="hexpand">True</property> | ||
| 376 | <property name="vexpand">True</property> | 389 | <property name="vexpand">True</property> |
| 377 | <property name="model">MetadataPopupListStore</property> | 390 | <property name="model">MetadataPopupListStore</property> |
| 378 | <property name="rules_hint">True</property> | 391 | <property name="rules_hint">True</property> |
| 379 | <property name="search_column">0</property> | 392 | <property name="search_column">0</property> |
| 380 | <property name="fixed_height_mode">True</property> | 393 | <property name="fixed_height_mode">True</property> |
| 381 | <child internal-child="selection"> | 394 | <child internal-child="selection"> |
| 382 | <object class="GtkTreeSelection" id="treeview-selection2"/> | 395 | <object class="GtkTreeSelection" id="MetadataPopupTreeViewSelection"/> |
| 383 | </child> | 396 | </child> |
| 384 | <child> | 397 | <child> |
| 385 | <object class="GtkTreeViewColumn" id="Name"> | 398 | <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewName"> |
| 386 | <property name="sizing">fixed</property> | 399 | <property name="sizing">fixed</property> |
| 387 | <property name="title" translatable="yes">Name</property> | 400 | <property name="title" translatable="yes">Name</property> |
| 388 | <property name="expand">True</property> | 401 | <property name="expand">True</property> |
| 389 | <property name="sort_column_id">0</property> | 402 | <property name="sort_column_id">0</property> |
| 390 | <child> | 403 | <child> |
| 391 | <object class="GtkCellRendererText" id="cellrenderertext1"/> | 404 | <object class="GtkCellRendererText" id="MetadataPopupTreeViewNameCell"/> |
| 392 | <attributes> | 405 | <attributes> |
| 393 | <attribute name="text">0</attribute> | 406 | <attribute name="text">0</attribute> |
| 394 | </attributes> | 407 | </attributes> |
| @@ -396,13 +409,13 @@ | |||
| 396 | </object> | 409 | </object> |
| 397 | </child> | 410 | </child> |
| 398 | <child> | 411 | <child> |
| 399 | <object class="GtkTreeViewColumn" id="Content"> | 412 | <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewContent"> |
| 400 | <property name="sizing">fixed</property> | 413 | <property name="sizing">fixed</property> |
| 401 | <property name="title" translatable="yes">Content</property> | 414 | <property name="title" translatable="yes">Content</property> |
| 402 | <property name="expand">True</property> | 415 | <property name="expand">True</property> |
| 403 | <property name="sort_column_id">1</property> | 416 | <property name="sort_column_id">1</property> |
| 404 | <child> | 417 | <child> |
| 405 | <object class="GtkCellRendererText" id="cellrenderertext2"/> | 418 | <object class="GtkCellRendererText" id="MetadataPopupTreeViewContentCell"/> |
| 406 | <attributes> | 419 | <attributes> |
| 407 | <attribute name="text">1</attribute> | 420 | <attribute name="text">1</attribute> |
| 408 | </attributes> | 421 | </attributes> |
| @@ -419,9 +432,17 @@ | |||
| 419 | </object> | 432 | </object> |
| 420 | </child> | 433 | </child> |
| 421 | <action-widgets> | 434 | <action-widgets> |
| 422 | <action-widget response="0">metadata_ok_button</action-widget> | 435 | <action-widget response="0">MetadataPopupOKButton</action-widget> |
| 423 | </action-widgets> | 436 | </action-widgets> |
| 424 | </object> | 437 | </object> |
| 438 | <object class="GtkListStore" id="MetadataPopupListStore"> | ||
| 439 | <columns> | ||
| 440 | <!-- column-name Name --> | ||
| 441 | <column type="gchararray"/> | ||
| 442 | <!-- column-name Content --> | ||
| 443 | <column type="gchararray"/> | ||
| 444 | </columns> | ||
| 445 | </object> | ||
| 425 | <object class="GtkDialog" id="SupportedWindow"> | 446 | <object class="GtkDialog" id="SupportedWindow"> |
| 426 | <property name="can_focus">False</property> | 447 | <property name="can_focus">False</property> |
| 427 | <property name="title" translatable="yes">Supported formats</property> | 448 | <property name="title" translatable="yes">Supported formats</property> |
| @@ -431,15 +452,14 @@ | |||
| 431 | <property name="type_hint">dialog</property> | 452 | <property name="type_hint">dialog</property> |
| 432 | <property name="skip_taskbar_hint">True</property> | 453 | <property name="skip_taskbar_hint">True</property> |
| 433 | <property name="skip_pager_hint">True</property> | 454 | <property name="skip_pager_hint">True</property> |
| 434 | <property name="deletable">False</property> | ||
| 435 | <property name="has_resize_grip">False</property> | 455 | <property name="has_resize_grip">False</property> |
| 436 | <signal name="delete-event" handler="cb_hide_widget" swapped="no"/> | 456 | <signal name="delete-event" handler="cb_hide_widget" swapped="no"/> |
| 437 | <child internal-child="vbox"> | 457 | <child internal-child="vbox"> |
| 438 | <object class="GtkBox" id="supported_vbox"> | 458 | <object class="GtkBox" id="SupportedWindowVbox"> |
| 439 | <property name="can_focus">False</property> | 459 | <property name="can_focus">False</property> |
| 440 | <property name="orientation">vertical</property> | 460 | <property name="orientation">vertical</property> |
| 441 | <child> | 461 | <child> |
| 442 | <object class="GtkGrid" id="supported_grid"> | 462 | <object class="GtkGrid" id="SupportedWindowGrid"> |
| 443 | <property name="can_focus">False</property> | 463 | <property name="can_focus">False</property> |
| 444 | <property name="row_spacing">5</property> | 464 | <property name="row_spacing">5</property> |
| 445 | <child> | 465 | <child> |
| @@ -448,7 +468,6 @@ | |||
| 448 | <property name="can_focus">False</property> | 468 | <property name="can_focus">False</property> |
| 449 | <property name="editable">False</property> | 469 | <property name="editable">False</property> |
| 450 | <property name="has_frame">False</property> | 470 | <property name="has_frame">False</property> |
| 451 | <property name="invisible_char">●</property> | ||
| 452 | </object> | 471 | </object> |
| 453 | <packing> | 472 | <packing> |
| 454 | <property name="left_attach">1</property> | 473 | <property name="left_attach">1</property> |
| @@ -459,7 +478,6 @@ | |||
| 459 | </child> | 478 | </child> |
| 460 | <child> | 479 | <child> |
| 461 | <object class="GtkLabel" id="supported_label_support"> | 480 | <object class="GtkLabel" id="supported_label_support"> |
| 462 | <property name="visible">True</property> | ||
| 463 | <property name="can_focus">False</property> | 481 | <property name="can_focus">False</property> |
| 464 | <property name="label" translatable="yes">Support</property> | 482 | <property name="label" translatable="yes">Support</property> |
| 465 | </object> | 483 | </object> |
| @@ -511,7 +529,6 @@ | |||
| 511 | </child> | 529 | </child> |
| 512 | <child> | 530 | <child> |
| 513 | <object class="GtkComboBoxText" id="supported_cbox"> | 531 | <object class="GtkComboBoxText" id="supported_cbox"> |
| 514 | <property name="visible">True</property> | ||
| 515 | <property name="can_focus">False</property> | 532 | <property name="can_focus">False</property> |
| 516 | <property name="border_width">5</property> | 533 | <property name="border_width">5</property> |
| 517 | <property name="has_entry">True</property> | 534 | <property name="has_entry">True</property> |
| @@ -549,7 +566,6 @@ | |||
| 549 | <object class="GtkTextView" id="supported_metadata"> | 566 | <object class="GtkTextView" id="supported_metadata"> |
| 550 | <property name="visible">True</property> | 567 | <property name="visible">True</property> |
| 551 | <property name="can_focus">False</property> | 568 | <property name="can_focus">False</property> |
| 552 | <property name="hscroll_policy">natural</property> | ||
| 553 | <property name="editable">False</property> | 569 | <property name="editable">False</property> |
| 554 | <property name="wrap_mode">word</property> | 570 | <property name="wrap_mode">word</property> |
| 555 | </object> | 571 | </object> |
| @@ -564,6 +580,7 @@ | |||
| 564 | <object class="GtkTextView" id="supported_remaining"> | 580 | <object class="GtkTextView" id="supported_remaining"> |
| 565 | <property name="visible">True</property> | 581 | <property name="visible">True</property> |
| 566 | <property name="can_focus">False</property> | 582 | <property name="can_focus">False</property> |
| 583 | <property name="editable">False</property> | ||
| 567 | <property name="wrap_mode">word</property> | 584 | <property name="wrap_mode">word</property> |
| 568 | </object> | 585 | </object> |
| 569 | <packing> | 586 | <packing> |
| @@ -577,6 +594,7 @@ | |||
| 577 | <object class="GtkTextView" id="supported_method"> | 594 | <object class="GtkTextView" id="supported_method"> |
| 578 | <property name="visible">True</property> | 595 | <property name="visible">True</property> |
| 579 | <property name="can_focus">False</property> | 596 | <property name="can_focus">False</property> |
| 597 | <property name="editable">False</property> | ||
| 580 | <property name="wrap_mode">word</property> | 598 | <property name="wrap_mode">word</property> |
| 581 | </object> | 599 | </object> |
| 582 | <packing> | 600 | <packing> |
| @@ -600,7 +618,6 @@ | |||
| 600 | <child> | 618 | <child> |
| 601 | <object class="GtkButton" id="supported_OK"> | 619 | <object class="GtkButton" id="supported_OK"> |
| 602 | <property name="label">gtk-ok</property> | 620 | <property name="label">gtk-ok</property> |
| 603 | <property name="visible">True</property> | ||
| 604 | <property name="can_focus">False</property> | 621 | <property name="can_focus">False</property> |
| 605 | <property name="receives_default">True</property> | 622 | <property name="receives_default">True</property> |
| 606 | <property name="use_stock">True</property> | 623 | <property name="use_stock">True</property> |
| @@ -625,35 +642,4 @@ | |||
| 625 | <action-widget response="0">supported_OK</action-widget> | 642 | <action-widget response="0">supported_OK</action-widget> |
| 626 | </action-widgets> | 643 | </action-widgets> |
| 627 | </object> | 644 | </object> |
| 628 | <object class="GtkImage" id="image1"> | ||
| 629 | <property name="visible">True</property> | ||
| 630 | <property name="can_focus">False</property> | ||
| 631 | <property name="xpad">1</property> | ||
| 632 | <property name="stock">gtk-remove</property> | ||
| 633 | </object> | ||
| 634 | <object class="GtkImage" id="image2"> | ||
| 635 | <property name="visible">True</property> | ||
| 636 | <property name="can_focus">False</property> | ||
| 637 | <property name="stock">gtk-properties</property> | ||
| 638 | </object> | ||
| 639 | <object class="GtkImage" id="image3"> | ||
| 640 | <property name="visible">True</property> | ||
| 641 | <property name="can_focus">False</property> | ||
| 642 | <property name="stock">gtk-clear</property> | ||
| 643 | </object> | ||
| 644 | <object class="GtkImage" id="image4"> | ||
| 645 | <property name="visible">True</property> | ||
| 646 | <property name="can_focus">False</property> | ||
| 647 | <property name="stock">gtk-find</property> | ||
| 648 | </object> | ||
| 649 | <object class="GtkImage" id="image5"> | ||
| 650 | <property name="visible">True</property> | ||
| 651 | <property name="can_focus">False</property> | ||
| 652 | <property name="stock">gtk-info</property> | ||
| 653 | </object> | ||
| 654 | <object class="GtkImage" id="image6"> | ||
| 655 | <property name="visible">True</property> | ||
| 656 | <property name="can_focus">False</property> | ||
| 657 | <property name="stock">gtk-about</property> | ||
| 658 | </object> | ||
| 659 | </interface> | 645 | </interface> |
