1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

1279 Commits

Author SHA1 Message Date
windinthew
3947b25b9f Updated for fixes for sample format conversion of aliased files, and dragging clips between tracks having different sample rates. 2012-03-03 21:13:20 +00:00
v.audacity
e47349a6f4 Further fix for P2 bug described by Bill Wharrie in "Problem dragging clips between tracks with different sample rates" thread on audacity-quality. Moved the resampling of dragged clips to (left-)mouse-up, rather than upon drag into the destination, but still dragging. 2012-03-03 20:20:06 +00:00
windinthew
b3a6a8215e software translation from Miroslav Nikolic (not quite complete, but updated with latest strings from audacity.pot) 2012-03-03 20:02:23 +00:00
windinthew
ca2ba56ec5 updated software translation from Antonio Paniagua. 2012-03-03 19:48:54 +00:00
windinthew
a0016b9473 Updated software translation from Liu Xiao Xi 2012-03-03 19:47:24 +00:00
windinthew
35b2522f86 Updated software translation from Kaya Zeren 2012-03-03 19:45:57 +00:00
windinthew
1216737937 Updated software translation from Christian 2012-03-03 19:44:37 +00:00
v.audacity
111278c61b In WaveTrack.*:
* Fix P2 bug described by Bill Wharrie in "Problem dragging clips between tracks with different sample rates" thread on audacity-quality. Made sure the clips get resampled to the destination WaveTrack rate, and marked changed.

* Comment out unused override of WaveTrack::MoveClipToTrack().

* Added an ANSWER-ME about what appears to be a useless declaration and assignment.


In WaveClip.cpp, remove wxASSERT that Michael was trying to convince me to do yesterday. In debugging this, found a case when it's not a bad call. Thanks, Michael! :-)

In TrackPanel.cpp, removed some cruft.
2012-03-03 01:34:14 +00:00
windinthew
157af61555 Updated software translation from Cleber 2012-03-02 16:30:16 +00:00
windinthew
d4d8373751 Updated software translation from Bruno 2012-03-02 16:29:37 +00:00
windinthew
b2fe1f4b52 Updated software translation from Yuri Chornoivan 2012-03-02 16:28:18 +00:00
mchinen
57694a2449 Sequence.cpp: Convert all blockfiles types including aliases in ConvertToSampleFormat 2012-03-01 04:18:32 +00:00
v.audacity
d3513320d6 fix for typo on prev commit 2012-03-01 02:56:41 +00:00
v.audacity
b45d4dd998 further fix for additional P1 "repeatable crash set format to 16-bit..." thread, Gale's msg of 2012-02-29 2012-03-01 02:11:09 +00:00
v.audacity
01aeba01c1 fix for additional P1 "repeatable crash set format to 16-bit..." thread, Gale's msg of 2012-02-29 2012-03-01 00:47:46 +00:00
v.audacity
c699aa601d fix for P1 "repeatable crash set format to 16-bit..." thread 2012-02-29 04:16:08 +00:00
v.audacity
1f688cfb85 Failsafe against null dereferences if SeqBlock* has a null f. 2012-02-29 00:45:36 +00:00
v.audacity
3aa92e26f3 changes in first paragraph of dialog, due to Gale's further suggestion 2012-02-27 23:27:55 +00:00
v.audacity
6dc05d12fc changes in first paragraph of dialog, due to Gale's concern (P2) about mention of Mac OS 9, and subsequent discussion 2012-02-27 23:08:56 +00:00
windinthew
103f789b27 Updated software translation from bashishtha narayan singh. 2012-02-27 19:40:43 +00:00
windinthew
d0434ff8f2 Restore numerical values and left-to-right reading in TimeText controls. 2012-02-27 19:04:37 +00:00
windinthew
e1b4f29faf Correct mistranslations of "Remaining Time:" and "Noise Removal". 2012-02-27 18:46:30 +00:00
v.audacity
3b90ee098e Martyn's fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=474 2012-02-27 01:43:33 +00:00
v.audacity
e42d9242cd Fix http://bugzilla.audacityteam.org/show_bug.cgi?id=477 (P1). 2012-02-27 01:41:02 +00:00
mchinen
f1da58779f soundtouch: fix broken .m4 path in soundfile that causes make distclean to fail (leaving .deps dirs) 2012-02-26 03:22:50 +00:00
mchinen
38bf4968ac libvorbis: run libtoolize,aclocal,auto* to restore build with new and old automake 2012-02-26 03:21:35 +00:00
mchinen
625d347d8f libmad: run libtoolize,aclocal,auto* to restore build with new and old automake 2012-02-26 03:21:10 +00:00
mchinen
e2484e5f4c libflac: remove src/flac from configure.in, revert r11514, run libtoolize,aclocal, auto* for rc4/rc5 changes 2012-02-26 03:19:10 +00:00
v.audacity
2cea417a64 We are banishing the word "stable". :-) 2012-02-24 00:59:25 +00:00
v.audacity
94feb4ceea modifications per Gale's suggestions 2012-02-23 23:07:00 +00:00
v.audacity
c439261ca7 Try [UninstallRun] section to uninstall 1.2.* better. 2012-02-23 07:01:56 +00:00
v.audacity
d882ea89ac Changes per "Verbosity in installer dialog" thread on audacity-quality: Simplify the license page text in the installer. Rather than show LICENSE.TXT, show abbreviated text from http://audacity.sourceforge.net/ and http://audacity.sourceforge.net/about/license.
Also added more accurate, copyrighted header, and moved SetupIconFile directive to different section as it's not compiler-related.
2012-02-23 04:09:15 +00:00
v.audacity
461f6d1197 Found a few places we hadn't incremented the version number. Documented this in Release Process. I don't think these warrant new rc tarballs, but should be included if there are other reasons to do new new rc tarballs. 2012-02-22 01:31:41 +00:00
richardash1981
5874644e54 provide a fix for not distcleaning the flac directory properly, causing stray .deps/ directories from libtool. Use Micheal's manual update to Makefile.am because I don\'t have prehistoric Automake 1.7 available for a clean automatic update. Patch by Micheal Chinen. 2012-02-19 17:44:14 +00:00
v.audacity
a663c35378 Changes to make the version number appear much less frequently, a la the 1.2.x stable release conventions (long forgotten!). 2012-02-16 21:12:18 +00:00
v.audacity
537bb3f175 Remove "unsupported" from file names, etc, and make it consistently called "Audacity 2.0 ANSI". 2012-02-16 20:02:04 +00:00
windinthew
d5a035abc3 Update for 2.0.0. 2012-02-15 20:56:01 +00:00
v.audacity
3fe4801a4e Explicitly get rid of 1.2.x cruft files that we are not replacing. 2012-02-15 20:11:19 +00:00
v.audacity
c2353a09c3 Explicitly get rid of 1.2.x cruft files that we are not replacing. 2012-02-15 20:10:19 +00:00
v.audacity
a8a006e995 This is now the main installer-maker script, so identical to audacity_unicode.iss. 2012-02-15 19:43:26 +00:00
v.audacity
dd531d9f45 Rename per discussion. 2012-02-15 19:37:21 +00:00
v.audacity
be209d0dc0 Correct my misapplication of Ed's fix for bug 179. 2012-02-15 18:55:05 +00:00
v.audacity
ebe27b7e95 #define IS_ALPHA 0 (Hooray!) 2012-02-15 18:22:42 +00:00
v.audacity
aae8051953 Fix bug 471. 2012-02-15 18:09:16 +00:00
v.audacity
d0922d821b Bug 179 (P4) Former fix was incorrect for Mac. Ed has updated his change for this, and I'm applying it. 2012-02-15 17:59:02 +00:00
v.audacity
24f11dcbc0 Apply Leland's *other* patch for bug 344 (p3). 2012-02-15 01:15:51 +00:00
v.audacity
163b845284 Set IS_ALPHA back on, as we are delaying 2.0 freeze by 24 hours. But it's not a BETA any longer! 2012-02-14 20:01:46 +00:00
v.audacity
94c0dabcde Zero alpha and beta flags, per http://wiki.audacityteam.org/wiki/Release_Process#Process step 6.1. 2012-02-14 19:41:11 +00:00
windinthew
bb63b7d28d Updated European Portuguese software translation from Bruno Gravato 2012-02-14 17:11:39 +00:00
v.audacity
4f448f168a commits per Steve Daulton 2012-02-14 05:44:23 +00:00