Commit Graph

108 Commits

Author SHA1 Message Date
James Crook 16444b9ad2 Update for 3.0.3 2021-04-19 12:58:32 +01:00
James Crook ff5003a9db Set BUILD_LEVEL 2, in preparation for release. 2021-04-13 20:53:40 +01:00
James Crook 67ecb0e255 Update for 3.0.2 2021-04-09 19:43:46 +01:00
James Crook 173e3b3d66 Ready for 3.0.1 development. 2021-03-17 10:13:51 +00:00
James Crook d5d4c46a3f Set BUILD_LEVEL 2, in preparation for release. 2021-03-09 10:19:38 +00:00
James Crook d42f0e327c Start development of 3.0.0 2020-06-28 11:02:43 +01:00
James Crook 191704cc07 BUILD_LEVEL set to 2, ready for release. 2020-06-19 15:26:41 +01:00
Carlo Bramini 16ecbcdf0e
[WIN32] Correct declaration of import/export modifiers. (#455)
The '_declspec' modifier is deprecated since the migration from Win16 to Win32, so by long time.
The correct modifier to be used for modern code is '__declspec', with two underscore characters as prefix.
MSVC can recognize both modifiers and '_declspec' has the same effect of '__declspec', depending on the presence of '/Za' option, which activates/deactivates the language extensions:

https://docs.microsoft.com/it-it/cpp/cpp/declspec?view=vs-2019

Unfortunately, GCC supports only '__declspec', so I recommend to use this one and also MSVC will be able to work indipendently from the language extensions. Since Audacity does not compile on anything less than GCC 4.9, it is not a big problem to use the same thing for _WIN32 in general, not only MSVC, and also Cygwin.
2020-05-25 01:43:10 -05:00
James Crook 947ed37918 Begin 2.4.2 development 2020-05-21 21:21:50 +01:00
James Crook 1322b40a9c BUILD_LEVEL 2; Ready for release 2020-05-19 10:43:53 +01:00
James Crook f61c87368d Begin 2.4.1 development. 2020-05-18 12:15:05 +01:00
James Crook 00c465db17 BUILD_LEVEL 2; Ready for release. 2020-05-10 14:07:43 +01:00
Leland Lucius 1ca911ed38 Convert all __WXDEBUG__ tests to use new _DEBUG symbol
This symbol is based on the NDEBUG symbol that's automatically
defined by CMake.
2020-04-25 02:36:27 -05:00
Yuri Chornoivan d1ada5f08c Fix minor typos 2020-04-11 10:06:24 +01:00
James Crook 846938e871 Set BUILD_LEVEL back to 0 and Version to 2.4.0, ready for onward development. 2019-11-23 09:30:06 +00:00
James Crook 008d8d8c8c Set BUILD_LEVEL 2, ready for release. 2019-11-15 11:14:55 +00:00
Paul Licameli 6cde697a8e Don't call QuitAudacity directly from src/menus...
... This cuts link dependency on AudacityApp.cpp, and allows the function to
be private to that file
2019-05-17 16:29:04 -04:00
James Crook 30dda4fe97 Update Version number for 2.3.3 development. 2019-05-13 18:09:58 +01:00
James Crook bd2956bb45 Get ready for release candidates. 2019-05-04 11:38:57 +01:00
James Crook d079de75b1 Bump version number 2019-03-08 19:00:00 +00:00
James Crook 222dfa9dbd Building for 2.3.1 release now. 2019-02-23 11:10:11 +00:00
James Crook 3ed43a9f12 Up version number to 2.3.1
Also set AUDACITY_BUILD_LEVEL back to 0.
2018-09-29 15:30:35 +01:00
James Crook 6302e9b825 Set AUDACITY_BUILD_LEVEL to 2 2018-09-18 09:50:40 +01:00
James Crook 7f96f85676 Add some Right-To-Left language workarounds.
MixerBoard, LyricsWindow, Screenshot and most effects are now LTR in RTL locales.
Also added a pref so this can be overridden.  As RTL affects window creation, the language choice and this preference may only fully take effect after a restart of Audacity.
2018-08-10 18:39:33 +01:00
James Crook 213daba23f Avoid multiple include of configunix.h 2018-04-06 11:54:15 +01:00
Paul Licameli 803022db11 Open 2.3.0 alpha development 2018-02-21 15:18:09 -05:00
Paul Licameli 423908e668 Release build 2018-02-11 22:00:50 -05:00
Paul Licameli 1ced86fce1 Beta build 2018-01-28 21:33:49 -05:00
Paul Licameli c6696f1b49 Move definition of _ and related into Internat.h 2018-01-06 21:03:32 -05:00
Paul Licameli e37d701bc0 WXINTL_NO_GETTEXT_MACRO defined in compiler options...
... so even if you neglect to include Audacity.h, it applies
2018-01-06 20:56:51 -05:00
Paul Licameli c66eae1a46 Fix uses of wxPLURAL and update audacity.pot ...
so that
(1) we really get msgid_plural entries in the .pot
(2) i18n-comments get extracted too (needs workaround of xgettext bug)
2018-01-05 00:35:04 -05:00
Paul Licameli 161a869102 Version 2.2.2 is open for alpha development 2017-12-07 22:21:55 -05:00
Paul Licameli afdcded32d Make Release build 2017-11-23 01:24:54 -05:00
James Crook 68f00326fd We're now on Version 2.2.1 development. 2017-11-05 12:09:18 +00:00
Paul Licameli fd3813fa30 Open 2.2.1 alpha 2017-11-02 14:28:48 -04:00
Paul Licameli 13358059cf Release build 2017-10-13 10:45:41 -04:00
Paul Licameli 954a974422 Changed the conditional compilation for alpha/beta/release...
... In particular, don't put the extra information in MIDI device info for Beta

But still link to the Alpha manual.
2017-09-11 00:10:22 -04:00
Paul Licameli f6b5d8e651 Generate msgid and msgid_plural in .pot for wxPLURAL macro 2017-09-10 19:24:42 -04:00
Paul Licameli 7423a2c232 Change welcome screen to identify version as a beta 2017-08-31 17:08:50 -04:00
Paul Licameli 272d3026e2 Can change "alpha" to "beta" in welcome screen if IS_ALPHA > 1...
... and don't add "x" and date when IS_ALPHA is turned off.
2017-08-31 12:59:33 -04:00
Paul Licameli 4fab7365e5 Fix errors in post build step on Mac
Was, Xcode ended the build, or even a clean, of either Debug or Release,
building the target 'Create Info Header'

This were introduced at commit 0361169839
2017-06-23 22:53:53 -04:00
James Crook 82a7778813 Merge pull request #193 from walisser/clang
Fix clang build
2017-04-09 22:31:32 +01:00
James Crook 028ed19d90 Sync with DarkAudacity 2017-04-02 23:07:13 +01:00
Darrell Walisser 389370d01e clang: prevent detecting clang as gcc 2017-03-31 12:51:15 -04:00
Paul Licameli 70d9e4bdc7 GetMinMax, GetRMS functions take a mayThrow argument, return numbers 2017-03-21 14:19:02 -04:00
Paul Licameli 5036583549 Fewer inclusions of AudacityApp.h 2017-03-17 17:52:24 -04:00
James Crook f061b0b853 Prepare for 2.2.0 Release Cycle.
* IS_ALPHA to 1
* Version number to 2.2.0.
2017-03-17 20:39:11 +00:00
James Crook ffe4aae962 IS_ALPHA to 0 2017-03-08 13:37:36 +00:00
James Crook 9e7756cdc8 Set IS_ALPHA to 1 2017-02-24 13:44:50 +00:00
James Crook 31df61f537 Set IS_ALPHA to 0. 2017-02-01 16:09:36 +00:00