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

774 Commits

Author SHA1 Message Date
james.k.crook@gmail.com
c85dc5bb87 Fixed missing wxT(). Use logger even in debug builds. 2012-03-22 23:08:39 +00:00
lllucius
5f1ef8f8fa Adding wxMac accessibility. Should resolve:
http://bugzilla.audacityteam.org/show_bug.cgi?id=139
2012-03-21 03:09:06 +00:00
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
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
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
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
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
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
v.audacity
2cea417a64 We are banishing the word "stable". :-) 2012-02-24 00:59:25 +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
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
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
windinthew
7879455d0f Fix missing feature in code comment. 2012-02-13 20:38:24 +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
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