1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

695 Commits

Author SHA1 Message Date
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
lllucius
c94fa54aa6 Fix release build 2011-03-26 22:56:49 +00:00
v.audacity
6bbbf5faa9 Bug 137 (P3) - Unreliable project re-opening with orphaned and missing blockfile errors
At bottom of http://bugzilla.audacityteam.org/show_bug.cgi?id=137#c17: 

> I noticed that although when we open the same project a second time with File >
> Open or File > Recent Files we show an error "is already open in another
> window", there is no block on executing the .aup from your file manager and
> opening as many copies of the project as you like. I had not done that when
> Audacity moved the files around in error the first time, but can we block this
> anyway?

This is a different bug from Bug 137, repeatable, and I think lower priority. But I went ahead and fixed it with this commit.

Also fixed previously unnoted bug where AudacityApp::MRUOpen() returned true when it actually failed to open the file. Also removed AudacityApp::OnMRUProject() cruft.

Unfortunately, it still creates a new, empty project window on Win Explorer open whereas Open and Recent Files commands do not. I think that constitutes a new, separate P5 bug. 

Overall, this is another aspect of what I was talking about in http://bugzilla.audacityteam.org/show_bug.cgi?id=322#c26. Opening files vs projects got conflated for convenience, but this code is hacked in some regards, rather than being a good design, and that's why this type of bug shows up.
2011-03-26 01:41:22 +00:00
v.audacity
0bd3f11f41 Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-) 2011-03-26 01:11:51 +00:00
windinthew
0bf69e6112 Updated Polish software translation 2011-03-25 23:23:31 +00:00
v.audacity
5e31b813d2 Bug 137 (P2) - Unreliable project re-opening with orphaned and missing blockfile errors
Apply Michael's patch per http://bugzilla.audacityteam.org/show_bug.cgi?id=137#c15 and http://bugzilla.audacityteam.org/show_bug.cgi?id=137#c19.
2011-03-25 23:13:07 +00:00
v.audacity
995c11bcf9 Bug 190 (P3) - Audacity crashes at slow playback speeds when using libsamplerate
Commit Benjamin's latest patch (with slight rewordings so that if SRC_MAX_RATIO changes again, we don't have to rewrite this message. 

Fix looks correct (although partial) to me and USE_LIBSAMPLERATE is off by default anyway.
2011-03-25 21:43:49 +00:00
v.audacity
09d1ed4d25 Undo accidental commit. Letting stand the accidental commit of DirManager.cpp, as it was correct. 2011-03-25 21:20:32 +00:00
v.audacity
35087a5553 2011-03-25 21:17:49 +00:00
windinthew
f2ce7854a3 As per -quality discussion:
* Add missing colons to controls text in generators (outside the translatable string, so as to not break translations)
* Also right-justify "Duration" in Chirp and Tone to match other controls.  
* TODOs added to possibly move colons back into the translatable string after 2.0 (per Vaughan's suggestion).
2011-03-25 05:53:02 +00:00
windinthew
5100fa66bc Add Roger and Bill to Team (tested) 2011-03-25 05:32:01 +00:00
lllucius
2add81e6f7 Add "kbps" to bit rate drop down. 2011-03-24 06:16:00 +00:00
mchinen
dc12d8a8f4 bug 26 followup - warn of missing alias on variety of instances (export/import/effect/mix,) in addition to first time the read fails.\nIn addition make sure there is only one warning on the screen at a time, bringing the old one to the foreground (although for things like export/effect there will be a progress bar in front of it, the missing files dialog will be above the project window when it finishes) 2011-03-23 01:01:17 +00:00
mchinen
686f3796ae make defaut tab indent for xcode files 3 instead of 4.\nThis has precedence over the general preferences so it allows users to have the general xcode prefs at 4. 2011-03-22 23:01:15 +00:00
james.k.crook@gmail.com
2a24561345 Slider fixes (inspired by patch by Ed Musgrove). 2011-03-22 22:50:04 +00:00
mchinen
6a868ff21d bug 11 - Fix potential memory leaks in DirectSound part of portmixer.
Also, in some research I learned that the DirectSound guid to Wave ID function can sometimes return success without writing to the output struct at all.  I added a check to initialize and bail if this happens.  This can possibly help with some of our USB issues.
2011-03-22 20:55:04 +00:00
lllucius
8fe322f633 Corrects a problem with the stereo mode affecting the output file even though it is disabled in the dialog. Windows was the only platform whre the stereo mode would be disabled for presets and it was a holdover from the Blade API days. After discussing with Gale, I removed the code that disabled those options and it now acts the same for all platforms.
In addition, while changing from mode to mode, the Quality dropdown no longer resets to a default value and it remembers how you had them set from session to session.
2011-03-21 23:39:16 +00:00
mchinen
c1cf9b4a76 bug 11 - Use const references when returning the map vector to ensure the device maps are not modified. I don't expect this to fix the bug behavior, but am committing because some testers see bad behavior that suggests the maps are modified between scans. 2011-03-20 22:20:41 +00:00
mchinen
a3a3230347 bug 11 - Device Toolbar/Manager - misc. code cleanup (not expected to fix bad behavior) 2011-03-20 20:52:04 +00:00
mchinen
935880f216 bug 11 - widen the default width for the MeterToolbar. 2011-03-19 15:43:16 +00:00
lllucius
7fecd9daef The Install action now build the DMG and ZIP distributions. This should now
be a complete build solution for new releases.
2011-03-15 03:46:09 +00:00
v.audacity
0d64482f87 Add "Benchmark completed successfully." to end of Benchmark run. 2011-03-15 01:04:28 +00:00
v.audacity
588ee05965 Remove warning about deprecated /Wp64 for MSVC++. 2011-03-15 01:02:09 +00:00
martynshaw99
9b79a37e42 Remove asserts that fire under safe conditions 2011-03-15 00:07:06 +00:00
lllucius
93454a7c80 Off by 1...should produce 12 entries, not 11. 2011-03-14 04:10:40 +00:00
lllucius
e442c5236c Fixes the inability to move the slider under wxGTK. 2011-03-14 02:26:00 +00:00
v.audacity
6b6b495021 Make it easier to enforce the requirement that module version string exactly matches Audacity version string, by directly including Audacity.h and using AUDACITY_VERSION_STRING. 2011-03-14 02:22:41 +00:00
mchinen
98182821d6 bug 310 - fix initial shift-selection conditions 2011-03-13 22:43:48 +00:00
lllucius
c576fc4893 1) Fixes a problem where you can't run Audacity from withing Xcode
which was caused by the fix for Lame and FFmpeg detection.  Now,
    the Audacity.sh script will only be used for "release" versions.
2)  Provides a new "Manual" target that the developer can use to
    retrieve the Audacity manual and put it in the "help" directory
    to facilitate testing.
3)  Provides a new "Plugins" target that the developer can use to
    build the 3 Ladspa plugins that are distributed with Audacity.
    They will be built into the "plug-in" directory.  The main
    reason for this one was because no one could remember how to
    build them, so now it will be available to everyone.
4)  Supports the "install" build action for creating an output
    direcotry that is fully distributable.  (DMG and ZIP creation
    will be added soon.)  This provides the ability for anyone
    to create Mac releases.
2011-03-12 21:24:12 +00:00
lllucius
d12c5622d8 Fixes bug #64 and increase the default number of history items remembered by the FileHistory class to 12 from 9. (Missed 2 files) 2011-03-11 15:53:22 +00:00