Karsten Wiese
|
4ae64c9105
|
make AudioRegionEditor work
git-svn-id: svn://localhost/trunk/ardour2@231 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-03 14:16:27 +00:00 |
|
|
6481d09cdc
|
make meters work properly (and very slightly faster)
git-svn-id: svn://localhost/trunk/ardour2@230 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-03 07:06:57 +00:00 |
|
|
e829e4d936
|
"fix" track heights etc.
git-svn-id: svn://localhost/trunk/ardour2@229 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-03 05:40:21 +00:00 |
|
|
6c4caff156
|
fix window_to_world() issues inside ardour
git-svn-id: svn://localhost/trunk/ardour2@228 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-02 20:27:51 +00:00 |
|
|
feed0fc333
|
radio actions now display correctly, region list sorting works
git-svn-id: svn://localhost/trunk/ardour2@227 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-02 18:10:29 +00:00 |
|
Karsten Wiese
|
78e61e0c84
|
undo part of yesterdays commit
git-svn-id: svn://localhost/trunk/ardour2@226 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-02 17:53:18 +00:00 |
|
Karsten Wiese
|
feb5b3d3d7
|
fix Gtk::Warning
git-svn-id: svn://localhost/trunk/ardour2@225 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-01 22:49:22 +00:00 |
|
Karsten Wiese
|
40dc3995f5
|
fix a Gtk::WARNING
git-svn-id: svn://localhost/trunk/ardour2@224 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-01 22:01:12 +00:00 |
|
Doug McLain
|
1f89cd52f0
|
Set color to correct treenode
git-svn-id: svn://localhost/trunk/ardour2@223 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-01 17:40:15 +00:00 |
|
|
eb80050627
|
fix segv
git-svn-id: svn://localhost/trunk/ardour2@222 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-01 17:23:34 +00:00 |
|
|
ed1684dce5
|
fix segv
git-svn-id: svn://localhost/trunk/ardour2@221 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-01 17:06:15 +00:00 |
|
Doug McLain
|
8073c4da5e
|
add ability to specify row colors for region treeview
git-svn-id: svn://localhost/trunk/ardour2@220 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2006-01-01 15:31:59 +00:00 |
|
|
c1b2177d27
|
many options moved to menus, region list context menu sort of operational
git-svn-id: svn://localhost/trunk/ardour2@219 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-31 18:20:42 +00:00 |
|
|
9d44c3b971
|
drag-n-drop to canvas from region list works
git-svn-id: svn://localhost/trunk/ardour2@218 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-30 20:38:41 +00:00 |
|
Taybin Rutkin
|
d766adcec1
|
Tearoffs set their type hint.
git-svn-id: svn://localhost/trunk/ardour2@217 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-30 17:00:42 +00:00 |
|
|
538cd1f759
|
added file
git-svn-id: svn://localhost/trunk/ardour2@216 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-30 14:40:31 +00:00 |
|
|
25b46464e3
|
dnd to canvas now working again
git-svn-id: svn://localhost/trunk/ardour2@215 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-30 03:06:25 +00:00 |
|
|
d43cc4e7b5
|
many changes, read the diffs
git-svn-id: svn://localhost/trunk/ardour2@214 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-30 00:34:21 +00:00 |
|
Karsten Wiese
|
0faaa3ad7b
|
fade_out visible
git-svn-id: svn://localhost/trunk/ardour2@213 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-28 14:14:24 +00:00 |
|
Karsten Wiese
|
af40be3006
|
Keep ref_count balanced
git-svn-id: svn://localhost/trunk/ardour2@212 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-28 12:32:16 +00:00 |
|
Karsten Wiese
|
ac730a397d
|
call foo::foo() before bar::bar(foo).
git-svn-id: svn://localhost/trunk/ardour2@211 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-27 23:06:32 +00:00 |
|
Karsten Wiese
|
f5d49dd7d7
|
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
|
2005-12-24 21:19:04 +00:00 |
|
|
f69c9ed564
|
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
|
2005-12-24 18:25:26 +00:00 |
|
Karsten Wiese
|
796ded66a3
|
some more "std::string" to "const char *" conversations.
git-svn-id: svn://localhost/trunk/ardour2@208 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-24 13:07:36 +00:00 |
|
Doug McLain
|
d7cd04b719
|
Some fixes to ioselector. Remaining fixes coming soon
git-svn-id: svn://localhost/trunk/ardour2@207 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-24 13:00:17 +00:00 |
|
Karsten Wiese
|
143cb330b6
|
fix some 64bit warnings
git-svn-id: svn://localhost/trunk/ardour2@206 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-24 12:10:01 +00:00 |
|
|
45addca9eb
|
various changes to controls_layout size management
git-svn-id: svn://localhost/trunk/ardour2@205 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-24 02:17:47 +00:00 |
|
|
fc62426136
|
use scroll handling instead of button 4/5 (incomplete)
git-svn-id: svn://localhost/trunk/ardour2@204 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-23 15:34:02 +00:00 |
|
|
d391778650
|
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
|
2005-12-22 19:37:03 +00:00 |
|
Karsten Wiese
|
24e9a93968
|
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
|
2005-12-22 13:01:39 +00:00 |
|
Karsten Wiese
|
5c819462b8
|
s/stringcr_t/const string &/
git-svn-id: svn://localhost/trunk/ardour2@201 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-22 12:23:54 +00:00 |
|
|
541ff63201
|
button hacks and more
git-svn-id: svn://localhost/trunk/ardour2@200 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-21 21:37:18 +00:00 |
|
Doug McLain
|
bf5180d17a
|
Adjusted some font sizes
git-svn-id: svn://localhost/trunk/ardour2@199 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-21 21:15:37 +00:00 |
|
Nick Mainsbridge
|
010fc09da9
|
size-based scrolling and right-click pages for editor notebook
git-svn-id: svn://localhost/trunk/ardour2@198 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-18 17:41:35 +00:00 |
|
Nick Mainsbridge
|
f42c69103b
|
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
|
2005-12-18 13:19:02 +00:00 |
|
Karsten Wiese
|
46627353ad
|
track-color chooser works
git-svn-id: svn://localhost/trunk/ardour2@196 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-18 12:02:42 +00:00 |
|
Doug McLain
|
d2b8a7f6bd
|
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
|
2005-12-17 13:39:27 +00:00 |
|
Karsten Wiese
|
170d6b24ce
|
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
|
2005-12-16 22:30:49 +00:00 |
|
Karsten Wiese
|
cf37405a71
|
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
|
2005-12-14 18:54:03 +00:00 |
|
Karsten Wiese
|
5d1f3c2d30
|
typedef const std::string & stringcr_t;
git-svn-id: svn://localhost/trunk/ardour2@192 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-14 18:26:22 +00:00 |
|
Doug McLain
|
0fb17c72d9
|
segfault fixes and some functionality for the IOSelector
git-svn-id: svn://localhost/trunk/ardour2@191 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-14 17:21:53 +00:00 |
|
Doug McLain
|
498fa9e8f9
|
return functionality to mixerstrip buttons
git-svn-id: svn://localhost/trunk/ardour2@190 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-14 16:20:03 +00:00 |
|
Doug McLain
|
085cb2f7f5
|
undo forgotten debug code
git-svn-id: svn://localhost/trunk/ardour2@189 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-14 13:47:04 +00:00 |
|
Doug McLain
|
a105baab21
|
trivial editor Combobox tweaks
git-svn-id: svn://localhost/trunk/ardour2@188 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-14 13:43:20 +00:00 |
|
|
3733c995c5
|
editor window layout changes, and lots more
git-svn-id: svn://localhost/trunk/ardour2@187 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-12 20:54:55 +00:00 |
|
|
088a5289dc
|
added shuttle popups
git-svn-id: svn://localhost/trunk/ardour2@186 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-12 04:42:39 +00:00 |
|
Taybin Rutkin
|
fa89a453a1
|
More work on OSX native file reading.
git-svn-id: svn://localhost/trunk/ardour2@185 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-09 22:30:24 +00:00 |
|
Taybin Rutkin
|
991a00f80a
|
Uploaded start of CoreAudioSource. More sfdb work.
git-svn-id: svn://localhost/trunk/ardour2@184 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-09 14:16:02 +00:00 |
|
|
cdd680f0b7
|
meter/tempo bars show again, fix tempo/meter dialogs, and more
git-svn-id: svn://localhost/trunk/ardour2@183 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-08 18:53:43 +00:00 |
|
Taybin Rutkin
|
9f91aca762
|
And back again.
git-svn-id: svn://localhost/trunk/ardour2@182 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-08 04:55:46 +00:00 |
|