diff options
author | David Robillard <d@drobilla.net> | 2007-05-01 05:53:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-05-01 05:53:04 +0000 |
commit | e19f2f14e830b016c27fc1369a34055a1764a0f5 (patch) | |
tree | f93446edfe8bafc692f7adf9355db43d6cdce0f9 /src/progs/ingenuity/ingenuity.glade | |
parent | 3f94f9ccf13d08b8bf7acd786e0b894f01fb5175 (diff) | |
download | ingen-e19f2f14e830b016c27fc1369a34055a1764a0f5.tar.gz ingen-e19f2f14e830b016c27fc1369a34055a1764a0f5.tar.bz2 ingen-e19f2f14e830b016c27fc1369a34055a1764a0f5.zip |
GUI cleanups.
Fixed cancelling current connection attempt in engine window (w/ disconnect button).
Automatically attempt to connect to running local server on the default port.
git-svn-id: http://svn.drobilla.net/lad/ingen@488 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/ingenuity.glade')
-rw-r--r-- | src/progs/ingenuity/ingenuity.glade | 44 |
1 files changed, 25 insertions, 19 deletions
diff --git a/src/progs/ingenuity/ingenuity.glade b/src/progs/ingenuity/ingenuity.glade index 12f292e7..6eaf300e 100644 --- a/src/progs/ingenuity/ingenuity.glade +++ b/src/progs/ingenuity/ingenuity.glade @@ -3,7 +3,7 @@ <!--*- mode: xml -*--> <glade-interface> <widget class="GtkWindow" id="patch_win"> - <property name="title" translatable="yes">Ingen</property> + <property name="title" translatable="yes">Ingenuity</property> <property name="default_width">640</property> <property name="default_height">480</property> <property name="icon">ingen.svg</property> @@ -164,6 +164,21 @@ <child> <widget class="GtkMenu" id="edit2_menu"> <child> + <widget class="GtkImageMenuItem" id="patch_clear_menuitem"> + <property name="visible">True</property> + <property name="tooltip" translatable="yes">Remove all objects from patch</property> + <property name="label">gtk-clear</property> + <property name="use_underline">True</property> + <property name="use_stock">True</property> + <signal name="activate" handler="on_patch_clear_menuitem_activate"/> + </widget> + </child> + <child> + <widget class="GtkSeparatorMenuItem" id="separator99"> + <property name="visible">True</property> + </widget> + </child> + <child> <widget class="GtkImageMenuItem" id="patch_cut_menuitem"> <property name="visible">True</property> <property name="sensitive">False</property> @@ -277,16 +292,6 @@ </widget> </child> <child> - <widget class="GtkImageMenuItem" id="patch_clear_menuitem"> - <property name="visible">True</property> - <property name="tooltip" translatable="yes">Remove all objects from patch</property> - <property name="label">gtk-clear</property> - <property name="use_underline">True</property> - <property name="use_stock">True</property> - <signal name="activate" handler="on_patch_clear_menuitem_activate"/> - </widget> - </child> - <child> <widget class="GtkImageMenuItem" id="patch_destroy_menuitem"> <property name="visible">True</property> <property name="tooltip" translatable="yes">Destoy this patch (remove it from the engine)</property> @@ -325,7 +330,7 @@ <child internal-child="image"> <widget class="GtkImage" id="image2132"> <property name="visible">True</property> - <property name="stock">gtk-connect</property> + <property name="stock">gtk-execute</property> <property name="icon_size">1</property> </widget> </child> @@ -359,7 +364,7 @@ <child internal-child="image"> <widget class="GtkImage" id="image2134"> <property name="visible">True</property> - <property name="stock">gtk-dialog-error</property> + <property name="stock">gtk-info</property> <property name="icon_size">1</property> </widget> </child> @@ -1595,7 +1600,7 @@ <property name="width_request">400</property> <property name="height_request">180</property> <property name="border_width">8</property> - <property name="title" translatable="yes">Error Messages</property> + <property name="title" translatable="yes">Messages - Ingenuity</property> <property name="icon">ingen.svg</property> <child> <widget class="GtkVBox" id="vbox12"> @@ -1662,7 +1667,7 @@ </widget> <widget class="GtkWindow" id="config_win"> <property name="border_width">8</property> - <property name="title" translatable="yes">Configuration</property> + <property name="title" translatable="yes">Configuration - Ingenuity</property> <property name="icon">ingen.svg</property> <child> <widget class="GtkVBox" id="vbox13"> @@ -1989,7 +1994,7 @@ </widget> <widget class="GtkWindow" id="node_properties_win"> <property name="border_width">6</property> - <property name="title" translatable="yes">window1</property> + <property name="title" translatable="yes">Node Properties - Ingenuity</property> <property name="icon">ingen.svg</property> <child> <widget class="GtkVBox" id="vbox17"> @@ -2213,7 +2218,7 @@ Contributors: <property name="width_request">320</property> <property name="height_request">340</property> <property name="border_width">8</property> - <property name="title" translatable="yes">Patches</property> + <property name="title" translatable="yes">Patches - Ingenuity</property> <property name="icon">ingen.svg</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow8"> @@ -2236,7 +2241,7 @@ Contributors: </widget> <widget class="GtkDialog" id="connect_win"> <property name="border_width">6</property> - <property name="title" translatable="yes">Connect to Engine</property> + <property name="title" translatable="yes">Engine - Ingenuity</property> <property name="resizable">False</property> <property name="icon">ingen.svg</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> @@ -2922,9 +2927,10 @@ Thank you for contributing.</property> <widget class="GtkDialog" id="port_properties_win"> <property name="border_width">8</property> <property name="type">GTK_WINDOW_POPUP</property> - <property name="title" translatable="yes">Port Properties</property> + <property name="title" translatable="yes">Port Properties - Ingenuity</property> <property name="resizable">False</property> <property name="window_position">GTK_WIN_POS_MOUSE</property> + <property name="destroy_with_parent">True</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox6"> |