1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

2516 Commits

Author SHA1 Message Date
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
RichardAsh1981@gmail.com
3e4b1eef98 remove a macro which is not used in the code anywhere, and duplicated from elsewhere 2014-09-30 19:37:01 +00:00
RichardAsh1981@gmail.com
221413cbb8 Distribute the library list and patch schedule in the tarball 2014-09-30 19:34:54 +00:00
RichardAsh1981@gmail.com
0d270c73b8 Fixing make dist target: use a newer tar format so that long file names can be stored correctly, and require a new enough automake to have this feature work. 2014-09-30 19:34:12 +00:00
RichardAsh1981@gmail.com
80bd436ff9 late commit of the changes needed to this script for the 2.0.6 release cycle: do not remove Makefiles as some are precious, and remove some more libraries which are not used in released code. Remove code to drop libraries which are now gone from SVN. Remove local files produced by python scripts 2014-09-30 19:33:08 +00:00
v.audacity
cdbc22ddbf Change numbering to incremental per section, for easier referral.
Some slight rewordings.
2014-09-29 23:35:18 +00:00
v.audacity
aff3291c92 Changes after 2.0.6 release. 2014-09-29 23:30:09 +00:00
v.audacity
6d9489c475 Oops, removing misplaced tag for 2.0.6. Audacity-2.0.6 2014-09-29 23:08:58 +00:00
v.audacity
0b0c4d915a Audacity_2_0_6 2014-09-29 23:03:25 +00:00
v.audacity
948f6f1a5f Updates for 2.0.6.
Note that 2 languages were removed and 2 added, per http://www.jrsoftware.org/files/is5-whatsnew.htm.
2014-09-25 02:35:01 +00:00
prlivesey
98186b9317 Removed the Audacity.sh shell script from the Application bundle
as it's no longer required and interferes with code signing
2014-09-23 17:53:27 +00:00
windinthew@gmail.com
9d643be5a0 Added entry for the new searchable Keyboard Preferences. 2014-09-18 02:32:29 +00:00
windinthew@gmail.com
90c64fc71f Update by Arun Kumar. 2014-09-16 06:52:42 +00:00
windinthew
53a3868b06 Updated for 2.0.6. 2014-09-09 19:25:59 +00:00
RichardAsh1981@gmail.com
44ded8d3cd Updated translation from Pavel Fric 2014-09-09 18:39:53 +00:00
windinthew
438275d938 Updated translation by Atsushi Yoshida. 2014-09-08 06:35:21 +00:00
richardash1981
308afa64f4 Updated translation from Thomas Breinstrup 2014-09-07 21:15:43 +00:00
richardash1981
d7e02c752d Updated translation from Miguel Anxo Bouzada 2014-09-07 21:13:46 +00:00
richardash1981
45929a516d Updated translation from min zhang 2014-09-07 21:11:23 +00:00
richardash1981
a1636b6e18 Updated translation from Antonio Paniagua 2014-09-07 21:07:46 +00:00
richardash1981
d230912068 Updated translation from Xabier Aramendi 2014-09-07 21:04:56 +00:00
richardash1981
2d4408cb59 Updated translation from Kaya Zeren 2014-09-07 21:01:06 +00:00
richardash1981
0bf5b680c1 Updated translation from Carmelo Battaglia 2014-09-07 20:58:56 +00:00
richardash1981
374349de04 Updated translation by Ináo Barroso 2014-09-07 20:54:08 +00:00
windinthew
39551b1a06 2.0.6 update by Daniel Winzen. 2014-09-04 20:24:48 +00:00
windinthew
c4502c29b9 Updated all other .po files to latest audacity.pot. 2014-09-04 20:03:42 +00:00
windinthew
05245e6ff1 Updated by Inácio Barroso AND updated to latest strings from audacity.pot. 2014-09-04 19:59:09 +00:00
v.audacity
43e2bca001 Increment version numbers for 2.0.6 release. Make wordings more consistent between the two files. 2014-09-04 02:51:17 +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
windinthew
7e4902ebec Updated by Yuri Chornoivan. 2014-08-31 06:37:36 +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
windinthew
fa0249bf2a Fade In/Out correction by Maysara A. Abdulhaq AND updated strings to latest available audacity.pot on the site. 2014-08-20 02:34:03 +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
c0b3859249 stop GStreamer being enabled on Linux systems where it is installed for this release, re-generate configure 2014-08-16 21:48:30 +00:00