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
benjamin.drung@gmail.com
6d2cef480f
Make sure that we have expat enabled one way or another.
2013-11-14 11:08:43 +00:00
benjamin.drung@gmail.com
dbffdea8f6
Fix build failure of libnyquist by using static file paths in Makefile.am.
2013-11-14 10:29:31 +00:00
lllucius
6891aa434a
Updates for expat 2.1.0
2013-11-14 08:22:53 +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
benjamin.drung@gmail.com
7f94f64cc6
Update autotools files for libnyquist.
2013-11-14 01:38:55 +00:00
benjamin.drung@gmail.com
760605b145
Add AM_PROG_CC_C_O check for subdir-objects option.
2013-11-14 01:38:28 +00:00
benjamin.drung@gmail.com
3efb2058ae
Use subdir-objects automake option for libnyquist.
2013-11-14 01:35:16 +00:00
benjamin.drung@gmail.com
a8181985a8
Quote autoconf parameters.
2013-11-14 01:34:32 +00:00
benjamin.drung@gmail.com
714bb0343c
Fix all autotools warnings from libsndfile.
...
(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
2013-11-13 20:41:32 +00:00
benjamin.drung@gmail.com
75100a1478
Fix autotools warnings from libsamplerate.
...
(Older) autoreconf versions will fail if the autotools warnings are not
addressed.
2013-11-13 12:15:34 +00:00
benjamin.drung@gmail.com
7a5f6fbbf3
Unpack the waf scripts.
...
See http://lintian.debian.org/tags/source-contains-waf-binary.html for details.
2013-11-13 00:39:30 +00:00
benjamin.drung@gmail.com
e143ac9ca1
Make sure that libogg is built before libflac if the local liboog is used.
...
libflac needs to be linked against libogg. So we should built libogg before
libflac if we use the local libogg.
2013-11-12 23:58:43 +00:00
benjamin.drung@gmail.com
cec6a0bf58
Correctly quote AC_MSG_ERROR message.
...
configure will crash instead of showing the error message if the text contains
a comma and is not quoted.
2013-11-12 23:03:14 +00:00
benjamin.drung@gmail.com
1bdb187244
Add distdir target to lv2 Makefile.
2013-11-12 02:21:00 +00:00