lllucius
e6183b3c32
Improve accessibility for view by radios...at least for Jaws.
2013-10-03 19:01:01 +00:00
lllucius
4034f289fa
Don't complain to the user if a command entry isn't selected and the Clear button is
...
clicked.
2013-10-03 16:18:04 +00:00
lllucius@gmail.com
00314f9564
Prevent NULL pointer dereferences due to the controls
...
never being created when no projects are open on OSX.
(The root window is active.)
2013-10-03 14:50:58 +00:00
lllucius
3d0bbdf787
Fix off by one in accessibility.
...
Fix moving to next entry when pressing a key.
Fix hotkey edit box not accepting "RETURN" key
2013-10-02 16:36:53 +00:00
lllucius
56cb8a9bdc
Fixing warning...
2013-10-02 15:36:25 +00:00
james.k.crook@gmail.com
91d241419e
Probable fix for compile error (invalid use of incomplete type 'class wxButton') in Linux build. Fixed a warning too.
2013-10-02 13:08:56 +00:00
lllucius
856c51e6a6
Okay, let's try this again. Now there's only a type of external index...none of
...
this "use aline index here and a node index here" stupidity.
2013-10-02 08:17:16 +00:00
lllucius
d4a6f6b8f6
Fix assertion when clicking the Defaults button.
2013-10-02 01:09:49 +00:00
lllucius
39e7b3e08f
Adds access keys
...
Saves view type
Defaults to fully expanded upon entry
Live search...may need to adjust the timer
Uses black on white for the icon (should? fix assertion on Linux hopefully)
(will do more a bit later)
2013-10-02 00:05:39 +00:00
lllucius
b0e65b57c2
Adding EXPERIMENTAL_KEY_VIEW that provides a new keyboard binding view.
2013-10-01 06:00:13 +00:00
lllucius
ec8e203676
One possible idea for improving shortcuts list. This is NOT final.
...
Just want to get opinions.
2013-09-26 08:18:37 +00:00
lllucius
6ccaf15a3c
Oops...sorting command names is not the same as sorting command labels.
...
Thanks Martyn.
2013-09-25 01:43:27 +00:00
lllucius
48ec733ec3
Allow sorting keyboard list by clicking on column headings.
2013-09-24 14:10:32 +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
6a7da21dec
remove various unused #defines and bits of code, patch by Campbell Barton
2013-09-23 20:16:02 +00:00
RichardAsh1981@gmail.com
991969cab8
Apply parts of a warning supression patch by Campbell Barton
2013-09-12 16:52:30 +00:00
james.k.crook@gmail.com
15b82e7c71
Reverted 2x WXUNUSED that were fine in Windows but NOT in Linux/Mac (thanks to info from Paul Livesey)
2013-08-26 18:08:30 +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
030d2450a8
Go back to simpler architecture for Resample class, now that libsoxr is proven for variable rate resampling.
2013-08-04 01:58:54 +00:00
martynshaw99
91da5e2354
This to make no modules 'special', reverting what was done for Audacity 2.0.2. We ask each time about each module to see if the user want to load it.
...
Anything to do with modules and prefs is currently under EXPERIMENTAL_MODULE_PREFS and turned off.
We never load 'out of date' modules (but do allow modules to interrogate the current prefs and 'pretend' they are that version. The 'Aurora' plug-ins do that).
If a module is 'out of date' we provide the name in a user-facing message and actual location in the log, just in case the user has a number of versions in different places (untested).
We currently don't remember the users preference for loading each module, but could extend this. We would need an extra button in the ShowMultiDialog of ModuleManager::Initialize and then store the preferences in prefs. That would need a more sophisticated entry in prefs->Modules to enable a user to change their decisions.
2013-06-16 23:31:32 +00:00
martynshaw99
f209391d59
John (Thales) code to make the waveform display look like the output of the gain and pan sliders, rather than the input. Added as EXPERIMENTAL_OUTPUT_DISPLAY since there is work to do, but I think this deserves wider input/views.
2013-05-30 23:14:25 +00:00
RichardAsh1981@gmail.com
fc0cb41356
fix the build of on-demand ffmpeg, disable the preference if FFmpeg support is not compiled in. Patch by Michael Chinen. This feature is currently off in experimental.h.
2013-05-25 15:36:04 +00:00
v.audacity
e8714acce7
Gale's patch for [Audacity-quality] "Help buttons in dialogues WAS Re: Nyquist Generate Prompt" thread
2013-05-19 00:22:26 +00:00
martynshaw99
1af35d4168
Removal of all the stuff marked as 'Experimental CLEANSPEECH' about a year ago.
2013-04-29 23:23:14 +00:00
v.audacity
e84c5d92af
http://bugzilla.audacityteam.org/show_bug.cgi?id=594
2013-03-09 02:41:48 +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
v.audacity
a08d0503be
Rearchitect the class hierarchy a little because of a problem Rob Sykes noted to me off-list, where it was using the key and default prefs methods from the base class rather than the descendant, even when those methods were overridden in the descendant.
...
Also re-ordered and clarified several comments.
2013-01-11 00:13:48 +00:00
richardash1981
393129d9b9
fix the line endings on this file, and set svn:eol-style to native so they stay fixed
2013-01-01 15:54:53 +00:00
v.audacity
5460b5c668
This commit is partial effort toward more libsoxr integration, that implements Rob Sykes's latest patch. I have no idea whether the Linux-specific stuff from the patch (e.g., M4 file) is still correct in this.
...
For Resample.* and QualityPrefs.cpp, this commit has my restructuring for distinguishing constant-rate vs variable-rate resamplers more generally. I think it's complete and ready for const-rate, but I have more review and testing to do for the var-rate cases.
Variable-rate resampling is not implemented here, so Time Tracks are still broken, but this is a milestone in getting to a more general and correct structure.
Also I think this fixes AboutDialog issues Steve noticed.
2012-11-03 02:06:07 +00:00
v.audacity
fd17ae3903
David Bailes patch for bug 577
2012-10-13 00:59:14 +00:00
v.audacity
f0112b57df
Benjamin Drung's disable-dynamic-ffmpeg-v3.patch for bug 233
2012-08-29 21:31:11 +00:00
windinthew
308cef62ae
Add a few missing access keys
2012-08-29 06:27:51 +00:00
v.audacity
f9a2de0a74
Remove dialog text Note about where Export quality options can be set. Unlikely to help somebody who cannot figure it out by discovering the Options button in the dialog, so was just clutter. Agreed in http://bugzilla.audacityteam.org/show_bug.cgi?id=551 .
2012-08-04 22:47:24 +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
c41872498f
Revert r11887 per http://bugzilla.audacityteam.org/show_bug.cgi?id=551#c3 .
2012-08-02 00:06:05 +00:00
v.audacity
9c2e9e50e8
2012-08-01 05:53:08 +00:00
v.audacity
7954424567
Slight wording change, to specify it's "next time Audacity is started".
2012-07-31 22:48:07 +00:00
v.audacity
e0fb5c898f
Benjamin's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=466
2012-07-18 23:32:36 +00:00
v.audacity
a42f5b45cb
http://bugzilla.audacityteam.org/show_bug.cgi?id=545 (P2)
...
Remove crash-prone "Audio Cache" feature.
2012-07-18 01:18:59 +00:00
v.audacity
5578721c56
grammar niggles, starting with sentence ending with period
2012-07-16 23:03:59 +00:00
james.k.crook@gmail.com
2bf327fec7
Ability to enable/disable loading of modules. Resized Prefs. Same-machine flag set when scripting (used by vista and later).
2012-07-14 22:45:12 +00:00
james.k.crook@gmail.com
0574c96a4c
Start of module prefs. (work in progress). Linux will need the makefile updating.
2012-07-13 21:51:45 +00:00
v.audacity
5f81a48fe6
Clarify comment in previous commit.
2012-07-11 22:48:31 +00:00
v.audacity
c3a504390b
http://bugzilla.audacityteam.org/show_bug.cgi?id=545 (P2)
...
Remove crash-prone "Audio Cache" feature.
2012-07-11 06:18:19 +00:00
v.audacity
87610cea39
Benjamin Drung's disable-dynamic-lame.patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=233
2012-06-25 01:41:57 +00:00
v.audacity
312fee2c77
BenBenjamin Drung's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=466
2012-06-25 00:13:59 +00:00
james.k.crook@gmail.com
bd670df287
Actually check in the change to fix Bug 517 (intended in r11795). Added comment for code fixing Bug 523.
2012-06-19 13:16:22 +00:00
mchinen
3dd37349fc
add on demand preference to library pane
2012-06-01 06:11:15 +00:00
windinthew
26e29d270c
Better text for what Ctrl-Wheel-Rotate does.
2012-05-08 06:25:56 +00:00