Emily Mabrey
e38956e9c5
Fix bug in cmake_build.yml
...
`conan remote add` throws an error by default if the remote already exists.
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-25 01:27:04 -04:00
Emily Mabrey
a8e9a0053d
Refactor AboutDialog.cpp
and create BuildInfo.h
...
Move build information functionality into new `BuildInfo.h` header.
Fix formatting issues in credits list.
Add missing libraries to library list.
Fix translation issues for contributor credits.
Hide ugly macro and `#ifdef` usage inside `BuildInfo.h`.
Convert some `#ifdef` usage into `constexpr` uses.
Reassure the compiler that the compiler specific version macros exist.
Reference-to: https://github.com/tenacityteam/tenacity/pull/361
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-25 00:40:45 -04:00
Sol Fisher Romanoff
fbf17c0fc0
Merge pull request #368 from AnotherFoxGuy/scdoc-cmake
...
🎉 Generate manpage with scdoc
2021-07-24 20:24:52 +03:00
Edgar
5b308e2568
🎉 Added cmake target for building manpage with scdoc
...
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
2021-07-24 17:14:26 +02:00
Sol Fisher Romanoff
31fbfeec52
Use scdoc for man page generation
...
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-24 11:54:31 +03:00
Panagiotis Vasilopoulos
9ac757ebc3
Updated About Dialog
...
* Add names (Not final yet)
* Added contact information for every contributor (Not final yet)
* Add "Special Thanks" section
* Improve some logic
* Add notice regarding the alphabetical order
* Improved tagline
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-24 05:03:31 +00:00
Emily Mabrey
63e882ff96
Correct MacOS CPack configuration ( #334 )
...
* Make the `repeat_hdiutil.sh` script more clear about retry counts.
* Change usage of `$@` to `"$@"` to pass args correctly
* Fix `CPACK_COMMAND_HDIUTIL` generation
* Switch `package.sh` to use `$GITHUB_WORKSPACE`
* Make `repeat_hdiutil.sh` executable
* Remove `set +x` and `set -x` options
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-23 16:25:13 -04:00
Semisol
c927f17ce9
Collapse checklist into a <details> element
...
Signed-off-by: Semisol <hi@semisol.dev>
2021-07-23 11:52:00 +03:00
Mart Raudsepp
3951617306
NoteTrackShifter: Fix build without USE_MIDI
...
Try to keep PortMIDI/PortSMF optional by wrapping it within USE_MIDI
check like NoteTrack class itself is.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2021-07-23 08:41:01 +00:00
caughtquick
5e958083e6
Renamed executable in BUILDING.md
...
Signed-off-by: caughtquick <me@caughtquick.tech>
2021-07-23 06:16:51 +00:00
akleja
f30d516a64
Remake all of the themes
...
* Colours applied to new elements from upstream
* Light theme remake
* HiContrast theme remake
* Classic Theme remake
* Removal of black border and shadows around tracks
* Decreased contrast of bevels around TrackVRulerControls to make it fit better with the new themes.
* Tweaks to track lock symbols
* The unused colors have been reverted to their old colors to prevent unforeseen consequences.
Signed-off-by: akleja <storspov@gmail.com>
2021-07-23 05:19:05 +00:00
Emily Mabrey
bb95f80a70
Merge pull request #345 from tenacityteam/xo-ifdef-fix
...
Move `XO(...)` outside `#ifdef`
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-22 22:40:59 -04:00
Emily Mabrey
eb6734a48b
Move XO(...)
outside #ifdef
...
Placing `XO` usage inside pre-processor blocks is not consistenly translatable.
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-22 20:37:07 -04:00
Panagiotis Vasilopoulos
8e61eb5c22
Remove __TDATE__ to improve reproducibality
...
"This typically involves normalizing variables that may change, such as [...]
timestamps, locales, and paths."
https://en.wikipedia.org/w/index.php?title=Reproducible_builds&oldid=1029647675
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 19:48:37 +00:00
akleja
9f28fcd4a5
Add solid white fill in icons
...
To improve visibility on varying backgrounds (different colored title bars etc) the icons need a solid fill color.
Signed-off-by: akleja <storspov@gmail.com>
2021-07-22 19:40:26 +00:00
Panagiotis Vasilopoulos
79d7db6aa7
macOS: Fix building, update instructions
...
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 14:16:38 +00:00
Panagiotis Vasilopoulos
e0d0e26151
Fix permissions for tenacity.sh
...
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 14:16:38 +00:00
Panagiotis Vasilopoulos
a987614635
Removed old CHANGELOG.txt
...
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 14:16:37 +00:00
Panagiotis Vasilopoulos
af6dd85c4b
Updated project metadata
...
Co-authored-by: Ajay Ramachandran <dev@ajay.app>
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 14:16:36 +00:00
Ajay Ramachandran
609784f9b1
Rename paths used by linux executable
...
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-22 14:16:31 +00:00
Ajay Ramachandran
33a3567485
Update mac app files
...
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-22 14:16:26 +00:00
Ajay Ramachandran
cb7a6c9056
Rename executable names and package name
...
Switch folder paths to tenacity
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-22 14:16:19 +00:00
Emily Mabrey
587564add4
Finish en.po
and rename POT file.
...
Finish copying msgid to msgstr for `en.po`.
Rename POT file.
Rename MO files generated from PO files.
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-22 05:11:03 -04:00
Hosted Weblate
262268c0c7
Translated using Weblate (French)
...
Currently translated at 100.0% (4227 of 4227 strings)
Translated using Weblate (French)
Currently translated at 100.0% (4227 of 4227 strings)
Translated using Weblate (English)
Currently translated at 21.3% (902 of 4227 strings)
Merge remote-tracking branch 'origin/master'
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (4227 of 4227 strings)
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: weblate (bot) <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/en/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Translation: tenacity/tenacity
2021-07-22 05:11:03 -04:00
Adolfo Jayme Barrientos
a94b13e0ae
Translated using Weblate (Slovak)
...
Currently translated at 97.7% (4131 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sk/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-07-22 05:11:03 -04:00
J. Lavoie
77e6afa3a2
Translated using Weblate (Italian)
...
Currently translated at 99.9% (4224 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/it/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-22 05:11:02 -04:00
J. Lavoie
ad52c75171
Translated using Weblate (French)
...
Currently translated at 100.0% (4227 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-22 05:11:02 -04:00
Adolfo Jayme Barrientos
4af9bfa187
Translated using Weblate (Spanish)
...
Currently translated at 99.9% (4225 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-07-22 05:11:02 -04:00
J. Lavoie
5d48b52a78
Translated using Weblate (German)
...
Currently translated at 99.9% (4224 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-22 05:11:01 -04:00
Adolfo Jayme Barrientos
4586f5db71
Translated using Weblate (Catalan)
...
Currently translated at 95.1% (4022 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ca/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-07-22 05:11:01 -04:00
Hosted Weblate
60b4948e1e
Translated using Weblate (French)
...
Currently translated at 100.0% (4227 of 4227 strings)
Translated using Weblate (French)
Currently translated at 100.0% (4227 of 4227 strings)
Translated using Weblate (English)
Currently translated at 21.3% (902 of 4227 strings)
Merge remote-tracking branch 'origin/master'
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (4227 of 4227 strings)
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: weblate (bot) <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/en/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Translation: tenacity/tenacity
2021-07-22 05:10:55 -04:00
Emily Mabrey
b25dbd7b41
Merge pull request #337 from weblate/weblate-tenacity-tenacity
...
Translations update from Weblate
2021-07-22 04:55:04 -04:00
Emily Mabrey
31c9b379b3
Add MINOS.wav
...
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-22 04:49:59 -04:00
Emily Mabrey
edca998293
Finish en.po
and rename POT file.
...
Finish copying msgid to msgstr for `en.po`.
Rename POT file.
Rename MO files generated from PO files.
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-22 04:49:59 -04:00
Hosted Weblate
f1569e6733
Merge remote-tracking branch 'origin/master'
2021-07-22 04:50:38 +02:00
Emily Mabrey
3191d5f265
Add en
to LINGUAS
...
Weblate removed it and it should not have been removed.
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-21 22:50:34 -04:00
Hosted Weblate
60ed97818e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (4227 of 4227 strings)
Co-authored-by: Eric <spice2wolf@gmail.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: weblate (bot) <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Translation: tenacity/tenacity
2021-07-22 04:43:04 +02:00
Weblate (bot)
0bd83a4d1e
Translations update from Weblate ( #336 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (4209 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (4209 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Eric <spice2wolf@gmail.com>
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (4210 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Eric <spice2wolf@gmail.com>
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (4210 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>
* Translated using Weblate (Dutch)
Currently translated at 99.8% (4219 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>
* Translated using Weblate (Catalan)
Currently translated at 72.4% (3074 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ca/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Czech)
Currently translated at 98.3% (4159 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/cs/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (German)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>
* Translated using Weblate (Spanish)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Dutch)
Currently translated at 100.0% (4227 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>
* Translated using Weblate (Dutch)
Currently translated at 100.0% (4227 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Romanian)
Currently translated at 15.8% (671 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ro/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (4225 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hant/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: pan93412 <pan93412@gmail.com>
* Update translation files
Updated by "Update LINGUAS file" hook in Weblate.
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/
Signed-off-by: weblate (bot) <hosted@weblate.org>
* Translated using Weblate (Spanish)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Hebrew)
Currently translated at 19.9% (848 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/he/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
* Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/
Signed-off-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Liu Tao <lyuutau@outlook.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: fossdd <fossdd@tutanota.com>
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: pan93412 <pan93412@gmail.com>
Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-21 20:56:14 -04:00
Emily Mabrey
f8ad9c3c20
Merge pull request #335 from tenacityteam/weblate-fix
...
Weblate fix for the merge issues I keep having on the Weblate repository.
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-21 20:21:52 -04:00
Emily Mabrey
857ca2d087
Merge remote-tracking branch 'weblate/weblate' into weblate-fix
2021-07-21 17:22:31 -04:00
Weblate (bot)
ed5577d7d4
Translations update from Weblate ( #331 )
...
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (4209 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (4209 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Eric <spice2wolf@gmail.com>
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (4210 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Eric <spice2wolf@gmail.com>
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.1% (4210 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>
* Translated using Weblate (Dutch)
Currently translated at 99.8% (4219 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>
* Translated using Weblate (Catalan)
Currently translated at 72.4% (3074 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ca/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Czech)
Currently translated at 98.3% (4159 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/cs/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (German)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>
* Translated using Weblate (Spanish)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Dutch)
Currently translated at 100.0% (4227 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>
* Translated using Weblate (Dutch)
Currently translated at 100.0% (4227 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Romanian)
Currently translated at 15.8% (671 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ro/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (4225 of 4227 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hant/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: pan93412 <pan93412@gmail.com>
* Update translation files
Updated by "Update LINGUAS file" hook in Weblate.
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/
Signed-off-by: weblate (bot) <hosted@weblate.org>
* Translated using Weblate (Spanish)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Hebrew)
Currently translated at 19.9% (848 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/he/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
* Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/
Signed-off-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Liu Tao <lyuutau@outlook.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: fossdd <fossdd@tutanota.com>
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: pan93412 <pan93412@gmail.com>
Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-21 17:16:16 -04:00
Sebastian Rueth
bbf9101a1b
Change Audacity to Tenacity in Innosetup files
...
Signed-off-by: Sebastian Rueth <sebastian.rueth@protonmail.com>
2021-07-21 21:11:07 +03:00
Sebastian Rueth
0d735e3b9f
Fix building innosetup package on Win10
...
Signed-off-by: Sebastian Rueth <sebastian.rueth@protonmail.com>
2021-07-21 21:11:07 +03:00
Ajay Ramachandran
ef0f3cd9ad
Add .vscode to gitignore
...
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-21 20:44:10 +03:00
Adolfo Jayme Barrientos
615f9439ad
Re-add translation credits as comment in pt_BR.po
...
These were accidentally lost in commit 75c93c68d1c910d1471af52225fe2109d52eac4b
because they were initially wrongly added to the “Language-Team” field,
which Weblate overwrites.
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-07-21 14:53:24 +03:00
Sol Fisher Romanoff
881197148c
Fix license link in CONTRIBUTING.md
...
Fixes GitHub issue #280
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-21 10:28:51 +03:00
Weblate (bot)
c447382f44
Translations update from Weblate ( #323 )
...
* Translated using Weblate (Catalan)
Currently translated at 72.1% (3062 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ca/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Spanish)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Slovak)
Currently translated at 94.4% (4007 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sk/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Jakub <ja@jakubdobos.eu>
* Translated using Weblate (Chinese (Simplified))
Currently translated at 97.6% (4145 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/pt_BR/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Heitor Rocha <heitor@riseup.net>
* Translated using Weblate (French)
Currently translated at 98.2% (4170 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Isaac <padspambox@gmail.com>
* Translated using Weblate (Swedish)
Currently translated at 82.2% (3489 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sv/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Snakecharmer <floup@gmx.com>
* Translated using Weblate (Swedish)
Currently translated at 82.8% (3518 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sv/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Snakecharmer <floup@gmx.com>
* Translated using Weblate (German)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Zero Dot <blindgrafix@googlemail.com>
* Translated using Weblate (German)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Zero Dot <blindgrafix@googlemail.com>
* Translated using Weblate (German)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Sebastian Rüth <sebirueth@gmx.de>
* Translated using Weblate (Swedish)
Currently translated at 83.2% (3534 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sv/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Snakecharmer <floup@gmx.com>
* Translated using Weblate (Hebrew)
Currently translated at 17.9% (761 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/he/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Omer I.S. <omeritzicschwartz@gmail.com>
* Translated using Weblate (Swedish)
Currently translated at 83.6% (3551 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sv/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Snakecharmer <floup@gmx.com>
* Translated using Weblate (Hebrew)
Currently translated at 19.9% (846 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/he/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Omer I.S. <omeritzicschwartz@gmail.com>
Co-authored-by: Be <be@mixxx.org>
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Jakub <ja@jakubdobos.eu>
Co-authored-by: Liu Tao <lyuutau@outlook.com>
Co-authored-by: Heitor Rocha <heitor@riseup.net>
Co-authored-by: Isaac <padspambox@gmail.com>
Co-authored-by: Snakecharmer <floup@gmx.com>
Co-authored-by: Zero Dot <blindgrafix@googlemail.com>
Co-authored-by: Sebastian Rüth <sebirueth@gmx.de>
Co-authored-by: Omer I.S <omeritzicschwartz@gmail.com>
Co-authored-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-20 23:18:13 -04:00
Emily Mabrey
2f316d5bc4
Rename project in many places; Replace Most Project Logos; Refactor About Tenacity...
Dialog ( #276 )
...
Add `locale/en.po` file.
Add English to `locale/LINGUAS` list.
Partially duplicate `msgid`s to `msgstr`s in English locale enable eventual key `msgid` changes
Replace former project name with Tenacity in English locale.
Replace former project website with Tenacity compatible usages in English locale.
Modify `AboutDialog.h` by renaming variables.
Modify `AboutDialog.cpp` by replacing usage of pre-fork name in Strings.
Modify AddBuildInfoRow methods to be static in About dialog.
Make License text const in About dialog.
Make pre-fork credits different in About dialog.
Begin adding Tenacity specific credits
Macros starting with `__` are reserved, so I removed the `__` on the About Dialog guard macro.
Remove `AboutDialog::` from usage of `Role` in `AboutDialog.h`
Refactor overly long generator method into separate methods in `AboutDialog.(h|cpp)`
Begin adding Tenacity developer information
Cleanup layout of `AboutDialog.h` and `AboutDialog.cpp`
Add `safedelete` macro to compliment odd `safenew` macro
Add `enum` to `ShuttleGui.cpp` to make it more clear what `Prop` method is doing.
Remove a ton of pointless and/or redunant `#ifdef` usage
Remove pointless singleton in AboutDialog
Make AboutDialog modal on MacOS
Fix reference type use of `auto` in `AudacityApp` b/c it makes unintentional copy.
Update XPM and PNG images using Tenacity assets
Update ICO images using Tenacity assets.
Fix Windows resource script that improperly used `winuser.h` import.
Add `*.aps` to gitignore to prevent IDE RC pre-load file from being committed.
Add default values for pre-processor constants in `tenacity.rc`.
Make changes needed for `Tenacity.exe` binary
Add 8x8 PNG to Windows ICO files
Replace project name in various CMake and CPack file.
Replace project name in various directory structures.
Replace project name in various OS-specific build files.
Replace project name in various documentation files.
Update the PO and POT files using the script.
Fix places where a `.desktop` file was used on Linux.
Replace title of project windows.
Make splash screen click through to `tenacityaudio.org`.
Remove ® from `AboutDialog.cpp`
Modify copyright message in `AboutDialog.cpp`
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-20 19:46:29 -04:00
Weblate (bot)
75c93c68d1
Translations update from Weblate ( #318 )
...
Squash containing the following:
* Translated using Weblate (Catalan)
Currently translated at 72.1% (3062 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ca/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Spanish)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Translated using Weblate (Slovak)
Currently translated at 94.4% (4007 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sk/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Jakub <ja@jakubdobos.eu>
* Translated using Weblate (Chinese (Simplified))
Currently translated at 97.6% (4145 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/pt_BR/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Heitor Rocha <heitor@riseup.net>
* Translated using Weblate (French)
Currently translated at 98.2% (4170 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Isaac <padspambox@gmail.com>
* Translated using Weblate (Swedish)
Currently translated at 82.2% (3489 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sv/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Snakecharmer <floup@gmx.com>
* Translated using Weblate (Swedish)
Currently translated at 82.8% (3518 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sv/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Snakecharmer <floup@gmx.com>
* Translated using Weblate (German)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Zero Dot <blindgrafix@googlemail.com>
* Translated using Weblate (German)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Zero Dot <blindgrafix@googlemail.com>
* Translated using Weblate (German)
Currently translated at 100.0% (4244 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Sebastian Rüth <sebirueth@gmx.de>
* Translated using Weblate (Swedish)
Currently translated at 83.2% (3534 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sv/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Snakecharmer <floup@gmx.com>
* Translated using Weblate (Hebrew)
Currently translated at 17.9% (761 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/he/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Omer I.S. <omeritzicschwartz@gmail.com>
* Translated using Weblate (Swedish)
Currently translated at 83.6% (3551 of 4244 strings)
Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sv/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Snakecharmer <floup@gmx.com>
Co-authored-by: Be <be@mixxx.org>
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Jakub <ja@jakubdobos.eu>
Co-authored-by: Liu Tao <lyuutau@outlook.com>
Co-authored-by: Heitor Rocha <heitor@riseup.net>
Co-authored-by: Isaac <padspambox@gmail.com>
Co-authored-by: Snakecharmer <floup@gmx.com>
Co-authored-by: Zero Dot <blindgrafix@googlemail.com>
Co-authored-by: Sebastian Rüth <sebirueth@gmx.de>
Co-authored-by: Omer I.S <omeritzicschwartz@gmail.com>
Co-authored-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-20 09:35:39 -04:00
Edgar
641b293dde
🐛 Fixed missing files when packaging with ninja on windows
...
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
2021-07-20 06:08:23 -05:00