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

754 Commits

Author SHA1 Message Date
james.k.crook@gmail.com
98fec31a3e Added missing header declarations for AudacityProjectCommandFunctor. 2011-04-24 16:02:10 +00:00
james.k.crook@gmail.com
21851193de Fix: LoadModule would load a module without a version string. 2011-04-24 14:31:29 +00:00
james.k.crook@gmail.com
f2bf104922 Fixed various casting to (WaveTrack*) without a test for GetKind()==Track::Wave. Was causing crash in (at least) the Contrast.cpp analyze function, when a label was selected but not audio. Also fixed log-of-zero problem in Contrast.cpp when sampling silence. 2011-04-23 18:53:48 +00:00
james.k.crook@gmail.com
14bc36ee39 Nyquist fixes for code that exits Audacity without saving audio. 2011-04-23 10:10:48 +00:00
james.k.crook@gmail.com
b993dd1074 Fixed three compile warnings. 2011-04-23 09:58:56 +00:00
mchinen
ee9e244b77 Bug 137 (P2) - fix false positive detection of orphaned files that belong to the clipboard (triggered by cut commands) 2011-04-21 21:51:56 +00:00
james.k.crook@gmail.com
cd42c0a130 Updated to 1.3.14 2011-04-21 10:01:17 +00:00
mchinen
2b44e117bf Bug 367 (P2) - fix regression where tracks could not be dragged in normal (non-sync) mode under certain conditions 2011-04-18 18:54:18 +00:00
v.audacity
2ea3fd6553 clarifications in comments 2011-04-18 06:30:07 +00:00
mchinen
68a2c2514a Bug 367 (P2) followup - fix another crash case. Rewrite of MoveClipToTrack will need to be done as a lot of the code does not take into account sync locked tracks. 2011-04-17 23:54:30 +00:00
lllucius
78a537ee48 Release builds fail if USE_LIBLRDF is defined...weird... 2011-04-17 18:11:29 +00:00
lllucius
bf2348fd01 Remove unused projects from solution. Projects are still available to adding them back would be easy. 2011-04-17 09:51:19 +00:00
lllucius
4ef4adb6eb Fix build when wxWidgets is built to use STL as it is on openSUSE. 2011-04-17 03:42:35 +00:00
mchinen
89d88cc7ba Bug 367 (P2) - fix crash when sliding tracks vertically using sync lock. 2011-04-17 00:58:00 +00:00
lllucius
aba0123129 Removed SLV2 and support libraries from Xcode project. Since
they were removed from "configure", they would no longer build
properly.
2011-04-16 06:24:43 +00:00
windinthew
e5dd6e6fa7 Updated software translation from Antonio 2011-04-15 21:37:32 +00:00
windinthew
a99b25cfd0 Updated software translation from Thomas de Rocker 2011-04-14 08:06:31 +00:00
windinthew
afb4b4b26c Updated software translation from Atsushi YOSHIDA. 2011-04-13 06:23:57 +00:00
mchinen
35e371878d Bug 350 (P2) - Restore focus to TrackPanel when play/rec is hit and the focus is in the device toolbar. 2011-04-13 00:58:15 +00:00
v.audacity
f190f7f4c6 Increment version to 1.3.14. 2011-04-12 18:51:57 +00:00
v.audacity
6f5b9c94ee Turn IS-APLPHA back on. 2011-04-12 18:04:50 +00:00
james.k.crook@gmail.com
a1bed1ca59 path now starts at man. 2011-04-12 15:35:55 +00:00
james.k.crook@gmail.com
eb904062ad Avoid duplicate html files with names like 'index.htm' 2011-04-12 15:04:58 +00:00
lllucius
9438fdf3e5 If the progress dialog is used before the main window is
created, then there won't be a menu bar.  So, check for
possible NULL pointers.  (Are you listening Leland?!?!)
2011-04-06 05:26:26 +00:00
v.audacity
4bde2be9c6 Leland's patch for Win98, per audacity-devel thread "Re: [Audacity-devel] any more for under the wire for rc2?" on 2011-04-05 2011-04-06 03:00:04 +00:00
windinthew
e73cd756d2 Final update for 1.3.13 (Known Issues will be linked) 2011-04-04 23:11:12 +00:00
lllucius
41befb8b05 Detect VerifyVersionInfo() at runtime to allow running on
pre-Win2k machines.
2011-04-04 22:54:51 +00:00
lllucius
04878ca5cc Use _UNICODE instead of wxUSE_UNICODE 2011-04-04 22:51:48 +00:00
lllucius
1ec0141909 Fix incorrect index usage which wasn't evident until a
library was used that didn't contain M4A support.
2011-04-04 22:08:53 +00:00
lllucius
ca141984d7 Resolve functions at runtime to allow running on win2k or older. 2011-04-04 22:07:14 +00:00
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