martynshaw99
4f5de6d5e3
Quiet a bunch of 'unreferenced formal parameter' warnings on Windows.
...
The remaining ones are 'formal parameter's referenced by other platforms.
2013-09-25 22:57:54 +00:00
lllucius
5c4ac939db
Allow blanks labels to be retained when leaving the Label Editor.
2013-09-24 05:29:37 +00:00
martynshaw99
4ce2643d5f
Remove the
...
// Indentation settings for Vim and Emacs
etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
2013-09-24 00:14:37 +00:00
RichardAsh1981@gmail.com
2952017541
Delete a quantity of unused variables, based on a patch supplied by Campbell Barton
2013-09-12 16:48:55 +00:00
v.audacity
cc876ce7be
just some cleanups on FIXMEs and unused method parameters
2013-08-31 05:57:48 +00:00
james.k.crook@gmail.com
dba81b3f1c
Cleanup: Fixed lots of trivial MSVC warnings.
2013-08-25 21:51:26 +00:00
v.audacity
c7daafede2
In off-list discussion, Steve mentioned that kdevelop / kate highlighting recognizes "FIXME", but not "FIX-ME", which has been the Audacity convention. This commit changes Audacity code to use the "FIXME" convention (though I've never known it as convention and MSVC doesn't recognize it).
...
Also, minor change in WaveTrack.cpp in the effort on bug 641. Should have no functional difference.
2013-08-24 20:30:47 +00:00
v.audacity
6a42aa5f41
more changes per Campbell Barton's suggestions
2013-08-05 01:45:10 +00:00
james.k.crook@gmail.com
f56f0f3dd7
Only refresh play button if its state has changed.
2013-07-26 14:12:06 +00:00
v.audacity
ce8f6b09da
Substantial code simplification and clarification, but should be no functional changes. The Effect does not need to store all the param values the dialog provides.
2013-06-19 02:25:21 +00:00
martynshaw99
37f74e27bb
Adding the ability to load 'non-recognised' modules, with a warning to the user (the main point).
...
Removing duplicate code from LoadModules, at the expense of making ModuleManager::Initialize more monolithic.
Make MultiDialog a bit more general.
Remove a few warnings.
Some logging has been turned back on when loading libs, we could turn it off again.
To test you could compile mod-nyq-bench and make sure it is available on the bottom of the 'View' menu, then unselect it in the Prefs -> Modules an retry.
2013-06-05 00:35:10 +00:00
martynshaw99
b04c7f18a7
Steve's fix for bug/enhancement 74.
2013-03-17 23:33:28 +00:00
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