clayton.otey
87fb427603
TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485.
2012-04-16 18:26:48 +00:00
windinthew
aa0738a81a
Update from Antonio Paniagua Navarro.
2012-04-10 04:53:12 +00:00
windinthew
b9c2066d3a
Fix for Bug 479 (P4) "transport menu is missing some access keys"
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=479
2012-04-09 06:30:55 +00:00
windinthew
c5c783957e
Small update from Choi Youn-Soo.
2012-04-09 02:07:45 +00:00
windinthew
08cfe234e5
updated software translation from Milos Sramek.
2012-04-08 17:49:40 +00:00
james.k.crook@gmail.com
76359b2402
Fixed typo 'instrunmet' -> 'instrument'. (thanks Milos Sramek)
2012-04-07 11:37:03 +00:00
windinthew
8ebad1ec1b
Updated software translation from Thomas Breinstrup.
2012-04-07 02:26:00 +00:00
windinthew
6cb0d34065
Fix suggested by Clayton to restore Mac builds - need to quote .po file name and path if the file name includes "@" .
2012-04-07 00:31:34 +00:00
james.k.crook@gmail.com
f919265b8d
Effect not yet ready for prime time and is not included with Audacity. Save translators from translating its strings.
2012-04-06 11:32:20 +00:00
james.k.crook@gmail.com
764d9d930a
Save and Load changed to Export and Import on Keyboard Prefs.
2012-04-06 11:12:31 +00:00
v.audacity
d1b231670b
Delete obsolete installer scripts.
2012-04-05 23:52:57 +00:00
richardash1981
df68486e7b
set some strings in the .pot file with xgettext options, and try to get a bit more of the sed to work. Would be nice if xgettext had options for all of these to avoid the sed.
2012-04-05 21:16:14 +00:00
windinthew
38b209d67e
Updated software translation from Andreas Klug.
2012-04-05 20:30:30 +00:00
richardash1981
ca7981ece9
add i18n-hints to time format strings as getting the translation wrong will break the program in subtle ways
2012-04-05 19:56:43 +00:00
james.k.crook@gmail.com
1caab1d2ee
Fix: Resetting key binding to defaults now works correctly.
2012-04-05 15:05:53 +00:00
james.k.crook@gmail.com
9f45d8c79a
So that ScoreAlign compiles again (if feature enabled).
2012-04-05 11:47:22 +00:00
james.k.crook@gmail.com
dd97cae3d9
Removed some (hidden) Cleanspeech cruft that had been used to disable effects. Made some static text open to translation. Added more i18n hints (thanks Thomas Breinstrup).
2012-04-05 11:21:15 +00:00
windinthew
e98695f324
Added Serbian (Latin) software translation by Miroslav Nikolic.
2012-04-03 07:56:51 +00:00
james.k.crook@gmail.com
1d476de431
Possible fix for Linux build bug: missing c_str().
2012-03-31 15:48:56 +00:00
james.k.crook@gmail.com
6d55f6a2af
Fixed use of _() macro for compatibility with wxWidgets 2.8.12
2012-03-30 16:59:09 +00:00
james.k.crook@gmail.com
5125ee20d3
Removed extra prefix CommandManager:: which is OK in MSVC but not gcc.
2012-03-30 14:55:16 +00:00
martynshaw99
8ed52d36cc
Add file that acts as a marked to reset prefs.
2012-03-29 23:54:34 +00:00
martynshaw99
75a27171fa
Add the ability to reset the Prefs.
...
Add japanese, SerbianCyrillic and ukrainian to the installer languages, since we have them in the app.
2012-03-29 23:53:08 +00:00
james.k.crook@gmail.com
c742d8de0b
Hotkeys for effects ONLY supported on Windows (for now).
2012-03-29 20:40:55 +00:00
james.k.crook@gmail.com
d1afc6e8c5
Hotkeys for effects. (uses numbers for effect names)
2012-03-29 20:31:49 +00:00
james.k.crook@gmail.com
b0446f3216
Update pertaining to IS_BETA (no such thing any more) and I'm back in the credits now that we don't claim to be stable. Gale also gets '- quality manager' (in lower case like other in-line role descriptions) - as agreed by techleaders.
2012-03-28 21:04:07 +00:00
james.k.crook@gmail.com
0b75a8ab02
Added comment on hard coded sample rate.
2012-03-25 20:53:59 +00:00
james.k.crook@gmail.com
860e19ae47
Fix Bug 432: Cleanspeech mode will now not activate, even if it was enabled in a previous version (and even if it has been deliberately added to audacity.cfg).
2012-03-25 20:22:10 +00:00
james.k.crook@gmail.com
1f17e0bb45
Fix BUG 459: TimeText Control values skip a whole second. This was due to rounding error, rounding not being propagated, so 4.9995 showed as 4.0000.
2012-03-25 18:09:25 +00:00
james.k.crook@gmail.com
a5c5af0d5a
Fix: Cursor now stays where it is if z pressed and no zero crossings or audio nearby and in empty space.
2012-03-25 16:35:04 +00:00
james.k.crook@gmail.com
2f0323c8fd
Fix Bug 183: Zero crossing detection previously could/would select samples that were in the spaces between audio. This led to selection of audio before time zero. It also led to poor behaviour where clips did not end at zero. Now spaces between audio are strongly discouraged (treated as samples of value 2.0) for zero detection.
2012-03-25 16:19:08 +00:00
lllucius
b7406f91e3
Tying up another loose end...moving the Audacity libraries
...
to /Library/Application Support/audacity/libs to circumvent
Apple's propensity for thinking your system belongs to them.
I have sent the new installers to Gale and expect they will
go to Buanzo's site fairly soon.
2012-03-25 05:16:46 +00:00
james.k.crook@gmail.com
c85dc5bb87
Fixed missing wxT(). Use logger even in debug builds.
2012-03-22 23:08:39 +00:00
lllucius
5f1ef8f8fa
Adding wxMac accessibility. Should resolve:
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=139
2012-03-21 03:09:06 +00:00
james.k.crook@gmail.com
6b21ebb1a7
Corrected a ; to a :
2012-03-20 22:12:06 +00:00
james.k.crook@gmail.com
cd54a2728b
Fixed some smart quotes that can cause problems for .po file generation.
2012-03-20 21:59:30 +00:00
james.k.crook@gmail.com
6c71a5e170
Fixed more internationalisation hints.
2012-03-20 16:48:57 +00:00
james.k.crook@gmail.com
63f0b8b09e
Fixed more internationalisation hints.
2012-03-20 16:17:37 +00:00
james.k.crook@gmail.com
69476e785c
Fixed more internationalisation hints.
2012-03-20 15:36:02 +00:00
james.k.crook@gmail.com
4403da58ff
Don't start logging window in debug builds under windows (we use the MSVC debugger window instead).
...
Added (commented out) memory leak detection to AudacityHeaders.h
2012-03-19 17:54:52 +00:00
james.k.crook@gmail.com
db38d6049d
Fixed internationalisation hints.
2012-03-19 17:52:57 +00:00
james.k.crook@gmail.com
f1721693c3
Fixed internationalisation hints.
2012-03-19 17:41:19 +00:00
windinthew
efcd55142b
Updated translation from Miroslav Nikolic (not translating mMaxSamples)
2012-03-18 22:27:42 +00:00
windinthew
34a53abd43
Updated software translation from Thomas De Rocker
2012-03-18 20:56:55 +00:00
windinthew
6d522d153e
Updated software translation from Mikhail Balabanov
2012-03-18 20:48:02 +00:00
windinthew
1761ece7dd
update from Alexandre
2012-03-18 20:41:41 +00:00
richardash1981
58674b2683
we don\'t need to ship this script, and indeed we don't want end users running it because they will load the server hard. So delete the script from the source release
Audacity-2.0.0
2012-03-16 21:12:10 +00:00
richardash1981
cce55d1697
remove some steps in the tarball process which are no longer needed, as the directories are no longer there, and there are no executable source files in SVN (cleaning them up is easy, compared to CVS
2012-03-16 20:55:57 +00:00
richardash1981
4aaed7d285
this is the old portaudio v18 source, which Audacity stopped supporting ages ago. Removing it from the source tree
2012-03-16 20:52:16 +00:00
richardash1981
623ea25327
this script has been redundant since we stopped using wxhelp for the manual
2012-03-16 19:46:13 +00:00