1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 06:09:47 +02:00

724 Commits

Author SHA1 Message Date
mchinen
37546d91d9 Bug 324 (P2) followup - string cleanups (punctuation) 2011-04-04 20:17:16 +00:00
mchinen
409f3d89fb Bug 328 (P2) followup - Change strings in dialog 2011-04-04 19:54:17 +00:00
mchinen
6c3e4f860a Bug 324 (P2) followup - Add a border around the buttons in the warning dialog. Also center the dialog on the window. 2011-04-04 19:33:19 +00:00
mchinen
021269ca26 Bug 345 (P2) - Make the device toolbar visible for users coming from a previous version that had it off. Also fix an issue with transport toolbar being pushed to the bottom for these users. Also restore the width for the mixer toolbar, since it is now potentially smaller for users who had multiple input sources in 1.3.12 2011-04-04 14:14:54 +00:00
lllucius
dcd9339bcc Add missing rawwaves and nyquist-plot.txt to install target. 2011-04-04 00:57:14 +00:00
mchinen
8d73c9b1fe Bug 328 (P2) followup : fix crash when exporting any file (caused by previous commits about this bug. 2011-04-03 16:43:24 +00:00
mchinen
700a9c5263 Bug 324 (P2) followup - Change string for warning preference. 2011-04-03 12:04:31 +00:00
mchinen
91746bb606 Bug 324 (P2) followup - Change strings as discussed. Add checkbox. Also on first time ask change the preference of all users to copy in. 2011-04-03 12:00:19 +00:00
lllucius
79273b2cd1 I believe I have it now. Just needed to do an autoreconf
instead of trying to aclocal/automake/autoconf myself.
(Apparently he knows how to do it better than me. ;-))

Trying to configure with --enable-maintainer-mode on the Mac
doesn't work, but that's perfectly acceptable since that is
usuaaly delagated to Linux during tarball builds.
2011-04-03 07:14:56 +00:00
lllucius
08aa186932 Fix maintainer mode...I guess. Richard??? 2011-04-03 05:19:28 +00:00
lllucius
fa00dd005f Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
lllucius
dbf2cdf605 Bug #334 - On OSX, this fixes the issue where you can
terminate Audacity while the progress dialog is being
displayed.
2011-04-03 02:22:59 +00:00
mchinen
8a1546ddaf Bug 328 (P2) followup - remove a hidden variable. This should have no functional changes. 2011-04-03 00:09:51 +00:00
mchinen
26c84929a6 Bug 328 (P2) - do not allow writing to paths that are also missing alias files. 2011-04-02 23:56:02 +00:00
windinthew
3a7d00394f Updated software translation from Thomas Breinstrup 2011-04-02 17:43:25 +00:00
windinthew
eff29769a8 Updated software translation from Carmelo 2011-04-02 17:37:26 +00:00
windinthew
c531c2da11 Updated software translation from Bashishtha 2011-04-02 17:32:47 +00:00
mchinen
9a8b53c440 Bug 330 (P2) followup - Make missing aliased warnings 1 per project instead of 1 for all projects 2011-04-02 13:03:02 +00:00
mchinen
bf7acb1970 Bug 330 (P2) followup - Add missing filename to the missing alias warning 2011-04-02 11:36:24 +00:00
mchinen
7d40ba6792 bug 330 (P2) followup - make warning work with minimized windows by bringing them back to the foreground and raising them. 2011-04-02 11:06:01 +00:00
lllucius
8069a092f5 Fix a small build problem. 2011-04-02 04:46:59 +00:00
lllucius
2552cb5aec dlcompat is no longer used. 2011-04-02 03:12:34 +00:00
lllucius
62457acd2b Benjamin's quote fix in configure.in. (Amazing the bug
never caused any issues...good catch.)
2011-04-02 02:13:17 +00:00
lllucius
f50be91900 Bug #176 - Support newer versions of FFmpeg.
Also includes Benjamin's ffmpeg-configure-v2.patch.
2011-04-02 02:10:50 +00:00
lllucius
b55fb15b89 Bug #335 - corrects loading of wxWidgets message catalogs
after changing languages.
2011-04-02 01:48:51 +00:00
mchinen
0c0a853a1b Warn user about dangers of aliased files and ask which type of import to proceed with.
Also adds a preference in the warnings that defaults to true.
2011-04-01 21:39:29 +00:00
lllucius
549ce5920a Do not disable the bit reservoir as space is wasted in each
frame that could be utilized by succeeding frame.
2011-03-31 22:44:44 +00:00
martynshaw99
4474d348b3 Recurse into Nyquist subdirs, so we get \rawwaves dir. Thanks to Gale. 2011-03-30 22:58:27 +00:00
lllucius
0aee14fcb8 Forgot to set the exec bits...DOH!!!! 2011-03-30 17:10:21 +00:00
lllucius
4535ec1d85 Forgot to set the exec bits...DOH!!!! 2011-03-30 17:09:28 +00:00
lllucius
c3ce56364d Adding wxWidgets patch that changes the way task termination is
detected.  This resolves a bug on Leopard and PPC machines where
task termination would never be detected and an endless loop would
occur.
2011-03-30 16:19:52 +00:00
lllucius
15eef6421e Applying 2 of Benjamin's patches to add an autogen script and to
enable support for using the system portaudio library.  The latter
also corrects a long standing bug that prevented using config.status
to regenerate src/Makefile.

As a result of the above, I've taken Benjamin's *_LOCAL_CONFIGURE_ARGS
idea and propagated its usage to the other place where ac_configure_args
was being set directly.

Removed old stuff from lib-src/Makefile.in and made the library locations
for portaudio and portmixer like the rest (a symlink in lib-src).

Reworked portmixer's configure.ac to properly detect host apis.
2011-03-30 16:14:51 +00:00
lllucius
0c54afc769 Add missing include 2011-03-30 14:30:58 +00:00
lllucius
9c765b7897 Change all four configurations this time.. 2011-03-30 01:21:18 +00:00
lllucius
281281c0af Adds a custom build step to copy the nyquist-plot.txt 2011-03-30 01:15:59 +00:00
windinthew
1c6f7658a1 Updated software translation from Yuri Chornoivan 2011-03-29 23:42:59 +00:00
mchinen
91d8f132a6 Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project.
I refactored the code into AudacityApp with a new timer.  This is provisional pending discussion - if it is decided that it should go somewhere else I will move it.
2011-03-29 23:39:00 +00:00
lllucius
c226ae9265 Corrects the crash in when tabbing into an empty rule table.
Also converts file from CRLF to LF.
2011-03-29 23:36:04 +00:00
windinthew
ad27d2a297 Updated software translation from Thomas de Rocker 2011-03-29 23:32:45 +00:00
lllucius
51ba874c1e Fixes from Benjamin that correct several "configure" problems under Ubuntu Natty and Debian Unstable
Also fixes test in maketarball.sh that determines whether a reconfig is needed.
2011-03-29 03:10:10 +00:00
windinthew
8eee168b56 Add "notch.ny" to Windows project 2011-03-28 19:43:13 +00:00
windinthew
922aabd07b Updated software translation from Christian 2011-03-28 12:41:36 +00:00
windinthew
e069b1bdc7 Updated software translation from Antonio Paniagua 2011-03-28 12:40:39 +00:00
lllucius
e34ea138e0 Temporary change to prevent "Error: Couldn't find symbol 'MainPanelFunc' in a dynamic library (error 127: the specified procedure could not be found.)" dialog from popping up at Audacity startup. This only affects Mac. 2011-03-28 05:49:25 +00:00
lllucius
17f15f71c8 Small changes to correct Release builds. 2011-03-28 03:29:55 +00:00
v.audacity
f3227cabf6 Attempt to fix platform-specific mLogger creation problems. 2011-03-28 03:12:44 +00:00
v.audacity
abb01a533f Remove unnecessary "Microsoft.VC80.CRT\msvcm80.dll" DLL. 2011-03-28 01:17:02 +00:00
v.audacity
26bfe8ddbb Increment to "-beta". 2011-03-28 01:10:39 +00:00
v.audacity
b8dc210122 Bug 137 (P3) - Unreliable project re-opening with orphaned and missing blockfile errors
More removal of AudacityApp::OnMRUProject() cruft. Change is to a comment only, so no impact on build.
2011-03-28 01:03:45 +00:00
windinthew
e5870de9be Preliminary README for 1.3.13 (Changelog complete but known issues are a link). 2011-03-27 12:55:37 +00:00