1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +02:00

2214 Commits

Author SHA1 Message Date
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
benjamin.drung@gmail.com
bf060403ce Rename directory "Project Check tests" to ProjectCheckTests.
make and Automake do not support to have spaces in directory or file names.
2013-11-20 01:04:17 +00:00
benjamin.drung@gmail.com
cc7cf018c3 twolame: Terminate AM_TESTS_ENVIRONMENT by a semicolon.
The automake manual says: "the contents of a non-empty AM_TESTS_ENVIRONMENT
must be terminated by a semicolon." Without the semicolon, the perl command
will indefinitely wait for input from stdin.
2013-11-20 00:02:36 +00:00
benjamin.drung@gmail.com
d8562a197c lv2: Add empty check target to Makefile. 2013-11-19 02:44:02 +00:00
benjamin.drung@gmail.com
3063e8717e libsoxr: Add 'make check' target for integration into GNU Autotools. 2013-11-19 02:42:17 +00:00
benjamin.drung@gmail.com
20f5c717b8 Set PORTAUDIO_CFLAGS and PORTAUDIO_LIBS for portmixer when using the local portaudio. 2013-11-19 01:48:14 +00:00
benjamin.drung@gmail.com
48b001d3d0 portmixer: Drop --with-pa-include in favor of overwriting the pkg-config check. 2013-11-19 01:43:48 +00:00
benjamin.drung@gmail.com
e13d905f8c Update autotool files of portmixer. 2013-11-18 21:26:20 +00:00
benjamin.drung@gmail.com
b947c07ad8 Update portmixer test from portaudio v18 to v19 and fix the compilation. 2013-11-18 21:25:29 +00:00
benjamin.drung@gmail.com
c2a15f6df6 libvamp: Fix all target to not build disabled targets.
The all target should not try to build targets that are disabled by configure.
Otherwise make will try to build the programs (even if you disabled them) and
fail if libsndfile was not found.

We will need a working all target when we want to use automake for Audacity.
2013-11-18 14:35:39 +00:00
benjamin.drung@gmail.com
da736f9f44 libvamp: Fix linkage against dl for hostsdk library.
src/vamp-hostsdk/PluginLoader.cpp uses the dlopen function. On some platforms
you have to link against dl for this function. configure checks for dlopen
and adds -ldl to LIBS if you have to link against dl. We need to pass this
LIBS variable when linking the hostsdk library.
2013-11-18 14:26:44 +00:00
v.audacity
53e0aca508 Fix unused parameter bug reported by Ed Musgrove. 2013-11-16 03:37:46 +00:00
benjamin.drung@gmail.com
0e38b3c395 Fix check for expat (stupid me). 2013-11-15 23:38:43 +00:00