Commit Graph

482 Commits

Author SHA1 Message Date
james.k.crook@gmail.com 0574c96a4c Start of module prefs. (work in progress). Linux will need the makefile updating. 2012-07-13 21:51:45 +00:00
v.audacity 9288cca4cf Version 2.0.1 is released. Increment to 2.0.2. 2012-06-30 20:42:32 +00:00
v.audacity c3ab4576f2 Update Win installer maker script so it automatically makes the MinVersion requirement disallow ANSI systems. The way it was, the installer would go ahead and try to install on ANSI systems. 2012-06-23 23:12:43 +00:00
v.audacity efaebf27fa Purge ANSI.
Also remove redundant (R) sign from main page in About dialog.
2012-06-23 02:28:04 +00:00
martynshaw99 67d41f1144 Add sample-data-export.ny into the build, so that it appears on the 'Analyze' menu (Win only). 2012-06-22 01:12:04 +00:00
martynshaw99 dd29bce63b Remove auto-help project building, since we should be looking at http://code.google.com/p/audacity for the latest (common) manual, and at http://wiki.audacityteam.org/wiki/Create_Local_Manual for how to get there 2012-06-14 00:35:52 +00:00
martynshaw99 22d591c119 Remove building 'help' in 'Unicode Debug', since it just slows us down. 2012-06-14 00:24:41 +00:00
martynshaw99 ba40f3d8b3 Enable building of PaulStretch effect on win 2012-06-10 22:45:47 +00:00
clayton.otey 87fb427603 TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
v.audacity d1b231670b Delete obsolete installer scripts. 2012-04-05 23:52:57 +00:00
windinthew e98695f324 Added Serbian (Latin) software translation by Miroslav Nikolic. 2012-04-03 07:56:51 +00:00
martynshaw99 8ed52d36cc Add file that acts as a marked to reset prefs. 2012-03-29 23:54:34 +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
v.audacity 29eb2a9710 update to 2.0.1, per step 13 at http://wiki.audacityteam.org/wiki/Release_Process#Process 2012-03-14 18:50:20 +00:00
v.audacity 94feb4ceea modifications per Gale's suggestions 2012-02-23 23:07:00 +00:00
v.audacity c439261ca7 Try [UninstallRun] section to uninstall 1.2.* better. 2012-02-23 07:01:56 +00:00
v.audacity d882ea89ac Changes per "Verbosity in installer dialog" thread on audacity-quality: Simplify the license page text in the installer. Rather than show LICENSE.TXT, show abbreviated text from http://audacity.sourceforge.net/ and http://audacity.sourceforge.net/about/license.
Also added more accurate, copyrighted header, and moved SetupIconFile directive to different section as it's not compiler-related.
2012-02-23 04:09:15 +00:00
v.audacity 461f6d1197 Found a few places we hadn't incremented the version number. Documented this in Release Process. I don't think these warrant new rc tarballs, but should be included if there are other reasons to do new new rc tarballs. 2012-02-22 01:31:41 +00:00
v.audacity a663c35378 Changes to make the version number appear much less frequently, a la the 1.2.x stable release conventions (long forgotten!). 2012-02-16 21:12:18 +00:00
v.audacity 537bb3f175 Remove "unsupported" from file names, etc, and make it consistently called "Audacity 2.0 ANSI". 2012-02-16 20:02:04 +00:00
v.audacity 3fe4801a4e Explicitly get rid of 1.2.x cruft files that we are not replacing. 2012-02-15 20:11:19 +00:00
v.audacity c2353a09c3 Explicitly get rid of 1.2.x cruft files that we are not replacing. 2012-02-15 20:10:19 +00:00
v.audacity a8a006e995 This is now the main installer-maker script, so identical to audacity_unicode.iss. 2012-02-15 19:43:26 +00:00
v.audacity dd531d9f45 Rename per discussion. 2012-02-15 19:37:21 +00:00
v.audacity fff71ac959 Try to resolve issues about uninstall cruft. 2012-02-14 04:03:49 +00:00
martynshaw99 57f29c6983 Install in {pf}\Audacity. Delete old uninstall files. 2012-02-09 00:13:30 +00:00
martynshaw99 9e802e0b0a Update to installers, reflecting that 'unicode' is the norm and 'ANSI' is no longer supported. audacity.iss in untested since I no longer have 'Visual Studio 8'. We should really change the file names as well to 'audacity.iss' and 'audacity_ANSI.iss', or simply delete the older version, since we no longer support it. 2012-01-31 00:32:21 +00:00
windinthew ba7ce7830c Update for 2012. 2012-01-03 09:01:22 +00:00
lllucius@gmail.com 459fa98b6f Adds building of wxWidgets message files to keep them in sync with wxWidgets release. 2011-12-16 16:04:32 +00:00
martynshaw99 8019be0b3f As used for 1.3.14rc1, includes 'help' and adjusted for 32-bit win. 2011-12-09 00:22:57 +00:00
v.audacity c83144f728 Remove access.cpp, now unnecessary. Turns out that wxWidgets 2.8.12 removed the line that was commented out.
Update setup.h to be minimally different from the standard version, while maintaining functional differences.

Update compile.txt accordingly.
2011-11-28 01:08:37 +00:00
v.audacity 96f8d0a42d Removed a confusing and unnecessary paragraph. It originally was about why we wanted to build static libraries for wxWidgets, got expanded in that direction. But we now build DLL's not, LIBs, so it's misleading. Plus, let's keep it simple and focused -- to build Audacity, nobody needs to read about all the wxWidgets options, only the instructions in compile.txt. Anybody sophisticated enough to understand the different build options is sophisticated enough to find the wxWidgets documentation themselves. 2011-11-27 23:55:28 +00:00
v.audacity 483cf70bab Update for Audacity version 1.3.14 and wxWidgets version 2.8.12. 2011-11-27 07:57:40 +00:00
windinthew eab4109489 Added new Serbian translation by Miroslav Nikolic. 2011-10-20 15:41:57 +00:00
v.audacity 17ca45dcdf 2011-09-29 05:24:26 +00:00
v.audacity 0e83c5d13f 2011-09-29 01:39:12 +00:00
clayton.otey 71dedc3d35 Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +00:00
clayton.otey df9865f26a Added an sse enabled mixed-radix-fft implementation and a menu/view/{narrow,broaden} spectrum item which adjusts the spectrogram window size 2011-07-02 18:42:38 +00:00
clayton.otey a17e741abc Major update to TimeScale effect, incorporating libsbsms-2.0.0, fixes to bug 172, changes to ui 2011-07-02 18:35:18 +00:00
v.audacity 9869ea4afd Putting msgfmt in C:\Windows\System32 doesn't work on my 64-bit machine, but C:\Windows does. 2011-06-28 23:39:57 +00:00
lllucius 78a537ee48 Release builds fail if USE_LIBLRDF is defined...weird... 2011-04-17 18:11:29 +00:00
lllucius bf2348fd01 Remove unused projects from solution. Projects are still available to adding them back would be easy. 2011-04-17 09:51:19 +00:00
lllucius fa00dd005f Upgrades libsndfile to 1.0.24. 2011-04-03 03:08:57 +00:00
martynshaw99 4474d348b3 Recurse into Nyquist subdirs, so we get \rawwaves dir. Thanks to Gale. 2011-03-30 22:58:27 +00:00
lllucius 9c765b7897 Change all four configurations this time.. 2011-03-30 01:21:18 +00:00
lllucius 281281c0af Adds a custom build step to copy the nyquist-plot.txt 2011-03-30 01:15:59 +00:00
windinthew 8eee168b56 Add "notch.ny" to Windows project 2011-03-28 19:43:13 +00:00
v.audacity abb01a533f Remove unnecessary "Microsoft.VC80.CRT\msvcm80.dll" DLL. 2011-03-28 01:17:02 +00:00
v.audacity 588ee05965 Remove warning about deprecated /Wp64 for MSVC++. 2011-03-15 01:02:09 +00:00
windinthew ca932f45d8 Remove typo 2011-03-03 01:28:31 +00:00
mchinen 7c363361bb add DeviceManager to windows solution 2011-02-13 19:08:47 +00:00
v.audacity 0332c60a2a Define one constant, PLATFORM_MAX_PATH, for maximum path value, so we don't have to do platform-specific conditionals everywhere we want to check it. In fact, we were actually checking that only for Windows. This is follow-on to Richard's message on audacity-devel about "overflow vulns".
Remove unnecessary declaration of MAX_PATH in BlockFile.h.
2011-01-06 00:07:59 +00:00
windinthew d6155a5227 2010 > 2011. 2011-01-01 11:47:02 +00:00
v.audacity 4f6c56450a Update replacement files for wxWidgets 2.8.11, so new options are supported. Eliminate changes that have no effect, to make it easier to update in future. Reduce verbiage. Add installation options. 2010-12-20 04:25:39 +00:00
v.audacity 275e7f1de1 Improve granularity of MSVC++ STEP sections. 2010-12-16 02:26:25 +00:00
v.audacity d780839d8c Capitalize section title. 2010-12-16 01:47:55 +00:00
v.audacity b99362d3fc Undo R10807. Line 76 already copies all files from presets (thus "..\presets\*") and puts them in the "{app}" dir. 2010-12-16 01:11:05 +00:00
martynshaw99 9fc22574f3 Update installer for new EQ defaults location in SVN and where it should end up. 2010-12-12 00:04:46 +00:00
v.audacity fa51a6fee8 (Bug 243, P2 - Default EQCurves.xml should be populated and added to Windows and Mac installers)
Apparently "{pf}" does not get interpreted correctly in [Files] section.
2010-10-16 08:22:09 +00:00
v.audacity 341257491d (bug 243, P2, Default EQCurves.xml should be populated and added to Windows and Mac installers)
Add default EQCurves.xml for Windows.

Remove specific hard drive references in favor of {pf} for Program Files directory.

Increment Audacity version number.
2010-10-16 00:47:53 +00:00
v.audacity 2b617f5f5f spelling error 2010-10-14 01:06:08 +00:00
v.audacity 1032ae79b9 Disable WASAPI support in new PortAudio snapshot. Has build problems and doesn't work on XP, anyway.
(Martyn's commit didn't add the #define for all configurations.)
2010-10-04 22:59:33 +00:00
martynshaw99 b293c65748 Disabling wasapi support for now. Somebody may like to look into getting this going for Vista/7 sometime. 2010-10-04 22:21:49 +00:00
rbdannenberg a1f0e5ed5b Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment. 2010-09-18 21:02:36 +00:00
windinthew a106ae232f * Correct "Compling Audacity" typo passed through from e-mail to "Compiling Audacity", plus move down "Developing in Windows" link to help people check for common compilation errors
* Errors and inaccuracies are better directed to feedback@ so there is no disincentive effect of having to register on the Forum to report obvious errors
2010-09-10 12:09:15 +00:00
v.audacity f9be883b82 Made requests for bug reports consistently go to feedback@audacityteam.org and compile issues go to "Compling Audacity" board on the Forum rather than going to -devel. Removed some related code cruft. 2010-09-10 03:19:24 +00:00
v.audacity a6cb818f42 Remove SpikeCleaner.* from project. No reason to compile as it's never instantiated/called. 2010-08-10 05:04:46 +00:00
v.audacity d329cb8812 Revised last paragraph for wxWidgets. The path was wrong (missing ':') and there's no reason to "note" a directory, especially at this point in the process. 2010-08-09 00:34:32 +00:00
windinthew d0f67d3e6b * Update for wxwidgets 2.8.11
* Add note that "help" project requires Python
* Add missing section about optional "locale" project
2010-07-01 09:48:35 +00:00
windinthew 119451498b Don't build "help" project by default in Unicode Release or Release to match with win/compile.txt 2010-07-01 09:46:27 +00:00
clayton.otey@gmail.com 299c327a71 SBSMS library/effect changes. Apparently resolves bug #170. Incorporated optimizations with minor quality changes. Returned optimization flags to build (introduced in a patch). The audacity SBSMS branch is now a trimmed down version without associated programs. Includes (untested) changes to the windows .vcproj. 2010-06-07 06:41:32 +00:00
windinthew fc680e20cb added Belarusian translation (still needs adding to mac/Audacity.xcodeproj/project.pbxproj) 2010-04-27 08:00:23 +00:00
LRN1986 0a6148b06f Extended import filtering 2010-04-04 08:19:53 +00:00
windinthew ca15eb3e3b Committing the .iss file used for 1.3.12 ANSI Release 2010-04-02 10:52:42 +00:00
BusinessmanProgrammerSteve ea1b2149e4 Add ODDecodeFFmpegTask to VS project 2010-03-19 22:36:06 +00:00
martynshaw99 e06de80145 Don't build 'help' in debug builds. 2010-03-12 00:55:03 +00:00
windinthew d54254913e * Relink to the LAME FAQ in the 1.3 Manual
* Note that Audacity releases are built with DirectSound support
2010-03-01 09:37:00 +00:00
windinthew 2be3c8f6bd Include SoundFinder.ny in the plug-ins folder built by VS 2010-03-01 03:55:59 +00:00
windinthew 319903dbf7 CVS > SVN 2010-02-12 14:21:24 +00:00
windinthew 45a006841d added Burmese (Myanmar) translation by Russell Kyaw 2010-01-27 09:32:55 +00:00
ra 6e3e8dcfff Remove some old erratta, and do a major tidy up of line endings and properties on source files 2010-01-24 13:33: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