diff options
| author | jvoisin | 2014-11-02 19:31:36 +0100 |
|---|---|---|
| committer | jvoisin | 2014-11-02 19:31:36 +0100 |
| commit | 6038794bad0c566de815e043b25e8f32024061f9 (patch) | |
| tree | 9d4a26295fa6e0bdaade5f9ff5dfedaa713d8c33 /data | |
| parent | 460aa0c3a87f8efeb6078304f8530e440d9add85 (diff) | |
Simplify a bit the interface
Diffstat (limited to 'data')
| -rw-r--r-- | data/mat.glade | 623 |
1 files changed, 277 insertions, 346 deletions
diff --git a/data/mat.glade b/data/mat.glade index b9bbec5..6a3c33c 100644 --- a/data/mat.glade +++ b/data/mat.glade | |||
| @@ -1,36 +1,27 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Generated with glade 3.18.3 --> | ||
| 2 | <interface> | 3 | <interface> |
| 3 | <!-- interface-requires gtk+ 3.0 --> | 4 | <requires lib="gtk+" version="3.2"/> |
| 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"> | 5 | <object class="GtkImage" id="GtkAbout"> |
| 16 | <property name="visible">True</property> | 6 | <property name="visible">True</property> |
| 17 | <property name="can_focus">False</property> | 7 | <property name="can_focus">False</property> |
| 18 | <property name="stock">gtk-about</property> | 8 | <property name="stock">gtk-about</property> |
| 19 | </object> | 9 | </object> |
| 20 | <object class="GtkImage" id="GtkClear"> | 10 | <object class="GtkImage" id="GtkInfo"> |
| 21 | <property name="visible">True</property> | 11 | <property name="visible">True</property> |
| 22 | <property name="can_focus">False</property> | 12 | <property name="can_focus">False</property> |
| 23 | <property name="stock">gtk-clear</property> | 13 | <property name="stock">gtk-info</property> |
| 24 | </object> | 14 | </object> |
| 25 | <object class="GtkImage" id="GtkFind"> | 15 | <object class="GtkImage" id="GtkProperties"> |
| 26 | <property name="visible">True</property> | 16 | <property name="visible">True</property> |
| 27 | <property name="can_focus">False</property> | 17 | <property name="can_focus">False</property> |
| 28 | <property name="stock">gtk-find</property> | 18 | <property name="stock">gtk-properties</property> |
| 29 | </object> | 19 | </object> |
| 30 | <object class="GtkImage" id="GtkInfo"> | 20 | <object class="GtkImage" id="GtkRemove"> |
| 31 | <property name="visible">True</property> | 21 | <property name="visible">True</property> |
| 32 | <property name="can_focus">False</property> | 22 | <property name="can_focus">False</property> |
| 33 | <property name="stock">gtk-info</property> | 23 | <property name="xpad">1</property> |
| 24 | <property name="stock">gtk-remove</property> | ||
| 34 | </object> | 25 | </object> |
| 35 | <object class="GtkListStore" id="MainWindowListstore"> | 26 | <object class="GtkListStore" id="MainWindowListstore"> |
| 36 | <columns> | 27 | <columns> |
| @@ -42,304 +33,13 @@ | |||
| 42 | <column type="gchararray"/> | 33 | <column type="gchararray"/> |
| 43 | </columns> | 34 | </columns> |
| 44 | </object> | 35 | </object> |
| 45 | <object class="GtkWindow" id="MainWindow"> | 36 | <object class="GtkListStore" id="MetadataPopupListStore"> |
| 46 | <property name="visible">True</property> | 37 | <columns> |
| 47 | <property name="can_focus">False</property> | 38 | <!-- column-name Name --> |
| 48 | <property name="title">Metadata Anonymisation Toolkit</property> | 39 | <column type="gchararray"/> |
| 49 | <property name="window_position">center</property> | 40 | <!-- column-name Content --> |
| 50 | <property name="default_width">400</property> | 41 | <column type="gchararray"/> |
| 51 | <property name="default_height">400</property> | 42 | </columns> |
| 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> | 43 | </object> |
| 344 | <object class="GtkDialog" id="MetadataPopup"> | 44 | <object class="GtkDialog" id="MetadataPopup"> |
| 345 | <property name="can_focus">False</property> | 45 | <property name="can_focus">False</property> |
| @@ -370,6 +70,9 @@ | |||
| 370 | <property name="rules_hint">True</property> | 70 | <property name="rules_hint">True</property> |
| 371 | <property name="search_column">0</property> | 71 | <property name="search_column">0</property> |
| 372 | <property name="fixed_height_mode">True</property> | 72 | <property name="fixed_height_mode">True</property> |
| 73 | <child internal-child="selection"> | ||
| 74 | <object class="GtkTreeSelection" id="treeview-selection2"/> | ||
| 75 | </child> | ||
| 373 | <child> | 76 | <child> |
| 374 | <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewName"> | 77 | <object class="GtkTreeViewColumn" id="MetadataPopupTreeViewName"> |
| 375 | <property name="sizing">fixed</property> | 78 | <property name="sizing">fixed</property> |
| @@ -439,14 +142,6 @@ | |||
| 439 | <action-widget response="0">MetadataPopupOKButton</action-widget> | 142 | <action-widget response="0">MetadataPopupOKButton</action-widget> |
| 440 | </action-widgets> | 143 | </action-widgets> |
| 441 | </object> | 144 | </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"> | 145 | <object class="GtkDialog" id="SupportedWindow"> |
| 451 | <property name="can_focus">False</property> | 146 | <property name="can_focus">False</property> |
| 452 | <property name="title" translatable="yes">Supported formats</property> | 147 | <property name="title" translatable="yes">Supported formats</property> |
| @@ -476,8 +171,6 @@ | |||
| 476 | <packing> | 171 | <packing> |
| 477 | <property name="left_attach">1</property> | 172 | <property name="left_attach">1</property> |
| 478 | <property name="top_attach">1</property> | 173 | <property name="top_attach">1</property> |
| 479 | <property name="width">1</property> | ||
| 480 | <property name="height">1</property> | ||
| 481 | </packing> | 174 | </packing> |
| 482 | </child> | 175 | </child> |
| 483 | <child> | 176 | <child> |
| @@ -488,8 +181,6 @@ | |||
| 488 | <packing> | 181 | <packing> |
| 489 | <property name="left_attach">0</property> | 182 | <property name="left_attach">0</property> |
| 490 | <property name="top_attach">1</property> | 183 | <property name="top_attach">1</property> |
| 491 | <property name="width">1</property> | ||
| 492 | <property name="height">1</property> | ||
| 493 | </packing> | 184 | </packing> |
| 494 | </child> | 185 | </child> |
| 495 | <child> | 186 | <child> |
| @@ -501,8 +192,6 @@ | |||
| 501 | <packing> | 192 | <packing> |
| 502 | <property name="left_attach">0</property> | 193 | <property name="left_attach">0</property> |
| 503 | <property name="top_attach">2</property> | 194 | <property name="top_attach">2</property> |
| 504 | <property name="width">1</property> | ||
| 505 | <property name="height">1</property> | ||
| 506 | </packing> | 195 | </packing> |
| 507 | </child> | 196 | </child> |
| 508 | <child> | 197 | <child> |
| @@ -514,8 +203,6 @@ | |||
| 514 | <packing> | 203 | <packing> |
| 515 | <property name="left_attach">0</property> | 204 | <property name="left_attach">0</property> |
| 516 | <property name="top_attach">3</property> | 205 | <property name="top_attach">3</property> |
| 517 | <property name="width">1</property> | ||
| 518 | <property name="height">1</property> | ||
| 519 | </packing> | 206 | </packing> |
| 520 | </child> | 207 | </child> |
| 521 | <child> | 208 | <child> |
| @@ -527,8 +214,6 @@ | |||
| 527 | <packing> | 214 | <packing> |
| 528 | <property name="left_attach">0</property> | 215 | <property name="left_attach">0</property> |
| 529 | <property name="top_attach">4</property> | 216 | <property name="top_attach">4</property> |
| 530 | <property name="width">1</property> | ||
| 531 | <property name="height">1</property> | ||
| 532 | </packing> | 217 | </packing> |
| 533 | </child> | 218 | </child> |
| 534 | <child> | 219 | <child> |
| @@ -536,8 +221,6 @@ | |||
| 536 | <property name="can_focus">False</property> | 221 | <property name="can_focus">False</property> |
| 537 | <property name="border_width">5</property> | 222 | <property name="border_width">5</property> |
| 538 | <property name="has_entry">True</property> | 223 | <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"/> | 224 | <signal name="changed" handler="cb_update_supported_popup" swapped="no"/> |
| 542 | <child internal-child="entry"> | 225 | <child internal-child="entry"> |
| 543 | <object class="GtkEntry" id="comboboxtext-entry2"> | 226 | <object class="GtkEntry" id="comboboxtext-entry2"> |
| @@ -548,8 +231,6 @@ | |||
| 548 | <packing> | 231 | <packing> |
| 549 | <property name="left_attach">1</property> | 232 | <property name="left_attach">1</property> |
| 550 | <property name="top_attach">0</property> | 233 | <property name="top_attach">0</property> |
| 551 | <property name="width">1</property> | ||
| 552 | <property name="height">1</property> | ||
| 553 | </packing> | 234 | </packing> |
| 554 | </child> | 235 | </child> |
| 555 | <child> | 236 | <child> |
| @@ -562,8 +243,6 @@ | |||
| 562 | <packing> | 243 | <packing> |
| 563 | <property name="left_attach">0</property> | 244 | <property name="left_attach">0</property> |
| 564 | <property name="top_attach">0</property> | 245 | <property name="top_attach">0</property> |
| 565 | <property name="width">1</property> | ||
| 566 | <property name="height">1</property> | ||
| 567 | </packing> | 246 | </packing> |
| 568 | </child> | 247 | </child> |
| 569 | <child> | 248 | <child> |
| @@ -576,8 +255,6 @@ | |||
| 576 | <packing> | 255 | <packing> |
| 577 | <property name="left_attach">1</property> | 256 | <property name="left_attach">1</property> |
| 578 | <property name="top_attach">2</property> | 257 | <property name="top_attach">2</property> |
| 579 | <property name="width">1</property> | ||
| 580 | <property name="height">1</property> | ||
| 581 | </packing> | 258 | </packing> |
| 582 | </child> | 259 | </child> |
| 583 | <child> | 260 | <child> |
| @@ -590,8 +267,6 @@ | |||
| 590 | <packing> | 267 | <packing> |
| 591 | <property name="left_attach">1</property> | 268 | <property name="left_attach">1</property> |
| 592 | <property name="top_attach">4</property> | 269 | <property name="top_attach">4</property> |
| 593 | <property name="width">1</property> | ||
| 594 | <property name="height">1</property> | ||
| 595 | </packing> | 270 | </packing> |
| 596 | </child> | 271 | </child> |
| 597 | <child> | 272 | <child> |
| @@ -604,8 +279,6 @@ | |||
| 604 | <packing> | 279 | <packing> |
| 605 | <property name="left_attach">1</property> | 280 | <property name="left_attach">1</property> |
| 606 | <property name="top_attach">3</property> | 281 | <property name="top_attach">3</property> |
| 607 | <property name="width">1</property> | ||
| 608 | <property name="height">1</property> | ||
| 609 | </packing> | 282 | </packing> |
| 610 | </child> | 283 | </child> |
| 611 | </object> | 284 | </object> |
| @@ -646,4 +319,262 @@ | |||
| 646 | <action-widget response="0">supported_OK</action-widget> | 319 | <action-widget response="0">supported_OK</action-widget> |
| 647 | </action-widgets> | 320 | </action-widgets> |
| 648 | </object> | 321 | </object> |
| 322 | <object class="GtkImage" id="image1"> | ||
| 323 | <property name="visible">True</property> | ||
| 324 | <property name="can_focus">False</property> | ||
| 325 | <property name="stock">gtk-clear</property> | ||
| 326 | </object> | ||
| 327 | <object class="GtkWindow" id="MainWindow"> | ||
| 328 | <property name="visible">True</property> | ||
| 329 | <property name="can_focus">False</property> | ||
| 330 | <property name="title">Metadata Anonymisation Toolkit</property> | ||
| 331 | <property name="window_position">center</property> | ||
| 332 | <property name="default_width">400</property> | ||
| 333 | <property name="default_height">400</property> | ||
| 334 | <signal name="destroy" handler="cb_close_application" swapped="no"/> | ||
| 335 | <child> | ||
| 336 | <object class="GtkBox" id="MainWinfowVBox"> | ||
| 337 | <property name="can_focus">False</property> | ||
| 338 | <property name="orientation">vertical</property> | ||
| 339 | <child> | ||
| 340 | <object class="GtkMenuBar" id="Menubar"> | ||
| 341 | <property name="can_focus">False</property> | ||
| 342 | <child> | ||
| 343 | <object class="GtkMenuItem" id="File"> | ||
| 344 | <property name="can_focus">False</property> | ||
| 345 | <property name="label" translatable="yes">_File</property> | ||
| 346 | <property name="use_underline">True</property> | ||
| 347 | <child type="submenu"> | ||
| 348 | <object class="GtkMenu" id="File_menu"> | ||
| 349 | <property name="visible">True</property> | ||
| 350 | <property name="can_focus">False</property> | ||
| 351 | <child> | ||
| 352 | <object class="GtkImageMenuItem" id="Menu_add"> | ||
| 353 | <property name="label">gtk-add</property> | ||
| 354 | <property name="visible">True</property> | ||
| 355 | <property name="can_focus">False</property> | ||
| 356 | <property name="use_underline">True</property> | ||
| 357 | <property name="use_stock">True</property> | ||
| 358 | <property name="always_show_image">True</property> | ||
| 359 | <signal name="activate" handler="cb_add_files" swapped="no"/> | ||
| 360 | <accelerator key="o" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 361 | </object> | ||
| 362 | </child> | ||
| 363 | <child> | ||
| 364 | <object class="GtkImageMenuItem" id="Menu_clean"> | ||
| 365 | <property name="label">Clean</property> | ||
| 366 | <property name="visible">True</property> | ||
| 367 | <property name="can_focus">False</property> | ||
| 368 | <property name="use_underline">True</property> | ||
| 369 | <property name="image">image1</property> | ||
| 370 | <property name="use_stock">False</property> | ||
| 371 | <property name="always_show_image">True</property> | ||
| 372 | <signal name="activate" handler="cb_mat_clean" swapped="no"/> | ||
| 373 | </object> | ||
| 374 | </child> | ||
| 375 | <child> | ||
| 376 | <object class="GtkImageMenuItem" id="Menu_quit"> | ||
| 377 | <property name="label">gtk-quit</property> | ||
| 378 | <property name="visible">True</property> | ||
| 379 | <property name="can_focus">False</property> | ||
| 380 | <property name="use_underline">True</property> | ||
| 381 | <property name="use_stock">True</property> | ||
| 382 | <property name="always_show_image">True</property> | ||
| 383 | <signal name="activate" handler="cb_close_application" swapped="no"/> | ||
| 384 | <accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 385 | </object> | ||
| 386 | </child> | ||
| 387 | </object> | ||
| 388 | </child> | ||
| 389 | </object> | ||
| 390 | </child> | ||
| 391 | <child> | ||
| 392 | <object class="GtkMenuItem" id="Edit"> | ||
| 393 | <property name="visible">True</property> | ||
| 394 | <property name="can_focus">False</property> | ||
| 395 | <property name="label" translatable="yes">_Edit</property> | ||
| 396 | <property name="use_underline">True</property> | ||
| 397 | <child type="submenu"> | ||
| 398 | <object class="GtkMenu" id="Edit_menu"> | ||
| 399 | <property name="visible">True</property> | ||
| 400 | <property name="can_focus">False</property> | ||
| 401 | <child> | ||
| 402 | <object class="GtkImageMenuItem" id="menu_preferences"> | ||
| 403 | <property name="label" translatable="yes">Preferences</property> | ||
| 404 | <property name="visible">True</property> | ||
| 405 | <property name="can_focus">False</property> | ||
| 406 | <property name="image">GtkProperties</property> | ||
| 407 | <property name="use_stock">False</property> | ||
| 408 | <signal name="activate" handler="cb_preferences_popup" swapped="no"/> | ||
| 409 | <accelerator key="p" signal="activate" modifiers="GDK_CONTROL_MASK"/> | ||
| 410 | </object> | ||
| 411 | </child> | ||
| 412 | <child> | ||
| 413 | <object class="GtkImageMenuItem" id="menu_clear"> | ||
| 414 | <property name="label" translatable="yes">Clear</property> | ||
| 415 | <property name="visible">True</property> | ||
| 416 | <property name="can_focus">False</property> | ||
| 417 | <property name="image">GtkRemove</property> | ||
| 418 | <property name="use_stock">False</property> | ||
| 419 | <signal name="activate" handler="cb_clear_list" swapped="no"/> | ||
| 420 | </object> | ||
| 421 | </child> | ||
| 422 | </object> | ||
| 423 | </child> | ||
| 424 | </object> | ||
| 425 | </child> | ||
| 426 | <child> | ||
| 427 | <object class="GtkMenuItem" id="Help"> | ||
| 428 | <property name="visible">True</property> | ||
| 429 | <property name="can_focus">False</property> | ||
| 430 | <property name="label" translatable="yes">_Help</property> | ||
| 431 | <property name="use_underline">True</property> | ||
| 432 | <child type="submenu"> | ||
| 433 | <object class="GtkMenu" id="Help_menu"> | ||
| 434 | <property name="visible">True</property> | ||
| 435 | <property name="can_focus">False</property> | ||
| 436 | <child> | ||
| 437 | <object class="GtkImageMenuItem" id="supported_menuitem"> | ||
| 438 | <property name="label">Supported formats</property> | ||
| 439 | <property name="visible">True</property> | ||
| 440 | <property name="can_focus">False</property> | ||
| 441 | <property name="image">GtkInfo</property> | ||
| 442 | <property name="use_stock">False</property> | ||
| 443 | <signal name="activate" handler="cb_supported_popup" swapped="no"/> | ||
| 444 | </object> | ||
| 445 | </child> | ||
| 446 | <child> | ||
| 447 | <object class="GtkImageMenuItem" id="about_menuitem"> | ||
| 448 | <property name="label">About</property> | ||
| 449 | <property name="visible">True</property> | ||
| 450 | <property name="can_focus">False</property> | ||
| 451 | <property name="image">GtkAbout</property> | ||
| 452 | <property name="use_stock">False</property> | ||
| 453 | <signal name="activate" handler="cb_about_popup" swapped="no"/> | ||
| 454 | </object> | ||
| 455 | </child> | ||
| 456 | </object> | ||
| 457 | </child> | ||
| 458 | </object> | ||
| 459 | </child> | ||
| 460 | </object> | ||
| 461 | <packing> | ||
| 462 | <property name="expand">False</property> | ||
| 463 | <property name="fill">True</property> | ||
| 464 | <property name="position">0</property> | ||
| 465 | </packing> | ||
| 466 | </child> | ||
| 467 | <child> | ||
| 468 | <object class="GtkToolbar" id="Toolbar"> | ||
| 469 | <property name="can_focus">False</property> | ||
| 470 | <property name="toolbar_style">both</property> | ||
| 471 | <property name="icon_size">5</property> | ||
| 472 | <child> | ||
| 473 | <object class="GtkToolButton" id="ToolbarAdd"> | ||
| 474 | <property name="visible">True</property> | ||
| 475 | <property name="can_focus">False</property> | ||
| 476 | <property name="label" translatable="yes">Add</property> | ||
| 477 | <property name="stock_id">gtk-add</property> | ||
| 478 | <signal name="clicked" handler="cb_add_files" swapped="no"/> | ||
| 479 | </object> | ||
| 480 | <packing> | ||
| 481 | <property name="expand">False</property> | ||
| 482 | <property name="homogeneous">True</property> | ||
| 483 | </packing> | ||
| 484 | </child> | ||
| 485 | <child> | ||
| 486 | <object class="GtkToolButton" id="ToolbarClean"> | ||
| 487 | <property name="visible">True</property> | ||
| 488 | <property name="can_focus">False</property> | ||
| 489 | <property name="label" translatable="yes">Scour</property> | ||
| 490 | <property name="stock_id">gtk-clear</property> | ||
| 491 | <signal name="clicked" handler="cb_mat_clean" swapped="no"/> | ||
| 492 | </object> | ||
| 493 | <packing> | ||
| 494 | <property name="expand">False</property> | ||
| 495 | <property name="homogeneous">True</property> | ||
| 496 | </packing> | ||
| 497 | </child> | ||
| 498 | </object> | ||
| 499 | <packing> | ||
| 500 | <property name="expand">False</property> | ||
| 501 | <property name="fill">True</property> | ||
| 502 | <property name="position">1</property> | ||
| 503 | </packing> | ||
| 504 | </child> | ||
| 505 | <child> | ||
| 506 | <object class="GtkScrolledWindow" id="ScrolledWindow"> | ||
| 507 | <property name="can_focus">False</property> | ||
| 508 | <child> | ||
| 509 | <object class="GtkTreeView" id="MainWindowTreeview"> | ||
| 510 | <property name="can_focus">False</property> | ||
| 511 | <property name="events"/> | ||
| 512 | <property name="model">MainWindowListstore</property> | ||
| 513 | <property name="rules_hint">True</property> | ||
| 514 | <property name="search_column">1</property> | ||
| 515 | <property name="fixed_height_mode">True</property> | ||
| 516 | <property name="rubber_banding">True</property> | ||
| 517 | <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> | ||
| 518 | <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> | ||
| 519 | <child internal-child="selection"> | ||
| 520 | <object class="GtkTreeSelection" id="MainWindowTreeviewSelection"> | ||
| 521 | <property name="mode">multiple</property> | ||
| 522 | </object> | ||
| 523 | </child> | ||
| 524 | <child> | ||
| 525 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewFilename"> | ||
| 526 | <property name="resizable">True</property> | ||
| 527 | <property name="sizing">fixed</property> | ||
| 528 | <property name="title" translatable="yes">Filename</property> | ||
| 529 | <property name="expand">True</property> | ||
| 530 | <property name="clickable">True</property> | ||
| 531 | <property name="sort_indicator">True</property> | ||
| 532 | <property name="sort_column_id">1</property> | ||
| 533 | <child> | ||
| 534 | <object class="GtkCellRendererText" id="MainWindowTreeviewFilenameRender"/> | ||
| 535 | <attributes> | ||
| 536 | <attribute name="text">1</attribute> | ||
| 537 | </attributes> | ||
| 538 | </child> | ||
| 539 | </object> | ||
| 540 | </child> | ||
| 541 | <child> | ||
| 542 | <object class="GtkTreeViewColumn" id="MainWindowTreeviewState"> | ||
| 543 | <property name="resizable">True</property> | ||
| 544 | <property name="sizing">fixed</property> | ||
| 545 | <property name="title" translatable="yes">State</property> | ||
| 546 | <property name="expand">True</property> | ||
| 547 | <property name="clickable">True</property> | ||
| 548 | <property name="sort_indicator">True</property> | ||
| 549 | <property name="sort_column_id">2</property> | ||
| 550 | <child> | ||
| 551 | <object class="GtkCellRendererText" id="MainWindowTreeviewStateRenderer"/> | ||
| 552 | <attributes> | ||
| 553 | <attribute name="text">2</attribute> | ||
| 554 | </attributes> | ||
| 555 | </child> | ||
| 556 | </object> | ||
| 557 | </child> | ||
| 558 | </object> | ||
| 559 | </child> | ||
| 560 | </object> | ||
| 561 | <packing> | ||
| 562 | <property name="expand">True</property> | ||
| 563 | <property name="fill">True</property> | ||
| 564 | <property name="position">3</property> | ||
| 565 | </packing> | ||
| 566 | </child> | ||
| 567 | <child> | ||
| 568 | <object class="GtkStatusbar" id="Statusbar"> | ||
| 569 | <property name="can_focus">False</property> | ||
| 570 | </object> | ||
| 571 | <packing> | ||
| 572 | <property name="expand">False</property> | ||
| 573 | <property name="fill">True</property> | ||
| 574 | <property name="position">4</property> | ||
| 575 | </packing> | ||
| 576 | </child> | ||
| 577 | </object> | ||
| 578 | </child> | ||
| 579 | </object> | ||
| 649 | </interface> | 580 | </interface> |
