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

778 Commits

Author SHA1 Message Date
mchinen
793f52aeab Bug 373 (P2) - fix case where a label track would crash sync lock. This problem was recently introduced by fixes to bug 373. 2011-04-29 13:27:37 +00:00
james.k.crook@gmail.com
67387b6bc6 Use _TCHAR in place of wchar_t for VersionName 2011-04-29 07:52:46 +00:00
james.k.crook@gmail.com
aca5cd7fff Use _TCHAR in place of wchar_t for VersionName 2011-04-29 07:52:00 +00:00
windinthew
0998462eb2 Fix conflicting access keys. 2011-04-29 05:46:39 +00:00
windinthew
75f9141d41 Updated software translation from Lars. 2011-04-28 22:52:08 +00:00
mchinen
ada7eaf758 Apply patch by Christopher Rudorff that fixes an issue where re-opening OD projects would create blockfiles with malformed filenames.
Modified by mchinen to cleanup debug messages and fix unbalanced mutex on error.
Original patch notes:

    OD loader doesn't properly continue scanning files
    
    BUG:
    
    * import large audio file with OD import
    * save and close project before OD finishes
    * open project again: OD failes badly on continuing
    
    Syntoms:
    
    * .auf.auf.auf worm files ...
    * truncated wave display
    
    The isse is subtile:
    
    <odpcmaliasblockfile summaryfile="e000031a.auf" aliasfile="/home/chris/Records/test/0.5seek+cue.flac" aliasstart="26738688" aliaslen="524288" aliaschannel="1"/>
    
    A ODPCMAliasBlockFile is a AliasBlockFile which has 3 overloaded
    constructer. One of then silently adds '.aup' to the summaryfile.
    
    So when creating those tracks from XML, we must use the other constructor.
    
    Now we run into a second bug:
    
    AudacityProject::OpenFile calls ProjectFSCK after reading which deletes
    the just created empty directories in the _data/e00 dir. OD is doomed.
    So simply skip rmdir in fsck.  The OD..Blockfiles will disapper when the
    OD finishes, so empty dirs will be deleted on further opening the project.
2011-04-28 19:57:37 +00:00
mchinen
fd7491af14 Bug 373 (P2) - fix case where right channel couldn't be successively dragged between stereo tracks without a mouse up event. 2011-04-28 18:06:49 +00:00
james.k.crook@gmail.com
dbca41aa89 Rearrangements to Edit Menu. (as per Proposal Menu Rearrangements) 2011-04-27 22:05:02 +00:00
windinthew
20ae73eefc Fix problems with OpenFIle filters for audio and MIDI. 2011-04-27 06:20:19 +00:00
v.audacity
f7c48c66d2 Fix signed/unsigned compiler warning. 2011-04-26 21:49:30 +00:00
v.audacity
0a15abc8aa Fix accidental migration from branch. 2011-04-26 21:24:28 +00:00
v.audacity
de184c3b86 clarifications and corrections in some comments 2011-04-26 21:19:59 +00:00
mchinen
fbe3a80ab1 Bug 373/378 (P2) - Fix a case where one track of an aligned stereo pair could be moved independently 2011-04-26 16:47:06 +00:00
mchinen
cf49d77dda Found and fixed a case where int was used where sampleCount should be 2011-04-26 14:54:41 +00:00
mchinen
015ac3f873 Bug 373 (P2) - Improve vertical dragging. Fixed an issue where stereo tracks would split up under certain conditions. Other conditions still cause this bug. Also fixed an issue where strange behavior could occur if the right channel of the stereo pair was selected for dragging. 2011-04-26 13:15:19 +00:00
james.k.crook@gmail.com
fe4a271fa1 Added TrackPanel2. Removed namespaces, as they don't help avoid collision with TrackPanel name. 2011-04-25 21:27:30 +00:00
james.k.crook@gmail.com
214b405646 FIX: Made LinkingHtmlWindow available to modules. 2011-04-25 21:25:21 +00:00
james.k.crook@gmail.com
b45d9ae327 Added SkewedRuler and started on registration system. 2011-04-25 20:22:01 +00:00
mchinen
9321b1634e Bug 377 (P2) - fix case where the R channel of a stereo clip wouldn't be dragged if it was off-screen and sync-lock was off 2011-04-25 18:10:32 +00:00
james.k.crook@gmail.com
d42f014b6d Typos in comments. 2011-04-25 17:41:52 +00:00
james.k.crook@gmail.com
c02f36cbcc Added mod-null, mod-nyq-bench, mod-track-panel. Updated mod-script-pipe to use wchar_t* for version number. 2011-04-25 16:40:22 +00:00
james.k.crook@gmail.com
0e26793243 Fixed: Order of module function invocation; removed superfluous init function; version number now a wchar_t* to avoid linker warning. 2011-04-25 16:36:25 +00:00
martynshaw99
7858ff6598 Allow long tones to be generated (> 2^31) 2011-04-25 00:37:15 +00:00
james.k.crook@gmail.com
1425847c2f Fixed external linkage (DLL_API) for CommandManager so that menus become visible externally. 2011-04-24 17:03:13 +00:00
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