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
v.audacity
e47349a6f4
Further fix for P2 bug described by Bill Wharrie in "Problem dragging clips between tracks with different sample rates" thread on audacity-quality. Moved the resampling of dragged clips to (left-)mouse-up, rather than upon drag into the destination, but still dragging.
2012-03-03 20:20:06 +00:00
v.audacity
111278c61b
In WaveTrack.*:
...
* Fix P2 bug described by Bill Wharrie in "Problem dragging clips between tracks with different sample rates" thread on audacity-quality. Made sure the clips get resampled to the destination WaveTrack rate, and marked changed.
* Comment out unused override of WaveTrack::MoveClipToTrack().
* Added an ANSWER-ME about what appears to be a useless declaration and assignment.
In WaveClip.cpp, remove wxASSERT that Michael was trying to convince me to do yesterday. In debugging this, found a case when it's not a bad call. Thanks, Michael! :-)
In TrackPanel.cpp, removed some cruft.
2012-03-03 01:34:14 +00:00
mchinen
57694a2449
Sequence.cpp: Convert all blockfiles types including aliases in ConvertToSampleFormat
2012-03-01 04:18:32 +00:00
v.audacity
d3513320d6
fix for typo on prev commit
2012-03-01 02:56:41 +00:00
v.audacity
b45d4dd998
further fix for additional P1 "repeatable crash set format to 16-bit..." thread, Gale's msg of 2012-02-29
2012-03-01 02:11:09 +00:00
v.audacity
01aeba01c1
fix for additional P1 "repeatable crash set format to 16-bit..." thread, Gale's msg of 2012-02-29
2012-03-01 00:47:46 +00:00
v.audacity
c699aa601d
fix for P1 "repeatable crash set format to 16-bit..." thread
2012-02-29 04:16:08 +00:00
v.audacity
1f688cfb85
Failsafe against null dereferences if SeqBlock* has a null f.
2012-02-29 00:45:36 +00:00
v.audacity
3aa92e26f3
changes in first paragraph of dialog, due to Gale's further suggestion
2012-02-27 23:27:55 +00:00
v.audacity
6dc05d12fc
changes in first paragraph of dialog, due to Gale's concern (P2) about mention of Mac OS 9, and subsequent discussion
2012-02-27 23:08:56 +00:00
v.audacity
3b90ee098e
Martyn's fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=474
2012-02-27 01:43:33 +00:00
v.audacity
e42d9242cd
Fix http://bugzilla.audacityteam.org/show_bug.cgi?id=477 (P1).
2012-02-27 01:41:02 +00:00