Great, nothing worse than a stale patch <grin>! No time this morning to investigate further…steve wrote:I've only checked the changes that you proposed for src/Menus.cpp, and none of the code that you have changed exists in current svn.
Search found 1326 matches
- Mon Nov 24, 2014 7:54 pm
- Forum: Compiling Audacity
- Topic: Squelch some warnings
- Replies: 6
- Views: 3209
Re: Squelch some warnings
- Mon Nov 24, 2014 7:43 pm
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Re: Add track display view to AUP
Knowing that you are a stickler for detail ;) If the track display is part of the project, then strictly speaking, changing the display of a track "changes the project". So if I open a project and change the view of a track, then the project is now different. So why am I not able to use "File > Sav...
- Mon Nov 24, 2014 4:57 pm
- Forum: Compiling Audacity
- Topic: Squelch some warnings
- Replies: 6
- Views: 3209
Re: Squelch some warnings
bump…
Freeze fast approaching; warnings in src/ (as opposed to lib-src/) are considered as unacceptable; the patch is probably stale but all the fixes are easy to apply by hand; of the five downloaders of the patch, does anyone have a comment?
Freeze fast approaching; warnings in src/ (as opposed to lib-src/) are considered as unacceptable; the patch is probably stale but all the fixes are easy to apply by hand; of the five downloaders of the patch, does anyone have a comment?
- Mon Nov 24, 2014 4:48 pm
- Forum: Feature Request Archive
- Topic: Add track display view to AUP
- Replies: 21
- Views: 3870
Re: Add track display view to AUP
bump…
Since we only have a couple of days before the freeze deadline, and I personally prefer it, I would go with the patch in the very first post of this thread.
Since we only have a couple of days before the freeze deadline, and I personally prefer it, I would go with the patch in the very first post of this thread.
- Sun Nov 23, 2014 11:30 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
I tried the two patches for the internal "Reset" (single and multiple buttons in Prefs). In the "single button" patch, the "Reset" button should have an ellipsis as it is opening a dialogue requiring user input. The "Very drastic action" title of the message will need changing to "Reset audacity.cf...
- Sun Nov 23, 2014 8:02 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
The attached archive contains both new .CPP & .H files. Replace the old ones with these new ones. With the exception of review for wording & GUI layout I think this is ready-to-use production code. WARNING: everything is functional - this will delete both configuration files and the lock file. The i...
- Sun Nov 23, 2014 6:49 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
The attached zip archive contains new reset.cpp & reset.h files. In this version there are three buttons: "reset both", "reset audacity.cfg" & "reset pluginregistry.cfg". Each operates as advertised so make a copy of your current configuration files before testing.
- Sun Nov 23, 2014 6:03 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
Also for Mac, it has the audacity-lock-<user name> file in the current Audacity temp directory. If on Windows we don't use a file to prevent running multiple instances of Audacity, how is it done? I don't know what would happen if this was run from the Mac DMG installer, without trying it. It would...
- Sun Nov 23, 2014 5:54 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
In that reset.cpp, what does this do: if defined(__WXMAC__) // This removes (for instance) "Audacity.app/Contents/MacOSX" exePath.RemoveLastDir(); exePath.RemoveLastDir(); exePath.RemoveLastDir(); #endif Obviously we don't want to delete the Audacity executable (and I think you mean "Audacity.app/C...
- Sun Nov 23, 2014 5:40 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
please give step-by-step - including where to add it into the Audacity solution if that is needed. External sledgehammer: https://www.dropbox.com/s/h2thp8qg5oziuzb/ResetAudacityPreferences.zip?dl=0 This zip file contains an entire Window's solution with source code and icon resources. I also have t...