1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

2038 Commits

Author SHA1 Message Date
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
lllucius@gmail.com
e64f907ec2 Updates for portsmf r227. 2013-10-31 07:56:52 +00:00
lllucius
bb63fa0d07 Update portmidi to SVN r227. 2013-10-31 07:33:41 +00:00
lllucius
a30f9e913b Update portsmf to SVN r227. 2013-10-31 07:23:14 +00:00
lllucius@gmail.com
d39b46f2ec Updates for libvamp 2.5 2013-10-31 07:18:52 +00:00
lllucius
6fef6dd8b4 Update libvamp to 2.5. 2013-10-31 06:33:59 +00:00
lllucius
c8aa505879 Just a note about the livl patch having been committed upstream 2013-10-31 06:03:01 +00:00
lllucius
ce119b87c9 Forgot to undo a test I'd made earlier. 2013-10-31 05:12:02 +00:00
lllucius
c8aac58ee8 More files needed for VS2012.
It's weird that the "folder" layout is kept in a separate file.
2013-10-31 04:43:09 +00:00
lllucius
03aebb5347 Missed a copy in last commit 2013-10-31 04:21:35 +00:00
lllucius
5db51c3f92 Visual Studio 2012 project files for those wanting to try it
This was NOT just a straightforward conversion.  It took days to
figure out why projects kept building over and over again, so
committing is the best way for people to kick the tires.

These are completely separate from the VS2008 project files, so
they do not affect current build process.
2013-10-31 04:15:34 +00:00
lllucius
0c0b290581 Removes ANSI Debug and Release targets
And renames Unicode Debug and Unicode Release targets to Debug and Release

Removes old allegro project (replaced with portsmf ages ago)
2013-10-31 04:08:33 +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
windinthew
a49208cd99 Update by Martin Srebotnjak. 2013-10-30 07:45:29 +00:00
lllucius@gmail.com
c311ab5214 Make sure LV2 isn't used from local source if system was requested 2013-10-30 06:44:01 +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
benjamin.drung@gmail.com
d56c78b8fa Require lilv >= 0.16 (because lilv_world_get is introduced in this version). 2013-10-28 23:46:50 +00:00
benjamin.drung@gmail.com
0a6e14d765 The pkg-config file for lilv is called lilv-0 on Debian/Ubuntu. 2013-10-28 23:44:29 +00:00
benjamin.drung@gmail.com
a7886e55dc Do not check for indirect dependencies serd, sord, sratom (lilv is enough). 2013-10-28 23:43:45 +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
richardash1981
cb994138d1 apply patch from Richard Hughes to fix validation errors 2013-10-27 20:40:31 +00:00
lllucius
3cd39fedea Fix BSG problems introduced with my recent Snap/TimeConverter changes. 2013-10-27 18:17:00 +00:00
lllucius
45ebbc0491 Remove "Debug" and "Release" configurations
I don't know how "Debug" and "Release" came back, but they did.
2013-10-27 17:00:22 +00:00
lllucius
9beb7786db Missed the windows project for LV2. 2013-10-27 16:46:32 +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
032d6baad3 Removing liblrdf, libraptor, redland, and slv2 in preparation for
conversion to lilv, serd, sord, and sratom.
2013-10-27 09:22:25 +00:00
lllucius
cc77c8638b Adding msinttypes for LV2 support.
msinttypes-r29
2013-10-27 09:05:30 +00:00
lllucius
bc5e7ffce8 Adding new libraries for LV2 support.
lilv-0.16.0
lv2-1.6.0
serd-0.18.2
sord-0.12.0
sratom-0.4.2
2013-10-27 08:56:51 +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
v.audacity
f642e6562e Move Lynn's name. Apparently he didn't notice the list is alphabetical by last name. 2013-10-27 01:14:42 +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
v.audacity
356d0d2d03 Added missing spaces between words munged together. Made it not specific to release candidate, because the tests can be run any time. Changed "Google Code" to "the Audacity code repository", for clarity and generality. 2013-10-25 21:14:04 +00:00
lllucius
292336c776 Fix pointer calc as discussed here:
http://audacity.238276.n2.nabble.com/Interesting-critter-when-recording-td7559588.html

Figured it'd be best to get this in early on in the 2.0.6 cycle.
2013-10-25 14:22:36 +00:00
benjamin.drung@gmail.com
6bff76a7ca Regenerate autotool files of libvorbis with a newer autotool version.
The files are regererated by calling "autoreconf -f -i".
2013-10-25 11:39:11 +00:00
benjamin.drung@gmail.com
ed0e3f66b5 Add and apply autotools.patch to fix all autotools warnings for libvorbis. 2013-10-25 11:35:39 +00:00