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 |
|
Jesse Chappell
|
b3c2be22fe
|
rec-enable midi feedback fix
git-svn-id: svn://localhost/trunk/ardour2@181 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-08 03:58:55 +00:00 |
|
Taybin Rutkin
|
6039331bea
|
Part one of the sfdb reworking.
git-svn-id: svn://localhost/trunk/ardour2@180 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-07 22:57:47 +00:00 |
|
Doug McLain
|
03872f0916
|
Set fixed width for RedirectBox
git-svn-id: svn://localhost/trunk/ardour2@179 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-07 22:52:58 +00:00 |
|
|
6d33b9a2d6
|
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
|
2005-12-07 17:15:37 +00:00 |
|
Taybin Rutkin
|
e21dc7dede
|
Removed last usage of checkmark XPMs.
git-svn-id: svn://localhost/trunk/ardour2@177 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-07 16:23:58 +00:00 |
|
Taybin Rutkin
|
61c20f76f4
|
DEVBUILD works on MacOSX again. ./ardev needs modification though.
git-svn-id: svn://localhost/trunk/ardour2@176 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-06 21:32:11 +00:00 |
|
|
dd455c894a
|
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
|
2005-12-06 16:21:06 +00:00 |
|
Nick Mainsbridge
|
f04aa5e49a
|
some treeview headings and session click fix
git-svn-id: svn://localhost/trunk/ardour2@174 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-06 15:14:37 +00:00 |
|
Doug McLain
|
857f1163d4
|
some finishing touches to PluginSelector
git-svn-id: svn://localhost/trunk/ardour2@173 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-06 07:59:46 +00:00 |
|
|
32664137bd
|
more fixes
git-svn-id: svn://localhost/trunk/ardour2@172 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-06 06:23:50 +00:00 |
|
Doug McLain
|
79650335d1
|
More tweaks
git-svn-id: svn://localhost/trunk/ardour2@171 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-05 13:01:44 +00:00 |
|
Doug McLain
|
f44cc04090
|
snapshot(prompter) and recent dialog fixes
git-svn-id: svn://localhost/trunk/ardour2@170 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-05 12:43:54 +00:00 |
|
Doug McLain
|
0b6adda6f2
|
fixes for plugin selector and open session
git-svn-id: svn://localhost/trunk/ardour2@169 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-05 12:07:34 +00:00 |
|
Doug McLain
|
efaa5cfa79
|
Remove ardour_ui.rc
git-svn-id: svn://localhost/trunk/ardour2@168 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-05 04:49:28 +00:00 |
|
Doug McLain
|
f274c35ba7
|
Add new ardour2_ui.rc
git-svn-id: svn://localhost/trunk/ardour2@167 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-05 04:47:19 +00:00 |
|
Doug McLain
|
68c9ae93de
|
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
|
2005-12-05 04:43:00 +00:00 |
|
|
7d1f1eeb20
|
stock icons, transport controls as proxies, make ActionManager::get_action() work
git-svn-id: svn://localhost/trunk/ardour2@165 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-05 04:11:08 +00:00 |
|
Taybin Rutkin
|
f2c09c7a7a
|
Dialogbox checkmarks turn off when dialogs are closed.
git-svn-id: svn://localhost/trunk/ardour2@164 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-02 22:12:56 +00:00 |
|
Taybin Rutkin
|
9388c84f06
|
incremented to 3.1.
git-svn-id: svn://localhost/trunk/ardour2@163 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-02 22:11:35 +00:00 |
|
Taybin Rutkin
|
b00052f03f
|
libpbd now allocates warning, info, error, and fatal itself.
git-svn-id: svn://localhost/trunk/ardour2@162 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-02 22:10:00 +00:00 |
|
|
e98824e328
|
make all of dialog visible for add_route_dialog
git-svn-id: svn://localhost/trunk/ardour2@161 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-02 21:45:56 +00:00 |
|
|
3436df6eab
|
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
|
2005-12-02 19:18:26 +00:00 |
|
Nick Mainsbridge
|
7aee3d6fbf
|
get SYSLIBS=1 kind of working, use stock HAND2 cursor
git-svn-id: svn://localhost/trunk/ardour2@159 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2005-12-02 09:20:03 +00:00 |
|