1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

13613 Commits

Author SHA1 Message Date
gera
a0ea8b63ad
Add additional checks for macro output directory.
This bug still available in case: using old settings file or manual set it into settings file.
2021-07-11 12:23:26 +00:00
Paul Licameli
7e2b7e68ad
Same custom over-aligned allocation routine on all platforms...
... in particular so that warnings on exit in the debug build on Windows are
suppressed.

Maybe it's not important to suppress them.  Or maybe they suggest all is not
correct in the MSVC implementation of this C++17 feature?
2021-07-11 12:23:22 +00:00
SteveDaulton
f58e132bb2
Fix uninitialised variables
When importing an AUP project, selLow and selHigh may not be defined
in the project. If not defined, this causes an error on initialising
Nyquist. See: https://forum.audacityteam.org/viewtopic.php?f=48&t=118940
2021-07-11 12:23:18 +00:00
Dimitar Samarov
aa3469dbbb
Translated using Weblate (Bulgarian)
Currently translated at 32.4% (1379 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/bg/
Signed-off-by: weblate <hosted@weblate.org>
Signed-off-by: Dimitar Samarov <samarovdimitar@gmail.com>
2021-07-11 11:50:53 +02:00
Emily Mabrey
96cf0f4f67
Add Weblate badge to README.md
Add Weblate translation percent badge that links to contribution landing page.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-11 01:48:42 -04:00
J. Lavoie
3a0de29687
Translated using Weblate (Italian)
Currently translated at 100.0% (4244 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/it/
Signed-off-by: weblate <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-11 07:44:43 +02:00
J. Lavoie
fada9fe851
Translated using Weblate (French)
Currently translated at 98.0% (4160 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Signed-off-by: weblate <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-11 07:44:42 +02:00
Emily Mabrey
61f9227f67
Reattempt fixing MacOS build problem related to CPack issue (#198)
* Undo non-working Mac OS CI build fix in build_dist.sh
* Implement CPack workaround for CMake PR #4769
* Fix typo in scripts/ci/package.sh
* Fix typo in scripts/ci/package.sh
* Add debug option for hdiutil_repeat.sh
* Make reviewer changes
* Change typo in package.sh with hdiutil script name.
* Change path reference in package.sh to use $PWD.
* Add strings to escape path in scripts/ci/package.sh
* Fix scripts/ci/macos/repeat_hdiutil.sh
* Remove -e option. Don't copy/paste without double checking closely I guess. 😐
* 💲 Add dollar signs where appropriate as reviewers pointed out.
* Replace until/do contents with easier to read if block.
* Cleanup readability of scripts/ci/macos/repeat_hdiutil.sh
* Add $wait_before_retry config value
* Replace $cmd_string with literal value
* Move do onto same line as until.
* Minor changes to fix for MacOS CMake builds
* Rename variable in scripts/ci/macos/repeat_hdiutil.sh
* Use . instead of pwd in package.sh

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 19:47:54 -04:00
caughtquick
b8b669bc54
Merge pull request #197 from onlytruethomas/documentation 2021-07-10 13:51:03 -07:00
Emily Mabrey
c631286b00
Merge branch 'weblate' of https://github.com/tenacityteam/tenacity into weblate 2021-07-10 15:22:21 -04:00
Sol Fisher Romanoff
4bada0cb78
Add Arch Linux builds.sr.ht manifest
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-10 20:06:59 +03:00
Emily Mabrey
8d3f9f0be6
Add Weblate Support (#175)
* Attempting to remove bad history rewrites 😵
* Weblate support changes
* Update README.md to include Weblate thank you

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 12:45:19 -04:00
Emily Mabrey
058ac9de0c
Update README.md to include Weblate thank you
Weblate requires a README mention for gratis hosting.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 11:54:57 -04:00
Emily Mabrey
63b88aa1f5
Weblate support changes
This is a squashed commit to reset the history changes I should not have made.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 11:44:39 -04:00
Emily Mabrey
f7047de23a
Attempting to remove bad history rewrites
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-10 11:43:29 -04:00
fossdd
e133f29604
docs: installing tenacity is not supported, yet. (#187)
* Resolves: GH #172

Signed-off-by: fossdd <fossdd@tutanota.com>

* typo: At the moment
Signed-off-by: fossdd <fossdd@tutanota.com>
2021-07-10 18:12:45 +03:00
Sol Fisher Romanoff
17bfbfa625
Add badges to README.md
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-10 14:39:22 +03:00
Thomas Sirack
2759fb8b1d Update program name in documentation
Signed-off-by: Thomas Sirack <tsirack@protonmail.com>
2021-07-09 21:43:14 -06:00
Semisol
c3eaa8650d
Add CONTRIBUTING.md and require DCO
Co-authored-by: Filipe Coelho <falktx@falktx.com>
Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-09 17:21:32 +03:00
Edgar
6a0855140e
🐛 Fixed building with ninja and MSVC 2021-07-09 13:54:43 +02:00
Emily Mabrey
60f6d49a15
Merge pull request #40 from emabrey/master
Fix issue that intermittently appeared to be causing Mac OS CI build failures.
2021-07-08 16:28:28 -04:00
Semisol
098a0225e1
Modify templates to have warnings & add config.yml for issues 2021-07-08 15:06:50 +03:00
Emily Mabrey
d04a546e27
Merge branch 'tenacityteam:master' into master 2021-07-07 22:27:58 -04:00
Ajay Ramachandran
faa23d1b2b
Fix CI: Use Readme.md instead of Readme.txt (#143) 2021-07-07 20:30:29 -04:00
John Griffiths
498faf0d1e
Update build document to reflect name change in fork
* Update build document to reflect name change in fork

* Correct issue wth previous commit - we can't replace all references to audacity quite quite yet

Co-authored-by: John Griffiths <John.Griffiths@verint.com>
2021-07-07 18:42:18 -04:00
fossdd
49d9a75e49
AboutDialog: Fix build commit link
If you're in the AboutDialog and want to click on the build commit, you are now redirected to tenacity's commits instead of the upstream's one.
2021-07-07 12:49:04 -04:00
Stylix58
8733f591aa
Add triggers for build
* Add triggers for build
2021-07-07 12:57:08 +03:00
Emily Mabrey
58d665c107
Merge branch 'tenacityteam:master' into master 2021-07-07 03:40:56 -04:00
Emily Mabrey
b4ca5041ff
Merge pull request #92 from tenacityteam/emabrey-readme-patch-1
Modify project name in README.md to be Tenacity
Modify supported operating systems
Modify build instructions link to BUILDING.md file
2021-07-07 03:23:23 -04:00
Emily Mabrey
179b36d0dc
Merge branch 'master' into emabrey-readme-patch-1 2021-07-07 03:20:45 -04:00
Emily Mabrey
d2c872366b
Update README.md
Modify list of supported operating systems to include "MacOS" instead of "Mac OS X"
2021-07-07 03:18:13 -04:00
James Pearson
762175fb61
Improve documentation
- Get rid of INSTALL and README.txt
- Change references of Mac OS X to macOS
2021-07-07 05:16:29 +00:00
Emily Mabrey
6538d9ef95
Change wording of README.md
Change wording of build instructions anchor

Co-authored-by: Be <be.0@gmx.com>
2021-07-06 19:35:39 -04:00
Ajay Ramachandran
d28166652c
Future proof by requesting contributions under GPLv2 or any later version 2021-07-06 21:40:14 +00:00
Emily Mabrey
c88b24b20e
Update project name in README.md
Remove temporary project naming schemes and replace with Tenacity name.
2021-07-06 17:26:30 -04:00
Emily Mabrey
2b228d0ae8
Merge branch 'temporary-audacity:master' into master 2021-07-06 04:56:33 -04:00
Panagiotis Vasilopoulos
ced144b259
Removed CONTRIBUTING.md
This document should be replaced soon, as soon as the fork's organization is
organized properly and we get to writing code. Most of the information in the
document is irrelevant and cannot be replaced with more accurate information
at this stage.
2021-07-06 07:08:45 +00:00
Emily Mabrey
e5e3256c40
Merge branch 'cookiengineer:master' into master 2021-07-05 18:41:23 -04:00
Emily Mabrey
b470e5110a
Disable hdiutil detach command on MacOS
Comment out `hdiutil detach "S{ATTACHED}" on line 208 to attempt to workaround continued failed MacOS build.
2021-07-05 18:01:55 -04:00
Cookie Engineer
8acff756ab
Merge pull request #22 from emabrey/patch-2
Modify Bug Report Template
2021-07-05 23:21:55 +02:00
Emily Mabrey
8c0cd2c688
Fix MacOS package step packaging target directory
Change it to avoid generating the pre-fork repository folder structure for usage inside of a Github Action (which causes it to fail because the directories don't exist).
2021-07-05 17:21:54 -04:00
Cookie Engineer
3fe031b0e0
Merge pull request #24 from emabrey/patch-3
Fix typos in `README.md`
2021-07-05 23:21:34 +02:00
Emily Mabrey
c887295305
Fix typos in README.md
Fix a typo an erroneous "they".
Modify list formatting to be consistently capitalized.
Modify word choice for developer pre-fork hyperlink anchor.
Fix typo involving the use of "informations" when it should've been singular.
2021-07-05 15:59:23 -04:00
Emily Mabrey
5bd1acae18
Modify Bug Report Template
Remove usage of Audacity mark where it is not necessary in `.github/ISSUE_TEMPLATE/bug_report.md`
2021-07-05 15:36:37 -04:00
Cookie Engineer
ace6463f23
Merge pull request #20 from emabrey/patch-1
📖 Modify README.md to use legally defensive language
2021-07-05 21:36:04 +02:00
Cookie Engineer
3a4e54383f
Merge pull request #21 from Sciss/topic-remove-cla
📖 Remove the requirement to sign the WSM Group's CLA
2021-07-05 21:34:37 +02:00
Hanns Holger Rutz
34713130ab remove the requirement to sign the WSM Group's CLA 2021-07-05 21:10:52 +02:00
Emily Mabrey
525f0eece9
Modify README.md to use legally defensive language
#5 - Modify `README.md` for mitigation of the trademark disparagement concerns
Modify `README.md` for removal of overly definite statements about the pre-fork project
Modify `REAMD.md` to remove language implying a non-fork derivative work
2021-07-05 15:06:47 -04:00
Cookie Engineer
8e16d87442
Merge pull request #11 from Ristellise/master
Compile Fix for MSVC
2021-07-05 08:44:03 +02:00
Ristellise
107e3cf736 Compile Fix for MSVC 2021-07-05 11:04:04 +08:00