1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-07 07:57:43 +02:00

1523 Commits

Author SHA1 Message Date
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
benjamin.drung@gmail.com
05302d7483 Fix path of relative includes. 2013-11-01 12:15:01 +00:00
v.audacity
8408eaf52a Get rid of some compiler warnings. 2013-10-31 22:28:21 +00:00
lllucius
95215dd0e1 Bug 646 - VST List of Plugins - Residual Issues
Corrects a width problem on the Mac.
2013-10-31 13:39:12 +00:00
richardash1981
9e9aba6222 Move the MakeParentPushState() calls into the event handlers, so that the implementation method can be used from other places as well in the future. Patch by Steve the Fiddle 2013-10-30 22:10:11 +00:00
RichardAsh1981@gmail.com
be4f39c9c7 refactor the construction of the track pop-down menu into a function to avoid repeating the code multiple times to do the same thing. This makes extending the track pop-down menu, and eventually breaking this class up, much easier 2013-10-30 22:07:06 +00:00
lllucius
398b5153c7 Fix a few accessibility issues pointed out by David. 2013-10-30 20:44:22 +00:00
lllucius@gmail.com
b093367648 Set the initial LV2 dialog size to 500 pixels. 2013-10-30 13:52:18 +00:00
lllucius
5b4a9774c1 Add LV2 preference setting. 2013-10-30 02:51:38 +00:00
lllucius
a53defedf3 Bug 646 - Additional fix the Cancel button
It now interrupts the scan if the user clicks OK first.
2013-10-30 02:42:51 +00:00
RichardAsh1981@gmail.com
88b0e0c264 more whitespace cleanup, and make blank lines not have spaces on them, patch by Steve the Fiddle 2013-10-29 21:49:45 +00:00
RichardAsh1981@gmail.com
8b24718978 fix tabs in file, patch by Steve the Fiddle 2013-10-29 21:34:59 +00:00
lllucius
ccf157db84 Translate the "File" menu on the Mac root menu.
(No idea what this was never changed.)
2013-10-28 08:28:49 +00:00
lllucius
5a518256e8 Splash screen title (Audacity is starting up) was not being translated.
It was created before the locale was set.
2013-10-28 07:30:17 +00:00
richardash1981
62986f3b85 Free the buffer allocated at the start of the method, bug reported by Andrew Hallendorff 2013-10-27 20:49:58 +00:00
lllucius
3cd39fedea Fix BSG problems introduced with my recent Snap/TimeConverter changes. 2013-10-27 18:17:00 +00:00
lllucius
3532ecd7b2 Reworked LV2 plug-ing support.
This enables all platforms to use LV2 plugins in non-GUI mode.  There is
still some work to do, like subgroup handling and better scalepoint
handling.
2013-10-27 11:13:20 +00:00
lllucius
52afa22aaf Removing liblrdf, libraptor, redland, and slv2 in preparation for
conversion to lilv, serd, sord, and sratom.
2013-10-27 08:50:38 +00:00
lllucius
facf805658 Fix Mac build... 2013-10-27 08:26:01 +00:00
lllucius
edbb189bf8 Bug 275 - Snap-To status/quantisation are global, leading to incorrect indications in multiple projects
Missed a portion of the patch (when splitting bigger patch into 3)
2013-10-27 02:07:32 +00:00
lllucius
3d95126e0e Bug 275 - Snap-To status/quantisation are global, leading to incorrect indications in multiple projects
This adds (I believe) project specific selection format.
2013-10-27 01:58:35 +00:00
lllucius
ded45eb85e Adding convenience method SetFormatName(). 2013-10-27 01:26:04 +00:00
martynshaw99
1092d982ee Mouse wheel caused hang.
mScrollRemainder was not getting initialised and so the first time TimeTextCtrl::OnMouse got called, 'steps' got set to a random number (very large and -ve here) and Adjust got called with -2147483648, -1.  So we need to initialise mScrollRemainder.

This has been wrong for a while, from what I see.  Previous version used Decrease and Increase which were immune to the problem.

'Adjust' decrements steps, whether it is positive or negative to start with.  It is designed to have 'steps' strictly positive, so make sure of that.

Make sure OnMouse uses Adjust correctly.
2013-10-26 21:29:51 +00:00
lllucius
0bb9467cd6 Truly make snapto project specific. 2013-10-26 09:36:49 +00:00
lllucius@gmail.com
0a152d8f46 Once the effect is loaded, keep it loaded until Audacity ends. 2013-10-25 21:25:48 +00:00