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

962 Commits

Author SHA1 Message Date
windinthew
113bbc8816 Updated software translation from Kaya Zeren. 2011-12-27 15:22:29 +00:00
windinthew
93e398c7a2 Updated software translation from Carmelo 2011-12-26 15:33:56 +00:00
martynshaw99
b0c27e7944 Further update from Steve to get length correct. 2011-12-23 14:38:17 +00:00
richardash1981
e1724c8609 Destroy the project history window before either the Track Panel or the Toolbars, as the destruction of the History Window may result in events being sent to the latter two (esp. on Mac). If the events are sent to things we have destroyed, then we get crashes ...
Patch by Leland
2011-12-22 22:41:17 +00:00
richardash1981
affcec50e4 Do not try and focus an item which isn't there if there is no history - patch by Leland 2011-12-22 22:36:20 +00:00
martynshaw99
a469380de7 Steve's fix for inaccurate length, see bug 449 2011-12-20 21:31:01 +00:00
martynshaw99
e6c93bc1e5 Patch from 'Norm C' (n_badger42@hotmail.com) to remember default lengths of Silence and Tones generated. 2011-12-20 00:05:54 +00:00
windinthew
389235ceb2 Updated from latest audacity.pot for potential new translator. 2011-12-18 16:33:52 +00:00
windinthew
58b03d2cf6 Remove localLanguageName for Laothian as there is no such Audacity translation. 2011-12-18 04:25:56 +00:00
richardash1981
16d4e6c54d Commit patch from Leyland fixing bug 462 - crashes with VST plugins due to floating point exceptions. 2011-12-17 18:37:09 +00:00
windinthew
73e4ed2cc1 Give "Audio Device Info" unique access key so that it doesn't block "A" opening "About Audacity". 2011-12-17 00:20:42 +00:00
lllucius@gmail.com
459fa98b6f Adds building of wxWidgets message files to keep them in sync with wxWidgets release. 2011-12-16 16:04:32 +00:00
windinthew
083d41406a Updated software translation from Atsushi YOSHIDA. 2011-12-13 02:53:29 +00:00
martynshaw99
b80b89df88 Reset phase at start of each generated waveform. 2011-12-12 23:43:21 +00:00
v.audacity
7a57f8efce Fix overlong string in dialog. 2011-12-12 22:35:57 +00:00
v.audacity
8e79d44866 Update to 1.3.15 alpha designation. 2011-12-12 21:08:44 +00:00
martynshaw99
8019be0b3f As used for 1.3.14rc1, includes 'help' and adjusted for 32-bit win. Audacity-1.3.14 2011-12-09 00:22:57 +00:00
windinthew
d793fffea5 Update for 1.3.14. 2011-12-07 20:15:28 +00:00
windinthew
03413a9383 updated software translation from Thomas de Rocker 2011-12-07 15:07:24 +00:00
windinthew
5b1d775fca updated software translation from Christian 2011-12-07 15:05:56 +00:00
v.audacity
b7a427e7bf Reset IS_ALPHA for beta release. 2011-12-07 02:11:43 +00:00
martynshaw99
b662d99832 Put the credits to where Roger and Leland want. Assumes Dominic is happy with this. 2011-12-07 01:02:32 +00:00
windinthew
869afbda99 updated software translation from Antonio Paniagua. 2011-12-04 07:38:27 +00:00
v.audacity
17083dffa5 (bug 451, p2) A bit more work on what I committed yesterday. 2011-12-03 01:27:13 +00:00
v.audacity
2f043dfb0f (bug 451, p2)
Correct Sequence::ConvertToSampleFormat() errors resulting in wrong block file sizes, per offline discussions with Martyn and James.

In WaveClip::ConvertToSampleFormat(), distinguish between failure and no change.

Changed deprecated calls to wxArray::Count() to GetCount(),

In Sequence::Blockify(), no reason to call Alloc() if we know we have no samples, so rearranged that code.
2011-12-02 06:54:52 +00:00
v.audacity
df53d2de52 Don't process format change if event does not specify change. This avoids incorrect PushState. 2011-12-02 06:46:31 +00:00
v.audacity
bb60f84d38 clean-up 2011-12-02 06:44:56 +00:00
windinthew
ee252284c7 Previously submitted .po was corrupted somehow and not displaying many translations. This should fix it, also updated from latest audacity.pot. 2011-12-02 01:43:33 +00:00
james.k.crook@gmail.com
b4aad9f82d Two Contributors changed to EmeritusDevelopers, per comments from Gale and Vaughan. 2011-12-01 21:48:05 +00:00
james.k.crook@gmail.com
2b66ab8de8 Rearrangement of credits for this release that is probably 'good enough'. 2011-12-01 16:58:40 +00:00
windinthew
b65008796e Updated software translation from Antonio Paniagua. 2011-12-01 06:37:48 +00:00
v.audacity
e695f447b3 Start to handle results from subordinates. 2011-12-01 05:21:07 +00:00
v.audacity
5c454c5a74 Comment out unused AudacityProject::OnSplitLabelsToTracks(). 2011-11-30 23:56:34 +00:00
james.k.crook@gmail.com
1f208ea60d from Roger Dannenberg - Workaround for path bug. The correct fix is to remove the duplicated code. 2011-11-30 19:38:38 +00:00
windinthew
245a76610f Updated software translation from Miguel Bouzada. 2011-11-29 08:17:09 +00:00
windinthew
e5155389ad Updated software translation from Yuri Chornoivan 2011-11-29 08:14:59 +00:00
v.audacity
1bd1e7a089 Remove unused var newTracks.
Assert possible null pointer deref of label, per Vigilant Sentry analysis.
2011-11-29 06:42:44 +00:00
windinthew
bd97930f10 Updated software translation from Miguel Bouzada. 2011-11-28 06:44:50 +00:00
v.audacity
c83144f728 Remove access.cpp, now unnecessary. Turns out that wxWidgets 2.8.12 removed the line that was commented out.
Update setup.h to be minimally different from the standard version, while maintaining functional differences.

Update compile.txt accordingly.
2011-11-28 01:08:37 +00:00
v.audacity
96f8d0a42d Removed a confusing and unnecessary paragraph. It originally was about why we wanted to build static libraries for wxWidgets, got expanded in that direction. But we now build DLL's not, LIBs, so it's misleading. Plus, let's keep it simple and focused -- to build Audacity, nobody needs to read about all the wxWidgets options, only the instructions in compile.txt. Anybody sophisticated enough to understand the different build options is sophisticated enough to find the wxWidgets documentation themselves. 2011-11-27 23:55:28 +00:00
v.audacity
483cf70bab Update for Audacity version 1.3.14 and wxWidgets version 2.8.12. 2011-11-27 07:57:40 +00:00
richardash1981
08e16c00ad Change the default location of the audacity temporary directory to be in /var/tmp not /tmp, so that files are not deleted on reboot by the OS automation, as suggested by several users on the mailing list. 2011-11-26 17:21:52 +00:00
richardash1981
4ea008ea67 make the compressed man page depend upon the uncompressed one, this makes editing it easier. Also move the comment outside the makefile commands section, it makes the make output cleaner 2011-11-26 17:13:37 +00:00
richardash1981
6362c4377c If this program isn't called "audacity" then don't use ~/.audacity-data/ as the per-user files directory, use the relevant name based on what this program is actually called (if users don't want this, they can get the previous behaviour using a symlink, but you can't emulate this behaviour if you have the other one) 2011-11-26 17:05:50 +00:00
james.k.crook@gmail.com
21d55e77e6 Dealt with (and tested) some FIX-MEs and ANSWER-MEs. 2011-11-25 21:26:01 +00:00
james.k.crook@gmail.com
6046d33a36 Updated to demo new method of taking over TrackPanel. 2011-11-25 20:41:12 +00:00
james.k.crook@gmail.com
ed66bf3fab Changes to allow mod-track-panel. 2011-11-25 20:40:26 +00:00
v.audacity
f1fee888c2 Fix null pointer dereferences caught by Vigilant Sentry. Ask some questions about some code. 2011-11-24 23:12:52 +00:00
james.k.crook@gmail.com
0f81cf83a8 Answered question about returning NULL pointer. 2011-11-24 19:34:45 +00:00
v.audacity
3bcb940843 (bug 451) Remove uncertain comment. Call WaveClip::ConvertToSampleFormat() instead of Sequence::ConvertToSampleFormat(), so it does MarkChanged() and an assert on the result from Sequence::ConvertToSampleFormat(). 2011-11-22 05:10:54 +00:00