diff options
author | David Robillard <d@drobilla.net> | 2010-01-28 04:16:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-01-28 04:16:30 +0000 |
commit | cd9c2adf12076194e8ea6c1cb2eb5ab641fb96ef (patch) | |
tree | d41de06b9f3639359012dc958c3b18055fe1259e /src/gui/wscript | |
parent | 80838b9dcfde1e5d9760ae4d3123a45854a47c32 (diff) | |
download | ingen-cd9c2adf12076194e8ea6c1cb2eb5ab641fb96ef.tar.gz ingen-cd9c2adf12076194e8ea6c1cb2eb5ab641fb96ef.tar.bz2 ingen-cd9c2adf12076194e8ea6c1cb2eb5ab641fb96ef.zip |
Universal properties window.
Instead of custom designed limited dialogs for each object type, this
replacement is built dynamically and shows all properties of an object.
Preliminary work, this version allows the user to wreck things by
changing properties that shouldn't ever be changed manually.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2385 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/wscript')
-rw-r--r-- | src/gui/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index 7d7e61fc..5550f836 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -24,17 +24,16 @@ def build(bld): NodeControlWindow.cpp NodeMenu.cpp NodeModule.cpp - NodePropertiesWindow.cpp ObjectMenu.cpp PatchCanvas.cpp PatchPortModule.cpp - PatchPropertiesWindow.cpp PatchTreeWindow.cpp PatchView.cpp PatchWindow.cpp Port.cpp PortMenu.cpp PortPropertiesWindow.cpp + PropertiesWindow.cpp RenameWindow.cpp SubpatchModule.cpp ThreadedLoader.cpp |