A-d-r-i
ed03c95e03
Translated using Weblate (French)
...
Currently translated at 92.7% (3930 of 4235 strings)
Co-authored-by: A-d-r-i <a-d-r-i@outlook.fr >
Signed-off-by: A-d-r-i <a-d-r-i@outlook.fr >
Signed-off-by: weblate (bot) <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Translation: tenacity/tenacity
2021-09-05 07:57:45 +02:00
mondstern
196192ea32
Translated using Weblate (Dutch)
...
Currently translated at 92.1% (3901 of 4235 strings)
Translated using Weblate (Ukrainian)
Currently translated at 95.9% (4063 of 4235 strings)
Translated using Weblate (Finnish)
Currently translated at 94.5% (4006 of 4235 strings)
Translated using Weblate (Finnish)
Currently translated at 93.3% (3955 of 4235 strings)
Translated using Weblate (Basque)
Currently translated at 91.2% (3866 of 4235 strings)
Co-authored-by: mondstern <mondstern@snopyta.org >
Signed-off-by: mondstern <mondstern@snopyta.org >
Signed-off-by: weblate (bot) <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/eu/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fi/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/uk/
Translation: tenacity/tenacity
2021-09-05 07:57:44 +02:00
Sergio Varela
86da06b930
Translated using Weblate (Basque)
...
Currently translated at 91.2% (3866 of 4235 strings)
Co-authored-by: Sergio Varela <sergitroll9@gmail.com >
Signed-off-by: Sergio Varela <sergitroll9@gmail.com >
Signed-off-by: weblate (bot) <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/eu/
Translation: tenacity/tenacity
2021-09-05 07:57:44 +02:00
XiaoPanPanKevinPan
5f9c3844e4
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 95.7% (4057 of 4235 strings)
Translated using Weblate (Chinese (Traditional))
Currently translated at 95.7% (4056 of 4235 strings)
Translated using Weblate (Chinese (Simplified))
Currently translated at 97.6% (4134 of 4235 strings)
Co-authored-by: XiaoPanPanKevinPan <sn00151200@gmail.com >
Signed-off-by: XiaoPanPanKevinPan <sn00151200@gmail.com >
Signed-off-by: weblate (bot) <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hant/
Translation: tenacity/tenacity
2021-09-05 07:57:43 +02:00
William Weber Berrutti
77cc5f7429
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 91.4% (3875 of 4235 strings)
Co-authored-by: William Weber Berrutti <wwberrutti@protonmail.ch >
Signed-off-by: William Weber Berrutti <wwberrutti@protonmail.ch >
Signed-off-by: weblate (bot) <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/pt_BR/
Translation: tenacity/tenacity
2021-09-05 07:57:42 +02:00
ToldYouThat
e13558001c
Translated using Weblate (Turkish)
...
Currently translated at 93.6% (3965 of 4235 strings)
Translated using Weblate (Turkish)
Currently translated at 93.4% (3956 of 4235 strings)
Co-authored-by: ToldYouThat <itoldyouthat@protonmail.com >
Signed-off-by: ToldYouThat <itoldyouthat@protonmail.com >
Signed-off-by: weblate (bot) <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/tr/
Translation: tenacity/tenacity
2021-09-05 07:57:42 +02:00
Sebastian Rüth
d5c2520008
Translated using Weblate (German)
...
Currently translated at 100.0% (4235 of 4235 strings)
Co-authored-by: Sebastian Rüth <sebirueth@gmx.de >
Signed-off-by: Sebastian Rüth <sebirueth@gmx.de >
Signed-off-by: weblate (bot) <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Translation: tenacity/tenacity
2021-09-05 07:57:41 +02:00
Emily Mabrey
b9ad2747fb
Merge pull request from lmarz/dbpage_fix
...
ProjectFileIO: Check for SQLITE_ENABLE_DBPAGE_VTAB option
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org >
Reference-to: https://github.com/tenacityteam/tenacity/pull/568
2021-09-05 01:56:50 -04:00
Emily Mabrey
03c5f07c58
Merge pull request from juozaspo/cleanup
...
Remove crash reporting menu items from the help menu
Signed-off-by: Emily Mabrey<emabrey@tenacityaudio.org >
Reference-to: https://github.com/tenacityteam/tenacity/pull/583
2021-09-05 01:22:47 -04:00
Mart Raudsepp
4baa9dea93
AutoRecoveryDialog: Port to wxDataViewListCtrl
...
wxDataViewCtrl and co are preferred over legacy wxListCtrl/wxTreeCtrl.
wxDataViewCtrl gives a native wxGTK and wxMac widget, unlike wxListCtrl.
It also supports a checkboxes column in wxWidgets-3.0, for which
wxListCtrl only added support in 3.1.
Signed-off-by: Mart Raudsepp <leio@gentoo.org >
2021-09-05 00:53:00 +03:00
Mart Raudsepp
16e02cb373
AutoRecoveryDialog: Rename PopulateOrExchange to Populate
...
Here it is never called after initial creation, so using the "standard"
method name of PopulateOrExchange, as done in prefs ShuttleAll and co,
is just confusing. Rename it for clarity.
Signed-off-by: Mart Raudsepp <leio@gentoo.org >
2021-09-05 00:53:00 +03:00
Juozas
fe71cee15f
Remove crash reporting from help menu
...
This commit removes unused crash reporting menu items from the help menu
as the code related to it were already removed from the code tenacity.
Signed-off-by: Juozas <juozaspo@gmail.com >
2021-09-04 14:04:59 +03:00
Emily Mabrey
fdf15b8366
Merge pull request from tenacityteam/flatpak-id-fix
...
Fix aarch64 Flatpak builds
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org >
Reference-to: https://github.com/tenacityteam/tenacity/pull/570
2021-09-04 01:42:55 -04:00
Emily Mabrey
b99eee1ad3
Merge pull request from tenacityteam/emabrey/innosetup-improvements
...
Cleanup Innosetup installer and CMake module
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org >
Reference-to: https://github.com/tenacityteam/tenacity/pull/578
2021-09-04 01:36:02 -04:00
Emily Mabrey
d73e9eb1cd
Innosetup installer updates
...
Rename usage of outdated Innosetup functions
Configure CMake to use the same build type for Innosetup target
Use Tenacity logos
Update readme information displayed post-install
Update license information displayed pre-install
Fix installer generation
Cleanup innosetup configuration
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org >
2021-09-03 16:18:36 -04:00
Emily Mabrey
a1cfcceaff
Fix workflows/codeql-analysis.yml
...
The CodeQL workflow also needs the dependency logic change from previous removal
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com >
Reference-to: 543bf3b993
2021-09-02 21:07:05 -04:00
akleja
35d059c965
Remove AILA
...
Removes Experimental automated input level adjustment.
It uses PortMixer (hardware level adjustments) to try to adjust the input
level, which is a flawed concept. It also relies on PortMixer which is no
longer supported.
Signed-off-by: akleja <storspov@gmail.com >
2021-09-03 02:07:50 +03:00
akleja
12c0cba3c4
Remove PortMixer code
...
Removes PortMixer code since PortMixer isn't supported by PortAudio
Signed-off-by: akleja <storspov@gmail.com >
2021-09-03 02:07:50 +03:00
akleja
056de91cf7
Remove MixerToolbar
...
The mixer toolbar is redundant when PortMixer isn't supported
Signed-off-by: akleja <storspov@gmail.com >
2021-09-03 02:07:50 +03:00
Sol Fisher Romanoff
a39ee7f83c
Merge branch 'freebsd'
2021-09-02 21:09:43 +03:00
Emily Mabrey
b34128b4c0
Update flatpak-github-actions@v3 to v4
...
Add QEMU to emulate ARM platform so aarch64 builds are correctly built
Update flatpak-github-actions to use v4 to fix cache per arch issue
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org >
2021-09-01 22:08:35 -04:00
Edgar
543bf3b993
CI: Move dependency install script to workflow
...
This change removes the script `script/ci/dependencies.sh` and moves it
to the GitHub Actions workflow instead.
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com >
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com >
2021-09-01 23:41:30 +03:00
Edgar
3446825971
CI: Use scoop instead of choco
...
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com >
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com >
2021-09-01 23:41:16 +03:00
Sol Fisher Romanoff
807b710c74
Merge branch 'wx3.0-compat-initial'
...
Reference-to: https://github.com/tenacityteam/tenacity/pull/514
Signed-off-by: Mart Raudsepp <leio@gentoo.org >
2021-08-31 20:17:30 +03:00
Sol Fisher Romanoff
9463eba2ea
Update macOS DMG background image
...
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com >
2021-08-31 13:55:58 +03:00
Leon Marz
b805725a61
ProjectFileIO: Check for SQLITE_ENABLE_DBPAGE_VTAB option
...
Signed-off-by: Leon Marz <main@lmarz.org >
2021-08-31 12:17:48 +02:00
TheEvilSkeleton
e0132ca9c0
Add developer name in metainfo
...
Reference-to: https://github.com/tenacityteam/tenacity/pull/540
Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net >
2021-08-31 08:55:36 +03:00
Juozas
d1a63e32c5
BUILDING.md: Add PortSMF Debian build instructions
...
The build instructions for PortSMF are missing from Debian section as it is
not included in the dependency list since the package is outdated and might
cause build problems during compilation. This commit adds instructions that
recommend the forked version of PortSMF to be used when possible (as it is
confirmed to work when building Tenacity).
Some additional changes to BUILDING.md were also made, such as some rewording
and the addition of a new "Notes" section for Debian/Ubuntu in order to organize
the information that the developer working on these platforms better.
Co-authored-by: Be <be.0@gmx.com >
Co-authored-by: Panagiotis Vasilopoulos <hello@alwayslivid.com >
Signed-off-by: Be <be.0@gmx.com >
Signed-off-by: Juozas <juozaspo@gmail.com >
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com >
2021-08-30 20:55:08 +03:00
Sol Fisher Romanoff
001fac3beb
BUILDING.md: Add FreeBSD install instructions
...
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com >
2021-08-30 15:24:25 +03:00
Sol Fisher Romanoff
e0c5447ca5
Add FreeBSD build manifest
...
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com >
2021-08-30 15:22:39 +03:00
Sol Fisher Romanoff
61898cfbd6
libnyquist: Add support for BSD operating systems
...
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com >
2021-08-30 15:22:39 +03:00
Emily Mabrey
eae754b10b
Change vcpkg submodule
...
Use nasm-workaround branch, see https://github.com/microsoft/vcpkg/issues/19796
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org >
2021-08-30 06:55:46 -04:00
aeiouaeiouaeiouaeiouaeiouaeiou
b2243e97f4
Update macOS icons
...
Reference-to: https://github.com/tenacityteam/tenacity/pull/556
Signed-off-by: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com >
2021-08-30 13:05:01 +03:00
TheEvilSkeleton
e8812b1d66
Initial Tenacity Flatpak
...
Closes https://github.com/tenacityteam/tenacity/issues/493
Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net >
2021-08-30 12:58:28 +03:00
Mart Raudsepp
7d57a665c3
FileConfig: Compat with wx3.0 (reintroduces tiny bug if 3.0 used)
...
This makes it have the potential of bogus temporary files again.
This issue feels small enough vs not being able to run against wx3.0.
Signed-off-by: Mart Raudsepp <leio@gentoo.org >
2021-08-28 00:34:08 +03:00
Mart Raudsepp
c8db3ab3ac
lib-strings: Make hashing compatible with wx3.0
...
3.0 doesn't have direct wxString hash support yet, so lift an earlier
version of this from the history, which was used in TranslatableString.h
before and use it again. wxWidgets version is slightly different though.
Signed-off-by: Mart Raudsepp <leio@gentoo.org >
2021-08-28 00:34:08 +03:00
Mart Raudsepp
f6b0cd343c
CodeConversions: Make compatible with wx3.0
...
Signed-off-by: Mart Raudsepp <leio@gentoo.org >
2021-08-28 00:29:03 +03:00
Mart Raudsepp
786f21b85c
Meter: Make compatible with wx3.0 with a local wxColour::GetLuminance
...
Signed-off-by: Mart Raudsepp <leio@gentoo.org >
2021-08-28 00:29:03 +03:00
Mart Raudsepp
ebad9cc02f
Use the override keyword directly instead of wxOVERRIDE
...
The override keyword is available since C++11 and the project already
required C++17, so there's no reason to go through wxOVERRIDE to support
non-C++11 compilers. wxOVERRIDE is new since wx3.1.0
Signed-off-by: Mart Raudsepp <leio@gentoo.org >
2021-08-28 00:29:03 +03:00
Be
1b2c9038a4
Build PortAudio with ASIO support
...
Reference-to: https://github.com/tenacityteam/tenacity/pull/492
Signed-off-by: Be <be@mixxx.org >
2021-08-27 17:24:16 +03:00
Be
4ad5968c34
BUILDING.md: clarify that wxWidgets 3.1.4 is in Fedora 34
...
Fedora 34 will not be updated to wxWidgets 3.1.5:
https://bugzilla.redhat.com/show_bug.cgi?id=1948935#c1
Reference-to: https://github.com/tenacityteam/tenacity/pull/496
Signed-off-by: Be <be@mixxx.org >
2021-08-27 17:19:49 +03:00
Lucas Fugmann
3d826b0d43
Replace Audacity branding in Innosetup, support HiDPI
...
Reference-to: https://github.com/tenacityteam/tenacity/issues/502
Signed-off-by: Lucas Fugmann <lucas@fugi.dev >
2021-08-27 17:14:33 +03:00
Sol Fisher Romanoff
9d1f522257
Add Alpine build manifest
...
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com >
2021-08-27 14:09:10 +03:00
Semisol
0000000af4
Add license notice for logo/icon and edit link
...
While we are at it, also make the Creative Commons license link to use
the added links section.
Signed-off-by: Semisol <hi@semisol.dev >
2021-08-25 13:54:49 +03:00
Emily Mabrey
40d4883233
Revert "Replace header guards with #pragma once"
...
This reverts commit a6bc896e24 .
2021-08-24 16:57:24 -04:00
Hanns Holger Rutz
669254d5a5
Clarify wxwidgets and cmake instructions in BUILDING.md
...
* note jack 1 vs 2 package incompatibility
* example instructions for building and installing wxWidgets
* show how to use cmake options
Signed-off-by: Hanns Holger Rutz <contact@sciss.de >
2021-08-24 22:36:50 +03:00
Leon Marz
a6bc896e24
Replace header guards with #pragma once
...
Signed-off-by: Leon Marz <main@lmarz.org >
2021-08-24 11:16:01 +02:00
Be
05205a5d6c
update vcpkg submodule with updates from upstream
...
vamp-sdk has been removed from the overlay since
https://github.com/microsoft/vcpkg/pull/19572
was merged upstream.
Signed-off-by: Be <be@mixxx.org >
2021-08-22 17:36:33 +03:00
Leon Marz
cc24305ec9
Remove obsolete BUILDING_AUDACITY macro
...
Signed-off-by: Leon Marz <main@lmarz.org >
2021-08-22 17:33:22 +03:00
Emily Mabrey
2fcf9d3a5b
Fix MacOS CI
...
Only attempt signing using Apple certificate on create tag events.
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org >
Reference-to: https://github.com/tenacityteam/tenacity/pull/525
2021-08-22 09:04:13 -04:00