1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-06 14:52:34 +02:00

6118 Commits

Author SHA1 Message Date
James Crook
c53e2dbb77 Bug 1597 - Enh: Greater clarity over status of versions needed
- For ALPHA builds we do a check version with the Welcome screen (if welcome screen is enabled).
- A 'Check Online' in the About box provides a new route to check version
- Check Version now passes CommitId and Build Date/Time to identify a version.

To actually close the bug we need the javascript on the server page to put up informative messages.
2017-02-25 23:00:39 +00:00
Darrell Walisser
43291687a5 Bug 1401 - Wait for window visibility before starting timer 2017-02-25 16:16:42 -05:00
James Crook
ebd767f81b Change NyqBench Shortcut Letters (fr.po)
Change to avoid collision of shortcuts recommended for french translation by trebmuh
2017-02-25 18:21:47 +00:00
Darrell Walisser
0a0a9f615c Bug 1528 - Linux: Mod-script-pipe can't be built 2017-02-24 22:54:57 +00:00
Darrell Walisser
ad24fee7dd configure: add check for gcc 4.9.0 up-front
also sets -std=gnu++11 per wxWidgets requirement
closes bug #1506
2017-02-24 14:52:21 -05:00
Steve Daulton
7517b2653e Set minimum size of EditCurvesDialog (bug 470) 2017-02-24 18:52:25 +00:00
Steve Daulton
a80556df2f Bug 1574 - Built-in generators may generate wrong length 2017-02-24 18:52:03 +00:00
Steve Daulton
d9f7b3605f Bug 1576 - Assert when New Length is zero in Change Speed effect 2017-02-24 18:51:39 +00:00
Steve Daulton
67810d35bf Bug 1573 - Multi-line SAL scripts fail in Nyquist Prompt 2017-02-24 18:51:17 +00:00
Steve Daulton
81dd23bd16 Bug 1566 - Incorrect error message if Nyquist returns mono sound as an array
and quieten a load of compiler warnings.
2017-02-24 18:50:30 +00:00
Steve Daulton
1a5a025b70 Update Nyquist v4 property lists and comments
Comments added where documentation is required.
2017-02-24 18:50:28 +00:00
James Crook
73b421a5c3 Bug 1591 - Windows: Click Track not removed from previous installation 2017-02-24 18:33:27 +00:00
James Crook
f4bfe1fc02 Bug 1599 - Cannot paste clipboard text into label unless content already on Audacity clipboard
Thanks to Steve Daulton for the fix.
2017-02-24 18:07:47 +00:00
James Crook
1ffe7367a3 Comment about missing/broken ERR_HANDLING. 2017-02-24 17:21:17 +00:00
James Crook
2a4794760c Merge remote-tracking branch 'dave/metadatacancel' 2017-02-24 17:15:24 +00:00
David Bailes
06dc9073ab Fix for bug 1550 - metadata editor: esc does not cancel
Problem: on Windows, Esc does not cancel metadata editor.

Fix:
1. In tag.h, for windows, don't override IsEscapeKey().
2. In tag.cpp, for windows, include a return in the function DoCancel, so that if a cell is being edited and the user presses Esc, this just cancels the edit, and not the dialog.

This fix returns the behaviour of the dialog on Windows back to the behaviour prior to commit c1ca055. It only affects the behaviour on Windows.
2017-02-24 16:41:08 +00:00
James Crook
72d2aaa385 Merge remote-tracking branch 'paul/bug451' 2017-02-24 16:38:20 +00:00
James Crook
5d76e66168 Merge remote-tracking branch 'paul/AUbug' 2017-02-24 16:37:19 +00:00
James Crook
92349739f9 Merge pull request #175 from cannam/mp3_fix_truncated_import
Fix truncated decode of mp3 files on import
Thanks for this Chris.  Sorry for the delay in committing it.
2017-02-24 14:05:23 +00:00
James Crook
9e7756cdc8 Set IS_ALPHA to 1 2017-02-24 13:44:50 +00:00
Paul Licameli
7808033421 Fix crash opening menu in some AU effects 2017-02-23 22:52:17 -05:00
Paul Licameli
79c07bd5c1 Bug451 re-fix: When file open fails, don't erase blockfiles
The original fix of years ago must have caused leaked memory, and was
undone by my other changes to track memory management.  This fix preserves
the intent, and avoids leaked memory.
2017-02-23 12:47:50 -05:00
James Crook
e8ac12160a Tweak Polish Translation by Michał Trzebiatowski 2017-02-23 15:29:23 +00:00
James Crook
89c44f9cd6 Add fileSpec to CleanDir, so can be selective about files to delete.
Note that CleanDir may be used on a temp directory, deleting entire projects, and in that case
we delete all files too, but do not want to delete files that are at the top level, only ones inside
projects.
2017-02-20 12:58:11 +00:00
James Crook
0a518b65d1 Don't follow symlinks in RecursivelyEnumerate
Projects will only have symlinks in them if they have been tampered with, and then
following the links, especially when doing CleanDir(), would be dangerous.  So don't.

Improved comments, otherwise it isn't clear that CleanDir is needed on Windows
and Linux, not just Mac.  It is deleting whole subdirs, not just .DS_Store files.
2017-02-20 12:17:16 +00:00
James Crook
085c260714 Typo in README.txt 2017-02-20 11:33:07 +00:00
Gale Andrews
4286124b6f New section about duplicate plugins 2017-02-20 01:31:13 +00:00
Gale Andrews
630fc5979c Tweak all-in-one text 2017-02-20 01:04:42 +00:00
James Crook
b7cd1f484a Update Installer DMG background.png
It now refers to icon rather than to folder.
2017-02-19 21:59:13 +00:00
James Crook
a239a13a3a Update README.txt and mac/Install.txt 2017-02-19 21:50:10 +00:00
James Crook
8a100a14f4 Update Greek Translation by Dimitris Spingos 2017-02-19 21:32:19 +00:00
James Crook
04e99896e8 Update Polish Translation by Michał Trzebiatowski 2017-02-19 21:31:24 +00:00
James Crook
c81c4d4c5a Update Slovenian Translation by Martin Srebotnjak 2017-02-19 21:30:07 +00:00
James Crook
1370dda0fb Tweak Ukranian Translation by Yuri Chornoivan
https://github.com/yurchor
2017-02-19 21:28:27 +00:00
James Crook
cf4e07a75a Tweak Brazilian Portuguese Translation by Lucas Teixeira
https://github.com/lucaspontoexe
2017-02-19 21:25:45 +00:00
James Crook
a6b3811b9a Tweak French Translation by Intv0id (missing strings)
https://github.com/intv0id
2017-02-19 21:20:59 +00:00
Paul Licameli
5b10c386e9 Bug1594, 1567: Don't destroy source project when saving-as! 2017-02-19 12:55:01 -05:00
James Crook
0ceae62964 Add UTF-8 BOM to audacity.iss so that Unicode is right in installer. 2017-02-13 16:15:42 +00:00
James Crook
77ceb6a707 Linux Build Settings.
Configure.ac:
  Upped version number to 2.1.3
  Made FFmpeg and LibFlac Local

Readme.txt:
  Added instruction for CFLAGS.
  Use XCodebuild instructions on Mac, not autotools.
  one reason is, on Mac must use patched wxWidgets 3.0.2
2017-02-12 12:31:34 +00:00
James Crook
cf688914de Merge pull request #180 from walisser/issues
Add missing template instantiation
2017-02-07 19:50:42 +00:00
Darrell Walisser
11cfe75793 Add missing template instantiation 2017-02-07 13:11:33 -05:00
James Crook
085489f7e2 Don't scan AudioUnits in fast check of plug-in validity. 2017-02-07 11:57:44 +00:00
James Crook
5809499cfc Bug 1580 - Residual
I'd missed the path for Export Audio and Export Selected Audio.
2017-02-07 11:38:56 +00:00
Paul Licameli
e84a5b66ba Fix Mac build after commit e4260e9581facc288be40d9ca84f98d52ec724b1 2017-02-06 20:31:51 -05:00
James Crook
ec12bc37b5 Bug 1580 - Enh: New default directory for Save and Export .../Documents/Audacity
Fix affects windows only.
In the case of Save and SaveAs creates the directory too, so that the dialog can be positioned there.
For Export Multiple, will prompt if the directory does not exist.
2017-02-06 15:38:20 +00:00
James Crook
e4260e9581 Bug 1587 - Mac: Ghost duplicate Nyquist effects after upgrade
Fix removes ghost Nyquist effects from the effects menu and generators from generate menu.
2017-02-05 20:27:56 +00:00
James Crook
31df61f537 Set IS_ALPHA to 0. 2017-02-01 16:09:36 +00:00
James Crook
92bef0fa89 Updated README.txt
Added faster Nyquist.
Added note about Mac Sierra.
2017-02-01 16:08:53 +00:00
Paul Licameli
856dfef30f More accurate comments, after foregoing bug1567 fixes. 2017-01-31 14:25:35 -05:00
Paul Licameli
5392feefd4 Bug1521 residual: Save new project, still must remove project* folder 2017-01-31 12:41:54 -05:00