diff options
| author | jvoisin | 2014-02-10 01:06:14 +0000 |
|---|---|---|
| committer | jvoisin | 2014-02-10 01:06:14 +0000 |
| commit | 28c36af5f7de69052b3eb03449d16146de269460 (patch) | |
| tree | 3ad906ecbd7c19cb4e1fda62eb60efeb15a3a63e /data/mat.ui | |
| parent | e15f58906069e105796eaa3d856b41930b3fbb81 (diff) | |
Rename mat.ui to mat.glade
Diffstat (limited to 'data/mat.ui')
| -rw-r--r-- | data/mat.ui | 649 |
1 files changed, 0 insertions, 649 deletions
diff --git a/data/mat.ui b/data/mat.ui deleted file mode 100644 index b9bbec5..0000000 --- a/data/mat.ui +++ /dev/null | |||
| @@ -1,649 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <interface> | ||
| 3 | <!-- interface-requires gtk+ 3.0 --> | ||
| 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"> | ||
| 36 | <columns> | ||
| 37 | <!-- column-name Obj --> | ||
| 38 | <column type="PyObject"/> | ||
| 39 | <!-- column-name Filename --> | ||
| 40 | <column type="gchararray"/> | ||
| 41 | <!-- column-name State(str) --> | ||
| 42 | <column type="gchararray"/> | ||
| 43 | </columns> | ||
| 44 | </object> | ||
| 45 | <object class="GtkWindow" id="MainWindow"> | ||
| 46 | <property name="visible">True</property> | ||
| 47 | <property name="can_focus">False</property> | ||
| 48 | <property name="title">Metadata Anonymisation Toolkit</property> | ||
| 49 | <property name="window_position">center</property> | ||
| 50 | <property name="default_width">400</property> | ||
| 51 | <property name="default_height">400</property> | ||
| 52 | <signal name="destroy" handler="cb_close_application" swapped="no"/> | ||
| 53 | <child> | ||
| 54 | <object class="GtkBox" id="MainWinfowVBox"> | ||
| 55 | <property name="can_focus">False</property> | ||
| 56 | <property name="orientation">vertical</property> | ||
| 57 | <child> | ||
| 58 | <object class="GtkMenuBar" id="Menubar"> | ||
| 59 | <property name="can_focus">False</property> | ||
| 60 | <child> | ||
| 61 | <object class="GtkMenuItem" id="File"> | ||
| 62 | <property name="can_focus">False</property> | ||
| 63 | <property name="label" translatable="yes">_File</property> | ||
| 64 | <property name="use_underline">True</property> | ||
| 65 | <child type="submenu"> | ||
| 66 | <object class="GtkMenu" id="File_menu"> | ||
| 67 | <property name="visible">True</property> | ||
| 68 | <property name="can_focus">False</property> | ||
| 69 | <child> | ||
| 70 | <object class="GtkImageMenuItem" id="Menu_add"> | ||
| 71 | <property name="label">gtk-add</property> | ||
| 72 | <property name="visible">True</property> | ||
| 73 | <property name="can_focus">False</property> | ||
| 74 | <property name="use_underline">True</property> | ||
| 75 | <property name="use_stock">True</property> | ||
| 76 | <accelerator key="o" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 77 | <signal name="activate" handler="cb_add_files" swapped="no"/> | ||
| 78 | </object> | ||
| 79 | </child> | ||
| 80 | <child> | ||
| 81 | <object class="GtkImageMenuItem" id="Menu_quit"> | ||
| 82 | <property name="label">gtk-quit</property> | ||
| 83 | <property name="visible">True</property> | ||
| 84 | <property name="can_focus">False</property> | ||
| 85 | <property name="use_underline">True</property> | ||
| 86 | <property name="use_stock">True</property> | ||
| 87 | <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 88 | <signal name="activate" handler="cb_close_application" swapped="no"/> | ||
| 89 | </object> | ||
| 90 | </child> | ||
| 91 | </object> | ||
| 92 | </child> | ||
| 93 | </object> | ||
| 94 | </child> | ||
| 95 | <child> | ||
| 96 | <object class="GtkMenuItem" id="Edit"> | ||
| 97 | <property name="visible">True</property> | ||
| 98 | <property name="can_focus">False</property> | ||
| 99 | <property name="label" translatable="yes">_Edit</property> | ||
| 100 | <property name="use_underline">True</property> | ||
| 101 | <child type="submenu"> | ||
| 102 | <object class="GtkMenu" id="Edit_menu"> | ||
| 103 | <property name="visible">True</property> | ||
| 104 | <property name="can_focus">False</property> | ||
| 105 | <child> | ||
| 106 | <object class="GtkImageMenuItem" id="menu_preferences"> | ||
| 107 | <property name="label" translatable="yes">Preferences</property> | ||
| 108 | <property name="visible">True</property> | ||
| 109 | <property name="can_focus">False</property> | ||
| 110 | <property name="image">GtkProperties</property> | ||
| 111 | <property name="use_stock">False</property> | ||
| 112 | <accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 113 | <signal name="activate" handler="cb_preferences_popup" swapped="no"/> | ||
| 114 | </object> | ||
| 115 | </child> | ||
| 116 | <child> | ||
| 117 | <object class="GtkImageMenuItem" id="menu_clear"> | ||
| 118 | <property name="label" translatable="yes">Clear</property> | ||
| 119 | <property name="visible">True</property> | ||
| 120 | <property name="can_focus">False</property> | ||
| 121 | <property name="image">GtkRemove</property> | ||
| 122 | <property name="use_stock">False</property> | ||
| 123 | <signal name="activate" handler="cb_clear_list" swapped="no"/> | ||
| 124 | </object> | ||
| 125 | </child> | ||
| 126 | </object> | ||
| 127 | </child> | ||
| 128 | </object> | ||
| 129 | </child> | ||
| 130 | <child> | ||
| 131 | <object class="GtkMenuItem" id="Process"> | ||
| 132 | <property name="visible">True</property> | ||
| 133 | <property name="can_focus">False</property> | ||
| 134 | <property name="label" translatable="yes">_Process</property> | ||
| 135 | <property name="use_underline">True</property> | ||
| 136 | <child type="submenu"> | ||
| 137 | <object class="GtkMenu" id="Process_menu"> | ||
| 138 | <property name="visible">True</property> | ||
| 139 | <property name="can_focus">False</property> | ||
| 140 | <child> | ||
| 141 | <object class="GtkImageMenuItem" id="clean_menuitem"> | ||
| 142 | <property name="label">Scour</property> | ||
| 143 | <property name="visible">True</property> | ||
| 144 | <property name="can_focus">False</property> | ||
| 145 | <property name="image">GtkClear</property> | ||
| 146 | <property name="use_stock">False</property> | ||
| 147 | <signal name="activate" handler="cb_mat_clean" swapped="no"/> | ||
| 148 | </object> | ||
| 149 | </child> | ||
| 150 | <child> | ||
| 151 | <object class="GtkImageMenuItem" id="check_menuitem"> | ||
| 152 | <property name="label">Check</property> | ||
| 153 | <property name="visible">True</property> | ||
| 154 | <property name="can_focus">False</property> | ||
| 155 | <property name="image">GtkFind</property> | ||
| 156 | <property name="use_stock">False</property> | ||
| 157 | <signal name="activate" handler="cb_mat_check" swapped="no"/> | ||
| 158 | </object> | ||
| 159 | </child> | ||
| 160 | </object> | ||
| 161 | </child> | ||
| 162 | </object> | ||
| 163 | </child> | ||
| 164 | <child> | ||
| 165 | <object class="GtkMenuItem" id="Help"> | ||
| 166 | <property name="visible">True</property> | ||
| 167 | <property name="can_focus">False</property> | ||
| 168 | <property name="label" translatable="yes">_Help</property> | ||
| 169 | <property name="use_underline">True</property> | ||
| 170 | <child type="submenu"> | ||
| 171 | <object class="GtkMenu" id="Help_menu"> | ||
| 172 | <property name="visible">True</property> | ||
| 173 | <property name="can_focus">False</property> | ||
| 174 | <child> | ||
| 175 | <object class="GtkImageMenuItem" id="supported_menuitem"> | ||
| 176 | <property name="label">Supported formats</property> | ||
| 177 | <property name="visible">True</property> | ||
| 178 | <property name="can_focus">False</property> | ||
| 179 | <property name="image">GtkInfo</property> | ||
| 180 | <property name="use_stock">False</property> | ||
| 181 | <signal name="activate" handler="cb_supported_popup" swapped="no"/> | ||
| 182 | </object> | ||
| 183 | </child> | ||
| 184 | <child> | ||
| 185 | <object class="GtkImageMenuItem" id="about_menuitem"> | ||
| 186 | <property name="label">About</property> | ||
| 187 | <property name="visible">True</property> | ||
| 188 | <property name="can_focus">False</property> | ||
| 189 | <property name="image">GtkAbout</property> | ||
| 190 | <property name="use_stock">False</property> | ||
| 191 | <signal name="activate" handler="cb_about_popup" swapped="no"/> | ||
| 192 | </object> | ||
| 193 | </child> | ||
| 194 | </object> | ||
| 195 | </child> | ||
| 196 | </object> | ||
| 197 | </child> | ||
| 198 | </object> | ||
| 199 | <packing> | ||
| 200 | <property name="expand">False</property> | ||
| 201 | <property name="fill">True</property> | ||
| 202 | <property name="position">0</property> | ||
| 203 | </packing> | ||
| 204 | </child> | ||
| 205 | <child> | ||
| 206 | <object class="GtkToolbar" id="Toolbar"> | ||
| 207 | <property name="can_focus">False</property> | ||
| 208 | <property name="toolbar_style">both</property> | ||
| 209 | <property name="icon_size">5</property> | ||
| 210 | <child> | ||
| 211 | <object class="GtkToolButton" id="ToolbarAdd"> | ||
| 212 | <property name="visible">True</property> | ||
| 213 | <property name="can_focus">False</property> | ||
| 214 | <property name="label" translatable="yes">Add</property> | ||
| 215 | <property name="stock_id">gtk-add</property> | ||
| 216 | <signal name="clicked" handler="cb_add_files" swapped="no"/> | ||
| 217 | </object> | ||
| 218 | <packing> | ||
| 219 | <property name="expand">False</property> | ||
| 220 | <property name="homogeneous">True</property> | ||
| 221 | </packing> | ||
| 222 | </child> | ||
| 223 | <child> | ||
| 224 | <object class="GtkToolButton" id="ToolbarClean"> | ||
| 225 | <property name="visible">True</property> | ||
| 226 | <property name="can_focus">False</property> | ||
| 227 | <property name="label" translatable="yes">Scour</property> | ||
| 228 | <property name="stock_id">gtk-clear</property> | ||
| 229 | <signal name="clicked" handler="cb_mat_clean" swapped="no"/> | ||
| 230 | </object> | ||
| 231 | <packing> | ||
| 232 | <property name="expand">False</property> | ||
| 233 | <property name="homogeneous">True</property> | ||
| 234 | </packing> | ||
| 235 | </child> | ||
| 236 | <child> | ||
| 237 | <object class="GtkToolButton" id="ToolbarCheck"> | ||
| 238 | <property name="visible">True</property> | ||
| 239 | <property name="can_focus">False</property> | ||
| 240 | <property name="label" translatable="yes">Check</property> | ||
| 241 | <property name="stock_id">gtk-find</property> | ||
| 242 | <signal name="clicked" handler="cb_mat_check" swapped="no"/> | ||
| 243 | </object> | ||
| 244 | <packing> | ||
| 245 | <property name="expand">False</property> | ||
| 246 | <property name="homogeneous">True</property> | ||
| 247 | </packing> | ||
| 248 | </child> | ||
| 249 | <child> | ||
| 250 | <object class="GtkToolButton" id="ToolbarClear"> | ||
| 251 | <property name="visible">True</property> | ||
| 252 | <property name="can_focus">False</property> | ||
| 253 | <property name="label" translatable="yes">Clear</property> | ||
| 254 | <property name="stock_id">gtk-remove</property> | ||
| 255 | <signal name="clicked" handler="cb_clear_list" swapped="no"/> | ||
| 256 | </object> | ||
| 257 | <packing> | ||
| 258 | <property name="expand">False</property> | ||
| 259 | <property name="homogeneous">True</property> | ||
| 260 | </packing> | ||
| 261 | </child> | ||
| 262 | </object> | ||
| 263 | <packing> | ||
| 264 | <property name="expand">False</property> | ||
| 265 | <property name="fill">True</property> | ||
| 266 | <property name="position">1</property> | ||
| 267 | </packing> | ||
| 268 | </child> | ||
| 269 | <child> | ||
| 270 | <object class="GtkScrolledWindow" id="ScrolledWindow"> | ||
| 271 | <property name="can_focus">False</property> | ||
| 272 | <child> | ||
| 273 | <object class="GtkTreeView" id="MainWindowTreeview"> | ||
| 274 | <property name="can_focus">False</property> | ||
| 275 | <property name="events"/> | ||
| 276 | <property name="model">MainWindowListstore</property> | ||
| 277 | <property name="rules_hint">True</property> | ||
| 278 | <property name="search_column">1</property> | ||
| 279 | <property name="fixed_height_mode">True</property> | ||
| 280 | <property name="rubber_banding">True</property> | ||
| 281 | <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> | ||
| 282 | <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> | ||
| 283 | <child internal-child="selection"> | ||
| 284 | <object class="GtkTreeSelection" id="MainWindowTreeviewSelection"> | ||
| 285 | <property name="mode">multiple</property> | ||
| 286 | </object> | ||
| 287 | </child> | ||
| 288 | <child> | ||
| 289 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewFilename"> | ||
| 290 | <property name="resizable">True</property> | ||
| 291 | <property name="sizing">fixed</property> | ||
| 292 | <property name="title" translatable="yes">Filename</property> | ||
| 293 | <property name="expand">True</property> | ||
| 294 | <property name="clickable">True</property> | ||
| 295 | <property name="sort_indicator">True</property> | ||
| 296 | <property name="sort_column_id">1</property> | ||
| 297 | <child> | ||
| 298 | <object class="GtkCellRendererText" id="MainWindowTreeviewFilenameRender"/> | ||
| 299 | <attributes> | ||
| 300 | <attribute name="text">1</attribute> | ||
| 301 | </attributes> | ||
| 302 | </child> | ||
| 303 | </object> | ||
| 304 | </child> | ||
| 305 | <child> | ||
| 306 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewState"> | ||
| 307 | <property name="resizable">True</property> | ||
| 308 | <property name="sizing">fixed</property> | ||
| 309 | <property name="title" translatable="yes">State</property> | ||
| 310 | <property name="expand">True</property> | ||
| 311 | <property name="clickable">True</property> | ||
| 312 | <property name="sort_indicator">True</property> | ||
| 313 | <property name="sort_column_id">2</property> | ||
| 314 | <child> | ||
| 315 | <object class="GtkCellRendererText" id="MainWindowTreeviewStateRenderer"/> | ||
| 316 | <attributes> | ||
| 317 | <attribute name="text">2</attribute> | ||
| 318 | </attributes> | ||
| 319 | </child> | ||
| 320 | </object> | ||
| 321 | </child> | ||
| 322 | </object> | ||
| 323 | </child> | ||
| 324 | </object> | ||
| 325 | <packing> | ||
| 326 | <property name="expand">True</property> | ||
| 327 | <property name="fill">True</property> | ||
| 328 | <property name="position">3</property> | ||
| 329 | </packing> | ||
| 330 | </child> | ||
| 331 | <child> | ||
| 332 | <object class="GtkStatusbar" id="Statusbar"> | ||
| 333 | <property name="can_focus">False</property> | ||
| 334 | </object> | ||
| 335 | <packing> | ||
| 336 | <property name="expand">False</property> | ||
| 337 | <property name="fill">True</property> | ||
| 338 | <property name="position">4</property> | ||
| 339 | </packing> | ||
| 340 | </child> | ||
| 341 | </object> | ||
| 342 | </child> | ||
| 343 | </object> | ||
| 344 | <object class="GtkDialog" id="MetadataPopup"> | ||
| 345 | <property name="can_focus">False</property> | ||
| 346 | <property name="border_width">5</property> | ||
| 347 | <property name="title" translatable="yes">Metadata</property> | ||
| 348 | <property name="default_width">520</property> | ||
| 349 | <property name="default_height">260</property> | ||
| 350 | <property name="destroy_with_parent">True</property> | ||
| 351 | <property name="type_hint">dialog</property> | ||
| 352 | <property name="skip_taskbar_hint">True</property> | ||
| 353 | <property name="skip_pager_hint">True</property> | ||
| 354 | <signal name="delete-event" handler="cb_hide_widget" swapped="no"/> | ||
| 355 | <child internal-child="vbox"> | ||
| 356 | <object class="GtkBox" id="MetadataPopupVbox"> | ||
| 357 | <property name="can_focus">False</property> | ||
| 358 | <property name="vexpand">True</property> | ||
| 359 | <property name="orientation">vertical</property> | ||
| 360 | <property name="spacing">2</property> | ||
| 361 | <child> | ||
| 362 | <object class="GtkScrolledWindow" id="MetadataPopupScrolledWindow"> | ||
| 363 | <property name="visible">True</property> | ||
| 364 | <property name="can_focus">False</property> | ||
| 365 | <child> | ||
| 366 | <object class="GtkTreeView" id="MetadataPopupTreeView"> | ||
| 367 | <property name="can_focus">False</property> | ||
| 368 | <property name="vexpand">True</property> | ||
| 369 | <property name="model">MetadataPopupListStore</property> | ||
| 370 | <property name="rules_hint">True</property> | ||
| 371 | <property name="search_column">0</property> | ||
| 372 | <property name="fixed_height_mode">True</property> | ||
| 373 | <child> | ||
| 374 | <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewName"> | ||
| 375 | <property name="sizing">fixed</property> | ||
| 376 | <property name="title" translatable="yes">Name</property> | ||
| 377 | <property name="expand">True</property> | ||
| 378 | <property name="sort_column_id">0</property> | ||
| 379 | <child> | ||
| 380 | <object class="GtkCellRendererText" id="MetadataPopupTreeViewNameCell"/> | ||
| 381 | <attributes> | ||
| 382 | <attribute name="text">0</attribute> | ||
| 383 | </attributes> | ||
| 384 | </child> | ||
| 385 | </object> | ||
| 386 | </child> | ||
| 387 | <child> | ||
| 388 | <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewContent"> | ||
| 389 | <property name="sizing">fixed</property> | ||
| 390 | <property name="title" translatable="yes">Content</property> | ||
| 391 | <property name="expand">True</property> | ||
| 392 | <property name="sort_column_id">1</property> | ||
| 393 | <child> | ||
| 394 | <object class="GtkCellRendererText" id="MetadataPopupTreeViewContentCell"/> | ||
| 395 | <attributes> | ||
| 396 | <attribute name="text">1</attribute> | ||
| 397 | </attributes> | ||
| 398 | </child> | ||
| 399 | </object> | ||
| 400 | </child> | ||
| 401 | </object> | ||
| 402 | </child> | ||
| 403 | </object> | ||
| 404 | <packing> | ||
| 405 | <property name="expand">False</property> | ||
| 406 | <property name="fill">True</property> | ||
| 407 | <property name="position">0</property> | ||
| 408 | </packing> | ||
| 409 | </child> | ||
| 410 | <child internal-child="action_area"> | ||
| 411 | <object class="GtkButtonBox" id="MetadataPopupButtons"> | ||
| 412 | <property name="can_focus">False</property> | ||
| 413 | <property name="layout_style">end</property> | ||
| 414 | <child> | ||
| 415 | <object class="GtkButton" id="MetadataPopupOKButton"> | ||
| 416 | <property name="label">gtk-ok</property> | ||
| 417 | <property name="visible">True</property> | ||
| 418 | <property name="can_focus">False</property> | ||
| 419 | <property name="receives_default">True</property> | ||
| 420 | <property name="use_stock">True</property> | ||
| 421 | </object> | ||
| 422 | <packing> | ||
| 423 | <property name="expand">False</property> | ||
| 424 | <property name="fill">True</property> | ||
| 425 | <property name="position">0</property> | ||
| 426 | </packing> | ||
| 427 | </child> | ||
| 428 | </object> | ||
| 429 | <packing> | ||
| 430 | <property name="expand">False</property> | ||
| 431 | <property name="fill">True</property> | ||
| 432 | <property name="pack_type">end</property> | ||
| 433 | <property name="position">1</property> | ||
| 434 | </packing> | ||
| 435 | </child> | ||
| 436 | </object> | ||
| 437 | </child> | ||
| 438 | <action-widgets> | ||
| 439 | <action-widget response="0">MetadataPopupOKButton</action-widget> | ||
| 440 | </action-widgets> | ||
| 441 | </object> | ||
| 442 | <object class="GtkListStore" id="MetadataPopupListStore"> | ||
| 443 | <columns> | ||
| 444 | <!-- column-name Name --> | ||
| 445 | <column type="gchararray"/> | ||
| 446 | <!-- column-name Content --> | ||
| 447 | <column type="gchararray"/> | ||
| 448 | </columns> | ||
| 449 | </object> | ||
| 450 | <object class="GtkDialog" id="SupportedWindow"> | ||
| 451 | <property name="can_focus">False</property> | ||
| 452 | <property name="title" translatable="yes">Supported formats</property> | ||
| 453 | <property name="resizable">False</property> | ||
| 454 | <property name="modal">True</property> | ||
| 455 | <property name="destroy_with_parent">True</property> | ||
| 456 | <property name="type_hint">dialog</property> | ||
| 457 | <property name="skip_taskbar_hint">True</property> | ||
| 458 | <property name="skip_pager_hint">True</property> | ||
| 459 | <property name="has_resize_grip">False</property> | ||
| 460 | <signal name="delete-event" handler="cb_hide_widget" swapped="no"/> | ||
| 461 | <child internal-child="vbox"> | ||
| 462 | <object class="GtkBox" id="SupportedWindowVbox"> | ||
| 463 | <property name="can_focus">False</property> | ||
| 464 | <property name="orientation">vertical</property> | ||
| 465 | <child> | ||
| 466 | <object class="GtkGrid" id="SupportedWindowGrid"> | ||
| 467 | <property name="can_focus">False</property> | ||
| 468 | <property name="row_spacing">5</property> | ||
| 469 | <child> | ||
| 470 | <object class="GtkEntry" id="supported_support"> | ||
| 471 | <property name="visible">True</property> | ||
| 472 | <property name="can_focus">False</property> | ||
| 473 | <property name="editable">False</property> | ||
| 474 | <property name="has_frame">False</property> | ||
| 475 | </object> | ||
| 476 | <packing> | ||
| 477 | <property name="left_attach">1</property> | ||
| 478 | <property name="top_attach">1</property> | ||
| 479 | <property name="width">1</property> | ||
| 480 | <property name="height">1</property> | ||
| 481 | </packing> | ||
| 482 | </child> | ||
| 483 | <child> | ||
| 484 | <object class="GtkLabel" id="supported_label_support"> | ||
| 485 | <property name="can_focus">False</property> | ||
| 486 | <property name="label" translatable="yes">Support</property> | ||
| 487 | </object> | ||
| 488 | <packing> | ||
| 489 | <property name="left_attach">0</property> | ||
| 490 | <property name="top_attach">1</property> | ||
| 491 | <property name="width">1</property> | ||
| 492 | <property name="height">1</property> | ||
| 493 | </packing> | ||
| 494 | </child> | ||
| 495 | <child> | ||
| 496 | <object class="GtkLabel" id="supported_label_metadata"> | ||
| 497 | <property name="visible">True</property> | ||
| 498 | <property name="can_focus">False</property> | ||
| 499 | <property name="label" translatable="yes">Metadata</property> | ||
| 500 | </object> | ||
| 501 | <packing> | ||
| 502 | <property name="left_attach">0</property> | ||
| 503 | <property name="top_attach">2</property> | ||
| 504 | <property name="width">1</property> | ||
| 505 | <property name="height">1</property> | ||
| 506 | </packing> | ||
| 507 | </child> | ||
| 508 | <child> | ||
| 509 | <object class="GtkLabel" id="supported_label_method"> | ||
| 510 | <property name="visible">True</property> | ||
| 511 | <property name="can_focus">False</property> | ||
| 512 | <property name="label" translatable="yes">Method</property> | ||
| 513 | </object> | ||
| 514 | <packing> | ||
| 515 | <property name="left_attach">0</property> | ||
| 516 | <property name="top_attach">3</property> | ||
| 517 | <property name="width">1</property> | ||
| 518 | <property name="height">1</property> | ||
| 519 | </packing> | ||
| 520 | </child> | ||
| 521 | <child> | ||
| 522 | <object class="GtkLabel" id="supported_label_remaining"> | ||
| 523 | <property name="visible">True</property> | ||
| 524 | <property name="can_focus">False</property> | ||
| 525 | <property name="label" translatable="yes">Remaining</property> | ||
| 526 | </object> | ||
| 527 | <packing> | ||
| 528 | <property name="left_attach">0</property> | ||
| 529 | <property name="top_attach">4</property> | ||
| 530 | <property name="width">1</property> | ||
| 531 | <property name="height">1</property> | ||
| 532 | </packing> | ||
| 533 | </child> | ||
| 534 | <child> | ||
| 535 | <object class="GtkComboBoxText" id="supported_cbox"> | ||
| 536 | <property name="can_focus">False</property> | ||
| 537 | <property name="border_width">5</property> | ||
| 538 | <property name="has_entry">True</property> | ||
| 539 | <property name="entry_text_column">1</property> | ||
| 540 | <property name="id_column">1</property> | ||
| 541 | <signal name="changed" handler="cb_update_supported_popup" swapped="no"/> | ||
| 542 | <child internal-child="entry"> | ||
| 543 | <object class="GtkEntry" id="comboboxtext-entry2"> | ||
| 544 | <property name="can_focus">False</property> | ||
| 545 | </object> | ||
| 546 | </child> | ||
| 547 | </object> | ||
| 548 | <packing> | ||
| 549 | <property name="left_attach">1</property> | ||
| 550 | <property name="top_attach">0</property> | ||
| 551 | <property name="width">1</property> | ||
| 552 | <property name="height">1</property> | ||
| 553 | </packing> | ||
| 554 | </child> | ||
| 555 | <child> | ||
| 556 | <object class="GtkLabel" id="supported_label_format"> | ||
| 557 | <property name="visible">True</property> | ||
| 558 | <property name="can_focus">False</property> | ||
| 559 | <property name="xpad">39</property> | ||
| 560 | <property name="label" translatable="yes">Fileformat</property> | ||
| 561 | </object> | ||
| 562 | <packing> | ||
| 563 | <property name="left_attach">0</property> | ||
| 564 | <property name="top_attach">0</property> | ||
| 565 | <property name="width">1</property> | ||
| 566 | <property name="height">1</property> | ||
| 567 | </packing> | ||
| 568 | </child> | ||
| 569 | <child> | ||
| 570 | <object class="GtkTextView" id="supported_metadata"> | ||
| 571 | <property name="visible">True</property> | ||
| 572 | <property name="can_focus">False</property> | ||
| 573 | <property name="editable">False</property> | ||
| 574 | <property name="wrap_mode">word</property> | ||
| 575 | </object> | ||
| 576 | <packing> | ||
| 577 | <property name="left_attach">1</property> | ||
| 578 | <property name="top_attach">2</property> | ||
| 579 | <property name="width">1</property> | ||
| 580 | <property name="height">1</property> | ||
| 581 | </packing> | ||
| 582 | </child> | ||
| 583 | <child> | ||
| 584 | <object class="GtkTextView" id="supported_remaining"> | ||
| 585 | <property name="visible">True</property> | ||
| 586 | <property name="can_focus">False</property> | ||
| 587 | <property name="editable">False</property> | ||
| 588 | <property name="wrap_mode">word</property> | ||
| 589 | </object> | ||
| 590 | <packing> | ||
| 591 | <property name="left_attach">1</property> | ||
| 592 | <property name="top_attach">4</property> | ||
| 593 | <property name="width">1</property> | ||
| 594 | <property name="height">1</property> | ||
| 595 | </packing> | ||
| 596 | </child> | ||
| 597 | <child> | ||
| 598 | <object class="GtkTextView" id="supported_method"> | ||
| 599 | <property name="visible">True</property> | ||
| 600 | <property name="can_focus">False</property> | ||
| 601 | <property name="editable">False</property> | ||
| 602 | <property name="wrap_mode">word</property> | ||
| 603 | </object> | ||
| 604 | <packing> | ||
| 605 | <property name="left_attach">1</property> | ||
| 606 | <property name="top_attach">3</property> | ||
| 607 | <property name="width">1</property> | ||
| 608 | <property name="height">1</property> | ||
| 609 | </packing> | ||
| 610 | </child> | ||
| 611 | </object> | ||
| 612 | <packing> | ||
| 613 | <property name="expand">False</property> | ||
| 614 | <property name="fill">True</property> | ||
| 615 | <property name="position">0</property> | ||
| 616 | </packing> | ||
| 617 | </child> | ||
| 618 | <child internal-child="action_area"> | ||
| 619 | <object class="GtkButtonBox" id="supported_action_area"> | ||
| 620 | <property name="can_focus">False</property> | ||
| 621 | <property name="layout_style">end</property> | ||
| 622 | <child> | ||
| 623 | <object class="GtkButton" id="supported_OK"> | ||
| 624 | <property name="label">gtk-ok</property> | ||
| 625 | <property name="can_focus">False</property> | ||
| 626 | <property name="receives_default">True</property> | ||
| 627 | <property name="use_stock">True</property> | ||
| 628 | </object> | ||
| 629 | <packing> | ||
| 630 | <property name="expand">False</property> | ||
| 631 | <property name="fill">True</property> | ||
| 632 | <property name="position">1</property> | ||
| 633 | </packing> | ||
| 634 | </child> | ||
| 635 | </object> | ||
| 636 | <packing> | ||
| 637 | <property name="expand">False</property> | ||
| 638 | <property name="fill">True</property> | ||
| 639 | <property name="pack_type">end</property> | ||
| 640 | <property name="position">1</property> | ||
| 641 | </packing> | ||
| 642 | </child> | ||
| 643 | </object> | ||
| 644 | </child> | ||
| 645 | <action-widgets> | ||
| 646 | <action-widget response="0">supported_OK</action-widget> | ||
| 647 | </action-widgets> | ||
| 648 | </object> | ||
| 649 | </interface> | ||
