Commit graph

339 commits

Author SHA1 Message Date
VKamyshniy
dcdf835316 [Summary] Little Cleanup 2014-09-29 14:50:26 +03:00
nikolay
0806209eaa [Summary] Deleted startup dialog on the first TracksLive start
[Reviewed] GZharun
2014-09-17 18:54:14 +03:00
Paul Davis
6130e9681a remove reference to dead file midi_port_dropdown.cc 2014-09-13 13:23:47 -04:00
Paul Davis
6738eac45f new dialog class for Marker IO 2014-09-13 13:18:08 -04:00
VKamyshniy
97c335f6c2 [Summary] There was not a chance to Open Session on Windows. As well for Windows we need "tracks.exe" as this file is required for windows. Otherwise we are just blocked. 2014-09-08 16:23:00 +03:00
Paul Davis
6ccacf0a7b fix install name for default UI config file 2014-09-07 11:08:29 -04:00
Paul Davis
7ec6e82300 revert Valeriy's changes to the binary program target name and add lots of comments.
There is clearly confusion about naming. The waf build in gtk2_ardour results in **TWO** final targets,
one of them is a binary and one of them is a script. They cannot both have the same name. The binary is
never invoked by users or developers directly.

If there are more plans to alter the naming design, I suggest we discuss this on Skype or via email. This change
caused a waf collision between the two targets (e.g. build/gtk2_ardour/tracks could end up being the script or
the executable depending on execution order and timing).
2014-09-05 14:17:04 -04:00
VKamyshniy
5f183a1583 [Summary] The only name required for naming the target executable is "tracks.exe". Any other name is not acceptable. 2014-09-05 13:10:17 +03:00
Paul Davis
041d4123d2 fix mistake in name of default UI config file; restores visible rulers and correct colors in canvas and cairo widgets in general 2014-09-04 22:29:18 -04:00
Paul Davis
aa8bbf6a03 change all GUI config files (GTK RC and our own XML config files) to use product-neutral names 2014-09-04 13:29:53 -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
c7af2444a7 Merge branch 'master' into ardour-merge
Conflicts:
	gtk2_ardour/time_axis_view_item.cc
	libs/backends/wavesaudio/waves_audiobackend.h
	libs/backends/wavesaudio/wavesapi/devicemanager/WCMRPortAudioDeviceManager.cpp
2014-09-02 10:28:52 -04:00
VKamyshniy
7e1d4ea9de [Summary] Moving to MAC for debugging while progressing suitable dropdown 2014-09-02 16:07:05 +03:00
VKamyshniy
b1c6795601 [Summary] Implementing the wave zoom control in the transport bar 2014-08-18 18:44:25 -04:00
VKamyshniy
6b61267b88 [Summary] Implementing the wave zoom control in the transport bar
Conflicts:
	gtk2_ardour/editor.cc
	gtk2_ardour/editor.h
2014-08-18 16:18:59 -04:00
Paul Davis
e00ceba896 minor fixes to wscript files to make things python3 compatible
Conflicts:
	gtk2_ardour/wscript
2014-08-17 21:16:09 -04:00
Paul Davis
c1213d0040 use new ruler dialog class for context clicks on ruler labels area
Conflicts:
	gtk2_ardour/editor.cc
2014-08-17 18:48:40 -04:00
Paul Davis
38db61f44f build ardour3_ui_default.conf at build time, to allow font substitutions to be done (which are platform dependent) 2014-08-17 15:24:05 -04:00
Paul Davis
7979265724 remove gtk ruler widget implementation - no longer in use 2014-08-17 15:07:27 -04:00
Tim Mayberry
374f2b8a70 Fix paths in ardour.sh
Conflicts:
	gtk2_ardour/ardour.sh.in
	gtk2_ardour/wscript
2014-08-17 14:53:23 -04:00
Robin Gareus
e1ec25ede9 fix linking against libasound 2014-08-16 21:47:34 -04:00
Colin Fletcher
f450868f76 indent in wscript uses spaces
Conflicts:
	gtk2_ardour/wscript
2014-08-16 16:59:12 -04:00
Paul Davis
2627328fd5 remove two more unnecessary instances of os.path.join in install path definitions
Conflicts:
	gtk2_ardour/wscript
2014-08-16 16:14:46 -04:00
Colin Fletcher
ac494effbe cherry pick a3465ff5d3 from ardour-cc and resolve conflicts 2014-08-15 23:45:37 -04:00
Colin Fletcher
b92110b4cc cherry-pick 15b4ebbb07 from ardour-cc and hand resolve conflicts 2014-08-15 22:27:10 -04:00
Ben Loftis
cbddc02511 cherry-pick 6bcee4e9 then manually resolve conflicts (via git rerere) 2014-08-15 22:07:59 -04:00
harrison
c7d4ce1399 cherry-pick b9708d5f6b, then manually resolve conflicts (thanks git rerere) 2014-08-15 22:06:18 -04:00
Paul Davis
018770adda cherry pick 3aeb5a27bd4772ede0f31ea579bc031ca2019235 from old ardour-merge branch and hand resolve 2014-08-15 21:27:58 -04:00
VKamyshniy
65035584c9 [Summary] Adding the TRACKs specific meter bridge view. 2014-08-11 12:56:58 +03:00
nikolay
37333219d0 [Summary] Refined add_tracks_dialog
[Reviewed] GZharun
2014-08-07 13:51:55 +03:00
VKamyshniy
32423b16c9 [Summary] Adding WavesGrid class (UI). 2014-08-06 14:36:02 +03:00
VKamyshniy
f2251dd1c2 [Summary] Progressing UI 2014-07-28 11:06:02 +03:00
VKamyshniy
a5caa2778b [Summary] Progressing TRACKS Meter Bridge (invented name = compact meter bridge) 2014-07-19 18:32:45 +03:00
VKamyshniy
44dcd48be4 [Summary] Progressing MASTER UI 2014-07-15 00:44:46 +03:00
Greg Zharun
4a2f9cdcc5 [Summary] Fixed Tracks packaging, ../icons/stereo_panner graphics were not packed 2014-07-09 18:08:03 +03:00
nikolay
4a59a5806a [Summary] session_close_dialog was refactored according to requirement
[Reviewed] GZharun
2014-06-24 13:47:50 +03:00
grygoriiz
6d1ab63d85 Added micro version number support for Tracks versioning 2014-06-17 16:16:02 +03:00
Valeriy Kamyshniy
706f89993a [Summary] Making namespace WavesUI a class.
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 466991]
2014-06-12 18:19:50 -04:00
Grygorii Zharun
b4a7f2131f [Summary] Added midi channels control support into state controller and preference panel
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 465247]
2014-06-03 20:24:00 -04:00
Nikolay Polyanovskii
00ca0a0dd9 [Summary] Only rename files and variables on MacOS
[Review] nobody

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 462589]
2014-05-22 03:35:21 -05:00
Nikolay Polyanovskii
69f4341e86 [Summary] only rename files and variables
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 462577]
2014-05-22 03:10:26 -05:00
Nikolay Polyanovskii
41a72dbecf [Summary] choose default save/open folder on Windows
[Review] GZharun

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 462392]
2014-05-21 08:27:14 -05:00
Grygorii Zharun
dfc0b58d14 [Summary] Implemented channel control mechanism
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 461673]
2014-05-19 18:04:58 -05:00
Valeriy Kamyshniy
387653e437 [Summary] Reordering TRACKS top bars
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 461662]
2014-05-19 16:30:55 -05:00
Valeriy Kamyshniy
fd1d7777fd Arranging tool pannel
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 460869]
2014-05-15 08:25:23 -05:00
Nikolay Polyanovskii
d60ef5bdb1 Refactoring of new dialog windows on Windows OS
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 460092]
2014-05-13 08:53:17 -05:00
Grygorii Zharun
50b5a3df07 [Summary] Implemented Engine state controller
[Reviewed by] Conceptual review has been done with VKamishniy

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 460058]
2014-05-13 07:47:00 -05:00
Nikolay Polyanovskii
dd8a0e631d Change "new session dialogs" and "open saved session dialog" gdk's windows on MacOS's specific windows
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 459947]
2014-05-13 05:19:55 -05:00
Valeriy Kamyshniy
5307d82ef5 progressing PREFERENCE panel
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 457674]
2014-05-06 03:21:18 -05:00