GZharun
4337dfd757
Revert "[Summary] Fixed bug 45595: Skip Marker and Add Marker buttons make loop range selection active"
...
This reverts commit e747a381a9 .
2015-02-05 17:33:51 +02:00
YPozdnyakov
5cc807e9a5
[Summary]: associate icons with *.ardour file in bundle file (mac installer)
2015-02-05 17:06:11 +02:00
YPozdnyakov
dbb07aa927
[Summary]: add Save-as dialog for windows
2015-02-05 16:52:09 +02:00
GZharun
25b96e9e59
[Summary] Improved fix for "first move with autoscroll" issue
2015-02-05 16:43:18 +02:00
VKamyshniy
200b8580b6
[Summary] Pixel hunting
2015-02-05 15:32:52 +02:00
YPozdnyakov
557dc42208
[Summary]: change script for removing Preferences in windows installer (folder 'export' also must be deleted)
2015-02-05 13:03:51 +02:00
GZharun
a8d0a24b97
[Summary] Adding new track by double click must be forbidden when record is in progress
2015-02-05 12:19:15 +02:00
Greg Zharun
6f2373757b
[Summary] Removed menu elements not used in tracks
2015-02-05 12:01:23 +02:00
YPozdnyakov
01c6e98a7d
[Summary]: associate icons with *.ardour file in project of windows installer
2015-02-04 20:06:13 +02:00
YPozdnyakov
8224368a39
[Summary]: temporal fix for windows because save-as dialog is working just on mac
2015-02-04 19:53:50 +02:00
YPozdnyakov
38dbfed71a
[Summary]: add session_tracks icons to repository
2015-02-04 19:12:38 +02:00
YPozdnyakov
f33a4ae084
[Summary]: change script and template for mac installer
2015-02-04 18:41:18 +02:00
YPozdnyakov
b09ff415eb
[Summary]: add Save-as Dialog. Change ProgressDialog for save-as process.
2015-02-04 18:30:00 +02:00
Nikolay
27ddf9efba
[Summary] Message dialog rework
...
[Feature Reviewed] Igor Maximenko
2015-02-04 18:02:56 +02:00
GZharun
90f219bf85
[Summary] Implemented menu items for playhead modes, related actions, set priorities and default values
...
[Reviewed by QA] MKosharniy
2015-02-04 17:44:01 +02:00
GZharun
c50f7f8cfa
[Summary] Fixed bug when was impossible to select output mode in tracks control panel with no session
2015-02-04 17:44:01 +02:00
Valeriy Kamyshniy
d417a96a0b
[Summary] Per request from Igor: Removed menu “[X] Solo safe” from solo button in all the route UIs
2015-02-04 16:16:05 +02:00
VKamyshniy
22938ac63b
[Summary] Bug Fix (in fact Pixel Hunting): 44046 Inspector has not aligned UI element in Master bus
2015-02-04 16:00:39 +02:00
Nikolay
62910cd7f5
[Summary] Changed About Dialog on Igor's request.
...
[Feature reviewed] Igor Maximenko
2015-02-04 15:27:18 +02:00
Nikolay
5c7b5b116e
[Summary] Progressing WavesExportDialog. Added error label. Depicted warnings and errors on the left side of the window.
...
[Feature reviewed] MKosharnyy
2015-02-04 13:27:01 +02:00
Paul Davis
fa54195c69
allow continued building on *nix systems
2015-02-03 15:51:48 -05:00
Valeriy Kamyshniy
3995448ad4
[Summary] Making the Windows OS specific main menu bar container invisible for MAC OS
2015-02-03 21:47:30 +02:00
Valeriy Kamyshniy
393682ce75
[Summary] make the added behavior TRACKS specific:
...
Gain for a newly created route depends on
the current output_auto_connect mode:
-18 for Stereo Out mode
-0 Multi Out mode
As well removed unnecessary setting gain with 0 dB.
2015-02-03 21:39:41 +02:00
Valeriy Kamyshniy
955995f3a2
[Summar] Bux FIX:
...
Fader of newly created track(s) has wrong position (values)
Default fader position should be different according to PRD
In Stereo mode fader should have position -18dB
In Multiout mode fader should have position 0dB
2015-02-03 20:58:32 +02:00
Valeriy Kamyshniy
fdf86a56e0
[Summary] Adding missing break into switch in WavesImportDialog::_get_import_mode().
2015-02-03 19:21:34 +02:00
Valeriy Kamyshniy
1479e7a2b3
[Summary] Now UI xml can conditionally create/ommit os specific widgets (MAC and WIDNOWS). For example:
...
<Label
text=“You are not on Windows now as now you are on MAC OS!”
ui.os.windows=“false”/>
<Label
text=“You are not on MACOS now as now you are on Windows!”
ui.os.macos=“false”/>
2015-02-03 19:21:34 +02:00
VKamyshniy
5a0815068d
[Summary] Per Igor request: Big clock should allow moving the owning window
2015-02-03 19:15:21 +02:00
VKamyshniy
2283681322
[Summary] Per Igor's request: if auto play loop is set on, the main timespan should be the range loop location.
2015-02-03 19:14:27 +02:00
VKamyshniy
e3ab13e54f
[Summary] Bug fix: mixer controls did not stick at the bottom of inspector.
2015-02-03 18:33:46 +02:00
Greg Zharun
a9a625a5ee
[Summary] Fixed "select all" methods
2015-02-03 18:18:24 +02:00
YPozdnyakov
50b9a8c785
[Summary]: change method ARDOUR::find_session. Files '*.ardour.bak' aren't correct session files. Absence of this check could lead to crash.
2015-02-03 18:11:41 +02:00
YPozdnyakov
ce007110fb
[Summary]: transform script 'Tracks Live Preferences CleanUp' from bash to AppleScript format
2015-02-03 17:17:10 +02:00
VKamyshniy
1e9702aff7
[Summary] Pixel hunting
2015-02-03 14:19:11 +02:00
Greg Zharun
314236e1c6
[Summary] Fixed bug with per thread pool error on Windows, when opening device control panel
2015-02-03 12:32:56 +02:00
VKamyshniy
5d5655d682
[Summary] Pixel hunting (corrected black frame around the editor's space).
2015-02-02 21:13:22 +02:00
VKamyshniy
2d8d431303
[Summary] Corrected logic of hiding/showing the inspector color palette depending on what set_route () is invoked with.
2015-02-02 21:13:21 +02:00
YPozdnyakov
5d44af0f44
[Summary]: add new files to windows installer project
2015-02-02 20:28:35 +02:00
YPozdnyakov
0b908a8b92
[Summary]: add possibility of starting Tracks from application api (as a result of dbl click / drag-n-drop on session file). Correct opening session file from application api when SessionDialog is running. Rework class SessionDialog. Rework method load_from_application_api ().
2015-02-02 18:50:50 +02:00
YPozdnyakov
eff7dc2798
[Summary]: refactoring WavesButton class. [Reviewed by V.Kamyshniy]
2015-02-02 18:29:42 +02:00
Nikolay
0bb964a94c
[Summary] Progressing export dialog. In Time format drop down deleted Bars:Beats, added Samples
...
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-02-02 16:53:03 +02:00
GZharun
2ca303480f
[Summary] Implemented features "Select All" and "Inverst Selection" for regions
...
[Reviewed by QA] MKosharniy
2015-02-02 13:12:25 +02:00
Valeriy Kamyshniy
14b9b99044
[Summary] In the import dialog the following options have been removed:
...
- Adding to region list
- Inserting at edit point
2015-02-02 12:14:55 +02:00
Valeriy Kamyshniy
3b888537bc
[Summary] Defalut for super-rapid-clock-update was switched from FALSE to TRUE
2015-02-02 12:14:55 +02:00
Nikolay
2d8c9b19c2
[Summary] Pixel hunting. Drop down menu item was too long. Now they only wrap the text.
...
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-02-02 12:03:09 +02:00
Nikolay
43a8f85f9f
[Summary] Pixel hunting
...
[Feature reviewed] MKosharnyy
2015-02-02 12:01:40 +02:00
Nikolay
79fe068d9e
[Summary] Bug fix. Compact meter bridge height was not enough to contain compact meter strip.
...
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-02-02 12:01:06 +02:00
Nikolay
f447150d23
[Summary] Added files to X-Code project
2015-02-02 11:59:32 +02:00
Greg Zharun
2e266a3085
[Summary] Updated Tracks key bindings as Igor asked
2015-02-02 13:47:41 +02:00
YPozdnyakov
1b5b4692e6
[Summary]: change script 'Tracks Preferences CleanUp' (folder 'export' also must be deleted)
2015-02-02 11:28:43 +02:00
YPozdnyakov
8880d56d02
[Summary]: change BundleIdentifier and BundleSignature to info.plist.in
2015-02-02 11:21:42 +02:00