v.audacity
24442a210f
Remove Batch button cruft, never implemented since 2006.
2013-08-05 02:12:46 +00:00
james.k.crook@gmail.com
a4d885d74f
Reverted r12443 following discussion. Mouse clicked play-button now pops up immediately. Consensus was that it makes 'replay' more discoverable.
2013-08-04 19:24:02 +00:00
v.audacity
ac6eaeeb70
attempt at fixing compile error on Linux
2013-07-30 22:43:45 +00:00
v.audacity
522205b056
Move check for ControlToolBar shift key-up from TrackPanel::OnTimer() to new ControlToolBar::OnTimer().
2013-07-30 01:11:36 +00:00
v.audacity
c52f2d3b12
Fixes for ControlToolBar tooltips with keyboard shortcuts not working correctly in some languages, and for tooltips being updated without having to exit and restart.
2013-07-30 00:36:57 +00:00
james.k.crook@gmail.com
d05f66b32e
Play button now stay down until finished playing audio.
2013-07-26 14:13:21 +00:00
v.audacity
9ac2623b7d
Steve's patch per "Skip to Start when no tracks" thread on -devel
2013-07-25 02:53:36 +00:00
v.audacity
b8128af0c5
Gale suggested showing current key shortcuts for toolbar controls tooltips. This implements it for ControlToolBar (aka Transport toolbar).
...
One tricky aspect was that until GetActiveProject() is ready to return non-NULL, ControlToolBar::RegenerateToolsTooltips() cannot get the project's CommandManager, so cannot get the shortcuts. Changed ControlToolBar::RegenerateToolsTooltips() to be public and now call it late in wAudacityProject(). When called before the project is completely instantiated, in the rewritten ControlToolBar::RegenerateToolsTooltips(), it just sets the tooltips to the names without the keys, pretty much as now -- but I don't think users will ever see that because of the subsequent call.
Anyway, did it in a more programmatic way than the previous code, which reduces string literals duplication.
Btw, I changed the start value for the ID_PLAY_BUTTON because the former value of 0 causes FindWindow() to return the toolbar rather than the button -- wxWidgets bug.
Also got rid of some cruft and applied a few WXUNUSED.
2013-07-23 22:07:56 +00:00
v.audacity
cfe095f839
Steve's patch from "Enable Sync Lock during Play (was: Align tracks end to end)" thread
2013-06-01 23:10:18 +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
martynshaw99
b04c7f18a7
Steve's fix for bug/enhancement 74.
2013-03-17 23:33:28 +00:00
v.audacity
d589b9d207
Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=70
2013-03-01 01:07:08 +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
windinthew
6450fc4786
Edit Toolbar buttons named as "Trim Audio" and "Silence Audio" to match menu changes.
2013-01-10 02:43:43 +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
ce9bd9fa90
I think this completes the refactoring for const-rate vs var-rate resampling.
2012-11-04 04:44:10 +00:00
v.audacity
0e287db4c9
Turns out the failsafe I added yesterday in r11929 was the correct solution to bug 367. This commit just adjusts the comments.
...
This also has the fix for bug 232, derived from the patch by Gaurav Agarwal.
Also changed several lingering "linking" comments to "sync-lock", the agreed on current terminology.
2012-08-20 20:26:42 +00:00
v.audacity
4ec4e06ab2
Specify a min width for Meter Toolbar, set to the previous initial value.
2012-08-10 01:41:01 +00:00
v.audacity
2dad036b58
Comment about bug I found in trying to figure out this code.
2012-08-07 23:37:53 +00:00
v.audacity
0baaa8d736
Widen Device and Meter Toolbars, to use the extra space created with r11889.
2012-08-07 23:34:06 +00:00
v.audacity
f7841b4d8f
Add selection settings to Device Toolbar tooltips. Adjust some comments.
2012-08-07 04:16:13 +00:00
v.audacity
740770f391
Simplify and clarify logic.
2012-08-07 01:36:08 +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
711f4a8d21
Modify several tooltips to be more concise, consistent, grammatical, and not platform-dependent.
2012-07-25 22:23:48 +00:00
v.audacity
b933a02542
attempt to fix "illegal instruction" issue on Debian with r11866, reported by Steve
2012-07-25 02:33:16 +00:00
v.audacity
2ebf9da926
For bug 436 (P2): Added tooltip for "Snap To" checkbox.
2012-07-25 00:09:55 +00:00
james.k.crook@gmail.com
66c6d8f570
More internationalisation hints.
2012-04-28 18:17:38 +00:00
james.k.crook@gmail.com
a41a447fdc
Hide translatable strings in unused (#ifdeffed out) code.
2012-04-28 17:18:51 +00:00
martynshaw99
758a8f65e6
Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make.
2012-04-26 22:57:04 +00:00
james.k.crook@gmail.com
860e19ae47
Fix Bug 432: Cleanspeech mode will now not activate, even if it was enabled in a previous version (and even if it has been deliberately added to audacity.cfg).
2012-03-25 20:22:10 +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
69476e785c
Fixed more internationalisation hints.
2012-03-20 15:36:02 +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
721b7b3399
Apply patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=465 .
2012-01-25 02:21:08 +00:00
richardash1981
16d4e6c54d
Commit patch from Leyland fixing bug 462 - crashes with VST plugins due to floating point exceptions.
2011-12-17 18:37:09 +00:00
v.audacity
458152070e
Fix some problems with asserts in 11308. Further wording corrections.
2011-11-18 03:47:43 +00:00
v.audacity
59db8d4ad4
See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32 .
2011-11-16 05:59:48 +00:00
mchinen
a0c1ac4cd3
Use the initial default of stereo instead of mono for recording channels
2011-06-01 13:09:00 +00:00
james.k.crook@gmail.com
6cc4b04784
Bug:382 Resetting control toolbar whilst audio was playing led to attempts by gAudio to update a non-existent window and crash on OSX. We now stop the current monitoring on a toolbar reset.
2011-05-03 12:00:45 +00:00
james.k.crook@gmail.com
f2bf104922
Fixed various casting to (WaveTrack*) without a test for GetKind()==Track::Wave. Was causing crash in (at least) the Contrast.cpp analyze function, when a label was selected but not audio. Also fixed log-of-zero problem in Contrast.cpp when sampling silence.
2011-04-23 18:53:48 +00:00
mchinen
35e371878d
Bug 350 (P2) - Restore focus to TrackPanel when play/rec is hit and the focus is in the device toolbar.
2011-04-13 00:58:15 +00:00
mchinen
021269ca26
Bug 345 (P2) - Make the device toolbar visible for users coming from a previous version that had it off. Also fix an issue with transport toolbar being pushed to the bottom for these users. Also restore the width for the mixer toolbar, since it is now potentially smaller for users who had multiple input sources in 1.3.12
2011-04-04 14:14:54 +00:00
mchinen
c1cf9b4a76
bug 11 - Use const references when returning the map vector to ensure the device maps are not modified. I don't expect this to fix the bug behavior, but am committing because some testers see bad behavior that suggests the maps are modified between scans.
2011-03-20 22:20:41 +00:00
mchinen
a3a3230347
bug 11 - Device Toolbar/Manager - misc. code cleanup (not expected to fix bad behavior)
2011-03-20 20:52:04 +00:00
mchinen
935880f216
bug 11 - widen the default width for the MeterToolbar.
2011-03-19 15:43:16 +00:00
mchinen
4c766b2714
bug 11: fix bad index typo. may fix bug 11 issues on win 7.
2011-02-24 17:59:05 +00:00
mchinen
e68767cd04
re-add and update device preferences to match new device model.
...
also restores portaudio device defaults functionality when the device can't be found.
2011-02-19 21:53:22 +00:00
mchinen
4a762fc936
bug 29/11 - add rescan capability for devices.
...
This is a workaround for the portaudio issue where changing the default device in xp will corrupt the portaudio device indecies.
This combined with the portmixer fix (earlier today) should address bug 29.
2011-02-13 23:00:43 +00:00