1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 09:09:47 +02:00

2526 Commits

Author SHA1 Message Date
martynshaw99
afe1f36522 Steve's patch for bug 681 "New number input validation breaks several Nyquist plug-ins". It looks sensible and has only a limited scope. 2013-12-31 00:19:52 +00:00
martynshaw99
65e4f56126 Norm's patch to improve selection speed on large projects by reducing the number of unnecessary auto-saves. Maybe vertical zooming should also not trigger an auto-save? 2013-12-30 00:41:18 +00:00
RichardAsh1981@gmail.com
2c47926141 set a sensible default directory to look for Audacity sources in, given the SVN directory structure 2013-12-29 14:04:46 +00:00
RichardAsh1981@gmail.com
667685432e extract the flags required from main audacity sources more reliably by running config.status from there, rather than relying on sed expressions on the generated Makefile 2013-12-29 13:55:46 +00:00
richardash1981
15c9227fb1 aclocal.m4 is a generated file and does not need to be in SVN for any automake-based build system 2013-12-28 20:24:21 +00:00
RichardAsh1981@gmail.com
0b2e58dde9 Fix for Bug 697 Incorrect naming of Compressor 'release phase'
http://bugzilla.audacityteam.org/show_bug.cgi?id=697
Patch by Steve Daulton alters the UI strings but leaves variable naming alone. Provides backwards compatibility with old chains via a string substitution - to come out in time.
2013-12-23 10:31:47 +00:00
v.audacity
b967013fdf improved comment for patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=490 2013-12-20 00:05:35 +00:00
v.audacity
417b764915 Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=490, " Global variable "s" has two conflicting values in Audacity" 2013-12-19 23:51:54 +00:00
v.audacity
bc445fb4fc http://bugzilla.audacityteam.org/show_bug.cgi?id=690, "Phaser effect clips at 0 dB " 2013-12-19 02:25:44 +00:00
v.audacity
7190839f6a http://bugzilla.audacityteam.org/show_bug.cgi?id=689, " Wahwah effect clips at 0 dB " 2013-12-19 02:13:37 +00:00
v.audacity
0bfe42280a Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=691, "Add "Mix and Render to New Track" to Tracks menu.". 2013-12-19 01:45:58 +00:00
v.audacity
52305dfb23 Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=412, " Transport Menu: Hard to discover Play/Stop shortcuts " and http://bugzilla.audacityteam.org/show_bug.cgi?id=694, " Changing Play/Stop shortcut causes unchanged Play shortcut to fail.". 2013-12-18 23:34:35 +00:00
v.audacity
3b124e902d Leland's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=275, " Snap-To status/quantisation are global, leading to incorrect indications in multiple projects". 2013-12-18 22:54:57 +00:00
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
benjamin.drung@gmail.com
d60b249653 Use python2 explicitely instead of assuming that the python binary is version 2. 2013-12-16 20:19:00 +00:00
benjamin.drung@gmail.com
2f4334dfaf Also remove UploadDialog.{cpp,h} from PORTFILES.in. 2013-12-16 20:03:29 +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
lllucius
4a2ec16fc6 Remove UploadDialog from VS2012 project. 2013-12-14 06:29:18 +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
prlivesey
e2ed965000 Removed UploadDialog from the project file. 2013-12-12 15:43:15 +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
windinthew
5e2182e582 Italicise "Useful External Links" in Sidebar of dumped Manual as per "Consistency". 2013-12-02 14:17:07 +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
windinthew
26c187cacf Updated software translation by Patrick Mala. 2013-11-29 07:37:22 +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
dde7953242 formatting, grammar 2013-11-26 02:50:13 +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
c7c15e09d8 Fall back to check for -lexpat when there is not pkg-config file. 2013-11-21 15:47:01 +00:00
benjamin.drung@gmail.com
7647b1f452 Add AudacityLogo48x48.xpm to distributed files. 2013-11-20 03:32:52 +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