1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-19 06:07:42 +02:00

1594 Commits

Author SHA1 Message Date
RichardAsh1981@gmail.com
a6150f3443 Commit Steve's patch for Bug 728 2014-10-02 21:34:01 +00:00
james.k.crook@gmail.com
d36a95b0a2 Module prefs in Preferences no longer experimental.
We do not now prompt about new modules at start up, unless you set a module to 'ask'.  This means we can ship experimental modules with Audacity.  Users can enable them if they want to, but aren't troubled by them otherwise.
2014-10-01 12:06:06 +00:00
stevethefiddle@gmail.com
9d43ba030a Less confusing to use semicolon here. Better we use comma as an operator only where we intended to. 2014-10-01 00:33:17 +00:00
v.audacity
22c3cfab2f Turn full WASAPI back on for alpha testing. 2014-09-30 23:17:44 +00:00
james.k.crook@gmail.com
8d5ea6929a Avoid compiler warning for unicode character. 2014-09-30 20:20:45 +00:00
RichardAsh1981@gmail.com
50ff40e440 Expand wording of this message to explain how to change behaviour permanently. Patch from Steve which has been waiting a while 2014-09-30 19:38:39 +00:00
v.audacity
aff3291c92 Changes after 2.0.6 release. 2014-09-29 23:30:09 +00:00
v.audacity
a6f148dae4 Turn off IS_ALPHA for release
http://wiki.audacityteam.org/wiki/Release_Process#Process step 3.1.1
2014-09-04 02:50:06 +00:00
martynshaw99
375feaee52 Reverting behaviour of 'help' links/buttons with an anchor (#) in them, so that they go to an online place that works (as in 2.0.5).
The use of an anchor in local files does not work in a number of OSs.
2014-09-04 00:02:12 +00:00
martynshaw99
4c6bdd3865 Getting closer to mw2html behaviour - cunning RegEx expression due to David B. 2014-08-28 22:55:19 +00:00
martynshaw99
dfe26ec6e5 Getting closer to mw2html behaviour - replace escaped chars. Thanks to Steve and David. 2014-08-28 22:35:08 +00:00
martynshaw99
74763375fc The last of Steve's set of 'essential' patches for 2.0.6, committed as a result of code review and others saying it is OK, rather than full testing.
There are other patches od Steve's awaiting testing.
2014-08-28 00:24:31 +00:00
martynshaw99
07f1c22c38 Steve's patch committed, for the quick release of 2.0.6, but noting my concerns here that it does not mirror what mw2html.py does and a pointer to a better solution may be stuff like
while( (p=releasePageName.Find(wxT("__"))) != wxNOT_FOUND )
      {
         wxString left = releasePageName.Left(p);
         wxString right = releasePageName.Mid(p+2);
         releasePageName =  left + wxT("_") + right;
      }
2014-08-27 00:43:32 +00:00
martynshaw99
eccaf30646 Steve's patch to actually use the new modal ShowHelpDialog. 2014-08-26 23:04:33 +00:00
martynshaw99
85080b6d83 Steve's patch, modified by Richard, to sort out the modality of the help window, fixes bug 747. 2014-08-26 22:53:11 +00:00
richardash1981
d2b4eca65b Patch by Martyn Shaw to fix a crash when the output of the VST effect does not have exactly two channels - we can now have any reasonable number of outputs from the plugin. This has been crashing windows builds of Audacity. 2014-08-26 21:51:28 +00:00
martynshaw99
9156ebab72 Fourth of a series of patches from Steve and Richard to fix delivering local and remote help pages. This bit didn't work anyway since "Quick_Help" had already been translated into lower-case (I think). 2014-08-26 00:40:09 +00:00
martynshaw99
6f2c161317 Third of a series of patches from Steve and Richard to fix delivering local and remote help pages. (Second one not committed as it was just a wording change) 2014-08-25 23:46:50 +00:00
martynshaw99
d628de846b First of a series of patches from Steve and Richard to fix delivering local and remote help pages. 2014-08-25 23:28:09 +00:00
v.audacity
c8ea76b80e rewordings based on Gale's suggestions, and a few of mine 2014-08-20 02:44:27 +00:00
james.k.crook@gmail.com
fc7d961294 Highlight active AButtons when hover over, not just the toggle buttons. Fixes issue for small and large buttons. Paul L's patch. No impact on manual. Not tracked in Bugzilla. 2014-08-19 13:45:51 +00:00
james.k.crook@gmail.com
b19c1fbeb5 Applied Paul L's patch for save/restore (and compiler warning). Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=283 2014-08-17 16:32:57 +00:00
RichardAsh1981@gmail.com
64ec10d1a6 Add missing word to this copy of string (TODO: write a function to reduce this 5-line pattern to 1 line) 2014-08-17 15:48:48 +00:00
james.k.crook@gmail.com
2dc9325133 Two more unneeded 'SetPlay()'s commented out for consistency. 2014-08-17 13:06:54 +00:00
james.k.crook@gmail.com
0ff4403911 Modified version of Paul L's patch to correct play button state up/down looped/unlooped. 2014-08-17 10:23:31 +00:00
richardash1981
7ec5b47cb2 Report the build-time enabling or disabling of more libraries which have been added since this was written. Although this does add some more translatable strings, it is not an issue if they do not get translated, as very few users will ever see this part of the GUI. There is no screenshot of this dialogue in the manual so there is no effect there of this change. 2014-08-16 20:19:53 +00:00
james.k.crook@gmail.com
4912d49721 Paul L's fix for Bug 684 - Timeline loop play persists after Stop or SPACE 2014-08-16 20:18:21 +00:00
v.audacity
d383e79997 David Bailes's patch for Bug 742 - Track panel focus bug with NVDA screeen reader 2014-08-16 00:29:48 +00:00
v.audacity
ea0928fc06 rest of David's patch for Bug 712 - Keyboard preferences hotkey search - entering multiple keys 2014-08-13 21:12:48 +00:00
v.audacity
61285bc7be most of David's patch for Bug 712 - Keyboard preferences hotkey search - entering multiple keys 2014-08-12 22:33:35 +00:00
richardash1981
305ca18336 Disable VST on Linux for 2.0.6 release, and regenerate files as required from recent commits 2014-08-09 21:41:57 +00:00
v.audacity
c0a12667df Turn off WDM-KS and WASAPI again for 2.0.6 release. 2014-08-08 03:42:11 +00:00
RichardAsh1981@gmail.com
b94c80a467 always initialise maxidx, even if the data being analysed is pure silence, to avoid an uninitialised dereference later on 2014-08-06 18:46:40 +00:00
stevethefiddle@gmail.com
41c3444f37 Fix for incorrect attack/decay time by Paul L and remove unused variable. 2014-08-06 02:19:09 +00:00
lllucius
de68121d79 This fixes bug #740 and another crash.
I can't believe two things...

I can't believe I didn't test the textual display!  I'm really ashamed about that.

And I can't believe that we've never had anyone report a crash when attempting to
using the textual display with plugins that do not supply textual parameters.  Some
examples are the ones from BBE Sound.

I went back to Audacity 2.0 and they would crash there as well.  I'd wager they
probably always caused Audacity to crash.

Not much can be done except to fall back to the graphical display.
2014-08-05 05:35:57 +00:00
lllucius@gmail.com
4965b5a78d Fix bug #737.
The problem was the the splash window was displayed
when the FFmpeg warning dialog appeared.  Just needed
to hide it before deleting the window since the actual
deletion is defered to some time later.
2014-08-04 16:41:27 +00:00
v.audacity
c70c02130a Martyn's patch for Bug 721 - Equalization: Changing language from non-English to English creates two "unnamed" curves. 2014-08-01 20:15:30 +00:00
v.audacity
2fe6e2ea5f Gale's patch for Bug 714 - Automatic Crash Recovery: more intuitive wording 2014-08-01 20:06:55 +00:00
v.audacity
d906d5c788 modified version of David Bailes's patch for Bug 710 - Keyboard Preferences: don't match single characters in modifiers in Key View search 2014-08-01 19:58:47 +00:00
v.audacity
c39269bf4a Austin Boyle's patch for Bug 473 - Track can be in "Solo" mode when there is no solo button 2014-08-01 18:59:07 +00:00
v.audacity
5b9e6f58a2 tiny cleanup of comments (No reason to mention versions there.) 2014-08-01 16:54:07 +00:00
RichardAsh1981@gmail.com
3f49828d37 Standardise on working oof Recording and Playback rather than Input and Output throughout Audacity. Remove some very old junks strings at the same time. 2014-07-21 21:37:53 +00:00
RichardAsh1981@gmail.com
65fc88e9b4 Disable experimental code which is not ready for the next release 2014-07-21 21:16:32 +00:00
RichardAsh1981@gmail.com
89fc0bf6b7 commit patch greatly improving the detection of format of raw audio files, by Philipp Sibler 2014-07-21 21:14:37 +00:00
lllucius@gmail.com
baa8f8a701 Gale found the reason I'd put in the yield during Nyquist processing,
so added it back for the Mac only.  See discussion in:

http://bugzilla.audacityteam.org/show_bug.cgi?id=734
2014-07-15 02:41:21 +00:00
lllucius
fe241e4d23 Implement suggested fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=734. Tested on Windows and Steve tested on Linux. 2014-07-12 14:29:54 +00:00
lllucius
96324b5520 Add "Delete Label" to right click when editing labels. 2014-07-12 14:26:07 +00:00
RichardAsh1981@gmail.com
fd53865f1c Add header include needed when FFmpeg support is enabled 2014-06-26 19:40:35 +00:00
james.k.crook@gmail.com
f4f5d19995 Audacity now 'owns' a client window added by a plug-in. 2014-06-26 17:39:09 +00:00
stevethefiddle@gmail.com
127b5d287a Duplicate command moved into basic Edit command group. Incremental update for bug 729. 2014-06-26 13:26:29 +00:00