benjamin.drung@gmail.com
f830573149
Regenerate autotool files of libsamplerate with a newer autotool version.
...
The files are regererated by calling "autoreconf -f -i".
2013-11-01 10:59:12 +00:00
benjamin.drung@gmail.com
bf688b3f89
Disable automatic re-run of autotools for libsamplerate.
2013-11-01 10:56:55 +00:00
benjamin.drung@gmail.com
e779d81995
Regenerate autotool files of libnyquist with a newer autotool version.
...
The files are regererated by calling "autoreconf -f -i".
2013-11-01 10:48:08 +00:00
benjamin.drung@gmail.com
55b8334c73
Fix all autotools for libnyquist.
2013-11-01 10:46:00 +00:00
benjamin.drung@gmail.com
e97a17e820
Disable automatic re-run of autotools for libnyquist.
2013-11-01 10:44:50 +00:00
benjamin.drung@gmail.com
15d103d29e
Correct project name in autotools files.
2013-11-01 10:41:34 +00:00
benjamin.drung@gmail.com
1b554517d7
Regenerate autotool files of portsmf with a newer autotool version.
...
The files are regererated by calling "autoreconf -f -i".
2013-11-01 10:20:29 +00:00
benjamin.drung@gmail.com
22e7fbbd06
Add and apply autotools.patch to fix all autotools warnings for portsmf.
2013-11-01 10:12:14 +00:00
benjamin.drung@gmail.com
c9b7f23924
lib-src/portsmf/configure.ac: Fix line ending.
2013-11-01 10:09:18 +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
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