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

1100 Commits

Author SHA1 Message Date
james.k.crook@gmail.com
6b21ebb1a7 Corrected a ; to a : 2012-03-20 22:12:06 +00:00
james.k.crook@gmail.com
cd54a2728b Fixed some smart quotes that can cause problems for .po file generation. 2012-03-20 21:59:30 +00:00
james.k.crook@gmail.com
6c71a5e170 Fixed more internationalisation hints. 2012-03-20 16:48:57 +00:00
james.k.crook@gmail.com
63f0b8b09e Fixed more internationalisation hints. 2012-03-20 16:17:37 +00:00
james.k.crook@gmail.com
69476e785c Fixed more internationalisation hints. 2012-03-20 15:36:02 +00:00
james.k.crook@gmail.com
4403da58ff Don't start logging window in debug builds under windows (we use the MSVC debugger window instead).
Added (commented out) memory leak detection to AudacityHeaders.h
2012-03-19 17:54:52 +00:00
james.k.crook@gmail.com
db38d6049d Fixed internationalisation hints. 2012-03-19 17:52:57 +00:00
james.k.crook@gmail.com
f1721693c3 Fixed internationalisation hints. 2012-03-19 17:41:19 +00:00
windinthew
efcd55142b Updated translation from Miroslav Nikolic (not translating mMaxSamples) 2012-03-18 22:27:42 +00:00
windinthew
34a53abd43 Updated software translation from Thomas De Rocker 2012-03-18 20:56:55 +00:00
windinthew
6d522d153e Updated software translation from Mikhail Balabanov 2012-03-18 20:48:02 +00:00
windinthew
1761ece7dd update from Alexandre 2012-03-18 20:41:41 +00:00
richardash1981
58674b2683 we don\'t need to ship this script, and indeed we don't want end users running it because they will load the server hard. So delete the script from the source release Audacity-2.0.0 2012-03-16 21:12:10 +00:00
richardash1981
cce55d1697 remove some steps in the tarball process which are no longer needed, as the directories are no longer there, and there are no executable source files in SVN (cleaning them up is easy, compared to CVS 2012-03-16 20:55:57 +00:00
richardash1981
4aaed7d285 this is the old portaudio v18 source, which Audacity stopped supporting ages ago. Removing it from the source tree 2012-03-16 20:52:16 +00:00
richardash1981
623ea25327 this script has been redundant since we stopped using wxhelp for the manual 2012-03-16 19:46:13 +00:00
richardash1981
cd01874390 delete a few things we have done to try and make this file go away eventually 2012-03-16 19:37:52 +00:00
richardash1981
c9b20a7692 this script has been redundnant for the whole of the 1.3 beta series, be gone\! 2012-03-16 19:27:50 +00:00
v.audacity
29eb2a9710 update to 2.0.1, per step 13 at http://wiki.audacityteam.org/wiki/Release_Process#Process 2012-03-14 18:50:20 +00:00
mchinen
642c9d5b82 Remove glib included that conflicts with wxGTK for new glib versions. This glib header is not needed here. Patch by David Timms 2012-03-10 10:54:21 +00:00
mchinen
2ce94c6647 Effect.cpp: fix preview for tracks with leading whitespace 2012-03-03 21:14:31 +00:00
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