Paul Licameli
e70f91c64e
Removed ShuttleGui.h from other headers
2015-07-19 12:31:03 -04:00
Leland Lucius
0ef7ccb1d1
Fix permissions...not sure why this was happening though
2015-05-29 19:49:28 -05:00
Leland Lucius
f0d1dda3f9
Fix crash in FreqWindow when replotting without any tracks
2015-05-19 22:17:25 -05:00
Leland Lucius
b0405d0450
More wx3 workarounds
2015-05-16 17:21:14 -05:00
David Bailes
66084b65ef
Changes to a number of dialogs so that the nvda screen reader can read their titles. The accessibility name of the dialog is set to the title of the dialog.
2015-05-16 09:35:21 +01:00
Leland Lucius
ebc125de72
Change tab order to be like 2.1.0
2015-05-16 02:39:57 -05:00
Leland Lucius
35c2e5d227
Set focus to algorithm choice on initial display
2015-05-04 23:39:53 -05:00
Leland Lucius
0c41583be1
Allow initial display to refresh
2015-05-03 16:51:11 -05:00
Leland Lucius
9212629945
Added zoom and pan plus fix for bug #884
...
It started out as just the fix for #884 , but it went
a bit further. Steve had the idea for the zoom and
pan addition, so I added it while I was working on
2015-05-03 15:23:33 -05:00
Daniel Winzen
92d522132e
Variable cleanup
2015-04-23 18:30:38 +02:00
james.k.crook@gmail.com
a6f9f6bc58
Spectral Editing: Using subroutines to shorten code, and more comments in the code.
2014-10-18 16:01:50 +00:00
james.k.crook@gmail.com
37608c2290
Paul Licameli's Spectral Editing Patch.
...
This relies on three new nyquist scripts to actually do the editing. The peak-snapping code in FrequencyWindow has been extracted into a new class, SpectrumAnalyst, to provide peak-snapping in spectrogram too.
2014-10-18 14:19:38 +00:00
lllucius
bdcefb4850
Preliminary changes for wxWidgets 3.0.1
...
We can't go to 3.0.1 yet as there are still build issues on
Linux and OSX. You can get Windows to build, but there's
still some display issues.
These changes should work with wxWidgets 2.8.12 as well, so
we can take our time to get things working properly before
switching over.
2014-10-06 08:10:50 +00:00
james.k.crook@gmail.com
f5e593cc4c
Paul L's new SelectedRegion class replacing use of t0 and t1. Also LabelTrack.h no longer in TrackPanel.h includes.
...
This change is believed to be a direct refactoring that does not change functionality. It paves the way for more complex kinds of selection, such as selections involving frequency as well as time. It also reduces risk of left and right edges being swapped in future code using SelectedRegion, as the default is to swap on assignment if needed.
2014-10-05 17:10:09 +00:00
benjamin.drung@gmail.com
277932dccb
Remove trailing spaces.
2014-06-03 20:30:19 +00:00
lllucius
8a260f33d0
Fix for bug #662
...
http://bugzilla.audacityteam.org/show_bug.cgi?id=662
2013-10-11 20:01:41 +00:00
v.audacity
40254b1796
simplified version of Steve's patch for bug 357 -- Never need to update array size in two places again.
2013-06-30 04:09:56 +00:00
v.audacity
b327e510b0
Improvements in Change Pitch effect.
...
* from and to octave spin controls and cross-updating
* new conversion utilities in PitchName.*
* code simplification, new documentation
* stop a few compiler warnings in FreqWindow.cpp on unused params
2013-06-18 04:35:35 +00:00
martynshaw99
7696ba4602
Steve's fix for a somewhat obscure (non-Bugzilla) bug.
2013-04-22 23:19:34 +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
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
69476e785c
Fixed more internationalisation hints.
2012-03-20 15:36:02 +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
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
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
mchinen
1b77d5608c
Bug 149 (P3) Fix transparency issues in the spectrum plotting in FreqWindow.cpp. Patch by Norm C.
2012-01-16 00:50:38 +00:00
martynshaw99
205df6040f
Don't normalise on the number of tracks, which previously meant that a signal's spectrum would get lower in amplitude if analysed with silence in another track. Thanks to Mike Walmsley for this.
2011-07-23 00:18:07 +00:00
v.audacity
0ae919f656
Make better discrimination of wxLogMessage, wxLogDebug, and wxLogError usage so user doesn't see lots of irrelevant info in log window, only messages and errors they should need to see. For example, user doesn't need to see every step of loading FFmpeg in release build, only errors, if they occur.
...
Comment out in FreqWindow.cpp the wxLog* stuff that can just be done with breakpoints ("Starting FreqWindow::Plot()" et al).
2010-08-10 05:13:28 +00:00
ra
e74978ba77
Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches
2010-01-23 19:44:49 +00:00