Commit graph

14652 commits

Author SHA1 Message Date
nikolay
cb15bfac1e [Summary] Disable Master Track's name editing
[Reviewed] GZharun
2014-09-04 14:43:05 +03:00
Paul Davis
9aabb6f48b add space in stdout output at startup 2014-09-04 07:41:07 -04:00
Paul Davis
af4a72b2d1 fix rec-enable button action 2014-09-04 07:41:07 -04:00
GZharun
9c31ce0fee [Summary] Fixed waveform border overlap 2014-09-04 13:22:34 +03:00
GZharun
bc77ff830c [Summary] Changed Name font and highlight color according to PRD 2014-09-04 13:21:54 +03:00
GZharun
299eb2ec0f [Summary] Fixed misprint in the Maverics specific code. 2014-09-04 11:12:55 +03:00
Valeriy Kamyshniy
ef252122ea [Summary] eliminating reason for which building TRACKs stopped working 2014-09-04 11:03:20 +03:00
Paul Davis
c430449781 fix waf thinko in backends wscript
Conflicts:

	libs/backends/wscript
2014-09-03 22:23:32 -04:00
Paul Davis
250fe06ec7 add Editor::_tool_cut_button to refer to button defined in ui/editor_window.xml and connect it to cut/split tool functionality 2014-09-03 21:14:13 -04:00
Paul Davis
97fc885f8e OS X packaging: correctly specify name of executable image as found in build tree 2014-09-03 21:11:21 -04:00
Paul Davis
c8c4bb1a86 fix revision info extraction in tools/ 2014-09-03 21:10:54 -04:00
Paul Davis
68374fa9ec revert to continued used of .ardour as session file suffix for now, to avoid immediate transition issues 2014-09-03 20:41:20 -04:00
Paul Davis
5825f5b2be fix EXECUTABLE for ardev and friends to correctly name executable in build tree 2014-09-03 20:40:52 -04:00
Paul Davis
2608c93449 rationalize, parameterize, standardize product names, install directories, executable names 2014-09-03 20:27:10 -04:00
Paul Davis
01bf5bc7e1 use program name lower cased for statefile (session file) suffix 2014-09-03 18:52:58 -04:00
Paul Davis
979060e8af add PROGRAM_NAME_LOWER_CASE macro for build 2014-09-03 18:50:58 -04:00
Paul Davis
7ab04d944d reinstate video timeline object but leave its constructor early because we don't need any of its services in Tracks 2014-09-03 16:03:18 -04:00
Paul Davis
49f285bb7c remove error-producing menu item 2014-09-03 15:51:45 -04:00
Paul Davis
ec7b341382 STFU! part two 2014-09-03 15:50:46 -04:00
Paul Davis
98c99e983e STFU! 2014-09-03 15:48:01 -04:00
Paul Davis
78f0a0ba97 change name displayed by text receiver during app startup 2014-09-03 15:35:27 -04:00
Paul Davis
6a00596fa5 don't create a videotimeline object in tracks 2014-09-03 15:35:12 -04:00
Paul Davis
33c2baa462 Merge branch 'master' into ardour-merge
Conflicts:
	gtk2_ardour/time_axis_view_item.cc
2014-09-03 14:55:10 -04:00
Paul Davis
0c326926ab numerous small changes to get close to PRD spec for marker bar display 2014-09-03 14:45:53 -04:00
Paul Davis
e3872dd19f clean up use of open_file_dialog() modified API 2014-09-03 13:08:03 -04:00
Paul Davis
522a00ed52 clean up use of open_file_dialog() modified API 2014-09-03 13:07:47 -04:00
GZharun
43b5bed26d [Summary] Fixed defect when inspector shows master bus when master track is selected 2014-09-03 19:51:48 +03:00
GZharun
9b42141bd2 [Summary] Fixed DnD issue, when master track could change position 2014-09-03 19:25:44 +03:00
Paul Davis
637f3e9c2d use glib portable random function rather than POSIX.1 random() 2014-09-03 12:25:02 -04:00
Paul Davis
8895d86383 initial hacks to display markers as per PRD 2014-09-03 12:16:19 -04:00
nikolay
b6b6a7ad2b [Summary] Added possibility to change track names in Mixer Bridge, Meter Bridge and Inspector. Changed hovered tracks's name colors in Mixer Bridge and Meter Bridge.
[Reviewed] GZharun
2014-09-03 18:39:01 +03:00
nikolay
f397b87712 [Summary] Do not show color palette for master
[Reviewed] GZharun
2014-09-03 18:36:46 +03:00
Valeriy Kamyshniy
96003844c0 [Summary] Progressing dropdown 2014-09-03 18:15:49 +03:00
GZharun
e59ebf02bb [Summary] Changed name highlight opacity according to PRD 2014-09-03 17:55:15 +03:00
Paul Davis
49867edf83 show marker vertical line at all times 2014-09-03 10:28:10 -04:00
Paul Davis
bee743e92b add missing return value 2014-09-03 10:27:20 -04:00
Greg Zharun
734bd9095a [Summary] Applied a workaround for Pango issue about text name widths 2014-09-03 17:16:54 +03:00
Paul Davis
1c36b09910 put marker "track" above rulers 2014-09-03 09:48:30 -04:00
Paul Davis
a791cc5bf3 fix conditional macros used to set include file names for Mavericks+later vs. earlier OS X.
Apple's doc suggests using numerical values (e.g. 1090) rather than MAC_OS_X_VERSION_10_N because the symbol
may not be defined on earlier versions, causing the macro to work in odd ways. This is indeed what was
happening, so MAC_OS_X_VERSION_10_9 has been replaced with 1090 to allow building on earlier OS X systems.
2014-09-03 09:34:39 -04:00
Paul Davis
0160a96ee0 fix const-ness warning 2014-09-03 09:33:04 -04:00
Paul Davis
daa387f614 remove non-existent element from editor 2014-09-03 09:32:44 -04:00
Paul Davis
58698640af fix 2nd argument to audio backend constructor for Waves backend; remove 2nd definition of descriptor() function 2014-09-03 09:32:20 -04:00
Paul Davis
b2493a5f82 No plugins for Tracks. Disable all discover methods.
This is necessary to avoid ridiculous delays scanning plugins on a new install. It is
bad that the scan takes so long, but what makes it ridiculous is that the plugins are
not actually accessible or usable in Tracks.
2014-09-03 08:47:49 -04:00
Paul Davis
067826bda4 Merge branch 'master' into ardour-merge
Conflicts:
	gtk2_ardour/waves_button.h
2014-09-03 06:34:47 -04:00
Valeriy Kamyshniy
6633adf351 [Summary] Progressing dropdown 2014-09-03 11:51:21 +03:00
Valeriy Kamyshniy
8dd5d4f468 [Summary] Progressing dropdown 2014-09-03 10:44:01 +03:00
Valeriy Kamyshniy
83a3a77699 [Summary] Little clean up 2014-09-03 10:00:00 +03:00
Valeriy Kamyshniy
292b8d9d39 [Summary] Progressing dropdown 2014-09-03 09:58:11 +03:00
VKamyshniy
842cc90f50 [Summary] Clean up 2014-09-02 20:23:00 +03:00
Paul Davis
4a1b09b6c1 Merge branch 'master' into ardour-merge 2014-09-02 13:07:42 -04:00