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
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
d2858b33bb
[Summary] Fixing the bugs:
...
1) State of Skip lane was not saved in session.
2) Hidden Marker lane header did hide upon session loaded.
2015-02-02 01:36:48 +02:00
VKamyshniy
5aff2bacb8
[Summary] Progressing TRACKS specific import dialog.
2015-02-01 23:12:24 +02:00
VKamyshniy
f3159509ed
[Summary] Fixing the bug: misaligned sizes of the timeline, skip ruler lane and marker ruler lane. This bug shifted tracks few lines up when hiding skip- and/or marker rulers
2015-02-01 21:09:18 +02:00
GZharun
00115c072f
[Summary] Record restriction: track selection sensitive actions were activated without track selection after record finish, which is wrong.
...
Disabled "Quit" during active record.
2015-01-30 12:23:01 +02:00
Greg Zharun
0ffc6cef5d
[Summary] Implemented restriction logic usecases for Record
...
[Details] Please, note, that insensitive (during record) topbar buttons will have incorrect look so far. Will be fixed by VKamyshniy
[Reviewed by QA] MKosharniy
2015-01-29 17:59:21 +02:00
Nikolay
451a3e8c7c
[Summary] Eliminated "Pitch-shift" window for regions
...
[Reviewed] YPozdnyakov
2015-01-27 14:52:03 +02:00
GZharun
f0637059f5
[Summary] Made split to work as required for TracksLive
2015-01-23 18:43:33 +02:00
Nikolay
0bc1a7cefd
[Summary] Deleted "Mute" check box in the region context menu
...
[Reviewed] YPozdnyakov
2015-01-23 17:16:58 +02:00
GZharun
28b7e75164
[Summary] Fixed bug 45965: Copy does not work properly in multiselection mode
...
[Details] Regions will be copied to the same tracks they were copied/cut from regardless track header selection, using playhead position as paste point
[Reviewed by QA] MKosharniy
2015-01-23 17:13:38 +02:00
GZharun
28c2378df8
[Summary] Improved design a bit
...
[Reviewed by] PDavis
2015-01-23 16:55:37 +02:00
GZharun
bab88ebe9c
[Summary] Fixed bug 45124: Tracks crashes if record was started while trimming region
...
[Details] Drags should be aborted when record starts
[Reviewed by QA] MKosharniy
2015-01-23 14:49:30 +02:00
GZharun
6247f46490
[Summary] Zoom tool and temporal zoom will make session dirty
2015-01-19 19:59:35 +02:00
GZharun
d98e09aabc
[Summary] Fixed bug 45624: Split operation won't depend on track header selection anymore
2015-01-19 19:54:48 +02:00
GZharun
fe0ace14c8
[Summary] Next actions will now make a session dirty:
...
Toggling inspector
Toggling meter bridge
Toggling mixer bridge
Mouse tool change
2015-01-19 17:50:16 +02:00
Robin Gareus
946c451431
track height fixes:
...
* retain [custom] track-height
Editor::override_visible_track_count() is called repeatedly (for
every change), there was a 50/50 chance of it saving the right value.
* adjust default for new sessions: use “Normal” track height until
told otherwise.
2015-01-15 13:59:02 -05:00
Nikolay
0f1ad3ef6f
[Summary] Progress dialog rework. Make it non singltongue, put athync available dialog in ARDOUR_UI instance.
...
[Reviewed] YPozdnyakov
2015-01-15 18:23:40 +02:00
GZharun
b37981c6c4
[Summary] Fixed crash provoked by WavesTrackColorDialog. Set NULL route to color dialog before deleting inspector.
2015-01-15 18:22:44 +02:00
YPozdnyakov
8473224234
[Summary] make ProgressDialog for tracks addition smoother
2015-01-08 16:51:12 +02:00
YPozdnyakov
87b1e364c7
[Summaru]: delete 'Spectral Analysis' from region context menu according to Igor's request
2015-01-08 15:41:50 +02:00
YPozdnyakov
687195ed5f
[Summary]: delete accidentally added symbol
2015-01-05 17:13:43 +02:00
YPozdnyakov
32f31be2cc
[Summary]: Delete unnecessary items from selection_context_menu
2015-01-05 16:54:34 +02:00
YPozdnyakov
42d05e24df
[Summary]: delete keybindings' description from track context menu
2015-01-05 15:09:27 +02:00
Nikolay
ea45ada3df
[Summary] Fixed rarely reproduced bug with not following meter bridge selection in the Inspector
...
[Reviewed] VKamyshniy
2014-12-29 15:58:35 +02:00
GZharun
8db6861fa2
[Summary] Implemented waveform zoom. Added feature to save waveform zoom state with the session.
2014-12-27 00:56:21 +02:00
YPozdnyakov
dbb0a6385b
[Summary]: ProgressDialog for Tracks creation and removal
2014-12-26 10:57:40 +02:00
Paul Davis
8b440159b5
significant but insufficient speedup in behaviour of global rec enable button
2014-12-23 13:01:39 -05:00
Paul Davis
c61e1826f2
fix slow behaviour when changing visible track height in Editor::set_visible_track_count()
2014-12-23 12:54:35 -05:00
Nikolay
fd59bbacc3
[Summary] Bug fix 45177. Global Solo button doesn't work correctly.
...
[Reviewed] VKamyshniy
[Feature reviewed] Mykhaylo Kosharnyy
2014-12-23 14:21:52 +02:00
YPozdnyakov
6382b30923
[Summary]: fix track context menu for windows
2014-12-18 18:32:33 +02:00
YPozdnyakov
d1a61bc32a
[Summary]: Loading session progress dialog
...
[Feature Reviewed] <Mykhaylo Kosharnyy>
2014-12-18 17:55:42 +02:00
YPozdnyakov
501ecd3392
[Summary]: region fade, trim area rework
2014-12-15 15:16:43 +02:00
Paul Davis
bf9981e143
use MouseCursors::invalid_cursor() to replace null cursor; redefine various cursors to meet PRD or get closer to them.
...
This includes the use of a null cursor to indicate "use parent window's cursor" - see comments in mouse_cursors.{cc,h} for more detail.
2014-12-14 09:32:10 -05:00
VKamyshniy
430ef8245e
[Commit] Eliminating unused time consuming SW units.
2014-12-11 23:06:36 +02:00
YPozdnyakov
bf938eb1d6
[Summary]: Add track_context_menu icons according to Igor request
2014-12-10 17:36:31 +02:00
GZharun
f5622bc91f
[Summary] Removed redundant method, fixed issue with selection range zoom
2014-12-10 13:42:53 +02:00
YPozdnyakov
ec210d50fd
[Summary]: Context menus rework
2014-12-10 12:39:07 +02:00
Nikolay
d9e0a534a5
[Summary] Message Dialog rework
...
[Reviewed] VKamyshniy
2014-12-09 11:57:30 +02:00
GZharun
6f32d4e7c2
[Summary] Added "Enable Group Edit" session parameter and handler to process menu item requests and state updates
2014-12-04 16:57:08 +02:00
VKamyshniy
b549e086ee
[Commit] Reviewing commit a8d3424cf9 [ a8d3424]
2014-12-04 15:19:59 +02:00
YPozdnyakov
a8d3424cf9
[Summary]: add Recent Session menuitems
2014-12-03 18:22:30 +02:00
VKamyshniy
14bd825601
[Summary] Progressing marker inspector
2014-12-03 00:00:28 +02:00
GZharun
dd78cce7b7
[Summary] Reworked master track behavior according to PRD
2014-12-02 16:58:01 +02:00
GZharun
22eb4008f0
[Summary] Changed names for Scene In/Out ports connection routines to more logically understandable
2014-12-01 12:31:33 +02:00
GZharun
d1b3773c42
[Summary] Added MMC ports reconnection
...
[Details] MMC (in/out) ports will be connected to available midi inputs and outputs automatically.
Moved MTC and Scene in/out ports reconnection into EngineStateController class.
2014-12-01 11:51:37 +02:00
VKamyshniy
8a9f8de8f2
[Summary] Debugging info added to exchange with other bug hunters.
2014-11-25 18:59:12 +02:00
Paul Davis
32d656560d
add Editor::ruler_divide_height to specify where the divide in the ruler is between the "upper" and "lower" section
2014-11-24 19:29:22 +02:00
Paul Davis
37170e234f
remove loopbar as part one of refactoring ruler display and event management
2014-11-24 19:29:22 +02:00
YPozdnyakov
234ac74e7c
[Summary]: Main Menu (items View and Window) rework
2014-11-24 18:30:49 +02:00