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

3771 Commits

Author SHA1 Message Date
Leland Lucius
fa99433113 Updated/fixed ProgressDialog for wx3
This also re-enables the splash screen and recombines the
OnInit() and FinishInits() since I'm pretty sure the progress
dialog was the issue.

I also retested (as much as I could) and cleaned out all of the
little "hacks" the progress dialog gained over the years.  With
the new modal handling of wx3, it seems that things are much better
behaved.

However, it seems that wxGTK (at least) has gained some new focus
probs (to be dealt with later).
2015-07-19 15:47:50 -05:00
Leland Lucius
3e709dd98c Update modules for wx3 2015-07-19 15:37:04 -05:00
Leland Lucius
39064c42d5 FileDialog shouldn't return duplicate names. 2015-07-18 21:26:11 -05:00
Leland Lucius
62491cb769 Fix assertion due to adjustment value being zero
wx3 on OSX has changed how the mouse wheel delta is calculated.  Prior
to wx3, it was simply set to 1 so the wheel rotaion value was simply
increments of one.

With wx3, higher resolution devices (like touchpads) are supported so
the value for wheel rotation can be a fraction of the delta, so it is
possible to pass a zero value to the NumericConverter::Adjust() method.
Therefore, the method just returns in this case.
2015-07-18 20:19:04 -05:00
Leland Lucius
6d25c04af5 LV2 GUI now supported on OSX thanks to wx3 2015-07-18 05:33:34 -05:00
Leland Lucius
f7cb9852ba Typo in the makefile 2015-07-18 02:01:31 -05:00
Leland Lucius
ed419f1917 Round 10 of wx3 changes
configure script now auto detects whether wxWidgets was built using
gtk2 or gtk3, so there's no longer a need to specify which one when
running configure.

VST support updated for wx3 under GTK.
2015-07-18 01:22:05 -05:00
Leland Lucius
47f8d10de3 Round 9 of wx3 changes
VST GUI handling greatly simplied on OSX
2015-07-17 23:18:55 -05:00
Leland Lucius
ac4c4faadc Round 8 of wx3 changes
VST control working on Windows...further changes will be required
2015-07-16 14:30:04 -05:00
Leland Lucius
805f0e29d1 Round 7 of wx3 changes
I believe the FileDialog is now complete and consistent across
all 3 platforms.
2015-07-16 01:12:09 -05:00
Leland Lucius
553308fc29 Round 6 of wx3 changes
A bit of fine tuning the FileDialog on Windows
Deleted Visual Studio 2008 project files
2015-07-15 01:12:41 -05:00
Leland Lucius
9b9c8cc073 Round 5 of wx3 changes
FileDialog now complete on Linux.  Needs some fine tuning on
Windows and OSX.
Builds with wx3 and gtk2 or gtk3.
Still more effect work to do.
2015-07-14 23:33:53 -05:00
Leland Lucius
2f760c4bac Round 4 of wx3 changes
This gets FileDialog updated and working on Windows.  It also
removes removes the "wx3" build configurations and makes the default
Debug and Release builds wx3-only.

Still need to get VSTs updated.
2015-07-13 16:38:24 -05:00
Leland Lucius
4deccfc980 Round 3 retry...helps to add the changed files to the commit 2015-07-13 12:36:40 -05:00
Leland Lucius
d1594cdca5 Round 3 of wx3 changes
FileDialog updated to embed the file type options.
2015-07-13 10:20:37 -05:00
Leland Lucius
b8872a4a02 Round 2 of wx3 changes on OSX
Main change is that VST GUI support is now integrate with new Cocoa
views.  Direct support for VST Cocoa views (via Cockos extensions:
http://www.reaper.fm/sdk/vst/vst_ext.php) has been added.
2015-07-11 19:33:04 -05:00
Leland Lucius
a9184af222 Merge remote-tracking branch 'upstream/master' into wx3 is necessary, 2015-07-11 19:23:49 -05:00
James Crook
7d3e4a16d6 Corsican and Nepali not supported.
(P3) Commented out co and ne languages as they are not supported by Audacity.
Audacity-2.1.1
2015-07-11 11:02:22 +01:00
James Crook
510713b981 Merge remote-tracking branch 'leland/master' 2015-07-10 09:30:17 +01:00
James Crook
eaa1973051 Merge remote-tracking branch 'upstream/master' 2015-07-10 09:29:06 +01:00
James Crook
6423610f01 Bug 1061 - Chinese (Simplified) Missing
Previously we looked at wxLocale language names for matches to our names.  The change to use the language set in the installer reversed this.  However looking up zh (which is Chinese) in wxLocale yields  zh_TW.   So instead we now look up zh_CN.
2015-07-10 09:28:24 +01:00
Steve Daulton
ce9626d31c Minimal fix for bug 1060
Minimal fix for bug 1060 made with agreement of RM.
No documentation changes required.
Further fix/enhancements will wait until after 2.1.1 is released.
2015-07-08 18:47:33 +01:00
Leland Lucius
f434789f34 Fix crash in new binary AutoSave
Would happen when writing tags with a value whose length was greater
than 65535 due to the use of shorts.  Now uses int instead.
2015-07-08 10:13:34 -05:00
Leland Lucius
22c8f7fb76 Pretty sure this is the fix for the crashing VSTs 2015-07-05 13:48:59 -05:00
Leland Lucius
d7d1de46f8 Revert "Possible fix for VST crash when not in debugger."
This reverts commit 2b24de978cd6e511dd22ae4b3bba308b0820a67e.
2015-07-05 13:44:14 -05:00
James Crook
2b24de978c Possible fix for VST crash when not in debugger.
Suspected that the array is not big enough.
2015-07-04 22:38:58 +01:00
James Crook
4025f27764 Sourceforge -> audacityteam (sidebar.html)
The sidebar.html file is used in the local copy of the manual and needs to point to our website, now that we have moved from sourceforge.
2015-07-02 07:40:07 +01:00
Leland Lucius
08c0663624 Added removal of ".git" and ".gitignore" when building minsrc tarball
And removed SVN bits...
2015-06-30 16:06:00 -05:00
Leland Lucius
c6dffaaaa4 Merge branch 'master' into wx3 2015-06-30 11:30:48 -05:00
Leland Lucius
d1f66d768f Updates for wx3
A long way to go yet, but many OSX issues fixed including
conversion of Audio Unit effects.
2015-06-30 11:25:32 -05:00
James Crook
b99f1b90fb Missing " 2015-06-29 23:16:18 +01:00
James Crook
9b94dcf2f3 README.txt - Fixes for 2.1.1
Re-Instated the Operating System section in the 2.1.0 changes.
Updated the changes and fixes as per corrections/additions to the wiki release notes by Gale (thanks for those).
2015-06-29 22:42:52 +01:00
James Crook
a521164657 Translations received via Transifex
de - German - Daniel Winzen
tr - Turkish - Kaya Zeren
nl - Dutch - Thomas De Rocker
sr_RS - Serbian - Thomas De Rocker
pl - Polish - Andrzej Supermocny
fr - French - Tubuntu
2015-06-29 22:12:26 +01:00
James Crook
684480a8b1 Translations received via -translations email list
da - Danish - Thomas Breinstrup
fi - Finnish - Heino Keränen
ro - Romanian - Cristian Secară
zh - Chinese - zhangmin
es - Spanish - Antonio Paniagua Navarro
ca - Catalan - Francesc Busquets
(hu - Hungarian - Balázs Úr ) <- Already updated for 2.1.1.
2015-06-29 21:53:35 +01:00
James Crook
60529e4a9e 2.1.1. IS_ALPHA -> 0
Preparation for RC1 for 2.1.1.
2015-06-29 00:31:44 +01:00
James Crook
4a2d0882bf Removed OS section from changes.
This was (mostly) about changes in 2.1.0
2015-06-27 22:26:49 +01:00
Leland Lucius
54edb67341 Make sure vocalridiso.ny plugin autoregisteres 2015-06-27 13:42:33 -05:00
Leland Lucius
458c74bc6b Add new vocalrediso.ny plugin 2015-06-27 11:10:16 -07:00
Leland Lucius
5e09785840 Add new vocalridso.ny plugin 2015-06-27 13:07:20 -05:00
Leland Lucius
da2bc25721 Add new vocolridiso.ny plugin 2015-06-27 13:05:58 -05:00
Leland Lucius
d28ac9ea61 Fix LV2 effect recognition between 2.1.0 and 2.2.0 2015-06-27 10:53:42 -07:00
James Crook
0de8b595fd Robert Haennggi's Vocal Reduction and Isolation
New nyquist plug-in added.
2015-06-27 17:43:49 +01:00
James Crook
dfe80bbfa5 Fixed audacity version to 2.1.1
This is s cosmetic change.
2015-06-27 17:13:50 +01:00
Leland Lucius
7071c9952c Hopefully this will provide a decent workaround for bug 1045
Basically, an LV2 effect that contains port types that Audacity
doesn't understand will be unavailable for use.
2015-06-26 09:58:37 -07:00
James Crook
5bb3bb1f9e Merge pull request #56 from lllucius/master
Fix for bug #1046 - LADSPA Hard Limiter included on Mac.
2015-06-25 07:48:09 +01:00
Leland Lucius
21911de622 Fix for bug #1046 2015-06-24 18:32:48 -05:00
Paul Licameli
9c957d43b1 Bug1013: normalize keystroke named in status bar, for Mac 2015-06-24 13:34:02 -04:00
James Crook
1a2944765d Added .pot file to windows project Updated README for 2.1.1 2015-06-24 18:08:30 +01:00
James Crook
dea351aa48 Merge pull request #55 from Paul-Licameli/bug1043-bug1044
Bugs 1043, 1044 -- Be careful with new display modes in preferences

Approved by James.
2015-06-23 20:25:47 +01:00
Paul Licameli
ccebaf9d95 Bugs 1043, 1044 -- Be careful with new display modes in preferences
Write a new key so version 2.1.0 isn't confused by the reordered values

Add some future proofing against similar to 2.1.1 code
2015-06-23 13:12:07 -04:00