From a47265e5115996369b2843ea370fdda0637a1475 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 31 Dec 2014 04:52:09 +0100 Subject: Improves the GUI a bit - Use better icons - Remove the term "Scour" --- data/mat.glade | 527 +++++++++++++++++++++++++++------------------------------ mat-gui | 2 +- 2 files changed, 249 insertions(+), 280 deletions(-) diff --git a/data/mat.glade b/data/mat.glade index 6a3c33c..0704c6d 100644 --- a/data/mat.glade +++ b/data/mat.glade @@ -2,27 +2,6 @@ - - True - False - gtk-about - - - True - False - gtk-info - - - True - False - gtk-properties - - - True - False - 1 - gtk-remove - @@ -33,6 +12,254 @@ + + True + False + Metadata Anonymisation Toolkit + center + 400 + 400 + + + + False + vertical + + + False + + + False + _File + True + + + True + False + + + gtk-add + True + False + True + True + True + + + + + + + gtk-remove + True + False + True + True + True + + + + + + gtk-quit + True + False + True + True + True + + + + + + + + + + + True + False + _Edit + True + + + True + False + + + gtk-preferences + True + False + True + + + + + + + gtk-clear + True + False + True + + + + + + + + + + True + False + _Help + True + + + True + False + + + gtk-info + True + False + True + + + + + + gtk-about + True + False + True + + + + + + + + + + False + True + 0 + + + + + False + both + 5 + + + True + False + Add + gtk-add + + + + False + True + + + + + True + False + Clean + gtk-clear + + + + False + True + + + + + False + True + 1 + + + + + False + + + False + + MainWindowListstore + True + 1 + True + True + + + + + multiple + + + + + True + fixed + Filename + True + True + True + 1 + + + + 1 + + + + + + + True + fixed + State + True + True + True + 2 + + + + 2 + + + + + + + + + True + True + 3 + + + + + False + + + False + True + 4 + + + + + @@ -319,262 +546,4 @@ supported_OK - - True - False - gtk-clear - - - True - False - Metadata Anonymisation Toolkit - center - 400 - 400 - - - - False - vertical - - - False - - - False - _File - True - - - True - False - - - gtk-add - True - False - True - True - True - - - - - - - Clean - True - False - True - image1 - False - True - - - - - - gtk-quit - True - False - True - True - True - - - - - - - - - - - True - False - _Edit - True - - - True - False - - - Preferences - True - False - GtkProperties - False - - - - - - - Clear - True - False - GtkRemove - False - - - - - - - - - - True - False - _Help - True - - - True - False - - - Supported formats - True - False - GtkInfo - False - - - - - - About - True - False - GtkAbout - False - - - - - - - - - - False - True - 0 - - - - - False - both - 5 - - - True - False - Add - gtk-add - - - - False - True - - - - - True - False - Scour - gtk-clear - - - - False - True - - - - - False - True - 1 - - - - - False - - - False - - MainWindowListstore - True - 1 - True - True - - - - - multiple - - - - - True - fixed - Filename - True - True - True - 1 - - - - 1 - - - - - - - True - fixed - State - True - True - True - 2 - - - - 2 - - - - - - - - - True - True - 3 - - - - - False - - - False - True - 4 - - - - - diff --git a/mat-gui b/mat-gui index 7defe8b..aa3ee07 100755 --- a/mat-gui +++ b/mat-gui @@ -350,7 +350,7 @@ non-anonymised) file to output archive')) archive ''' dialog = Gtk.Dialog(title=_('Non-supported files in archive'), parent=self.window, - flags=Gtk.DialogFlags.MODAL, buttons=(_('Scour'), 0)) + flags=Gtk.DialogFlags.MODAL, buttons=(_('Clean'), 0)) dialog.set_size_request(220, 180) vbox = Gtk.VBox(spacing=5) sc = Gtk.ScrolledWindow() -- cgit v1.3