YPozdnyakov
b8ef3293da
fix incorrect logic when loading session via NextStep document API [Reviewed by] Paul Davis
2015-01-27 13:49:04 +02:00
YPozdnyakov
006c1d2104
[Summary]: fix declaration of Cocoa NSApplicationDelegate methods [Reviewed by] Paul Davis
2015-01-27 13:47:47 +02:00
VKamyshniy
d1f1da11ba
[Summary] Adding the export format specs specially for TRACKS
2015-01-27 12:23:11 +02:00
VKamyshniy
1fb858c918
[Summary] progressing the XML-ized Export dialog.
2015-01-27 12:23:11 +02:00
Greg Zharun
ac2cb8d1d3
[Summary] Added abort () call instead of exit () if fatal error occurs to catch a back trace.
2015-01-27 12:04:11 +02:00
GZharun
71b44e9308
[Summary] HOT FIX: the returned value should be 65536 samples, which is an equivalent to 262144 bytes
...
[Reviewed by] Paul Davis
2015-01-27 10:45:25 +02:00
GZharun
10ed615772
[Summary] Fixed bug 46017: Eliminated possibility to remove loop range
...
[Reviewed by QA] MKosharniy
2015-01-27 10:45:25 +02:00
Paul Davis
ebd3178809
ignore context menu click events, notably during drag but also for a couple of other purposes
2015-01-26 16:37:53 -05:00
Paul Davis
1a71eedea0
Revert "make application active immediately, without requiring click"
...
This reverts commit 90399c80e6 .
Will likely be applied separately by someone else.
2015-01-26 15:55:50 -05:00
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