1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-09 08:57:44 +02:00

961 Commits

Author SHA1 Message Date
martynshaw99
ebf54adaab Apply patch for bug 495, taking proper account of max, min and offsets of both tracks of a stereo pair. 2012-05-03 21:54:18 +00:00
martynshaw99
68e2d00f9b Restore default behaviour if no clips found to pre-r11704 status, whilst still get proper max and min for severely-offset waveforms. 2012-05-02 21:37:45 +00:00
james.k.crook@gmail.com
dee908b31e Saner sample rate (in comment). 2012-04-28 21:09:07 +00:00
james.k.crook@gmail.com
66c6d8f570 More internationalisation hints. 2012-04-28 18:17:38 +00:00
james.k.crook@gmail.com
f34863833b i18n-hint for Grabber. 2012-04-28 17:33:28 +00:00
james.k.crook@gmail.com
a41a447fdc Hide translatable strings in unused (#ifdeffed out) code. 2012-04-28 17:18:51 +00:00
v.audacity
03dbeb2aaf Use American spelling conventions in GUI, per policy and convention. 2012-04-27 22:27:40 +00:00
martynshaw99
758a8f65e6 Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make. 2012-04-26 22:57:04 +00:00
v.audacity
08b68fd96a Use American spelling conventions in GUI, per policy and convention. 2012-04-25 22:44:00 +00:00
v.audacity
3a5e4fbe3d Remove effects/SpikeCleaner.o because SpikeCleaner code has been removed. 2012-04-25 22:04:44 +00:00
martynshaw99
09b003c056 Missing header, sorry. 2012-04-24 22:44:55 +00:00
martynshaw99
ffea5a2273 Addressing one of the problems reported with 'Normalise' if the offset is greater than the signal. Comments on other possible problems. 2012-04-23 23:39:36 +00:00
james.k.crook@gmail.com
03202f9c98 Deleted SpikeCleaner.cpp and SpikeCleaner.h. If we want a better spike cleaner we'll (probably) start from a modified noise removal. 2012-04-19 09:06:43 +00:00
james.k.crook@gmail.com
445a6d943b Oops, missed _('SpikeCleaner...') in header file. Now changed to no longer appear in .pot files. 2012-04-19 09:04:40 +00:00
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
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
james.k.crook@gmail.com
76359b2402 Fixed typo 'instrunmet' -> 'instrument'. (thanks Milos Sramek) 2012-04-07 11:37:03 +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
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
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
v.audacity
29eb2a9710 update to 2.0.1, per step 13 at http://wiki.audacityteam.org/wiki/Release_Process#Process 2012-03-14 18:50:20 +00:00
mchinen
642c9d5b82 Remove glib included that conflicts with wxGTK for new glib versions. This glib header is not needed here. Patch by David Timms 2012-03-10 10:54:21 +00:00
mchinen
2ce94c6647 Effect.cpp: fix preview for tracks with leading whitespace 2012-03-03 21:14:31 +00:00