1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-28 22:28:44 +02:00

14 Commits

Author SHA1 Message Date
james.k.crook@gmail.com
a1b02e5dbe Exploration of mod-nyq-bench load issue. Needs someone else to look at this further. 2012-07-31 09:34:31 +00:00
james.k.crook@gmail.com
29b79e2a7e Fixed missing header files. 2012-07-15 10:38:53 +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
v.audacity
586dc82365 Remove now-redundant wxLogNull declaration for __WXMAC__. 2012-07-11 22:22:32 +00:00
v.audacity
c6edf9f444 Fix http://bugzilla.audacityteam.org/show_bug.cgi?id=544 (P2). 2012-07-11 05:27:19 +00:00
v.audacity
5697e39ec0 (bug 451, P2) Improve specificity of one of the "Gap detected..." messages, so it includes blockfile name and extension if possible. Also changed some wxLogError calls to wxLogWarning, as the plan is to handle them rather than fail the load.
Also made the "...will not be loaded" messages in LoadModules.cpp consistently use wxLogError.
2011-10-12 23:17:40 +00:00
james.k.crook@gmail.com
8838820660 _TCHAR -> wxChar for Ubuntu compatibility 2011-04-30 09:46:11 +00:00
james.k.crook@gmail.com
67387b6bc6 Use _TCHAR in place of wchar_t for VersionName 2011-04-29 07:52:46 +00:00
james.k.crook@gmail.com
0e26793243 Fixed: Order of module function invocation; removed superfluous init function; version number now a wchar_t* to avoid linker warning. 2011-04-25 16:36:25 +00:00
james.k.crook@gmail.com
21851193de Fix: LoadModule would load a module without a version string. 2011-04-24 14:31:29 +00:00
lllucius
e34ea138e0 Temporary change to prevent "Error: Couldn't find symbol 'MainPanelFunc' in a dynamic library (error 127: the specified procedure could not be found.)" dialog from popping up at Audacity startup. This only affects Mac. 2011-03-28 05:49:25 +00:00
v.audacity
9bbfeceea7 Upgrade some log message calls. 2011-02-26 01:51:44 +00:00
v.audacity
2362aca9a6 Remove wxLogNull declaration from LoadModule(wxString fname) as it obviated subsequent calls to wxLogDebug().
Add call to wxLog::FlushActive() to end of AudacityApp::OnInit() so calls to wxLog*() in Load*() calls get written to log.
2011-02-25 05:29:17 +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