1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 09:39:42 +02:00

4014 Commits

Author SHA1 Message Date
Leland Lucius
97c3894a22 Fix for bug #1105 2015-08-02 00:58:46 -05:00
Paul Licameli
7466ca71b7 Change checkbox names from "Defaults" to "Use Preferences" 2015-08-01 17:04:49 -04:00
Paul Licameli
d2aadbcc40 Change checkbox names from "Defaults" to "Use Preferences" 2015-08-01 17:04:23 -04:00
Paul Licameli
a785b75efc Change some new scale names, add i18n-hint comments 2015-08-01 16:47:51 -04:00
Paul Licameli
cd4da8a40e Change some new scale names, add i18n-hint comments 2015-08-01 16:46:29 -04:00
Paul Licameli
267bdd47a0 Do not allow independent variation of vertical scales of stereo channels... 2015-08-01 16:31:30 -04:00
Paul Licameli
fee41b79b2 Do not allow independent variation of vertical scales of stereo channels...
... using the pop-up menu.
2015-08-01 16:30:40 -04:00
Paul Licameli
64dc0cf43b Merge branch 'master' 2015-08-01 16:30:23 -04:00
Paul Licameli
a7adbb54fc Bug1033: Swap-channels command will not lose the track focus 2015-08-01 16:12:28 -04:00
James Crook
83d4f30706 Sourceforge -> audacityteam 2015-08-01 19:14:26 +01:00
Paul Licameli
86a179f00d Shorten remaining names in Wave Track Control menu, change accelerators.... 2015-08-01 13:40:55 -04:00
Paul Licameli
d09b34fbe2 Shortened the track control menu with cascades, changed accelerators 2015-08-01 13:39:54 -04:00
Paul Licameli
47e1df2525 Shorten remaining names in Wave Track Control menu, change accelerators....
... also changed "Set Range" in Time track to R to avoid conflict
2015-08-01 13:38:14 -04:00
Paul Licameli
cc08bba27a Make a Channels sub-menu, and change accelerators to be more mnemonic...
... Also removes the conflict at top menu level over M accelerator.

Make one Channel sub-menu for mono and one for stereo, and swap correct one
in, whenever the parent menu opens.
2015-08-01 13:38:12 -04:00
Paul Licameli
413edf2820 Cascade the four move commands of the track control menu...
... Note that "M" accelarator conflicts for now with "Mono" for wave tracks,
but there is no conflict with time and label tracks.
2015-08-01 13:38:10 -04:00
Paul Licameli
ad3872e035 Merge branch 'master' 2015-08-01 13:38:07 -04:00
Leland Lucius
6aa51fe3d9 Merge pull request #45 from spider-mario/ladspa-latency
Do not multiply the latency of LADSPA effects by two
2015-08-01 12:01:51 -05:00
Leland Lucius
f3ef8a27c7 Experimental RTP for Phaser and Wahwah
This can be disabled by undefining EXPERIMENTAL_REALTIME_AUDACITY_EFFECTS
in Experimental.cpp
2015-08-01 07:03:02 -05:00
Leland Lucius
7414b000c2 More version checks for opcodes added at or above VST 2 2015-08-01 03:49:48 -05:00
Leland Lucius
6a95aae8b3 Better fix for bug #1083
I realized after the last commit that it was probably just a VST
version issue.  The effCanBeAutomated opcode was only added for
VST version 2 and, at least the steroizer effect attached to the
but, was built for a VST version before that.
2015-08-01 01:40:15 -05:00
Leland Lucius
0251dc54e0 Fix for bug #1083 2015-08-01 01:31:26 -05:00
Leland Lucius
cc3f237945 Ensure that URL are always escaped 2015-07-31 19:22:04 -05:00
Leland Lucius
6c3469afe0 Fix slow downs caused by the ProgressDialog 2015-07-31 18:41:13 -05:00
Leland Lucius
80a5a118d4 Delete menu when done 2015-07-31 16:03:32 -05:00
Steve Daulton
d1d63c7b17 Fix layout of Screnshot tools window 2015-07-31 12:45:57 +01:00
Steve Daulton
f756b0d4d7 Fix layout of error dialog TLW.
Thanks Leland for the suggested fix.
Works OK on Linux, please test on other platforms.
2015-07-31 12:12:37 +01:00
Leland Lucius
a9b6d2382c Use wxDEBUG_LEVEL instead of WXDEBUG_LEVEL...DOH!!! 2015-07-31 02:27:12 -05:00
Leland Lucius
69e2b0cd96 Set Xcode project to use xcconfig files 2015-07-30 23:46:13 -05:00
Leland Lucius
e867633253 Make Xcode project wxWidgets 3.1 ready 2015-07-30 23:09:03 -05:00
Leland Lucius
3715b21167 Add full file replacements for the patched wxWidgets source files 2015-07-30 17:20:25 -05:00
Leland Lucius
e4bb5082bc Fix Shift+M shortcut
Related to an old bug/workaround where I couldn't figure out the
reason it act as it did on Winodw.  Finally figured out it was the
KEY_UP event passing the "M" on to the menu, thus selecting the
Mono item.
2015-07-30 16:04:38 -05:00
Leland Lucius
442c39d46f Include the OSX keycode to open the context menu
And OSX doesn't like menu IDs of 0.
2015-07-30 14:36:25 -05:00
Leland Lucius
c07accfc1e Include the "other" application menu key for Linux 2015-07-30 11:23:10 -05:00
Leland Lucius
7877615454 Move label context menu handling to label track
Application key now brings up the context menu while editing labels
as it should.  This wasn't possible with the old keyboard handling.
2015-07-30 10:38:03 -05:00
Leland Lucius
a269670912 Fix warning 2015-07-30 10:37:17 -05:00
Leland Lucius
1e195ecea6 Fix many wx3.1.0 assertions now to prevent double testing 2015-07-30 02:05:23 -05:00
Paul Licameli
9d6fb54806 Bug1101: crash clicking on recording meter 2015-07-29 18:11:44 -04:00
Leland Lucius
317b0971c4 Merge branch 'master' of github.com:lllucius/audacity 2015-07-29 15:24:52 -05:00
Leland Lucius
e869099643 Add WXDEBUG_LEVEL=0 to non-debug builds 2015-07-29 14:44:51 -05:00
Leland Lucius
f2d87803d3 Followup to bug #1099. 2015-07-29 14:43:53 -05:00
Leland Lucius
59c2c8df7d Add WXDEBUG_LEVEL=0 to Release builds 2015-07-29 14:43:53 -05:00
Leland Lucius
fc203d0cd9 Add WXDEBUG_LEVEL=0 to Release builds 2015-07-29 13:46:43 -05:00
Paul Licameli
910e7f87bd Spectral selection toolbar refinements
Delete key in center/width spectral selection toolbar works
  Delete key, not - key, in the spectral selection bar maks frequency undefined.
2015-07-29 12:11:49 -04:00
Paul Licameli
1219cacaf2 Delete key in center/width spectral selection toolbar works 2015-07-29 12:11:01 -04:00
Paul Licameli
360a33454e Delete key, not - key, in the spectral selection bar maks frequency undefined. 2015-07-29 11:55:48 -04:00
Leland Lucius
32465d1686 Fix for bug #1099...left in some debugging. 2015-07-29 10:10:41 -05:00
Leland Lucius
b193033d9e Fix Linux build that I broke when I fixed the Windows build 2015-07-29 09:16:32 -05:00
Leland Lucius
e3f1c40c30 Fix Windows Release build 2015-07-29 02:49:45 -05:00
Leland Lucius
709c9e9153 Send an initial filter changed event under OSX 2015-07-29 02:07:37 -05:00
Leland Lucius
573365765a Send an initial filter changed event under GTK 2015-07-29 01:59:42 -05:00