v.audacity
c26b3c6b49
Campbell Barton's further patch to turn many, many tabs to our 3-space convenbtion
2013-02-23 04:33:20 +00:00
richardash1981
b95918fe52
apply parts of Campbell Bartons patch for cleaning up compiler warnings: add static qualifiers to methods, ensure prototypes match definitions and some whitespace and comment changes
2013-02-22 21:29:19 +00:00
richardash1981
72f6eded20
I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files, and cleaned up trailing junk on the way.
2012-12-31 16:57:15 +00:00
richardash1981
55be06c9e4
commit a large patch by Maarten Baert maarten-baert<at>hotmail<dot>com to fix and improve time track support. Several fix-me issues remain but none are new with this patch.
2012-12-19 21:49:25 +00:00
v.audacity
4b99632c73
Sven Giermann's patch for bug 598
2012-12-17 02:00:32 +00:00
v.audacity
fd17ae3903
David Bailes patch for bug 577
2012-10-13 00:59:14 +00:00
v.audacity
2727b932ed
David Bailes patch for bug 587
2012-10-11 00:43:32 +00:00
v.audacity
532e9d9518
David Bailes patch for bug 33
2012-10-05 23:35:56 +00:00
v.audacity
ebb4f530bb
Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values.
2012-08-02 06:03:19 +00:00
v.audacity
1926c7745f
Per http://bugzilla.audacityteam.org/show_bug.cgi?id=547#c8 , default Selection Toolbar TimeTextCtrls to "hh:mm:ss + milliseconds". Note this also defaults it for any TimeTextCtrl for which the pref is "".
...
Also widened the default project window to 700 pixels, to accommodate the wider Selection Toolbar controls.
2012-08-01 01:09:03 +00:00
v.audacity
711f4a8d21
Modify several tooltips to be more concise, consistent, grammatical, and not platform-dependent.
2012-07-25 22:23:48 +00:00
martynshaw99
6ae1c7855e
Messages about what is going on.
...
Resizing the ProgressDialog so one can see them.
2012-05-17 00:17:51 +00:00
james.k.crook@gmail.com
0a53820106
Fix for ruler elements disappearing at high zoom beyond time 5:57:54.84.
2012-05-06 17:47:52 +00:00
james.k.crook@gmail.com
dee908b31e
Saner sample rate (in comment).
2012-04-28 21:09:07 +00:00
james.k.crook@gmail.com
66c6d8f570
More internationalisation hints.
2012-04-28 18:17:38 +00:00
james.k.crook@gmail.com
f34863833b
i18n-hint for Grabber.
2012-04-28 17:33:28 +00:00
james.k.crook@gmail.com
0b75a8ab02
Added comment on hard coded sample rate.
2012-03-25 20:53:59 +00:00
james.k.crook@gmail.com
1f17e0bb45
Fix BUG 459: TimeText Control values skip a whole second. This was due to rounding error, rounding not being propagated, so 4.9995 showed as 4.0000.
2012-03-25 18:09:25 +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
6c71a5e170
Fixed more internationalisation hints.
2012-03-20 16:48:57 +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
24f11dcbc0
Apply Leland's *other* patch for bug 344 (p3).
2012-02-15 01:15:51 +00:00
v.audacity
d7ac6df84c
Leland's fix for bugs 44 and 344.
2012-02-13 22:43:43 +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
v.audacity
1ceb0ef660
Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs.
2011-10-19 23:06:53 +00:00
mchinen
a220928808
Patch by David Wallace to fix Bug 429 - Audacity freezes or crashes when libsndfile imports files without audio data
2011-07-11 15:30:16 +00:00
martynshaw99
e56cb9736b
Fixes for missing rounding bugs, detailed in bug 286.
2011-06-01 23:17:30 +00:00
james.k.crook@gmail.com
214b405646
FIX: Made LinkingHtmlWindow available to modules.
2011-04-25 21:25:21 +00:00
lllucius
9438fdf3e5
If the progress dialog is used before the main window is
...
created, then there won't be a menu bar. So, check for
possible NULL pointers. (Are you listening Leland?!?!)
2011-04-06 05:26:26 +00:00
lllucius
dbf2cdf605
Bug #334 - On OSX, this fixes the issue where you can
...
terminate Audacity while the progress dialog is being
displayed.
2011-04-03 02:22:59 +00:00
mchinen
9a8b53c440
Bug 330 (P2) followup - Make missing aliased warnings 1 per project instead of 1 for all projects
2011-04-02 13:03:02 +00:00
mchinen
91d8f132a6
Bug 330 (P2) - Fix an issue where multiple projects would cause the warning dialogs to pop up above the wrong project.
...
I refactored the code into AudacityApp with a new timer. This is provisional pending discussion - if it is decided that it should go somewhere else I will move it.
2011-03-29 23:39:00 +00:00
v.audacity
0bd3f11f41
Make "FIXME" comments be "FIX-ME" for consistency with themselves and "ANSWER-ME" comments, in case somebody ever wants to search for these things... ;-)
2011-03-26 01:11:51 +00:00
mchinen
dc12d8a8f4
bug 26 followup - warn of missing alias on variety of instances (export/import/effect/mix,) in addition to first time the read fails.\nIn addition make sure there is only one warning on the screen at a time, bringing the old one to the foreground (although for things like export/effect there will be a progress bar in front of it, the missing files dialog will be above the project window when it finishes)
2011-03-23 01:01:17 +00:00
lllucius
d12c5622d8
Fixes bug #64 and increase the default number of history items remembered by the FileHistory class to 12 from 9. (Missed 2 files)
2011-03-11 15:53:22 +00:00
lllucius
650c1b69d3
Fixes bug #64 and increase the default number of history items remembered by the FileHistory class to 12 from 9.
2011-03-11 15:23:35 +00:00
mchinen
c420e785ae
bug 26 followup: remove help button and include File > Check Dependencies recommendation in message
2011-03-06 18:07:12 +00:00
mchinen
5e4250e302
bug 26 - add modeless warning dialog for missing aliased files during playback.
2011-03-01 01:29:03 +00:00
v.audacity
0526b8c98a
Adjust some comments.
2011-02-26 23:17:26 +00:00
v.audacity
39adb7b552
Fix bug in WarningDialog where dismissing via the close box made "don't show again" checkbox always stored as true, because EndModal() was called not via WarningDialog::OnOK() and the return value was 5101. So the prefs file had 5101, which is later read as "true", regardless of the actual setting of the checkbox.
...
Various other cleanup.
2011-02-01 22:30:10 +00:00
v.audacity
d2d876d9a5
Bug 258 (P2) - Mixer Board: max peak and clipping lines removed
...
Fixed bug in resetting mPrevT1. That caused remaining issue noted in Bug 258 comments 2 and 3.
Moved call to UpdateMeters from TrackPanel::OnTimer() to audacityAudioCallback, where it calls gAudioIO->mOutputMeter->UpdateDisplay(), so the updates are synchronized with Meter Toolbar updates.
Removed unnecessary call to MixerBoard::UpdateMeters() in AudacityProject::UpdateMixerBoard().
Various cleanup.
2011-01-31 01:49:01 +00:00
martynshaw99
959c2909f3
More robust handling of default curves:
...
When looking for default curves, EQDefaultCurves.xml is searched for in the DataDir first, then the exeDir, then the error dialog is popped up.
Error dialog stays open while user visits web site to get EQDefaultCurves.xml.
The 'normal' set of curves EQCurves.xml is still in DataDir.
2010-12-11 22:32:07 +00:00
v.audacity
913185d7b6
Fix Bug 258 - Mixer Board: max peak and clipping lines removed (P2).
...
Substantial changes to MixerTrackCluster::UpdateMeter() such that it now uses the original Meter::UpdateDisplay() rather than the override I wrote.
I think some of the ideas in the override were good though, mainly to use max and rms from blockfiles rather than passing interleaved sample buffer to Meter::UpdateDisplay() and having it recalculate those values. May be worth revisiting. Definitely worth testing for performance issues relative to 1.3.12.
Also, since all we're doing here is updating the meters, maybe we should remove it from TrackPanel::OnTimer() and do that in audacityAudioCallback where it calls gAudioIO->mOutputMeter->UpdateDisplay(). Thread issues?
2010-11-29 22:36:32 +00:00
mchinen
599fdd9d97
hide mouseover tooltip when slider value tippanel appears
2010-11-28 01:38:56 +00:00
mchinen
1261f6ef62
Change TipPanel to be a shared, singleton instance.
...
Also make linux build use wxPopupWindow.
2010-11-28 00:23:27 +00:00
v.audacity
f67170df5f
Fix Bug 259 - Meters do not display negative peaks (P2).
2010-11-25 00:17:24 +00:00
v.audacity
08904c22c0
Working on new bug reported by Gale about MixerBoard clipping indicators on small clipped regions.
...
Remove some unused cruft. Rearrange some #includes so they are grouped logically. Add comment about unclear names (bools "clipping" vs "isclipping").
2010-11-19 05:15:08 +00:00
richardash1981
aa33613211
You can't translate an empty string, and more to the point, it has really unintended effects within gettext!
2010-11-09 21:01:53 +00:00
rbdannenberg
f3b91514d2
NoteTrack channel buttons have prettier graphics in down position which now means ON; VEL_SLIDER depends on EXPERIMENTAL_MIDI_OUT (not USE_MIDI); velocity slider changes are labeled as such to Undo manager; fixed an OS X bug where backing bitmap does not get yellow highlight and then highlight on screen gets clobbered when user moves gain sliders (!); Added a high-level overview of redraw to TrackArtist.cpp.
2010-10-28 17:34:35 +00:00
BusinessmanProgrammerSteve
29523e7aee
Better fix for bug 175 (GTK+ slider background colour)
2010-10-21 06:06:38 +00:00