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

1017 Commits

Author SHA1 Message Date
windinthew
ac0ee3859f Updated software translation from Cleber 2012-02-12 16:23:52 +00:00
v.audacity
93806c8331 Update, expand comments. Change PitchName_Absolute calculation slightly. 2012-02-11 01:29:10 +00:00
v.audacity
5ff55f989a Change the name of the "Drawing Spectrum" progress dialog from "FreqWindow" to "Plot Spectrum". I don't think this needs re-translation because that string already exists elsewhere, but "FreqWindow" doesn't mean anything in standard English, so shouldn't be a dialog title, and can't be translated anyway. 2012-02-11 01:28:05 +00:00
martynshaw99
61410ebd79 In 'Shaped' dither, do the best we can with a NaN.
Reset the filter every time to prevent one conversion affecting the next.
2012-02-10 00:12:59 +00:00
james.k.crook@gmail.com
7cb5c6e763 mCommandSelected can be set to -1, so changed to be an int. Also some casting to avoid warnings about int/unsigned mismatches. 2012-02-09 18:29:36 +00:00
james.k.crook@gmail.com
2d96e01b3f Tidy up equalization curve renaming logic so it is clearer what is going on. 2012-02-09 18:22:43 +00:00
windinthew
1d07edb89b Updated software translation from Lars Carlsson. 2012-02-09 17:44:35 +00:00
james.k.crook@gmail.com
8e123cfb4a Tidy up of code for removing obsolete import entries from config. 2012-02-09 17:16:54 +00:00
james.k.crook@gmail.com
de02dc01c8 More removal of redundant variables (xLast). 2012-02-09 13:21:47 +00:00
james.k.crook@gmail.com
ee6b9b855d Redundant variable removed, and xpos variable created later. 2012-02-09 13:17:49 +00:00
james.k.crook@gmail.com
6817143d2b width becomes fTimeSpan (in response to an ANSWER-ME). Avoids confusion with 'width' in the label, which is a pixel width of the label's text. 2012-02-09 13:10:36 +00:00
james.k.crook@gmail.com
51bd1c2a4d If logger does not exist, don't try to delete it. 2012-02-09 12:56:18 +00:00
james.k.crook@gmail.com
e770a6766b If logger does not exist, don't try to delete it. 2012-02-09 12:54:24 +00:00
mchinen
de73791a79 revert 11465, going back to the original solution for clipping to prevent bad exports 2012-02-09 05:23:16 +00:00
windinthew
208aac6cc8 Updated software translation from Thomas De Rocker 2012-02-09 04:35:55 +00:00
martynshaw99
57f29c6983 Install in {pf}\Audacity. Delete old uninstall files. 2012-02-09 00:13:30 +00:00
v.audacity
5f5b9778de Fixes per Vigilant Sentry (http://www.vigilantsw.com/)
* Fix memory leaks.

* Add comments about initializations and checking for successful results.

* Add checks for NULL deref.

* Consistency in "TODO" vs "TO-DO" comments!
2012-02-08 05:09:14 +00:00
martynshaw99
5b3f3f71ea Stop an overflow with large (>100dB) sample values. 2012-02-08 01:06:16 +00:00
v.audacity
7bdac9233b Undo incorrect change made in r10469, to CommandManager::InsertItem(). This may fix a problem in commands, as it restores stripping all accelerator characters and mnemonics from the given text. 2012-02-08 00:40:34 +00:00
v.audacity
4386504569 Martyn, good catch on commit r11461. I had gone back and forth between what you did and this commit, and messed up the edit. I like this one better because it doesn't duplicate the constant, and keeps all the wxLogDebug calls consistent -- less cognitive overhead. 2012-02-06 22:02:50 +00:00
martynshaw99
fc595a4d3f Add track labels to dB, Spectrum and Pitch displays. If not acceptable, not a big load to rip out. 2012-02-06 01:08:20 +00:00
martynshaw99
37eeb7628e Correct error trap - compare with what we are expecting. 2012-02-05 23:54:56 +00:00
mchinen
54f7e4590b Fix dithering for float to int case when float values are greater than 0db. Also made DITHER_LOOP macro more readable but did not change content 2012-02-05 10:31:18 +00:00
mchinen
07e3469c9e Amend r11458 - only do the .mp3 extension diversion for linux, where the alternate versions of libsndfile can exist 2012-02-05 09:26:09 +00:00
mchinen
087c7d10d7 Fix for crash when importing mp3s with duplicate tags by hardcoding the importer not to handle .mp3 extension. The previous svn rev. 11457 fixes this bug, but this commit is for linux systems that use system libsndfile which will still cause the bug. Unfortunately, this means that wavs mislabeled as .mp3 will no longer be read by libsndfile. Also for system libsndfile on linux, this bug will still exists for mp3s mislabelled as .wav 2012-02-05 09:10:11 +00:00
mchinen
cf8c3ee799 Fix a crash when importing mp3s with duplicate tags via libsndfile. This patch is from Erik de Castro Lopo, already upstream. Also made appropriate entry in audacity-patches.txt 2012-02-05 09:05:49 +00:00
martynshaw99
2b151826ab Improve font size and colour for track name in waveform pane 2012-02-05 00:29:44 +00:00
v.audacity
52a10774d4 Apropos http://bugzilla.audacityteam.org/show_bug.cgi?id=322, put the project name in the Save Project dialog titles. 2012-02-02 02:42:00 +00:00
v.audacity
c6c3d9106b As in commit r11447, put a wxASSERT on result of SimpleBlockFile::WriteSimpleBlockFile() in ODDecodeBlockFile::WriteODDecodeBlockFile. 2012-02-02 00:36:39 +00:00
windinthew
5d0384915d Updated Brazilian- and European-Portuguese software translations from Cleber 2012-02-01 16:28:28 +00:00
v.audacity
9d5ddb52d5 Working on bug 437 (http://bugzilla.audacityteam.org/show_bug.cgi?id=437). Current architecture does not make it easy to alert user to this via dialog, but at least we now check for it and catch it in debug.
Removed some old debugging cruft.
2012-02-01 03:45:36 +00:00
martynshaw99
9e802e0b0a Update to installers, reflecting that 'unicode' is the norm and 'ANSI' is no longer supported. audacity.iss in untested since I no longer have 'Visual Studio 8'. We should really change the file names as well to 'audacity.iss' and 'audacity_ANSI.iss', or simply delete the older version, since we no longer support it. 2012-01-31 00:32:21 +00:00
windinthew
d35e0518e4 Fix identical translations of File > Close and File > Exit. 2012-01-28 16:37:35 +00:00
windinthew
2f5f1d31d8 Fix typo in translation of Noise Removal. 2012-01-27 20:04:24 +00:00
windinthew
205df419ea Fix typo in code comment "Zoom" should be "Scroll". 2012-01-26 22:20:14 +00:00
windinthew
466313c5de Updated software translation by Kaya Zeren. 2012-01-26 22:04:48 +00:00
windinthew
5fdba0bf50 Updated software translation (Simplified Chinese) by Liu Xiao Xi. 2012-01-26 22:03:25 +00:00
v.audacity
721b7b3399 Apply patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=465. 2012-01-25 02:21:08 +00:00
windinthew
f1aed52c5a Updated software translation from Antonio Paniagua. 2012-01-24 16:26:57 +00:00
windinthew
7019c94138 Updated software translation from Atsushi YOSHIDA. 2012-01-24 16:19:15 +00:00
windinthew
510ddb0a29 Updated software translation from Miguel Bouzada. 2012-01-23 08:02:11 +00:00
windinthew
82207aa240 Updated software translation from Yuri Chornoivan. 2012-01-23 07:53:17 +00:00
v.audacity
626cf51ad6 Still alpha, but TADA! We are close to 2.0. 2012-01-23 05:00:52 +00:00
windinthew
567ad1d0d7 Updated software translation from Christian 2012-01-21 16:05:20 +00:00
mchinen
682759d965 Bug 467 (P3) fix - Audacity fails to build with latest FFmpeg/libav. Main patch by Leland Lucius with modification from Benjamin Drung. 2012-01-21 08:01:32 +00:00
windinthew
40ff3fd0b8 Update all .po files from latest audacity.pot 2012-01-20 19:12:23 +00:00
martynshaw99
fb7dfdc699 Norm C's patch to put the full name of the track in the waveform. Defaulted to 'off' but selectable in prefs->Interface->Show track name in waveform display.
Thanks Norm!
2012-01-18 00:02:46 +00:00
windinthew
0e759b6760 Updated from audacity.pot. 2012-01-16 16:34:09 +00:00
windinthew
c00f69b88e Updated from audacity.pot 2012-01-16 15:11:15 +00:00
mchinen
2c45cd44a9 Bug 311 (PX) Fix slow import/export with OGG files for linux builds that use system libsndfile. Disables OGG (Which isn't supported in our local libsndfile). 2012-01-16 09:47:58 +00:00