1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-23 16:08:07 +02:00

1994 Commits

Author SHA1 Message Date
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
v.audacity
fff71ac959 Try to resolve issues about uninstall cruft. 2012-02-14 04:03:49 +00:00
v.audacity
c25514cb03 Steve Daulton's patch to fix bug 410 2012-02-14 00:25:35 +00:00
v.audacity
0d08f11504 Fix bug 187. 2012-02-14 00:18:29 +00:00
v.audacity
fbb6ed4fe6 Ed's fix for bug 179 2012-02-13 23:13:10 +00:00
v.audacity
d7ac6df84c Leland's fix for bugs 44 and 344. 2012-02-13 22:43:43 +00:00
v.audacity
9af0547060 Steve Daulton's fix to prevent NaNs 2012-02-13 22:19:46 +00:00
v.audacity
1047eb1765 Add a comment documenting ShuttleGui::Prop(). (I thought it was short for "property" rather than "proportion".) 2012-02-13 22:04:22 +00:00
v.audacity
f13cdd542c Set the minimum height to be slightly bigger than default, as fix for bug 161.
The magic number 7 was determined by Ed's experimentation. Frankly, this is a hack to work around a bug in wxTreebook, and will have to be revisited if we add another category to mCategories.
2012-02-13 22:01:44 +00:00
v.audacity
192c0d9a0a Fix for bug 152 per Steve Daulton's patch (plus some reformatting). 2012-02-13 21:05:40 +00:00
windinthew
7879455d0f Fix missing feature in code comment. 2012-02-13 20:38:24 +00:00
windinthew
195351c0c6 Added patch for bug 2 (in a "wxMac_additions" folder), to be applied to Mac releases until support for OS X 10.5 is dropped. Noted this in mac/compile.txt. 2012-02-13 20:19:22 +00:00
windinthew
431aa110e2 Updated software translation from Kaya Zeren 2012-02-13 06:38:19 +00:00
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