v.audacity
d4dc281b4a
Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=645 "Transcription Toolbar has lower limit of 0.1x"
2013-12-18 22:45:14 +00:00
v.audacity
fbe43e47f3
Gale's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=686 , " Reverb: Access keys missing ".
2013-12-18 22:39:26 +00:00
v.audacity
2f3d1055f5
Changed alert to say "this audio" rather than "these data" so we don't have feedback about "data" being singular (thought it isn't!). ;-)
2013-12-17 04:40:17 +00:00
v.audacity
27611c5843
Remove comment about 'incremental' fix, as the other known shortcomings are now being tracked.
2013-12-17 04:37:01 +00:00
v.audacity
477ab4245e
Complete the alerts for the known misfires of this effect. Most cases, it does nothing.
...
Previous commit had problem because TrackProgress() can report false for user cancellation, not actual failure, so I separated out mbDidSomething, to check whether it actually made any changes, for all tracks.
2013-12-17 03:07:26 +00:00
v.audacity
d862db8b16
Complete the alerts for the known misfires of this effect. Most cases, it does nothing.
...
Previous commit had a couple of flaws. Also removed some cruft.
2013-12-17 02:29:02 +00:00
james.k.crook@gmail.com
2cab0679a5
Always apply commands to the active project. (introduced for the eutychus plugin, see discussion on audacity-devel)
2013-12-16 21:24:21 +00:00
v.audacity
65fc2179e9
Complete the alerts for the known misfires of this effect. Most cases, it does nothing.
2013-12-16 03:36:33 +00:00
v.audacity
37603b74e8
incremental improvement to at least alert the user in cases where this effect obviously does nothing
2013-12-15 04:10:37 +00:00
v.audacity
dc0884c7f5
incremental improvement to at least alert the user in cases where this effect obviously does nothing
2013-12-15 03:57:36 +00:00
v.audacity
18e45e1e58
Make some strings translatable, per Steve's 'Untranslated labels in effects' post on -quality.
2013-12-14 02:07:06 +00:00
v.audacity
fc6e4a4cba
Fix some compiler warnings.
2013-12-13 01:24:47 +00:00
v.audacity
568ceeb47f
bug fix patch from Eric Lubin: "...where a check accidentally does not dereference a pointer to a bool, instead checking whether or not the pointer is non-null." from "Fixed bug in Project.cpp Where Bool Isn't Dereferenced Properly" thread on -devel.
2013-12-13 01:15:12 +00:00
martynshaw99
8de5487284
Changes from Richard to remove the remains of UploadDialog, which was deemed to be a hazard. + a change for Win.
2013-12-12 00:46:03 +00:00
RichardAsh1981@gmail.com
e4f9578d3b
fix some potential integer overflows with very long clips - not complete but Steve's testing indicates it probably helps
2013-12-11 22:36:07 +00:00
martynshaw99
a866701d7e
Add some more precision to the ruler in LinearDBFormat mode, and display it. This is not a complete fix, but is some way towards it.
2013-12-06 00:51:49 +00:00
martynshaw99
b5af4d6120
Steve's patch for bug 434, let's get that closed off!
2013-12-05 00:29:17 +00:00
martynshaw99
c9d6e0f4ef
A (slightly) modified version of Steve's patch on Bug 433, with a much improved UI (thanks Steve!).
2013-12-04 00:49:37 +00:00
v.audacity
2dd2ea3422
Added Audacity version and time stamps, per http://bugzilla.audacityteam.org/show_bug.cgi?id=676#c5 .
2013-11-29 21:09:32 +00:00
v.audacity
faaef0b2bc
Add "Log Cleared." message, per part of http://bugzilla.audacityteam.org/show_bug.cgi?id=676 .
2013-11-28 22:10:06 +00:00
martynshaw99
f32e4918c0
Norm C's patch for zooming, with a few mods from me. Allows more zooming-in and gives shift-right-click to return to 'normal' zoom on platforms that support it.
...
I note a number of 'zooming' bugs do still exist, but are ancient.
2013-11-28 01:11:09 +00:00
lllucius
127a8cc92e
Remove unneeded includes of portaudio.h as suggested by Ed Musgrove.
2013-11-27 07:19:33 +00:00
martynshaw99
f33993316d
David Bailes patch on bug 659. The layout of the controls is much better and the accessibility is much improved.
2013-11-27 00:11:55 +00:00
v.audacity
569c18a6bc
Move a separator for more logical grouping.
2013-11-25 05:55:54 +00:00
v.audacity
bf2bc01b64
Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=687
...
Changes in AudacityProject::SaveAs() warning dialogs, per 'Save Project warning' discussion on audacity-quality, plus some further changes of my own.
Similar changes for 'Save Compressed Project'.
Added Cancel button to both warnings, so user can opt out immediately, rather than have to wait another dialog.
Added wxMessageBox's best 'warning' icon to our WarningDialog constructor, so it shows in title bar. It's low-rez (32x32), but all that's available with wxWidgets 2.8.12. Easy to remove if too ugly.
2013-11-25 04:59:07 +00:00
benjamin.drung@gmail.com
7d4bc6917b
Fix build failure caused by undefined PATH_MAX.
...
Use PATH_MAX for PLATFORM_MAX_PATH only if it is defined and replace all
instances of PATH_MAX by PLATFORM_MAX_PATH.
2013-11-21 20:52:17 +00:00
benjamin.drung@gmail.com
9d0e5e360d
Regenerate autotools files by running autoreconf --no-recursive -i -f.
2013-11-20 03:03:34 +00:00
benjamin.drung@gmail.com
a19b6f25ae
Use Automake for Audacity.
2013-11-20 02:51:42 +00:00
v.audacity
53e0aca508
Fix unused parameter bug reported by Ed Musgrove.
2013-11-16 03:37:46 +00:00
lllucius
d7abc466db
Add expat 2.1.0 for Windows, Mac, and for local Linux builds (use system expat otherwise)
2013-11-14 06:56:26 +00:00
lllucius
d0703a1de9
Adjust project files for new lame.h location
...
Remove old src/include/win32/mad.h and use current lib-src/mad/msvc++/mad.h instead
Remove unused src/include/BladeMP3EncDLL.h.
2013-11-11 16:23:56 +00:00
benjamin.drung@gmail.com
f0b2b26e0b
Move LAME header file from src/include to lib-src/lame/lame.
...
The LAME header file is part of the upstream LAME project and does
not belong in the src/ tree of Audacity.
2013-11-11 13:48:56 +00:00
lllucius
07dc22a5fc
Add EXPERIMENTAL_FULL_WASAPI for playing around with all WASAPI devices.
2013-11-09 08:22:59 +00:00
lllucius@gmail.com
6e6793543f
Add workaround for warnings with later gcc versions and cleanup src/Makefile.in
2013-11-08 15:02:19 +00:00
lllucius
f62166f36f
Bug 679 - Incorrect keyboard preferences for "Snap To"
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=679
2013-11-08 14:12:24 +00:00
lllucius
be409578aa
(Hopefully) Improve name and key views for NVDA and Window Eyes
2013-11-06 21:11:21 +00:00
lllucius
496aa450df
Remove local copy of expat
...
Hasn't been used since 2008. The wxexpat library is used instead.
2013-11-06 08:41:57 +00:00
lllucius
98db19cc89
Improve accessibility of KeyView.
2013-11-06 05:35:18 +00:00
RichardAsh1981@gmail.com
0413de548b
fix the loading of projects with more than 2^31 samples in a waveclip, and possibly some other similar constraints on waveclips. This fixes a long-standing problem with long recordings being saved but unable to re-open them. Tested by Gale and Steve.
2013-11-03 15:49:12 +00:00
lllucius
51cb9d9196
Be a bit more careful about CRLF to LF changes.
2013-11-03 02:03:19 +00:00
lllucius
b4ba110811
Reverting r12850...hopefully
...
Never removed one before, but I'm pretty sure it is correct.
2013-11-03 01:54:50 +00:00
v.audacity
a68955a0dd
Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=675 , "Additional Track Drop-down Menu commands"
2013-11-03 01:17:58 +00:00
v.audacity
ac662ef9f4
EXPERIMENTAL_SCIENCE_FILTERS was turned back on in r12706, but not noted in the commit comment, and the code comment wasn't updated.
2013-11-03 00:20:29 +00:00
lllucius
a32775eef2
Fix snapping to "Prior" sample.
2013-11-02 19:01:33 +00:00
v.audacity
aa4a0bd40b
Get rid of some compiler warnings.
2013-11-02 04:54:44 +00:00
lllucius
f290b3d644
Converted CRLF to LF.
2013-11-01 23:22:33 +00:00
benjamin.drung@gmail.com
dd0d625c4e
Update src/configtemplate.h.
2013-11-01 22:31:09 +00:00
benjamin.drung@gmail.com
b81aa06427
Fix more paths of relative includes.
2013-11-01 19:45:00 +00:00
lllucius
dfffd0bf00
Fix Linux build from Steve
2013-11-01 17:56:56 +00:00
lllucius
ce00d5b507
[Bug 647] Snap-To clicks find nearest snap point, not nearest previous.
...
Convert SnapTo from on/off to a choice of off/nearest/prior.
2013-11-01 14:13:39 +00:00