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
benjamin.drung@gmail.com
d1bb18d3de
Remove left over configure.in from libvorbis 1.2.0.
2013-10-25 11:03:24 +00:00
lllucius@gmail.com
a0a5812b14
I'll get this darn thing right eventually!
2013-10-25 00:56:05 +00:00
benjamin.drung@gmail.com
bb7d691ffd
Remove trailing spaces and replace tabs by spaces in m4 macros.
2013-10-24 23:24:52 +00:00
benjamin.drung@gmail.com
e1eb176ec4
Make configure subdirectories in AC_CONFIG_SUBDIRS literal.
...
This fixes the autoreconf warnings and follows the upstream manual:
http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Subdirectories.html
2013-10-24 23:11:56 +00:00
benjamin.drung@gmail.com
e5701ff177
Add a distclean target to expat (upstream version 2.1.0 has a distclean target).
2013-10-24 22:56:28 +00:00
lllucius@gmail.com
95d7c66b19
Don't want to run the oggtest program during configure step.
2013-10-24 22:33:12 +00:00
lllucius@gmail.com
5ae956b348
Create empty Audacity.app/Contents/Resources/en.lproj. Otherwise, the
...
next language list in System Preferences/Language & Text will be used
for OSX supplied menus.
2013-10-24 22:12:45 +00:00
windinthew
cf555e8fb1
Update by Inácio Barroso.
2013-10-24 20:11:52 +00:00
lllucius
fe318f3b94
Update taglib to 1.9.1.
2013-10-24 19:21:10 +00:00
lllucius
044319b373
Fix Mac build for new libvorbis.
2013-10-24 19:06:10 +00:00
lllucius
3a33e2f717
Update libvorbis to 1.3.3.
2013-10-24 18:24:47 +00:00
lllucius
78309687be
Update libogg to 1.3.1.
2013-10-24 17:28:18 +00:00
lllucius
1733abf034
Missed one for the libflac update.
2013-10-24 16:44:50 +00:00
benjamin.drung@gmail.com
6e722649ed
Remove the veryclean target. Use the distclean target and svn-clean instead.
2013-10-24 16:41:00 +00:00