1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

9681 Commits

Author SHA1 Message Date
Dmitry Vedenko
efafd996ae Fixes the trademark text. 2021-07-12 15:09:29 +03:00
Dmitry Vedenko
01da348c8a Move Privacy Policy URL to a different tab to improve it's visibility 2021-07-09 20:03:27 +03:00
Dmitry Vedenko
e8b1820ea2 Adds Privacy Policy URL into the AboutDialog 2021-07-02 21:55:40 +03:00
Dmitry Vedenko
2c7f5da8c6 Fixes handling of invalid UpdateScheduledTime 2021-07-01 13:35:35 +03:00
Paul Licameli
870fc5d626 Opt-out of check for updates persists after preference resets...
... These can happen in only two ways, using the application: from the Tools
menu, or using the Windows intaller program.

A review of all uses of wxFileConfig::DeleteAll() proves this.

The one special BoolSetting object was moved from UpdateManager to Prefs.cpp to
avoid a dependency cycle among source code files.
2021-06-29 16:36:03 -04:00
Dmitry Vedenko
bfb79feed3 Adds an SSE2 version of lrint family
For some reason, MSVC builtin version have extremely low performance
2021-06-29 15:58:04 -04:00
Dmitry Vedenko
a5d74f564d Suppress networks error during the update check 2021-06-29 13:35:39 -04:00
Dmitry Vedenko
8fa37c729e Postpone updates for a GMT calendar day 2021-06-25 11:34:09 -07:00
Dmitry Vedenko
db527c55cf Distinguish between Win32 and Win64 update urls 2021-06-25 11:21:12 -07:00
Dmitry Vedenko
4b2b3458e8 Fixes macOS packaging issues
* Help is installed to correct location
* dSYM file is ignored
* Fixes weird issue with Conan picking up libraries from dSYM
2021-06-25 10:17:39 -07:00
Paul Licameli
f8239de14c Check for updates will not interrupt the Timer Record wait dialog 2021-06-25 10:10:31 -07:00
Paul Licameli
1f9a81eb82 Reverse meanings of "Grayscale" and "Inverse Grayscale" ...
... The first, not the second, will correspond to the old Grayscale.  This
shows higher energy as darker.  That is how monochrome spectrograms have
usually been inked onto paper.
2021-06-25 04:25:43 -07:00
Paul Licameli
a8afea5a75 Check for Updates dialog will not interrupt recordings 2021-06-24 02:37:48 -07:00
Paul Licameli
2f952dcff6 Added team members in credits 2021-06-23 15:22:11 -04:00
Dmitry Vedenko
3e237f7aaf Fixing the CMake, so HAVE_UPDATES_CHECK is correctly set up 2021-06-21 17:09:56 +03:00
Dmitry Vedenko
e6e81399f7
Fixes alphabetical order in credits 2021-06-18 18:38:40 +03:00
Paul Licameli
6b82f43000 Additions to credits 2021-06-18 09:58:27 -04:00
gera
87d94fe249 Add new review recommendations.
Clean up extra code, remake static title, move settings to UpdateManager class.
2021-06-18 09:46:40 -04:00
gera
93b9bcf470 Add review recommendations. 2021-06-18 09:46:40 -04:00
gera
d9ab95a4b2 Add application preferences with update checkbox. 2021-06-18 09:46:40 -04:00
gera
d6f95c8575 Add Audacuty naming style and fix macOS assertion. 2021-06-18 09:46:40 -04:00
gera
ec0554e131 Add some recommends and delete extra static methods. 2021-06-18 09:46:40 -04:00
gera
d15d88af71 Add recommends from review. 2021-06-18 09:46:40 -04:00
gera
c7a24df915 Add recommends from review. 2021-06-18 09:46:40 -04:00
gera
0ab6aefe11 Merge with master and resolve CI configure script conflict. 2021-06-18 09:46:40 -04:00
James Crook
183d3dd1d8 Bug 2807 - Error message for a failed import of malforned MP3 lacks a "?" help button 2021-06-17 17:45:27 +01:00
Dmitry Vedenko
045fcbf688 Fixes #984
Fix uses the approach proposed by David Bailes
2021-06-16 11:54:20 -04:00
Peter Jonas
de2213ea2c Generate AppImage on GitHub Actions
Fixes #695. Supersedes #172. See https://appimage.org/.
2021-06-16 11:00:16 -04:00
Paul Licameli
d167b0bc83 Correct Japanese strings for Linux destkop and Windows installer...
... as suggested by 森の子リスのミーコの大冒険 <phroneris@gmail.com>
2021-06-15 21:39:01 -04:00
Vitaly Sverchinsky
e8b186a9b4 Crashreporting 2021-06-15 22:44:07 +03:00
dofuuz
060885c4f6 Changes to Spectrogram color scheme user-visible strings because of string freeze 2021-06-15 12:41:44 -04:00
dofuuz
e9f0590c28 Add spectrogram preference migration from old 'Grayscale' checkbox to new 'Color Scheme' choice 2021-06-15 12:41:44 -04:00
dofuuz
e135bcf16f Some more cleanup for new spectrogram color scheme
- Add some assertion
- Define spectrogram color scheme name using the two-argument constructor. (i18n)
2021-06-15 12:41:44 -04:00
dofuuz
474f05d414 New colormap for Spectrogram
- Add color scheme preference

Add 'Spectro. Color scheme' to 'Set Track Visuals' macro command
2021-06-15 12:41:44 -04:00
dofuuz
ca58443644 Refactor AColor.cpp 2021-06-15 12:41:44 -04:00
Paul Licameli
5cf1d514f6 Made new strings agree with FutureStrings.h; removed from there 2021-06-13 19:24:12 -04:00
Paul Licameli
bb907fca48 "Menu Tree" doesn't need to translate 2021-06-11 17:44:42 -04:00
James Crook
858517f404 Update credits
Buanzo, Leland and Bill move to 'Emeritus'.
2021-06-11 22:32:42 +01:00
Paul Licameli
2c4ed8b31f Bug2800: File>Open should allow non-project from a FAT drive...
... but still disallow it for .aup3 files.

The fix is a simple moving of the check for a FAT filesystem after several
other checks that distinguish types of imported files.
2021-06-10 17:13:45 -04:00
Peter Jonas
4b5c95d7fe Move GitHub Actions CI scripts into separate files
Break the workflow into smaller stages (Configure, Build, Install,
Package, etc.) so that you can see exactly which stage failed in the
GitHub Actions run log.

Create a separate Bash CI script for each job stage (configure.sh,
build.sh, install.sh, package.sh, etc.) to reduce the size of the main
YAML workflow file and enable Bash syntax highlighting.

Close #917
2021-06-10 10:09:49 -07:00
Paul Licameli
3ebebbb360 Add a string for after 3.0.3, to disambiguate "Recording"...
... as suggested by Sampo Hippeläinen.
2021-06-10 12:07:33 -04:00
Paul Licameli
e2fda7df32 Better node names for 3p libraries in picture of dependencies 2021-06-09 15:06:21 -04:00
James Crook
404ad6ad8a Bug 2803 - Audacity unresponsive after 'Fit to Height'
a) Fixed root cause, which is conversion of a
negative integer to a large unsigned, leading to
a very tall track.
b) Improved mitigation (in projects that already
have over tall tracks) by setting a smaller minimum
for the allowed size.
2021-06-08 22:05:56 +01:00
James Crook
1b9e938869 Fix / workaround for bad track heights.
The root cause of the bad track height hasn't been tracked down
yet.  It  may be related to collapsing tracks as it was first seen with
all tracks collapsed.
2021-06-08 19:29:55 +01:00
Dmitry Vedenko
97914403f6 Updates Doxygen documentation 2021-06-08 08:08:26 -07:00
Dmitry Vedenko
950d170ae6 Adds context to SQLite3 exceptions 2021-06-08 08:08:26 -07:00
Dmitry Vedenko
690772ccb0 Use ShowExceptionDialog when we want to show ErrorReportDialog 2021-06-08 08:08:26 -07:00
Dmitry Vedenko
bbb9ca14a2 Adds ErrorReportDialog and ShowExceptionDialog 2021-06-08 08:08:26 -07:00
Paul Licameli
d28554189d Add alpha-build-only crash-me buttons, for testing of crash reporting 2021-06-08 02:23:53 -07:00
Paul Licameli
64d7ca7403 New utility library 2021-06-02 07:08:19 -04:00