v.audacity
eaca51bbef
Gale's patch per Steve's suggested rewordings
2013-01-07 05:40:26 +00:00
v.audacity
1ef4eaf2d2
Gale's patch per Steve's suggested rewordings
2013-01-07 05:38:31 +00:00
v.audacity
f73f03aff4
Simplify messages.
2013-01-07 05:35:34 +00:00
v.audacity
72825001f5
modified version of Steve's patch for bugs 428 and 430
2013-01-05 00:05:59 +00:00
richardash1981
c32cfbc2a5
commit fix for crash if you undo whilst time-shifting a track, found and produced by Campbell Barton
2012-12-04 16:41:43 +00:00
v.audacity
9e3c8abfd3
patch from Luciano Rosa to accommodate hi-rez devices (starting with M2Tech products)
2012-12-03 05:39:17 +00:00
v.audacity
3cb679ccd8
David Bailes patch for bug 591
2012-10-11 01:45:33 +00:00
windinthew
588d4c9895
Fix a capitalisation
2012-09-01 06:50:14 +00:00
v.audacity
b9d211e741
Gaurav Agarwal and Gale's patch for bug 237
2012-08-29 22:04:51 +00:00
v.audacity
8c3b10ff29
Per http://bugzilla.audacityteam.org/show_bug.cgi?id=62#c0 , change "UnMute" (not a word in English) to "Unmute".
2012-08-20 23:04:02 +00:00
v.audacity
0e287db4c9
Turns out the failsafe I added yesterday in r11929 was the correct solution to bug 367. This commit just adjusts the comments.
...
This also has the fix for bug 232, derived from the patch by Gaurav Agarwal.
Also changed several lingering "linking" comments to "sync-lock", the agreed on current terminology.
2012-08-20 20:26:42 +00:00
v.audacity
da08f1ea12
Fix bug 181.
2012-08-16 23:41:09 +00:00
v.audacity
ebb4f530bb
Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values.
2012-08-02 06:03:19 +00:00
v.audacity
7aef35adfd
When importing a label track, set the track name as the file's base name. This per http://bugzilla.audacityteam.org/show_bug.cgi?id=550#c3 .
2012-08-01 23:45:48 +00:00
v.audacity
cff4cd3c2d
Fixes Note 3 at http://bugzilla.audacityteam.org/show_bug.cgi?id=550#c0 .
2012-08-01 03:09:11 +00:00
v.audacity
8bdcc670fe
Fix a couple of compiler warnings.
2012-07-16 23:32:54 +00:00
windinthew
96eff824d7
Add missing ellipsis for "Edit Labels".
2012-05-18 08:11:24 +00:00
james.k.crook@gmail.com
30a7876593
Ctrl-Wheel Zooming now behaves like zoom buttons, so we don't zoom into empty space.
2012-05-04 11:47:29 +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
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
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
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
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
james.k.crook@gmail.com
69476e785c
Fixed more internationalisation hints.
2012-03-20 15:36:02 +00:00
james.k.crook@gmail.com
db38d6049d
Fixed internationalisation hints.
2012-03-19 17:52:57 +00:00
james.k.crook@gmail.com
e770a6766b
If logger does not exist, don't try to delete it.
2012-02-09 12:54:24 +00:00
v.audacity
5f5b9778de
Fixes per Vigilant Sentry ( http://www.vigilantsw.com/ )
...
* Fix memory leaks.
* Add comments about initializations and checking for successful results.
* Add checks for NULL deref.
* Consistency in "TODO" vs "TO-DO" comments!
2012-02-08 05:09:14 +00:00
windinthew
73e4ed2cc1
Give "Audio Device Info" unique access key so that it doesn't block "A" opening "About Audacity".
2011-12-17 00:20:42 +00:00
v.audacity
5c454c5a74
Comment out unused AudacityProject::OnSplitLabelsToTracks().
2011-11-30 23:56:34 +00:00
v.audacity
1bd1e7a089
Remove unused var newTracks.
...
Assert possible null pointer deref of label, per Vigilant Sentry analysis.
2011-11-29 06:42:44 +00:00
v.audacity
f1fee888c2
Fix null pointer dereferences caught by Vigilant Sentry. Ask some questions about some code.
2011-11-24 23:12:52 +00:00
v.audacity
458152070e
Fix some problems with asserts in 11308. Further wording corrections.
2011-11-18 03:47:43 +00:00
v.audacity
59db8d4ad4
See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32 .
2011-11-16 05:59:48 +00:00
mchinen
8105988e25
Patch by Chris Wilson to fix memory leak in NearestZeroCrossing(). I found another one in the same function and modified this patch to fix that as well.
2011-07-07 19:20:23 +00:00
clayton.otey
71dedc3d35
Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze.
2011-07-06 09:49:59 +00:00
clayton.otey
df9865f26a
Added an sse enabled mixed-radix-fft implementation and a menu/view/{narrow,broaden} spectrum item which adjusts the spectrogram window size
2011-07-02 18:42:38 +00:00
windinthew
0998462eb2
Fix conflicting access keys.
2011-04-29 05:46:39 +00:00
james.k.crook@gmail.com
dbca41aa89
Rearrangements to Edit Menu. (as per Proposal Menu Rearrangements)
2011-04-27 22:05:02 +00:00
james.k.crook@gmail.com
98fec31a3e
Added missing header declarations for AudacityProjectCommandFunctor.
2011-04-24 16:02:10 +00:00
lllucius
4ef4adb6eb
Fix build when wxWidgets is built to use STL as it is on openSUSE.
2011-04-17 03:42:35 +00:00
mchinen
91d8f132a6
Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project.
...
I refactored the code into AudacityApp with a new timer. This is provisional pending discussion - if it is decided that it should go somewhere else I will move it.
2011-03-29 23:39:00 +00:00
v.audacity
0bd3f11f41
Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-)
2011-03-26 01:11:51 +00:00
mchinen
dc12d8a8f4
bug 26 followup - warn of missing alias on variety of instances (export/import/effect/mix,) in addition to first time the read fails.\nIn addition make sure there is only one warning on the screen at a time, bringing the old one to the foreground (although for things like export/effect there will be a progress bar in front of it, the missing files dialog will be above the project window when it finishes)
2011-03-23 01:01:17 +00:00
mchinen
4a762fc936
bug 29/11 - add rescan capability for devices.
...
This is a workaround for the portaudio issue where changing the default device in xp will corrupt the portaudio device indecies.
This combined with the portmixer fix (earlier today) should address bug 29.
2011-02-13 23:00:43 +00:00
james.k.crook
fd9ac6bf09
Fix: slowdown with many labels caused by LyricsWindow. (Bug 144)
2011-02-12 18:33:49 +00:00
james.k.crook
0d6197b2a8
Fix: Regression - Region save can save a cursor position again, now. (Bug 273)
2011-02-12 17:13:07 +00:00
james.k.crook
73b7d4dba3
Patch to fix menu hot-key conflicts on mac, fixing bug 88, (adapted from patch by Gale)
2011-02-10 21:16:14 +00:00
richardash1981
2a7c7de30d
Commit a warnings removal patch from Benjamin Drung to correct a string of minor misdemeanors.
2011-02-07 20:24:04 +00:00