Paul Licameli
f47cb3d528
Bug1197, yet again: extreme zoom-in behavior, now Mac specific: ...
...
...fix differing results on Mac by calculating only in double, so that selection
remains centered at extreme zoom-in for long projects (about 20 min.) and
selection after about 15 min.
2016-01-28 10:36:48 -05:00
Paul Licameli
aa63c19977
Bug1199: Export multiple by labels should not add silence to exported files...
...
... sorry, modifications to Mix.cpp had mistakes.
2016-01-27 22:51:38 -05:00
Paul Licameli
12a2d066ba
Bug1306: Kestroke shortcuts for sub-menu entries now work again...
...
... for instance, Align sub-menu of Tracks.
2016-01-27 16:10:46 -05:00
Paul Licameli
08c27ad226
Bug1299 again: Better fix, to restore window focus after applying a chain.
2016-01-27 15:01:03 -05:00
Paul Licameli
c7eca2c657
Bug1299 again: Better fix, to restore window focus after applying a chain.
2016-01-27 14:58:51 -05:00
Paul Licameli
074d0daf3d
Revert "Bug1299: Shouldn't lose track focus after applying a chain."
...
This reverts commit a44ff801a6deb8fa259c073057e35b736c1c3272.
2016-01-27 14:55:49 -05:00
Steve Daulton
5c2fc5ff7d
Fix bug 1317
2016-01-27 13:38:21 +00:00
Paul Licameli
1083c4a049
Bug1169 again: correct shuttling of spectrogram scale values with dialog on Apply
2016-01-26 23:57:32 -05:00
Paul Licameli
a44ff801a6
Bug1299: Shouldn't lose track focus after applying a chain.
2016-01-26 20:49:59 -05:00
Paul Licameli
907c950a0e
Bug1288: Don't crash when changing language to "Simplified"...
...
... but give a warning message about the unknown language.
2016-01-26 20:09:54 -05:00
Paul Licameli
2550a59c0e
Bug1282: Hide "Stereo to Mono" from menu when disabled by plugin manager...
...
... so you can't crash by selecting it!
2016-01-26 19:38:04 -05:00
Paul Licameli
ca6fbfad4d
Bug1272: correct progress indicator during mix-down export...
...
... Affected Mix and Render too.
2016-01-26 18:59:33 -05:00
Paul Licameli
17c9369286
Bug1239: Correct time rulers after importing files (with File>Open) ...
...
... The fisheye stuff was to blame.
2016-01-26 18:09:29 -05:00
Steve Daulton
8ce18979c8
Merge remote-tracking branch 'audmain/master' into sbsms
2016-01-26 19:47:08 +00:00
Paul Licameli
a047fcf0f8
Travis
2016-01-26 14:14:10 -05:00
Paul Licameli
53a8b44f1d
Bug1217: Export "other uncompressed files" now uses correct default extension...
...
... but there is this consequence: If you do type an explicit extension,
which is one of the acceptable extensions though different from the
"Header:" chocie, then it is also corrected, silently. This behavior is
different from other cases where the user types an inappropriate explicit
extension and is prompted to fix it.
2016-01-26 13:48:37 -05:00
Steve Daulton
6b9a63d4c8
Update generated autotool files by running autoreconf
2016-01-26 18:32:29 +00:00
Steve Daulton
954bb0fd1c
Fix for bug 955 from Clayton Otey
2016-01-26 18:19:19 +00:00
Steve Daulton
f7fba31319
Fix bug 1312
2016-01-25 18:01:14 +00:00
Steve Daulton
360fc58dea
Fix bug 1311
2016-01-25 17:57:04 +00:00
Paul Licameli
d70ff3337d
Bug501: Improve time-shift of clips between tracks...
...
... When you click in a stereo clip, move the correct partner clip with it.
When you click in the selection and it spans clips, move all clips containing
any part of the selection. (As horizontal dragging does.) Even if these are
not all within the same stereo track.
I implemented this rule: If any clip moves up (or down) by n audio tracks
(not counting the label tracks), all clips must move the same number, and
all must move from mono to mono or left to left or right to right. If that
is not possible, no move happens.
2016-01-24 23:08:10 -05:00
henric
25a6d3b99b
Enable the DEP and ASLR flags.
...
More precisely, /DYNAMICBASE and /NXCOMPAT are set unless explicitly disabled.
2016-01-24 02:13:46 -07:00
henric
e3c10c9925
Update the manifest pragma to match docs.
...
The language and processorArchitecture are wildcards.
2016-01-24 02:13:05 -07:00
Paul Licameli
e9479e6c26
Bug671: Really fixed by the fix for bug389, but this is some extra safety.
2016-01-23 20:31:11 -05:00
Paul Licameli
11f308c72a
Bug1310: Expanding cutline in one stereo channel with no cutline opposite...
...
... should leave the undo history in a correct state.
2016-01-23 20:14:49 -05:00
Paul Licameli
4d2f4bbd69
Buig1307: Misbehavior posting mono into stereo
2016-01-23 18:27:43 -05:00
Paul Licameli
c703631b8c
Bug389: merging clips in one stereo channel should not affect the other...
...
... unless there is also a merge line at the same time in the other.
2016-01-23 18:17:35 -05:00
Steve Daulton
3062488cec
Update Makefile.in files with automake
2016-01-23 18:45:39 +00:00
Paul Licameli
554f215948
Merge branch 'Bug30'
2016-01-23 11:42:13 -05:00
Paul Licameli
39399d6d8c
Bug30: Safer fix avoids crashes!
2016-01-23 11:35:37 -05:00
Paul Licameli
cdc8142940
Fix the new Truncate Silence
2016-01-23 09:08:27 -05:00
Paul Licameli
513d1c548f
Enh52: Truncate Silence has an option to process tracks independently...
...
When the new checkbox is on, truncate each selected wave track independently.
Refuse to do it if any two selected audio tracks are sync locked to each other.
But label tracks sync-locked with a selected wave track will truncate as
expected.
2016-01-23 00:46:10 -05:00
Steve Daulton
5957032182
Make capitalization consisteny
...
Make multi-choice options consistent with capitalization elsewhere in the UI.
2016-01-22 18:29:29 +00:00
James Crook
c2b7141c9e
Merge pull request #84 from yurivict/master
...
Fixed miscategorization of an executable in Makefile: SCRIPTS->PROGRAMS.
2016-01-22 18:13:42 +00:00
James Crook
d538806dc1
Merge pull request #91 from somasis/musl-fix
...
Fix building on musl libc
2016-01-22 18:09:24 +00:00
James Crook
b1b1d0db25
Merge pull request #74 from Designist/patch-1
...
Update Build.txt (clarity, and more versions verified)
2016-01-22 18:06:50 +00:00
James Crook
36d0359070
Merge pull request #86 from serval2412/master
...
cppcheck: fix 2 reports (nyquist)
2016-01-22 18:05:15 +00:00
James Crook
fcb19358a9
Merge pull request #89 from yurchor/master
...
Update Ukrainian translation (fuzzed strings).
2016-01-22 18:00:58 +00:00
James Crook
c4f0070a77
Merge pull request #99 from pollti/master
...
German translation (de) fix - It's a rate rather than an interval.
2016-01-22 17:57:49 +00:00
James Crook
4e8c265535
Added Robert Hänggi to contributors in AboutDialog.
2016-01-22 17:00:29 +00:00
Paul Licameli
4b8a413bbb
Bug198: Change of selection format or snap-to should affect selection at once
2016-01-22 10:05:35 -05:00
Paul Licameli
376fc0ebf2
Bug144: Editing performance when Karaoke window is open and very many labels...
...
... in the first label track.
Problem was calling wxTextCtrl::AppendText once per label, per push of undo
stack, each call causing event handling.
Now call it only once per push.
2016-01-21 22:19:37 -05:00
Paul Licameli
97e8fe3864
include <algorithm> to fix Windows build
2016-01-21 10:41:03 -05:00
Paul Licameli
ad586b3e69
Bug36, partial: Redraw mixer board when meter range preference changes
2016-01-21 10:22:24 -05:00
Paul Licameli
116ea61d11
Bug30: During playback, after CTRL+M, chars, ENTER -- restore track focus.
2016-01-21 10:18:41 -05:00
Paul Licameli
3bd4f463f2
Bug49 (partial): Correctly recreate tooltips in device bar for language change
2016-01-21 10:08:00 -05:00
Steve Daulton
4a5e188a00
Fix for bug 1241
...
Percent change is now saved accurately so that the user gets
stretching according to the control used.
2016-01-21 04:03:32 +00:00
Steve Daulton
34f141e956
Align clips from Split New to sample times
2016-01-21 03:10:26 +00:00
Steve Daulton
8a6edf3623
Add custom track name defaults to preferences
2016-01-21 02:42:25 +00:00
Steve Daulton
1d6d08c47d
Don't push effects that can't be undone onto the Undo Stack
2016-01-21 02:07:28 +00:00