windinthew@gmail.com
08cceb6b4a
Fixed a few comma typos.
2015-03-04 17:11:00 +00:00
v.audacity
23701781e8
We are going to have to do RC2's, so am committing these late submissions. They build for me.
2015-03-03 03:37:26 +00:00
v.audacity
58bca2e8a9
fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=883
2015-03-03 01:48:07 +00:00
v.audacity@gmail.com
dec3645264
Change version number from 2.1.0-alpha, for 2.1.0 RC(s).
2015-03-01 22:12:47 +00:00
windinthew@gmail.com
ddef739226
Updated for 2.1.0 by Daniel Winzen.
2015-02-27 01:17:32 +00:00
v.audacity
7990d2a847
Francesc Busquets update for Catalan
2015-02-25 06:49:43 +00:00
stevethefiddle@gmail.com
d53c1bf299
Disable experimental seek.
2015-02-24 23:50:20 +00:00
richardash1981
38f29aa167
Completed translation from Min Zhang
2015-02-23 21:47:02 +00:00
richardash1981
37d1a6bf0a
Updated translation from Thomas De Rocker
2015-02-23 21:43:16 +00:00
richardash1981
633499463e
commit nearly complete translation from min zhang
2015-02-22 22:17:30 +00:00
windinthew
ae2b655437
Updated for resolution of bug 807.
2015-02-22 18:32:30 +00:00
windinthew
28a942c63a
Latest available translation, corrected all instances of "Labeled Audio" to "Textmarkiertes Audio" and updated strings to latest audacity.pot.
2015-02-22 16:05:23 +00:00
v.audacity
390ddb0bf8
update from Carmelo Battaglia
2015-02-21 22:45:58 +00:00
windinthew@gmail.com
8944926f17
Forgot to update to 2015.
2015-02-21 01:11:15 +00:00
windinthew@gmail.com
1007535934
Update for 2.1.0. Please check it.
2015-02-21 01:07:24 +00:00
windinthew@gmail.com
7b6e94847b
Updated translation for 2.1.0 from Miguel Bouzada.
2015-02-20 17:15:33 +00:00
v.audacity
8befced39d
commits for Audacity version 2.1
2015-02-20 13:48:39 +00:00
v.audacity
47525fe553
updated Danish version from Thomas Breinstrup, per .pot file of 2015-02-10
2015-02-19 18:55:14 +00:00
v.audacity@gmail.com
7e96305991
Get rid of an unused var to avoid compiler warning.
2015-02-19 11:17:40 +00:00
v.audacity
5f1ce03e32
PRL's fix for bug 827
2015-02-19 11:08:58 +00:00
windinthew@gmail.com
59349002f6
Update for 2.1.0 by Antonio. Also fix the Wahwah crash in Spanish (bug 861), thanks to Steve for spotting the error.
2015-02-18 03:55:31 +00:00
lllucius@gmail.com
ea074f889b
Regenerate build files on Debian Wheezy
...
This will fix building the minsrc tarball on Debian Wheezy
2015-02-17 16:19:57 +00:00
lllucius@gmail.com
5d1dc4ce6a
Fix part 2 of bug #857
...
Gale found that the previous fix for bug #857 didn't
completely address all crashes.
In this case, the sequence of events:
1) Dynamic module is added to list of module using its name, "VST Effects"
2) Language is set (during init) to one that has "VST Effects" translated
3) Language is changed to something else via preferences, which changes
translation of "VST Effects" to something else.
4) During termination, the module is deleted, but since the language
has now changed due to translation, it isn't deleted from the list
of modules
5) An attempt is made to delete the next module, which happens to be
the same one becuase it was never removed from the list.
6) Boom...
2015-02-14 17:14:23 +00:00
lllucius
8ba320237f
Remove "-alpha" per release agenda step 6.3.
2015-02-13 03:14:26 +00:00
v.audacity@gmail.com
373d037287
Remove "-alpha" per release agenda step 6.2.
2015-02-13 02:36:01 +00:00
v.audacity@gmail.com
e6dfecc2d0
Turn off IS_ALPHA per release agenda step 6.1.
2015-02-13 02:28:26 +00:00
windinthew
e840bfe3a7
Update for 2.1.0 by Yuri Chornoivan.
2015-02-12 15:11:18 +00:00
lllucius@gmail.com
e73b7e70a3
Fix for bug #857
...
Even though this is only a P2, I felt it would be
quite bothersome for the users and might cause some
confusion.
The problem was the the wxLocale was being deleted
before all usage of it was complete. The fix was
to explicitly delete the plugin and module managers.
2015-02-12 02:30:30 +00:00
lllucius
c88c1738bb
Fix for bug #854
2015-02-08 10:22:46 +00:00
v.audacity
1349b06628
Now that Gale recently told us he's using these installers for nightlies, it NEEDS the "-alpha" designation, or it looks like his nightlies are the actual 2.1 release -- which we have NOT done.
2015-02-03 11:31:35 +00:00
lllucius@gmail.com
de0ec7e5e5
Add missing return statements.
...
Sorry about that...extracted the change from a "working tree" and missed 'em.
2015-02-03 01:07:50 +00:00
martynshaw99
3d9d6836ce
Gale's changes to get us nearer to 2.1 release, including updates for VS 2013.
2015-02-03 00:17:27 +00:00
lllucius@gmail.com
5826525970
Fix for P1 bug #850
...
This ensures that the settings file gets flushed after the presets
are removed so it won't happen during termination.
2015-02-02 15:40:15 +00:00
stevethefiddle@gmail.com
2e562600af
Fix for bug 849. Validates user selected frequency in Spectral Edit plugins to prevent Nyquist applying invalid frequency (greater than Nyquist frequency) parameters to filters.
...
This does not address the broader question of how Spectral Selection should handle multiple sample rates.
2015-02-02 01:46:34 +00:00
james.k.crook@gmail.com
abda1166de
Fixed issue Steve rated as P1/P2 where noise reduction applied to just the (unseen) spectral selection.
...
Fix, which is to disable that aspect, was agreed between Paul, Bill, Steve (and OI agree too) and as a TL I'm putting it into action so as not to hold up release with a P1.
2015-01-30 20:43:28 +00:00
lllucius@gmail.com
5d595b745c
Workaround for the "P1" assignment on bug #736
2015-01-29 07:02:02 +00:00
lllucius@gmail.com
408dcaca66
Fix Nyquist Workbench
...
This is a very low impact change, so should not affect the
release.
2015-01-27 03:44:06 +00:00
v.audacity@gmail.com
401c26f132
Remove WDM-KS again for 2.1 release.
2015-01-24 23:07:29 +00:00
james.k.crook@gmail.com
58096be5a2
Preparation for 2.1.0 release: (1) Set Noise Reduction parameters to agreed values. (2) [Reluctantly] Disable Module Prefs.
2015-01-24 14:56:29 +00:00
stevethefiddle@gmail.com
57d218bcec
Minor bug fix. No user impact.
2015-01-22 08:50:00 +00:00
stevethefiddle@gmail.com
4a19fa798c
Disable Experimental Scrubbing for 2.1 release.
2015-01-22 02:25:19 +00:00
lllucius@gmail.com
661eb445d1
Ensure socket name supports either option described in bug #840
...
Doing now so we don't get into supporting another legacy name.
2015-01-21 17:01:06 +00:00
lllucius
361d3add9b
Revert r13868 and fix access violation on Windows
...
This puts the single instance checker back to pre-13868
behavior, so we're back to being able to open multiple
instance if the temp directory is different in portable
settings.
The access violation has apparently been happening for
quite a while, just hidden because it happened when
additional Audacity instances were executed and the DDE
command was sent to the first instance. After sending
the command, the connection was disconnected, but the
object had already been deleted by the command execution
so a first-chance exception was triggered.
2015-01-21 07:52:15 +00:00
lllucius
09c213feed
Applying Paul's fix for bug #818
...
While I didn't see the crash in action, the patch definitely
fixes the possibility of one.
2015-01-20 06:34:55 +00:00
lllucius@gmail.com
45c5bdfa45
Fix Linux build
2015-01-19 18:04:43 +00:00
lllucius
3d420e019c
Applied accessibility patch from David that I missed.
...
From David's message:
"solution to the problem of getting jaws to read the updated
name after choosing start/stop monitoring on the menu"
2015-01-19 17:47:39 +00:00
lllucius
10f62cdae5
Fix for bug #833
...
This allows duplicate items in the effects menus and provides a
means to uniquely identify each item.
2015-01-19 16:28:48 +00:00
stevethefiddle@gmail.com
e5d2ef6ecd
Consistency - change "rms" to "RMS".
2015-01-17 15:29:11 +00:00
stevethefiddle@gmail.com
d89ca6e457
Fix typo in error message.
2015-01-17 13:04:48 +00:00
lllucius@gmail.com
38c49d55a8
Armenian added to Mac project...bug #823
2015-01-14 16:10:36 +00:00