diff options
author | David Robillard <d@drobilla.net> | 2007-04-07 00:52:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-04-07 00:52:22 +0000 |
commit | baf083b6075076cd20317d88fd25a370448f2bd7 (patch) | |
tree | 5445a7d66c303520f446c94cb58a1329977f0611 /src/progs/ingenuity/ingenuity.glade | |
parent | 46c75ceddd38b9ec95e2a039fa6199e0bc78493d (diff) | |
download | ingen-baf083b6075076cd20317d88fd25a370448f2bd7.tar.gz ingen-baf083b6075076cd20317d88fd25a370448f2bd7.tar.bz2 ingen-baf083b6075076cd20317d88fd25a370448f2bd7.zip |
Fix for overly loopy connections over short distances.
Auto-arrange support for modules/ports.
Added auto-arrange to Patchage and Ingen.
git-svn-id: http://svn.drobilla.net/lad/ingen@408 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/ingenuity.glade')
-rw-r--r-- | src/progs/ingenuity/ingenuity.glade | 38 |
1 files changed, 30 insertions, 8 deletions
diff --git a/src/progs/ingenuity/ingenuity.glade b/src/progs/ingenuity/ingenuity.glade index 2ffbcc51..3e578e36 100644 --- a/src/progs/ingenuity/ingenuity.glade +++ b/src/progs/ingenuity/ingenuity.glade @@ -51,7 +51,7 @@ <signal name="activate" handler="on_patch_import_menuitem_activate" last_modification_time="Mon, 06 Feb 2006 06:20:27 GMT"/> <child internal-child="image"> - <widget class="GtkImage" id="image1970"> + <widget class="GtkImage" id="image1979"> <property name="visible">True</property> <property name="stock">gtk-open</property> <property name="icon_size">1</property> @@ -106,7 +106,7 @@ <accelerator key="G" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> - <widget class="GtkImage" id="image1971"> + <widget class="GtkImage" id="image1980"> <property name="visible">True</property> <property name="stock">gtk-preferences</property> <property name="icon_size">1</property> @@ -231,6 +231,28 @@ </child> <child> + <widget class="GtkImageMenuItem" id="patch_arrange_menuitem"> + <property name="visible">True</property> + <property name="tooltip" translatable="yes">Automatically arrange canvas</property> + <property name="label" translatable="yes">_Arrange</property> + <property name="use_underline">True</property> + <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/> + + <child internal-child="image"> + <widget class="GtkImage" id="image1981"> + <property name="visible">True</property> + <property name="stock">gtk-sort-ascending</property> + <property name="icon_size">1</property> + <property name="xalign">0.5</property> + <property name="yalign">0.5</property> + <property name="xpad">0</property> + <property name="ypad">0</property> + </widget> + </child> + </widget> + </child> + + <child> <widget class="GtkImageMenuItem" id="patch_view_control_window_menuitem"> <property name="visible">True</property> <property name="tooltip" translatable="yes">View/Edit controls for this patch</property> @@ -240,7 +262,7 @@ <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> - <widget class="GtkImage" id="image1972"> + <widget class="GtkImage" id="image1982"> <property name="visible">True</property> <property name="stock">gtk-preferences</property> <property name="icon_size">1</property> @@ -282,7 +304,7 @@ <signal name="activate" handler="on_patch_destroy_menuitem_activate" last_modification_time="Wed, 25 May 2005 00:22:00 GMT"/> <child internal-child="image"> - <widget class="GtkImage" id="image1973"> + <widget class="GtkImage" id="image1983"> <property name="visible">True</property> <property name="stock">gtk-delete</property> <property name="icon_size">1</property> @@ -319,7 +341,7 @@ <accelerator key="E" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> - <widget class="GtkImage" id="image1974"> + <widget class="GtkImage" id="image1984"> <property name="visible">True</property> <property name="stock">gtk-connect</property> <property name="icon_size">1</property> @@ -342,7 +364,7 @@ <accelerator key="T" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> - <widget class="GtkImage" id="image1975"> + <widget class="GtkImage" id="image1985"> <property name="visible">True</property> <property name="stock">gtk-index</property> <property name="icon_size">1</property> @@ -365,7 +387,7 @@ <accelerator key="M" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> - <widget class="GtkImage" id="image1976"> + <widget class="GtkImage" id="image1986"> <property name="visible">True</property> <property name="stock">gtk-dialog-error</property> <property name="icon_size">1</property> @@ -400,7 +422,7 @@ <signal name="activate" handler="on_right-click_the_canvas_to_add_objects1_activate" last_modification_time="Fri, 16 Jun 2006 17:51:05 GMT"/> <child internal-child="image"> - <widget class="GtkImage" id="image1977"> + <widget class="GtkImage" id="image1987"> <property name="visible">True</property> <property name="stock">gtk-info</property> <property name="icon_size">1</property> |