Paul Davis
f808e772bc
fix timing of Butler mapping config parameters to avoid crash.
...
Amazing that this didn't show up on Linux at all, or on the first run after build. Computers ... sigh.
2015-01-26 15:54:29 -05:00
Paul Davis
90399c80e6
make application active immediately, without requiring click
2015-01-26 15:15:14 -05:00
Paul Davis
92c8b8fae9
introduce the idea of buffering presets, along with 3 possible settings (plus custom).
...
Actual numbers for the parameters are still to be determined/verified, and probably subject to
some platform specificity.
2015-01-26 15:13:48 -05:00
Nikolay
fbab241bf3
[Summary] Changed dialog style
2015-01-26 18:27:23 +02:00
Nikolay
e32d08a833
[Summary] In WavesDialog::on_response() added invocation of the parent's method.
2015-01-26 18:08:42 +02:00
Nikolay
cb9c347bd0
[Summary] Force WavesDialog hide itself in on_response(). Fixed bugs #44333 , #45169 .
...
[Feature reviewed] MKosharnyy
[Reviewed] VKamyshniy
2015-01-26 17:56:25 +02:00
Nikolay
b5572bf605
[Summary] Bug fix #45729 "Unsupported files should be forbidden to load from "open saved session" menu"
...
[Feature reviewed] MKosharnyy
[Reviewed] VKamyshniy
2015-01-26 17:13:50 +02:00
GZharun
f76ae60204
[Summary] HOT FIX to the issue provoked by this commit: f8996e50c6
...
[Details] New read chunks exceed ring buffers capacity. When there is an attempt to playback we get error message.
2015-01-26 13:02:50 +02:00
YPozdnyakov
a7c5223ef1
[Summary]: ProgressDialog fix
2015-01-26 11:42:15 +02:00
GZharun
8e76cb5153
[Summary] Fixed crash with an attempt to remove loop marker and place playhead on any place under it
...
[Reviewed by] Paul Davis
[Reviewed by QA] MKosharniy
2015-01-26 10:44:48 +02:00
GZharun
ca79e78fb8
[Summary] Fixed crash with an attempt to resize active loop
...
[Reviewed by] Paul Davis
[Reviewed by QA] MKosharniy
2015-01-26 10:44:48 +02:00
Nikolay
a8d050ce06
[Summary] Bug #44186 "Master bus color marker offset 1 pixel left"
...
[Feature reviewed] Igor Maximenko
2015-01-26 10:22:34 +02:00
VKamyshniy
b9c4f67160
[Summary] progressing the XML-ized Export dialogs. This time it's about WINDOWS SETUP PROGRAM
2015-01-26 01:35:36 +02:00
VKamyshniy
5ddbee785b
[Summary] progressing the XML-ized Eaport dialogs.
2015-01-26 01:16:11 +02:00
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