ardour.git
18 years agoTearoffs set their type hint.
Taybin Rutkin [Fri, 30 Dec 2005 17:00:42 +0000 (17:00 +0000)]
Tearoffs set their type hint.

git-svn-id: svn://localhost/trunk/ardour2@217 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoadded file
Paul Davis [Fri, 30 Dec 2005 14:40:31 +0000 (14:40 +0000)]
added file

git-svn-id: svn://localhost/trunk/ardour2@216 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agodnd to canvas now working again
Paul Davis [Fri, 30 Dec 2005 03:06:25 +0000 (03:06 +0000)]
dnd to canvas now working again

git-svn-id: svn://localhost/trunk/ardour2@215 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomany changes, read the diffs
Paul Davis [Fri, 30 Dec 2005 00:34:21 +0000 (00:34 +0000)]
many changes, read the diffs

git-svn-id: svn://localhost/trunk/ardour2@214 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofade_out visible
Karsten Wiese [Wed, 28 Dec 2005 14:14:24 +0000 (14:14 +0000)]
fade_out visible

git-svn-id: svn://localhost/trunk/ardour2@213 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoKeep ref_count balanced
Karsten Wiese [Wed, 28 Dec 2005 12:32:16 +0000 (12:32 +0000)]
Keep ref_count balanced

git-svn-id: svn://localhost/trunk/ardour2@212 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agocall foo::foo() before bar::bar(foo).
Karsten Wiese [Tue, 27 Dec 2005 23:06:32 +0000 (23:06 +0000)]
call foo::foo() before bar::bar(foo).

git-svn-id: svn://localhost/trunk/ardour2@211 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoActionManager::register_action (RefPtr<ActionGroup> group, const char * name, const...
Karsten Wiese [Sat, 24 Dec 2005 21:19:04 +0000 (21:19 +0000)]
ActionManager::register_action (RefPtr<ActionGroup> group, const char * name, const char * label, slot<void> sl) :

call
Gtk::ActionGroup::add(const Glib::RefPtr<Action>& action)
only once.
not twice like before through calling
ActionManager::register_action (RefPtr<ActionGroup> group, const char * name, const char * label)

git-svn-id: svn://localhost/trunk/ardour2@210 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agolots and lots of keybindings working again, with lots more menu items
Paul Davis [Sat, 24 Dec 2005 18:25:26 +0000 (18:25 +0000)]
lots and lots of keybindings working again, with lots more menu items

git-svn-id: svn://localhost/trunk/ardour2@209 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agosome more "std::string" to "const char *" conversations.
Karsten Wiese [Sat, 24 Dec 2005 13:07:36 +0000 (13:07 +0000)]
some more "std::string" to "const char *" conversations.

git-svn-id: svn://localhost/trunk/ardour2@208 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoSome fixes to ioselector. Remaining fixes coming soon
Doug McLain [Sat, 24 Dec 2005 13:00:17 +0000 (13:00 +0000)]
Some fixes to ioselector.  Remaining fixes coming soon

git-svn-id: svn://localhost/trunk/ardour2@207 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofix some 64bit warnings
Karsten Wiese [Sat, 24 Dec 2005 12:10:01 +0000 (12:10 +0000)]
fix some 64bit warnings

git-svn-id: svn://localhost/trunk/ardour2@206 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agovarious changes to controls_layout size management
Paul Davis [Sat, 24 Dec 2005 02:17:47 +0000 (02:17 +0000)]
various changes to controls_layout size management

git-svn-id: svn://localhost/trunk/ardour2@205 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agouse scroll handling instead of button 4/5 (incomplete)
Paul Davis [Fri, 23 Dec 2005 15:34:02 +0000 (15:34 +0000)]
use scroll handling instead of button 4/5 (incomplete)

git-svn-id: svn://localhost/trunk/ardour2@204 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agovery important fix to avoid double delete of waveview caches, since regionviews own...
Paul Davis [Thu, 22 Dec 2005 19:37:03 +0000 (19:37 +0000)]
very important fix to avoid double delete of waveview caches, since regionviews own the cache, not the waveview

git-svn-id: svn://localhost/trunk/ardour2@203 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agochange foo(string bar) to foo(const char * bar) for foo()s only being called with...
Karsten Wiese [Thu, 22 Dec 2005 13:01:39 +0000 (13:01 +0000)]
change foo(string bar) to foo(const char * bar) for foo()s only being called with C-string args.

git-svn-id: svn://localhost/trunk/ardour2@202 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agos/stringcr_t/const string &/
Karsten Wiese [Thu, 22 Dec 2005 12:23:54 +0000 (12:23 +0000)]
s/stringcr_t/const string &/

git-svn-id: svn://localhost/trunk/ardour2@201 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agobutton hacks and more
Paul Davis [Wed, 21 Dec 2005 21:37:18 +0000 (21:37 +0000)]
button hacks and more

git-svn-id: svn://localhost/trunk/ardour2@200 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoAdjusted some font sizes
Doug McLain [Wed, 21 Dec 2005 21:15:37 +0000 (21:15 +0000)]
Adjusted some font sizes

git-svn-id: svn://localhost/trunk/ardour2@199 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agosize-based scrolling and right-click pages for editor notebook
Nick Mainsbridge [Sun, 18 Dec 2005 17:41:35 +0000 (17:41 +0000)]
size-based scrolling and right-click pages for editor notebook

git-svn-id: svn://localhost/trunk/ardour2@198 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoDon't resize the editor_mixer when changing tracks, gcc 4.1 fix, reorder editor notep...
Nick Mainsbridge [Sun, 18 Dec 2005 13:19:02 +0000 (13:19 +0000)]
Don't resize the editor_mixer when changing tracks, gcc 4.1 fix, reorder editor notepad slightly, don't use show () when constructing a mixer strip (it's shown later always)

git-svn-id: svn://localhost/trunk/ardour2@197 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agotrack-color chooser works
Karsten Wiese [Sun, 18 Dec 2005 12:02:42 +0000 (12:02 +0000)]
track-color chooser works

git-svn-id: svn://localhost/trunk/ardour2@196 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoA possible method for correctly sizing the editor controls, and a couple buttons...
Doug McLain [Sat, 17 Dec 2005 13:39:27 +0000 (13:39 +0000)]
A possible method for correctly sizing the editor controls, and a couple buttons fixed

git-svn-id: svn://localhost/trunk/ardour2@195 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agouse stringcr_t and gain 1/1000 binary size reduction. not thaat much...
Karsten Wiese [Fri, 16 Dec 2005 22:30:49 +0000 (22:30 +0000)]
use stringcr_t and gain 1/1000 binary size reduction. not thaat much...

git-svn-id: svn://localhost/trunk/ardour2@194 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoUse ARDOUR::stringcr_t (read: const std::string &) instead of std::string to avoid...
Karsten Wiese [Wed, 14 Dec 2005 18:54:03 +0000 (18:54 +0000)]
Use ARDOUR::stringcr_t (read: const std::string &) instead of std::string to avoid unnecessary constructor calls.
I'll commit a bunch of those soon, if this 1st example is accepted.

git-svn-id: svn://localhost/trunk/ardour2@193 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agotypedef const std::string & stringcr_t;
Karsten Wiese [Wed, 14 Dec 2005 18:26:22 +0000 (18:26 +0000)]
typedef const std::string &     stringcr_t;

git-svn-id: svn://localhost/trunk/ardour2@192 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agosegfault fixes and some functionality for the IOSelector
Doug McLain [Wed, 14 Dec 2005 17:21:53 +0000 (17:21 +0000)]
segfault fixes and some functionality for the IOSelector

git-svn-id: svn://localhost/trunk/ardour2@191 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoreturn functionality to mixerstrip buttons
Doug McLain [Wed, 14 Dec 2005 16:20:03 +0000 (16:20 +0000)]
return functionality to mixerstrip buttons

git-svn-id: svn://localhost/trunk/ardour2@190 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoundo forgotten debug code
Doug McLain [Wed, 14 Dec 2005 13:47:04 +0000 (13:47 +0000)]
undo forgotten debug code

git-svn-id: svn://localhost/trunk/ardour2@189 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agotrivial editor Combobox tweaks
Doug McLain [Wed, 14 Dec 2005 13:43:20 +0000 (13:43 +0000)]
trivial editor Combobox tweaks

git-svn-id: svn://localhost/trunk/ardour2@188 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoeditor window layout changes, and lots more
Paul Davis [Mon, 12 Dec 2005 20:54:55 +0000 (20:54 +0000)]
editor window layout changes, and lots more

git-svn-id: svn://localhost/trunk/ardour2@187 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoadded shuttle popups
Tim Mayberry [Mon, 12 Dec 2005 04:42:39 +0000 (04:42 +0000)]
added shuttle popups

git-svn-id: svn://localhost/trunk/ardour2@186 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoMore work on OSX native file reading.
Taybin Rutkin [Fri, 9 Dec 2005 22:30:24 +0000 (22:30 +0000)]
More work on OSX native file reading.

git-svn-id: svn://localhost/trunk/ardour2@185 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoUploaded start of CoreAudioSource. More sfdb work.
Taybin Rutkin [Fri, 9 Dec 2005 14:16:02 +0000 (14:16 +0000)]
Uploaded start of CoreAudioSource.  More sfdb work.

git-svn-id: svn://localhost/trunk/ardour2@184 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agometer/tempo bars show again, fix tempo/meter dialogs, and more
Paul Davis [Thu, 8 Dec 2005 18:53:43 +0000 (18:53 +0000)]
meter/tempo bars show again, fix tempo/meter dialogs, and more

git-svn-id: svn://localhost/trunk/ardour2@183 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoAnd back again.
Taybin Rutkin [Thu, 8 Dec 2005 04:55:46 +0000 (04:55 +0000)]
And back again.

git-svn-id: svn://localhost/trunk/ardour2@182 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agorec-enable midi feedback fix
Jesse Chappell [Thu, 8 Dec 2005 03:58:55 +0000 (03:58 +0000)]
rec-enable midi feedback fix

git-svn-id: svn://localhost/trunk/ardour2@181 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoPart one of the sfdb reworking.
Taybin Rutkin [Wed, 7 Dec 2005 22:57:47 +0000 (22:57 +0000)]
Part one of the sfdb reworking.

git-svn-id: svn://localhost/trunk/ardour2@180 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoSet fixed width for RedirectBox
Doug McLain [Wed, 7 Dec 2005 22:52:58 +0000 (22:52 +0000)]
Set fixed width for RedirectBox

git-svn-id: svn://localhost/trunk/ardour2@179 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoblack bg for meters, font fixups for startup message, new notebook widget (incomplete)
Paul Davis [Wed, 7 Dec 2005 17:15:37 +0000 (17:15 +0000)]
black bg for meters, font fixups for startup message, new notebook widget (incomplete)

git-svn-id: svn://localhost/trunk/ardour2@178 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoRemoved last usage of checkmark XPMs.
Taybin Rutkin [Wed, 7 Dec 2005 16:23:58 +0000 (16:23 +0000)]
Removed last usage of checkmark XPMs.

git-svn-id: svn://localhost/trunk/ardour2@177 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoDEVBUILD works on MacOSX again. ./ardev needs modification though.
Taybin Rutkin [Tue, 6 Dec 2005 21:32:11 +0000 (21:32 +0000)]
DEVBUILD works on MacOSX again.  ./ardev needs modification though.

git-svn-id: svn://localhost/trunk/ardour2@176 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoun-triple-buffer fastmeter (not finished), fix mixer strip name button, comment edito...
Paul Davis [Tue, 6 Dec 2005 16:21:06 +0000 (16:21 +0000)]
un-triple-buffer fastmeter (not finished), fix mixer strip name button, comment editor, +++

git-svn-id: svn://localhost/trunk/ardour2@175 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agosome treeview headings and session click fix
Nick Mainsbridge [Tue, 6 Dec 2005 15:14:37 +0000 (15:14 +0000)]
some treeview headings and session click fix

git-svn-id: svn://localhost/trunk/ardour2@174 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agosome finishing touches to PluginSelector
Doug McLain [Tue, 6 Dec 2005 07:59:46 +0000 (07:59 +0000)]
some finishing touches to PluginSelector

git-svn-id: svn://localhost/trunk/ardour2@173 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomore fixes
Paul Davis [Tue, 6 Dec 2005 06:23:50 +0000 (06:23 +0000)]
more fixes

git-svn-id: svn://localhost/trunk/ardour2@172 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoMore tweaks
Doug McLain [Mon, 5 Dec 2005 13:01:44 +0000 (13:01 +0000)]
More tweaks

git-svn-id: svn://localhost/trunk/ardour2@171 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agosnapshot(prompter) and recent dialog fixes
Doug McLain [Mon, 5 Dec 2005 12:43:54 +0000 (12:43 +0000)]
snapshot(prompter) and recent dialog fixes

git-svn-id: svn://localhost/trunk/ardour2@170 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofixes for plugin selector and open session
Doug McLain [Mon, 5 Dec 2005 12:07:34 +0000 (12:07 +0000)]
fixes for plugin selector and open session

git-svn-id: svn://localhost/trunk/ardour2@169 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoRemove ardour_ui.rc
Doug McLain [Mon, 5 Dec 2005 04:49:28 +0000 (04:49 +0000)]
Remove ardour_ui.rc

git-svn-id: svn://localhost/trunk/ardour2@168 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoAdd new ardour2_ui.rc
Doug McLain [Mon, 5 Dec 2005 04:47:19 +0000 (04:47 +0000)]
Add new ardour2_ui.rc

git-svn-id: svn://localhost/trunk/ardour2@167 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoCreate and make default the new rc file ardour2_ui.rc, with new font definitions
Doug McLain [Mon, 5 Dec 2005 04:43:00 +0000 (04:43 +0000)]
Create and make default the new rc file ardour2_ui.rc, with new font definitions

git-svn-id: svn://localhost/trunk/ardour2@166 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agostock icons, transport controls as proxies, make ActionManager::get_action() work
Paul Davis [Mon, 5 Dec 2005 04:11:08 +0000 (04:11 +0000)]
stock icons, transport controls as proxies, make ActionManager::get_action() work

git-svn-id: svn://localhost/trunk/ardour2@165 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoDialogbox checkmarks turn off when dialogs are closed.
Taybin Rutkin [Fri, 2 Dec 2005 22:12:56 +0000 (22:12 +0000)]
Dialogbox checkmarks turn off when dialogs are closed.

git-svn-id: svn://localhost/trunk/ardour2@164 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoincremented to 3.1.
Taybin Rutkin [Fri, 2 Dec 2005 22:11:35 +0000 (22:11 +0000)]
incremented to 3.1.

git-svn-id: svn://localhost/trunk/ardour2@163 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agolibpbd now allocates warning, info, error, and fatal itself.
Taybin Rutkin [Fri, 2 Dec 2005 22:10:00 +0000 (22:10 +0000)]
libpbd now allocates warning, info, error, and fatal itself.

git-svn-id: svn://localhost/trunk/ardour2@162 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomake all of dialog visible for add_route_dialog
Paul Davis [Fri, 2 Dec 2005 21:45:56 +0000 (21:45 +0000)]
make all of dialog visible for add_route_dialog

git-svn-id: svn://localhost/trunk/ardour2@161 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agothe usual blob of fixes. note the requirement for ComboBoxText::set_active_text()
Paul Davis [Fri, 2 Dec 2005 19:18:26 +0000 (19:18 +0000)]
the usual blob of fixes. note the requirement for ComboBoxText::set_active_text()

git-svn-id: svn://localhost/trunk/ardour2@160 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoget SYSLIBS=1 kind of working, use stock HAND2 cursor
Nick Mainsbridge [Fri, 2 Dec 2005 09:20:03 +0000 (09:20 +0000)]
get SYSLIBS=1 kind of working, use stock HAND2 cursor

git-svn-id: svn://localhost/trunk/ardour2@159 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofile checking logic and minor gui fixups to export dialog
Jesse Chappell [Fri, 2 Dec 2005 07:25:33 +0000 (07:25 +0000)]
file checking logic and minor gui fixups to export dialog

git-svn-id: svn://localhost/trunk/ardour2@158 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoopen session patch from Doug McLain
Tim Mayberry [Fri, 2 Dec 2005 04:47:03 +0000 (04:47 +0000)]
open session patch from Doug McLain

git-svn-id: svn://localhost/trunk/ardour2@157 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofix to allow new session to work.
Tim Mayberry [Wed, 30 Nov 2005 23:00:01 +0000 (23:00 +0000)]
fix to allow new session to work.

git-svn-id: svn://localhost/trunk/ardour2@156 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoreinstate check for jack_client_open
Tim Mayberry [Wed, 30 Nov 2005 22:53:48 +0000 (22:53 +0000)]
reinstate check for jack_client_open

git-svn-id: svn://localhost/trunk/ardour2@155 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agodoug's export dialog changes and fix libsoundtouch link issues
Paul Davis [Wed, 30 Nov 2005 20:30:44 +0000 (20:30 +0000)]
doug's export dialog changes and fix libsoundtouch link issues

git-svn-id: svn://localhost/trunk/ardour2@154 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomore miscellaneous fixes to make things even nicer
Paul Davis [Wed, 30 Nov 2005 19:34:09 +0000 (19:34 +0000)]
more miscellaneous fixes to make things even nicer

git-svn-id: svn://localhost/trunk/ardour2@153 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agouse AA text for rulers (might need some tweaks)
Paul Davis [Wed, 30 Nov 2005 06:28:23 +0000 (06:28 +0000)]
use AA text for rulers (might need some tweaks)

git-svn-id: svn://localhost/trunk/ardour2@152 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomore fixes to get things moving along
Paul Davis [Tue, 29 Nov 2005 22:48:54 +0000 (22:48 +0000)]
more fixes to get things moving along

git-svn-id: svn://localhost/trunk/ardour2@151 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoFixed veclib support on OSX.
Taybin Rutkin [Tue, 29 Nov 2005 18:02:29 +0000 (18:02 +0000)]
Fixed veclib support on OSX.

git-svn-id: svn://localhost/trunk/ardour2@150 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agocleanup leftover problems from my commit yesterday; return of the windows
Paul Davis [Tue, 29 Nov 2005 17:27:58 +0000 (17:27 +0000)]
cleanup leftover problems from my commit yesterday; return of the windows

git-svn-id: svn://localhost/trunk/ardour2@149 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoAdded comment explaining new Gtk::Dialog idiom.
Taybin Rutkin [Tue, 29 Nov 2005 15:10:41 +0000 (15:10 +0000)]
Added comment explaining new Gtk::Dialog idiom.

git-svn-id: svn://localhost/trunk/ardour2@148 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoadded mathfix.h from ardour1
Jesse Chappell [Tue, 29 Nov 2005 07:04:42 +0000 (07:04 +0000)]
added mathfix.h from ardour1

git-svn-id: svn://localhost/trunk/ardour2@147 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agocommitted fix for cross-endian native wave files
Jesse Chappell [Tue, 29 Nov 2005 06:49:00 +0000 (06:49 +0000)]
committed fix for cross-endian native wave files

git-svn-id: svn://localhost/trunk/ardour2@146 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoremove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realize handling
Paul Davis [Tue, 29 Nov 2005 04:41:15 +0000 (04:41 +0000)]
remove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realize handling

git-svn-id: svn://localhost/trunk/ardour2@145 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomisc stuff
Tim Mayberry [Tue, 29 Nov 2005 03:56:38 +0000 (03:56 +0000)]
misc stuff

git-svn-id: svn://localhost/trunk/ardour2@144 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomenu and action update
Tim Mayberry [Tue, 29 Nov 2005 03:53:24 +0000 (03:53 +0000)]
menu and action update

git-svn-id: svn://localhost/trunk/ardour2@143 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofix typo
Tim Mayberry [Tue, 29 Nov 2005 02:46:46 +0000 (02:46 +0000)]
fix typo

git-svn-id: svn://localhost/trunk/ardour2@142 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agosmall temporary fix to glade file
Tim Mayberry [Mon, 28 Nov 2005 22:46:13 +0000 (22:46 +0000)]
small temporary fix to glade file

git-svn-id: svn://localhost/trunk/ardour2@141 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoadded file
Paul Davis [Mon, 28 Nov 2005 22:40:22 +0000 (22:40 +0000)]
added file

git-svn-id: svn://localhost/trunk/ardour2@140 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomega commit to remove gtk_object cruft, and much other stuff
Paul Davis [Mon, 28 Nov 2005 22:36:26 +0000 (22:36 +0000)]
mega commit to remove gtk_object cruft, and much other stuff

git-svn-id: svn://localhost/trunk/ardour2@139 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agocome up and stay up
Paul Davis [Mon, 28 Nov 2005 15:29:49 +0000 (15:29 +0000)]
come up and stay up

git-svn-id: svn://localhost/trunk/ardour2@138 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agonot a thinko, just another bug
Tim Mayberry [Mon, 28 Nov 2005 07:47:14 +0000 (07:47 +0000)]
not a thinko, just another bug

git-svn-id: svn://localhost/trunk/ardour2@137 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofix for small thinko
Tim Mayberry [Mon, 28 Nov 2005 07:40:41 +0000 (07:40 +0000)]
fix for small thinko

git-svn-id: svn://localhost/trunk/ardour2@136 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agocustom ruler fix, not sure if anything else is needed....
Tim Mayberry [Mon, 28 Nov 2005 07:32:39 +0000 (07:32 +0000)]
custom ruler fix, not sure if anything else is needed....

git-svn-id: svn://localhost/trunk/ardour2@135 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agominor new session dialog glade fixes
Tim Mayberry [Mon, 28 Nov 2005 05:04:14 +0000 (05:04 +0000)]
minor new session dialog glade fixes

git-svn-id: svn://localhost/trunk/ardour2@134 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoconvert set_property("foo", bar) to property_foo() = bar
Karsten Wiese [Sun, 27 Nov 2005 22:35:04 +0000 (22:35 +0000)]
convert set_property("foo", bar) to property_foo() = bar

git-svn-id: svn://localhost/trunk/ardour2@133 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoslowly fixing up ArdourDialog nonsense
Paul Davis [Sun, 27 Nov 2005 21:17:41 +0000 (21:17 +0000)]
slowly fixing up ArdourDialog nonsense

git-svn-id: svn://localhost/trunk/ardour2@132 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoconvert property_foo().set_value(bar) to property_foo() = bar
Karsten Wiese [Sun, 27 Nov 2005 20:07:16 +0000 (20:07 +0000)]
convert property_foo().set_value(bar) to property_foo() = bar

git-svn-id: svn://localhost/trunk/ardour2@131 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoripping, tearing, shredding
Paul Davis [Sun, 27 Nov 2005 17:59:03 +0000 (17:59 +0000)]
ripping, tearing, shredding

git-svn-id: svn://localhost/trunk/ardour2@130 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomiscellany
Paul Davis [Sun, 27 Nov 2005 14:09:50 +0000 (14:09 +0000)]
miscellany

git-svn-id: svn://localhost/trunk/ardour2@129 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoreally fix 5 GLib-GObject-WARNING **: unable to set property `fill-color' of type...
Karsten Wiese [Sun, 27 Nov 2005 13:32:52 +0000 (13:32 +0000)]
really fix 5 GLib-GObject-WARNING **: unable to set property `fill-color' of type `gchararray' from value of type `GdkColor'

git-svn-id: svn://localhost/trunk/ardour2@128 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agomore gobject fixups
Nick Mainsbridge [Sun, 27 Nov 2005 01:23:55 +0000 (01:23 +0000)]
more gobject fixups

git-svn-id: svn://localhost/trunk/ardour2@127 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofix widget name mismatches in glade file/source code
Tim Mayberry [Sun, 27 Nov 2005 01:11:48 +0000 (01:11 +0000)]
fix widget name mismatches in glade file/source code

git-svn-id: svn://localhost/trunk/ardour2@126 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agofix 5 GLib-GObject-WARNING **: unable to set property `fill-color' of type `gchararra...
Karsten Wiese [Sun, 27 Nov 2005 00:16:13 +0000 (00:16 +0000)]
fix 5 GLib-GObject-WARNING **: unable to set property `fill-color' of type `gchararray' from value of type `GdkColor'

git-svn-id: svn://localhost/trunk/ardour2@125 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoEditor::transport_punch*_line has no "outline_pixels".
Karsten Wiese [Sat, 26 Nov 2005 16:51:42 +0000 (16:51 +0000)]
Editor::transport_punch*_line has no "outline_pixels".
And it has "color_rgba", not "outline_color_rgba".
Avoid 4 Gtk WARNINGS on startup with this change.

git-svn-id: svn://localhost/trunk/ardour2@124 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoset environment variable ARDOUR_GLADE_PATH to ./glade
Karsten Wiese [Sat, 26 Nov 2005 15:42:11 +0000 (15:42 +0000)]
set environment variable ARDOUR_GLADE_PATH to ./glade

git-svn-id: svn://localhost/trunk/ardour2@123 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agominor fix to glade path stuff
Tim Mayberry [Sat, 26 Nov 2005 12:13:33 +0000 (12:13 +0000)]
minor fix to glade path stuff

git-svn-id: svn://localhost/trunk/ardour2@122 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoaction and glade path stuff
Tim Mayberry [Sat, 26 Nov 2005 12:08:33 +0000 (12:08 +0000)]
action and glade path stuff

git-svn-id: svn://localhost/trunk/ardour2@121 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoCanvas GObject fixes
Tim Mayberry [Sat, 26 Nov 2005 12:00:24 +0000 (12:00 +0000)]
Canvas GObject fixes

git-svn-id: svn://localhost/trunk/ardour2@120 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoCanvas GObject fixes
Tim Mayberry [Sat, 26 Nov 2005 11:51:19 +0000 (11:51 +0000)]
Canvas GObject fixes

git-svn-id: svn://localhost/trunk/ardour2@119 d708f5d6-7413-0410-9779-e7cbd77b26cf

18 years agoCanvas GObject fixes
Tim Mayberry [Sat, 26 Nov 2005 10:28:55 +0000 (10:28 +0000)]
Canvas GObject fixes

git-svn-id: svn://localhost/trunk/ardour2@118 d708f5d6-7413-0410-9779-e7cbd77b26cf