Commit graph

16014 commits

Author SHA1 Message Date
VKamyshniy
ccfc7ba6b2 [Commit] Excluding unused sources from the compilation-linking procedure. 2015-02-12 16:46:48 +02:00
VKamyshniy
3963861c1d [Summary] In the export dialogs: Making the text after check boxes and radio buttons clickable. 2015-02-12 16:30:04 +02:00
YPozdnyakov
18f69473f2 [Summary]: add file 'waves_missing_file_dialog.xml', 'waves_numeric_edit_dialog.xml' to windows installer 2015-02-12 14:48:32 +02:00
GZharun
21d5416218 [Summary] Fixed issue: switch StereoOut->MultiOut used to take longer then vice versa. 2015-02-12 14:11:01 +02:00
VKamyshniy
4b5392ccf9 [Summary] XML-ized version of the missing file dialog. 2015-02-12 13:22:05 +02:00
VKamyshniy
4eaac75259 [Summary] Bug fix, Improving icon button the way now it can include text. 2015-02-12 13:22:04 +02:00
GZharun
cb9f19baca [Summary] Backend Improvements
[Details] Fixed error handling
Fixed switching to None device when something goes wrong with the current device
Backend now takes care when device ID changes - Sound Grid does this when the amount of channel changes and it's not going to change in the neared future.
Fixed sample rate changes notification from device to DAW - Some devices can respond with such updates, we must correctly process them.
2015-02-12 11:39:25 +02:00
GZharun
8da1ad9fcf [Summary] Fixed issue when Audio Callback thread is changed
[Reviewed by] PDavis, VKamyshniy
2015-02-12 11:39:25 +02:00
YPozdnyakov
ffccd23f08 [Summary]: change type of item "Lock" from context menu (from check item to usual item) 2015-02-12 10:59:04 +02:00
Nikolay
7ca9392777 [Summary] Pixel hunting 2015-02-12 10:43:45 +02:00
VKamyshniy
3cf4613f68 [Summary] Per Igor's request the Clean-Up report dialog. 2015-02-11 20:26:46 +02:00
Nikolay
7cddcbb3e8 [Summary] Bug fix #46320 "Duplicate dialog has old appearance."
[Feature reviewed] MKosharnyy
[Reviewed] VKamyshniy
2015-02-11 19:37:08 +02:00
VKamyshniy
ed3ab5aa8c [Summary] Hide import dialog before the durable import operation starts 2015-02-11 19:16:58 +02:00
VKamyshniy
55caddfcc7 [Summary] Pixel hunting 2015-02-11 19:12:36 +02:00
VKamyshniy
d29b3786f1 [Summary] Grigoriy has no time to push it: he should review it in
the afterwards.
2015-02-11 18:18:40 +02:00
VKamyshniy
e7c0171c4d [Summary] Pixel hunting 2015-02-11 18:18:39 +02:00
VKamyshniy
1e4dd25968 [Summary] Bug fix: on windows the dropped multi-channel audio file was not blocked. 2015-02-11 18:18:39 +02:00
YPozdnyakov
c2dc32c50c [Summary]: add ProgressDialog to the New Session creation process 2015-02-11 16:02:58 +02:00
Greg Zharun
f1171b79ce [Summary] Improved Port Audio event processing: Now redundant events will be filtered untill they are useful again 2015-02-10 23:43:50 +02:00
Greg Zharun
88810bc7be [Summary] Changed buffer sizes retrieving
[Details] There is no need to Initialize/Deinitialize PA and each time take buffers from the device. Buffer size will be assigned on device activation and application will be notified about buffer changes when it's required. This appears to be the correct workflow with buffer size on ASIO devices.
2015-02-10 23:43:48 +02:00
Greg Zharun
37c03b4e9f [Summary] Increased per-thread pool for the thread which serves backend reset 2015-02-10 23:43:47 +02:00
Greg Zharun
ebaccc0e4a [Summary] Added possibility to print out stacktrace directly from code on Windows
[Reviewed by] Paul Davis
2015-02-10 23:43:46 +02:00
Greg Zharun
d5270b56de [Summary] Removed debug output 2015-02-10 23:43:45 +02:00
VKamyshniy
31bef697a7 [Summary] Merge with changes from Nikolay 2015-02-10 18:01:25 +02:00
YPozdnyakov
8ded3997fe [Summary]: associate icon with a file type on mac 2015-02-10 16:11:59 +02:00
Nikolay
32136c1bbe [Summary] For WindowsOS bug fix #46319 "Session name has cutted letters in save dialog if name is very long" 2015-02-10 16:52:18 +02:00
YPozdnyakov
5ce061bce8 [Summary]: add session file description to windows installer project 2015-02-10 14:25:10 +02:00
YPozdnyakov
68c5be2ef5 [Summary]: safe behaviour of ProgressDialog::show_pd(), ProgressDialog::hide_pd() in case of calling these methods NOT from gui thread 2015-02-10 14:23:21 +02:00
Nikolay
29fc52a095 [Summary] Bug fix #46319 "Session name has cutted letters in save dialog if name is very long"
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-02-10 13:56:46 +02:00
VKamyshniy
cada6ed65a [Summary] Removing annoying warning as we can do nothing with the reason for which this warning occurs . 2015-02-10 12:52:21 +02:00
VKamyshniy
86164bcf7b [Summary] Making echoing rectangle under range-loop invisible. 2015-02-10 12:50:37 +02:00
VKamyshniy
e840d95a19 [Summary] Changing implementation of export/import usecases 2015-02-10 12:32:20 +02:00
Nikolay
27da565172 [Summary] Bug fix #45905 "Wrap text in progress bar when importing files with long name"
[Feature reviewed] MKosharnyy
[Reviewed] YPozdnyakov
2015-02-10 11:53:25 +02:00
Nikolay
e2709e8a40 [Summary] Added function for splitting long std::string on substring separated by "\n"
[Reviewed] YPozdnyakov
2015-02-10 11:51:38 +02:00
YPozdnyakov
3757a5239d [Summary]: attempt of load corrupted session leads to SessionDialog opening. Earlier application was terminated in this case. 2015-02-10 10:59:29 +02:00
VKamyshniy
c05bb22036 [Summary] Making the rectangle under active loop range invisible 2015-02-10 00:36:28 +02:00
Paul Davis
4c02834283 ensure that skip marker text is correctly clamped to available width 2015-02-09 16:30:31 -05:00
Valeriy Kamyshniy
8794093330 [Summary] Added deletion of markers by selection. 2015-02-09 22:29:36 +02:00
Valeriy Kamyshniy
9dd92eba38 [Summary] Blocked import for multichannel files. Added setting default conversion for imported files to Best (when needed). 2015-02-09 20:25:38 +02:00
GZharun
d4fb0c6f86 [Summary] Fixed ZOOM hang up on attempt to zoom in after maximum zoom out 2015-02-09 19:50:45 +02:00
Paul Davis
6dc4763eba allow normal right trimming even if the start of a range is at zero 2015-02-09 10:59:09 -05:00
Paul Davis
1faf1a19c6 After dragging from multiple tracks to the dropzone, create the right number of new tracks.
This does not address the visual flattening that occurs before the drop
is complete. Doing that is complex and there is no immediate solution
visible. The result after the drop is complete is correct, however.
2015-02-09 10:51:01 -05:00
YPozdnyakov
34d1791729 [Summary]: delete item "Create Range to Next Marker" according to Igor's request 2015-02-09 17:10:49 +02:00
YPozdnyakov
172f304f22 [Summary]: delete item "Strip Silence" according to Igor's request 2015-02-09 16:55:08 +02:00
YPozdnyakov
ce17593a1a [Summary]: safe behaviour of ProgressDialog::set_progress in case of calling this method NOT from gui thread. [Reviewed] Paul Davis 2015-02-09 16:40:06 +02:00
YPozdnyakov
b59990cdf2 [Summary]: add check of max/min value of temporal zoom tool 2015-02-09 15:37:02 +02:00
Nikolay
b6edf1a870 [Summary] Bug fix #44517 "MIDI Device names shifted upward"
[Feature reviewed] MKosharnyy
[Reviewed] VKamyshniy
2015-02-09 13:55:22 +02:00
YPozdnyakov
900842ac20 [Summary]: add keybindings.whitelist to project of windows installer 2015-02-09 10:43:24 +02:00
YPozdnyakov
5c2dbd4d78 [Summary]: provide support of method gtk_application_hide () on windows (just for compilation) 2015-02-09 10:25:30 +02:00
Nikolay
da48837a72 [Summary] Added files to X-Code projectfile 2015-02-09 09:45:13 +02:00