From 9b22030eda3b9af70ae052611cf485a0d7ae063b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 30 Jun 2008 20:12:55 +0200 Subject: First draft of the new plugin window --- portato/gui/templates/PluginWindow.glade | 180 +++++++++++++++++++++++++++++-- 1 file changed, 172 insertions(+), 8 deletions(-) (limited to 'portato/gui/templates/PluginWindow.glade') diff --git a/portato/gui/templates/PluginWindow.glade b/portato/gui/templates/PluginWindow.glade index 1de5fc0..28b46e6 100644 --- a/portato/gui/templates/PluginWindow.glade +++ b/portato/gui/templates/PluginWindow.glade @@ -1,6 +1,6 @@ - + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK @@ -18,17 +18,181 @@ GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK 5 - + True - False - GTK_POLICY_NEVER - GTK_POLICY_NEVER + True + 120 + True - + True - True - False + False + GTK_POLICY_NEVER + GTK_POLICY_NEVER + + + True + True + False + + + + True + False + + + + + True + 4 + 2 + + + True + label + + + 2 + GTK_FILL + + + + + True + label + + + 1 + 2 + GTK_FILL + + + + + True + label + + + 1 + 2 + 1 + 2 + GTK_FILL + + + + + True + 5 + True + GTK_BUTTONBOX_EDGE + + + True + True + Enabled + 0 + True + + + True + + + + + True + True + Temporarily enabled + 0 + True + radiobutton1 + + + 1 + True + + + + + True + True + Temporarily disabled + 0 + True + radiobutton1 + + + 2 + True + + + + + True + True + Disabled + 0 + True + radiobutton1 + + + 3 + True + + + + + 2 + 3 + 4 + GTK_FILL + + + + + True + label + + + 2 + 3 + GTK_FILL + + + + + True + True + + + True + True + True + + + + + True + expander + + + label_item + + + + + 1 + 2 + 2 + 3 + + + + + True + False + -- cgit v1.2.3 From 09e693a8061d0b96c3aac8aae6ae12d6272b2c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 30 Jun 2008 21:06:17 +0200 Subject: Now the new design is able to do the same as the old one --- portato/gui/templates/PluginWindow.glade | 265 +++++++++++++++---------------- 1 file changed, 130 insertions(+), 135 deletions(-) (limited to 'portato/gui/templates/PluginWindow.glade') diff --git a/portato/gui/templates/PluginWindow.glade b/portato/gui/templates/PluginWindow.glade index 28b46e6..01db971 100644 --- a/portato/gui/templates/PluginWindow.glade +++ b/portato/gui/templates/PluginWindow.glade @@ -1,11 +1,12 @@ - + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK 5 Plugins + False True GTK_WIN_POS_CENTER_ON_PARENT True @@ -18,183 +19,177 @@ GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK 5 - + True - True - 120 - True + False + GTK_POLICY_NEVER + GTK_POLICY_NEVER - + True - False - GTK_POLICY_NEVER - GTK_POLICY_NEVER - - - True - True - False - - + False + True + False - - True - False - + + + + + True + 4 + 2 + 5 - + True - 4 - 2 + 5 + True + GTK_BUTTONBOX_EDGE - + True - label + True + Enabled + 0 + True + - - 2 - GTK_FILL - - + True - label + True + Temporarily enabled + 0 + enabledRB - 1 - 2 - GTK_FILL + 1 - + True - label + True + Temporarily disabled + 0 + enabledRB + - 1 - 2 - 1 - 2 - GTK_FILL + 2 - + True - 5 - True - GTK_BUTTONBOX_EDGE - - - True - True - Enabled - 0 - True - - - True - - - - - True - True - Temporarily enabled - 0 - True - radiobutton1 - - - 1 - True - - - - - True - True - Temporarily disabled - 0 - True - radiobutton1 - - - 2 - True - - - - - True - True - Disabled - 0 - True - radiobutton1 - - - 3 - True - - + True + Disabled + 0 + enabledRB + - 2 - 3 - 4 - GTK_FILL + False + False + 3 + + + 2 + 3 + 4 + GTK_FILL + + + + + True + 0 + label + True + + + 1 + 2 + 1 + 2 + GTK_FILL + + + + + True + <b>Author:</b> + True + True + + + 1 + 2 + GTK_FILL + + + + + True + label + + + 2 + GTK_FILL + + + + + True + True - + True - label + True + True - - 2 - 3 - GTK_FILL - - + True - True - - - True - True - True - - - - - True - expander - - - label_item - - + Needed dependencies + True - 1 - 2 - 2 - 3 + label_item - True - False + 2 + 3 + + + + + True + True + True + _Install dependencies + True + 0 + + + 1 + 2 + 2 + 3 + + False + 1 + @@ -232,7 +227,7 @@ False - 1 + 2 -- cgit v1.2.3 From a32293a8bbb0a90512d4f8e0fbc385257b29e72a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 3 Jul 2008 17:59:53 +0200 Subject: Should show dependencies now --- portato/gui/templates/PluginWindow.glade | 160 +++++++++++++++---------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'portato/gui/templates/PluginWindow.glade') diff --git a/portato/gui/templates/PluginWindow.glade b/portato/gui/templates/PluginWindow.glade index 01db971..8ba7aa9 100644 --- a/portato/gui/templates/PluginWindow.glade +++ b/portato/gui/templates/PluginWindow.glade @@ -1,6 +1,6 @@ - + GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK @@ -41,81 +41,55 @@ 2 5 - + True - 5 - True - GTK_BUTTONBOX_EDGE - - - True - True - Enabled - 0 - True - - - - - - True - True - Temporarily enabled - 0 - enabledRB - - - 1 - - + True + True + _Install dependencies + True + 0 + + + 1 + 2 + 2 + 3 + + + + + True + True - + True True - Temporarily disabled - 0 - enabledRB - + True - - 2 - - + True - True - Disabled - 0 - enabledRB - + Needed dependencies + True - False - False - 3 + label_item - 2 - 3 - 4 - GTK_FILL + 2 + 3 - + True - 0 label - True - 1 2 - 1 - 2 GTK_FILL @@ -133,56 +107,82 @@ - + True + 0 label + True + 1 2 + 1 + 2 GTK_FILL - + True - True + 5 + True + GTK_BUTTONBOX_EDGE - + True True - True + Enabled + 0 + True + - + True - Needed dependencies - True + True + Temporarily enabled + 0 + enabledRB - label_item + 1 + + + + + True + True + Temporarily disabled + 0 + enabledRB + + + + 2 + + + + + True + True + Disabled + 0 + enabledRB + + + + False + False + 3 - 2 - 3 - - - - - True - True - True - _Install dependencies - True - 0 - - - 1 2 - 2 - 3 + 3 + 4 + GTK_FILL -- cgit v1.2.3