1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 23:59:41 +02:00

13357 Commits

Author SHA1 Message Date
Dmitry Vedenko
c8e0bf343d Fixes the libmad disabled by mistake 2021-06-16 06:03:55 -07:00
Dmitry Vedenko
5f05b798f6 Fixes the way GIT_BRANCH is evalueated 2021-06-16 05:07:31 -07:00
Dmitry Vedenko
6da25e1646 Add targets for packaging DMG and InnoSetup
Fixes configure.sh

Fixes Windows code signing

Fixes an issue with conan cache on windows

Fixes build manual script

Fixes build manual

Remove unused props

Use long options

Yet another manual fix

Fixes iss
2021-06-16 05:07:31 -07:00
Dmitry Vedenko
d21ee922e1
Fixes ComponentInterface.h(49,84): warning C4273: 'GetCustomTranslation': inconsistent dll linkage 2021-06-16 11:36:56 +03: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
Paul Licameli
69858a0868 Update ja (Japanese) by 森の子リスのミーコの大冒険 (Phroneris) via email 2021-06-15 21:37:09 -04:00
Olivier Humbert
bd89510a35 Update French translation for 3.0.3 2021-06-15 21:16:02 -04:00
Paul Licameli
58b28da04a Update sl (Slovenian) by Martin Srebotnjak, submitted via email 2021-06-15 16:30:57 -04:00
Paul Licameli
6f5ed6ba82
Merge pull request #836 from vsverchinsky/breakpad_integration
Breakpad integration
2021-06-15 15:56:49 -04:00
Vitaly Sverchinsky
08b1987ea3 sentry url fix 2021-06-15 22:44:09 +03:00
Vitaly Sverchinsky
e8b186a9b4 Crashreporting 2021-06-15 22:44:07 +03:00
Kaya Zeren
5c05f6b421 Turkish translation update
Turkish translation update
2021-06-15 12:53:47 -04:00
Paul Licameli
797aa71aef Merge pull request #830 Color scheme for spectrogram 2021-06-15 12:42:45 -04: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
d6d486000a Corrections in zh_TW (Chinese) from Jesse Lin via email 2021-06-14 14:07:30 -04:00
Paul Licameli
27295808cf Update es.po (Spanish) by Antonio Paniagua Navarro, submitted via email 2021-06-14 13:29:32 -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
7d76e06d84 Un-wrap msgids in audacity.pot and ja.po, for easier grep-ing 2021-06-12 20:37:26 -04:00
Paul Licameli
1f68da2fae Change locale/update_po_files.sh so it doesn't wrap lines...
... as requested by Phroneris, Japanese translator
2021-06-12 20:26:18 -04:00
Paul Licameli
770ac108f2 Update pt_PT (Portuguese) by Bruno Ramalhete, submitted via email 2021-06-12 17:38:03 -04:00
Paul Licameli
7421a13129 Update el (Greek), pt_BR (Brazilian Portuguese)...
Submitted via email.  Thanks to:
Dimitris Spingos (Δημήτρης Σπίγγος)
Cleber Tavano
2021-06-12 08:45:02 -04:00
Roger Dannenberg
8f41dd7a38 Restore old behavior where Nyquist sound effects replace selection with
arbitrary length computed sound. (So as before, sound after the selection
is shifted in time if the replacement sound is shorter or longer than the
original selection.) If stereo is computed and one channel is shorter than
the other, the shorter channel is extended with zeros to match the length
of the longer one.
2021-06-11 17:58:18 -04:00
Paul Licameli
28c431d8f1 Update eu-ES (Basque) by Alexander Gabilondo via email 2021-06-11 17:44:42 -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
7444550a27 Update ko (Korean) by Hwanyong Lee via email 2021-06-11 10:25:39 -04:00
Paul Licameli
ee0a9a1aa7 Update it (Italian), de (German), zh_TW (Chinese) ...
Submitted via email.  Thanks to:
Michele Locati
Joachim Huffer
Jesse Lin
2021-06-11 09:34:59 -04: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
ee8caa2452 Rename UnusedStrings.h as FutureStrings.h 2021-06-10 12:04:28 -04:00
Paul Licameli
9960492039 Updated fi.po (Finnish) by Sampo Hippeläinen via email 2021-06-09 15:20:04 -04:00
Paul Licameli
767463cd44
Merge pull request #964 from Paul-Licameli/some-cmake-changes
Cmake changes fix loading of modules on macOS
2021-06-09 15:11:49 -04:00
Paul Licameli
4a2fc192e6 Bug2799: mod-script-pipe fails to load on Mac...
... This broke at commit 938bbeb with changes in CMake scripts.

This can be fixed by invoking CopyLibs.cmake for modules too.

This affects only the macOS build.
2021-06-09 15:06:21 -04:00
Paul Licameli
7346fdac69 Re-fix long Mac builds with many libraries, faster & more simply...
... Fix redundant "sh -c".  Combine many install_name_tool commands into one for
each library or executable.  Examine each with otool once only.
2021-06-09 15:06:21 -04:00
Paul Licameli
cf993fcded Revert "CopyLibs.cmake, for macOS: visit unique EDGES (not nodes)..."
This reverts commit e785c77226da1cb33f97557e905caf4a579fa318.
2021-06-09 15:06:21 -04:00
Paul Licameli
e2fda7df32 Better node names for 3p libraries in picture of dependencies 2021-06-09 15:06:21 -04:00
Paul Licameli
fddbb4b7a9 Updated nl.po (Dutch) by Thomas De Rocker via email 2021-06-09 11:29:49 -04:00
Paul Licameli
73e1fd2b2b Update hi.po (Hindi), uk.po (Ukrainian) ...
Submitted via email.
Thanks to:
Bashishtha Singh
Yuri Chornoivan
2021-06-09 11:20:35 -04:00
Paul Licameli
a4f2fb549e locale/diagnostics.sh emits CSV format; detects even one omission 2021-06-09 11:03:19 -04:00
Grzegorz Pruchniakowski
2c81d53355 Update pl.po from Transifex for 3.0.3
Update pl.po from Transifex for 3.0.3

Greetings,
Gootector
2021-06-09 11:00:26 -04:00
Patriccollu
60af3f9f54 Update Corsican locale co.po for Audacity 3.0.3 2021-06-09 10:03:14 -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
abfda00b8b Pass Sentry parameters to CMake 2021-06-08 08:08:26 -07:00