diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-30 21:06:17 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-30 21:06:17 +0200 |
commit | 09e693a8061d0b96c3aac8aae6ae12d6272b2c3e (patch) | |
tree | ffb37ca20ae72b3b2db0183c8b288515fa3328a0 /portato/gui/templates/PluginWindow.glade | |
parent | 9b22030eda3b9af70ae052611cf485a0d7ae063b (diff) | |
download | portato-09e693a8061d0b96c3aac8aae6ae12d6272b2c3e.tar.gz portato-09e693a8061d0b96c3aac8aae6ae12d6272b2c3e.tar.bz2 portato-09e693a8061d0b96c3aac8aae6ae12d6272b2c3e.zip |
Now the new design is able to do the same as the old one
Diffstat (limited to '')
-rw-r--r-- | portato/gui/templates/PluginWindow.glade | 265 |
1 files changed, 130 insertions, 135 deletions
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 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.4 on Mon Jun 30 20:11:21 2008 --> +<!--Generated with glade3 3.4.4 on Mon Jun 30 21:04:51 2008 --> <glade-interface> <widget class="GtkWindow" id="PluginWindow"> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="border_width">5</property> <property name="title" translatable="yes">Plugins</property> + <property name="resizable">False</property> <property name="modal">True</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="destroy_with_parent">True</property> @@ -18,183 +19,177 @@ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="spacing">5</property> <child> - <widget class="GtkVPaned" id="vpaned1"> + <widget class="GtkScrolledWindow" id="pluginListScroll"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="position">120</property> - <property name="position_set">True</property> + <property name="can_focus">False</property> + <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> + <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> <child> - <widget class="GtkScrolledWindow" id="pluginListScroll"> + <widget class="GtkTreeView" id="pluginList"> <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> - <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> - <child> - <widget class="GtkTreeView" id="pluginList"> - <property name="visible">True</property> - <property name="rules_hint">True</property> - <property name="enable_search">False</property> - </widget> - </child> + <property name="headers_visible">False</property> + <property name="rules_hint">True</property> + <property name="enable_search">False</property> </widget> - <packing> - <property name="resize">True</property> - <property name="shrink">False</property> - </packing> </child> + </widget> + </child> + <child> + <widget class="GtkTable" id="table1"> + <property name="visible">True</property> + <property name="n_rows">4</property> + <property name="n_columns">2</property> + <property name="row_spacing">5</property> <child> - <widget class="GtkTable" id="table1"> + <widget class="GtkHButtonBox" id="hbuttonbox1"> <property name="visible">True</property> - <property name="n_rows">4</property> - <property name="n_columns">2</property> + <property name="spacing">5</property> + <property name="homogeneous">True</property> + <property name="layout_style">GTK_BUTTONBOX_EDGE</property> <child> - <widget class="GtkLabel" id="descrLabel"> + <widget class="GtkRadioButton" id="enabledRB"> <property name="visible">True</property> - <property name="label" translatable="yes">label</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Enabled</property> + <property name="response_id">0</property> + <property name="active">True</property> + <signal name="toggled" handler="cb_state_toggled"/> </widget> - <packing> - <property name="right_attach">2</property> - <property name="y_options">GTK_FILL</property> - </packing> </child> <child> - <widget class="GtkLabel" id="label1"> + <widget class="GtkRadioButton" id="tempEnabledRB"> <property name="visible">True</property> - <property name="label" translatable="yes">label</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Temporarily enabled</property> + <property name="response_id">0</property> + <property name="group">enabledRB</property> </widget> <packing> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="y_options">GTK_FILL</property> + <property name="position">1</property> </packing> </child> <child> - <widget class="GtkLabel" id="label2"> + <widget class="GtkRadioButton" id="tempDisabledRB"> <property name="visible">True</property> - <property name="label" translatable="yes">label</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Temporarily disabled</property> + <property name="response_id">0</property> + <property name="group">enabledRB</property> + <signal name="toggled" handler="cb_state_toggled"/> </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="y_options">GTK_FILL</property> + <property name="position">2</property> </packing> </child> <child> - <widget class="GtkHButtonBox" id="hbuttonbox1"> + <widget class="GtkRadioButton" id="disabledRB"> <property name="visible">True</property> - <property name="spacing">5</property> - <property name="homogeneous">True</property> - <property name="layout_style">GTK_BUTTONBOX_EDGE</property> - <child> - <widget class="GtkRadioButton" id="radiobutton1"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label" translatable="yes">Enabled</property> - <property name="response_id">0</property> - <property name="active">True</property> - </widget> - <packing> - <property name="secondary">True</property> - </packing> - </child> - <child> - <widget class="GtkRadioButton" id="radiobutton2"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label" translatable="yes">Temporarily enabled</property> - <property name="response_id">0</property> - <property name="active">True</property> - <property name="group">radiobutton1</property> - </widget> - <packing> - <property name="position">1</property> - <property name="secondary">True</property> - </packing> - </child> - <child> - <widget class="GtkRadioButton" id="radiobutton3"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label" translatable="yes">Temporarily disabled</property> - <property name="response_id">0</property> - <property name="active">True</property> - <property name="group">radiobutton1</property> - </widget> - <packing> - <property name="position">2</property> - <property name="secondary">True</property> - </packing> - </child> - <child> - <widget class="GtkRadioButton" id="radiobutton4"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="label" translatable="yes">Disabled</property> - <property name="response_id">0</property> - <property name="active">True</property> - <property name="group">radiobutton1</property> - </widget> - <packing> - <property name="position">3</property> - <property name="secondary">True</property> - </packing> - </child> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Disabled</property> + <property name="response_id">0</property> + <property name="group">enabledRB</property> + <signal name="toggled" handler="cb_state_toggled"/> </widget> <packing> - <property name="right_attach">2</property> - <property name="top_attach">3</property> - <property name="bottom_attach">4</property> - <property name="y_options">GTK_FILL</property> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">3</property> </packing> </child> + </widget> + <packing> + <property name="right_attach">2</property> + <property name="top_attach">3</property> + <property name="bottom_attach">4</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="authorLabel"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">label</property> + <property name="single_line_mode">True</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="label" translatable="yes"><b>Author:</b></property> + <property name="use_markup">True</property> + <property name="single_line_mode">True</property> + </widget> + <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="descrLabel"> + <property name="visible">True</property> + <property name="label" translatable="yes">label</property> + </widget> + <packing> + <property name="right_attach">2</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <widget class="GtkExpander" id="depExpander"> + <property name="visible">True</property> + <property name="can_focus">True</property> <child> - <widget class="GtkLabel" id="label3"> + <widget class="GtkTreeView" id="treeview1"> <property name="visible">True</property> - <property name="label" translatable="yes">label</property> + <property name="can_focus">True</property> + <property name="headers_clickable">True</property> </widget> - <packing> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> - <property name="y_options">GTK_FILL</property> - </packing> </child> <child> - <widget class="GtkExpander" id="expander1"> + <widget class="GtkLabel" id="label4"> <property name="visible">True</property> - <property name="can_focus">True</property> - <child> - <widget class="GtkTreeView" id="treeview1"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="headers_clickable">True</property> - </widget> - </child> - <child> - <widget class="GtkLabel" id="label4"> - <property name="visible">True</property> - <property name="label" translatable="yes">expander</property> - </widget> - <packing> - <property name="type">label_item</property> - </packing> - </child> + <property name="label" translatable="yes">Needed dependencies</property> + <property name="single_line_mode">True</property> </widget> <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">2</property> - <property name="bottom_attach">3</property> + <property name="type">label_item</property> </packing> </child> </widget> <packing> - <property name="resize">True</property> - <property name="shrink">False</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + </packing> + </child> + <child> + <widget class="GtkButton" id="installBtn"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="label" translatable="yes">_Install dependencies</property> + <property name="use_underline">True</property> + <property name="response_id">0</property> + </widget> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> </packing> </child> </widget> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> </child> <child> <widget class="GtkHButtonBox" id="hbuttonbox2"> @@ -232,7 +227,7 @@ </widget> <packing> <property name="expand">False</property> - <property name="position">1</property> + <property name="position">2</property> </packing> </child> </widget> |