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

774 Commits

Author SHA1 Message Date
james.k.crook@gmail.com
dba81b3f1c Cleanup: Fixed lots of trivial MSVC warnings. 2013-08-25 21:51:26 +00:00
v.audacity
c7daafede2 In off-list discussion, Steve mentioned that kdevelop / kate highlighting recognizes "FIXME", but not "FIX-ME", which has been the Audacity convention. This commit changes Audacity code to use the "FIXME" convention (though I've never known it as convention and MSVC doesn't recognize it).
Also, minor change in WaveTrack.cpp in the effort on bug 641. Should have no functional difference.
2013-08-24 20:30:47 +00:00
v.audacity
71def3fad2 Remove comment no longer needed. 2013-08-24 03:03:44 +00:00
v.audacity
e62e7bfbc0 Steve's AlignEndToEndMinimal.patch, slightly modified 2013-08-23 07:15:13 +00:00
v.audacity
953d31c8d3 better fix for bug 307 2013-07-26 07:34:17 +00:00
v.audacity
bbdb415a82 fix for bug 307 2013-07-25 05:12:15 +00:00
v.audacity
9ac2623b7d Steve's patch per "Skip to Start when no tracks" thread on -devel 2013-07-25 02:53:36 +00:00
v.audacity
c2e0257da5 Metadata Editor:
* "Open Me&tadata Editor..." -> "Edit Me&tadata..." because it's more concise, matches other occurrences, and eliminates any confusion about file opening. 

* In AudacityProject::OnEditMetadata(), "Edit the metadata tags" -> "Edit Metadata Tags": more concise, and brings in line with capitalization standard for dialog titles. 

* Likewise for capitalization in other invocations of ShowEditDialog in ExportMultiple.

* In TagsEditor::PopulateOrExchange(), "RETURN key" -> "ENTER key" because I don't recall ever seeing a Return key on a comnputer (!).
2013-07-10 01:22:55 +00:00
martynshaw99
18c2d64775 Remove the BETA definition, so we can't use it. 2013-06-20 22:20:32 +00:00
v.audacity
e8714acce7 Gale's patch for [Audacity-quality] "Help buttons in dialogues WAS Re: Nyquist Generate Prompt" thread 2013-05-19 00:22:26 +00:00
martynshaw99
1af35d4168 Removal of all the stuff marked as 'Experimental CLEANSPEECH' about a year ago. 2013-04-29 23:23:14 +00:00
v.audacity
7b95226449 Steve's patch for bug 62 2013-03-01 00:51:37 +00:00
martynshaw99
3089dab83a George Simon's patch to make moving to the start and end of a selection easier. It put the ends of a selection on-screen, and often in the middle (if not at the extreme ends). We might like to argue about the shortcuts. 2013-02-28 01:38:48 +00:00
v.audacity
a8c69337c2 Steve's patch for "Chains compatibility 2.0.4 to 2.0.3" 2013-02-24 03:48:34 +00:00
martynshaw99
e6fbc4be2c Add missing trailing 'seconds' 2013-01-08 23:52:13 +00:00
RichardAsh1981@gmail.com
0a14d4d822 commit Steve's patch to only be able to trim and silence audio, not anything else. Make the undo message more informative. 2013-01-08 20:03:35 +00:00
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