James Crook
2d2f282c83
Bug 825 - Sync Lock behaves inconsistently when moving of clips is disabled
...
Sync Lock on now means clips can move. So it 'trumps' that setting, when on.
2018-04-11 18:51:31 +01:00
Paul Licameli
7f7f739fe5
Define EnumSetting and EncodedEnumSetting
2018-03-25 13:45:29 -04:00
David Bailes
cfdb7950f1
Update fix for #1554
...
This is an update to commit 516af71 . The Dock key is now retained in the config file, so that if a user goes back to a version before the fix, the toolbar layout remains unchanged.
Note that when ToolManager::ReadConfig() is called, InitPreferences has already been called which has set the version keys to the current version of Audacity. Therefore the initial values of these keys are stored in AudacityApp.
2018-01-10 11:33:05 +00:00
Paul Licameli
c6696f1b49
Move definition of _ and related into Internat.h
2018-01-06 21:03:32 -05:00
Paul Licameli
7fd78183d2
Remove needless uses of wxString::c_str() in wxString::Format...
...
... and similar wx "variadics," which all treat wxString smartly enough that
you don't need this.
Don't need c_str either to convert wxString to const wxChar * because
wxString has a conversion operator that does the same.
2018-01-01 20:34:33 -05:00
Paul Licameli
ccb4bbac33
Translate "Message" as default title of message box...
...
... This required a sweeping change of all calls to wxMessageBox! But it seems
safe to me, despite the great number of touched files.
2018-01-01 17:50:02 -05:00
James Crook
f463eda36c
Clean up some dead code and MSVC warnings.
...
- Dead code from experiments in SelectionBar removed.
- Many warnings about unused parameters fixed with WXUNUSED()
- Many warnings about signed / unsigned comparisons cleaned up.
- Several 'local variable declared but not used' warnings fixed.
2017-12-08 15:20:39 +00:00
James Crook
46154d0dca
Upgraders to 2.2.0 retain the full set of default shortcuts.
...
If they delete audacity.cfg they get the new smaller set of defaults. Also if they explicitly ask for the standard set.
2017-06-30 21:38:20 +01:00
James Crook
53c3adfbe7
Bug 1577 - Application configuration file location incorrect on Linux/case-sensitive Macs
...
On windows the capitalisation does not matter.
On Mac/Windows we use 'audacity' in path names, even if the directories wxWidgets suggests have 'Audacity'.
2017-01-25 22:15:03 +00:00
Paul Licameli
f9f95471b5
Don't compile unused static function
2016-09-19 11:47:48 -04:00
Paul Licameli
942c62b6f6
Remove some naked new amd delete in: various
2016-08-08 07:51:24 -04:00
Paul Licameli
f00144e9a5
Sweep for filename copying: various
2016-04-10 22:26:28 -04:00
Paul Licameli
7c4c45a0d5
"new"->"NEW" in comments, easier to find remaining naked operator new
2016-02-14 18:52:41 -05:00
Paul Licameli
907c950a0e
Bug1288: Don't crash when changing language to "Simplified"...
...
... but give a warning message about the unknown language.
2016-01-26 20:09:54 -05:00
Leland Lucius
054ec3ee1a
Fix for bug #673
2015-06-03 01:22:18 -05:00
lllucius
2c90642806
Use existing meter toolbar values when upgrading to 2.1.0+
2014-12-28 19:19:29 +00:00
richardash1981
b133ba5ab7
Remove some more old preferences code which does not do anything useful, preserving only things which may be useful in the future
2014-10-25 21:08:13 +00:00
richardash1981
384048e1bd
Oops, missed this which we don't need any more
2014-10-25 20:58:42 +00:00
richardash1981
8e47b64e2b
We have used the present preferences since version 1.3.1, do not bother importing any older ones any more for 2.1.0 release
2014-10-25 20:52:09 +00:00
benjamin.drung@gmail.com
277932dccb
Remove trailing spaces.
2014-06-03 20:30:19 +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
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
b1bf428ef9
grammar
2012-08-09 02:25:13 +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
1d476de431
Possible fix for Linux build bug: missing c_str().
2012-03-31 15:48:56 +00:00
james.k.crook@gmail.com
6d55f6a2af
Fixed use of _() macro for compatibility with wxWidgets 2.8.12
2012-03-30 16:59:09 +00:00
martynshaw99
75a27171fa
Add the ability to reset the Prefs.
...
Add japanese, SerbianCyrillic and ukrainian to the installer languages, since we have them in the app.
2012-03-29 23:53:08 +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
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