VKamyshniy
ee51f29f24
[Summary] Now, if the root node of XML has UI.NEEDINIT="true", all it's attributes for GTK will be applied to the root Gtk::Container
2015-01-26 01:14:24 +02:00
VKamyshniy
68c5c24f50
[Submit] Progressing XML-ized export dialogs.
2015-01-25 13:44:33 +02:00
VKamyshniy
5d49a5d712
[Summary] Removing DBG output
2015-01-25 13:44:33 +02:00
VKamyshniy
f441b549f7
[Summary] Reset unintentionally pushed debug-code.
2015-01-25 13:44:32 +02:00
VKamyshniy
f2605e566f
[Summary] Reset unintentionally pushed debug-code.
2015-01-25 13:44:32 +02:00
Paul Davis
83cbcd41aa
replace all uses of POSIX locale with C locale - Windows does not support POSIX locale
2015-01-24 19:50:28 -05:00
Paul Davis
1ec29e4d97
make butler thread merely ask for session state save, not actually do the save itself.
...
This prevents the possibility of cross-thread calls in the GUI when it adds its state
to the session via extra XML
2015-01-24 19:32:39 -05:00
Paul Davis
04ea19119a
add handler for, and connect to, Session::SaveSessionRequested
...
Conflicts:
gtk2_ardour/ardour_ui_dialogs.cc
2015-01-24 19:32:29 -05:00
Paul Davis
8ca0573a5c
Add a new signal (not yet used) to initiate session saves; alter signal name for existing signal used to allow other objects to add XML state to session
...
Conflicts:
gtk2_ardour/video_timeline.cc
2015-01-24 19:31:50 -05:00
Paul Davis
05a5bcc84c
ScrollGroup::covers_{window,canvas}() need to account for possible non-zero position of the group.
...
They also do NOT need to consider scroll offset
2015-01-24 18:13:56 -05:00
Paul Davis
7356ff6ab5
ScrollGroups are kept in their own list, so ::window_to_canvas() does not need to inspect root group children to find them
2015-01-24 18:13:56 -05:00
VKamyshniy
ed71928517
[Submit] Progressing XML-ized export dialogs.
2015-01-24 20:38:49 +02:00
VKamyshniy
7df38b63d4
[Summary] Making order in the way the dropdown images are named.
2015-01-24 20:38:49 +02:00
YPozdnyakov
c9632859ef
[Summary]: use ARDOUR_COMMAND_LINE::session_name instead of session_name_from_command_line
2015-01-24 19:26:30 +02:00
Paul Davis
715c2274bd
hide SFDB and Freesound tabs in import notebook
2015-01-24 11:25:34 -05:00
Paul Davis
a6d0ebc0eb
Tracks should not check ardour.org for announcements nor should it pingback to ardour.org.
...
Thought it might be fun to let it ...
2015-01-24 10:43:30 -05:00
Paul Davis
f8996e50c6
split apart read and write chunk size and offer platform-dependent sizes for reading. Write chunk size should remain unchanged from before.
...
Conflicts:
libs/ardour/diskstream.cc
libs/ardour/midi_diskstream.cc
2015-01-24 10:43:30 -05:00
YPozdnyakov
062e9484e5
[Summary]: add possibility of open session (*.ardour file) from command line without SessionDialog running. Just on windows system.
2015-01-24 14:13:08 +02:00
GZharun
027e264616
[Summary] Bound waveform zoom In/Out to View->Zoom->Waveform Zoom In/Out menu items
2015-01-23 19:00:26 +02:00
GZharun
f0637059f5
[Summary] Made split to work as required for TracksLive
2015-01-23 18:43:33 +02:00
Paul Davis
4cb65afe4a
better code related to prior commit that fixed color setting for ruler markers (loop range)
2015-01-23 10:51:33 -05:00
GZharun
55eee170c6
[Summary] Changed region info text and text highlight parameters as Igor asked
2015-01-23 17:34:01 +02:00
Nikolay
227475d284
[Summary] Removed "!" and "*" in region name if region is muted and doesn't match session sample rate
...
[Feature Reviewed] AMishyn
[Reviewed] YPozdnyakov
2015-01-23 17:16:58 +02:00
Nikolay
0bc1a7cefd
[Summary] Deleted "Mute" check box in the region context menu
...
[Reviewed] YPozdnyakov
2015-01-23 17:16:58 +02:00
Nikolay
bf1e098b2c
[Summary] Do not paint waveform and paint region in black if region is muted
...
[Feature reviewed] Igor Maximenko, AMishyn
[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
6505581165
[Summary] Fixed bug 45163: Trim range from right corner of timeline leads Tracks to crash
...
[Details] Crash was provoked because of an attempt to add commands to the session reversible command, but when autoscroll started and trim began with autoscroll the session reversible command was not created for for Trim Drag.
2015-01-23 14:46:23 +02:00
GZharun
6c038a3bfb
[Summary] Fixed defect 45346: applied fix more gentle way then in b5a957314c
2015-01-23 12:48:55 +02:00
Nikolay
71252aee8e
[Summary] Fixed bug #45537 "System Lock button is not active when locked from main menu item"
...
[Feature reviewed] MKolsharnyy
[Reviewed] YPozdnyakov
2015-01-23 11:34:56 +02:00
Nikolay
a506b16a1e
[Summary] Fixed bug #45889 "System lock can be unlocked by keyboard"
...
[Feature reviewed] MKolsharnyy
[Reviewed] YPozdnyakov
2015-01-23 11:33:44 +02:00
Paul Davis
92ea86bd37
fix coloring of loop range marker.
...
RangeMarker::use_color() gets called during construction so that still needs to be undone to remove
the striped pattern, but we still need the end line color set correctly even when only Marker::use_color()
is called.
2015-01-22 22:03:06 -05:00
Paul Davis
7940522eed
add trim handles to range markers
2015-01-22 21:12:51 -05:00
Paul Davis
ca07fb09f5
fix response to parameter "skip-playback" changing so that loop range marker does not change color
2015-01-22 21:12:51 -05:00
Paul Davis
eadb3ccaf6
fix operation of Editor::{push,pop}_canvas_cursor()
2015-01-22 21:12:51 -05:00
VKamyshniy
4f817cb84e
[Submit] Progressing XML-ized export dialogs.
2015-01-22 23:56:08 +02:00
VKamyshniy
d915c8e60e
[Summary] Adding "activatesdefault" property for Gtk::Entry
2015-01-22 23:56:07 +02:00
VKamyshniy
67f80bc847
[Summary] Correcting logic of WavesDropdown - styles for MenuItems are taken from DropDownMenu by default.
2015-01-22 23:56:07 +02:00
VKamyshniy
eb778ef4c0
[Summary] Review corrections (readable format !!!!)
2015-01-22 23:56:06 +02:00
VKamyshniy
472ef04a3a
[Submit] Making order in the way images are named
2015-01-22 23:56:05 +02:00
Paul Davis
311739d8bd
finish keybindings whitelist based on email from Igor
2015-01-22 16:43:37 -05:00
YPozdnyakov
398c51eda6
[Summary]: add script of Tracks Preferences removal to mac installer
2015-01-22 18:42:32 +02:00
GZharun
b5a957314c
[Summary] Fixed defect 45346: Master mute affects on region selection in stereo out mode
...
[Reviewed by QA] MKosharniy
2015-01-22 18:17:58 +02:00
GZharun
57b065831d
[Summary] Uncommented some conditional code not used in tracks that Paul Davis asked
2015-01-22 17:33:43 +02:00
GZharun
416bfc5aab
[Summary] Made panners to move relatively on selected tracks
...
[Reviewed by QA] Andriy Mishyn
2015-01-22 16:22:21 +02:00
YPozdnyakov
0334c46596
[Summary]: add new path to Tracks Live Manual to mac installer script
2015-01-22 16:07:56 +02:00
YPozdnyakov
374e465ec6
[Summary]: change windows installer. Add possibility of automatic replace of program's version (without manual uninstall program from Control Panel). Add Tracks Life Manual to windows installer.
2015-01-22 15:35:18 +02:00
YPozdnyakov
cc054c6385
[Summary]: add newest version of Tracks Live Manual, remove previous version
2015-01-22 15:02:34 +02:00
VKamyshniy
a0615f55c4
[Submit] Progressing XML-ized export dialogs.
2015-01-22 14:41:43 +02:00