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
Cookie Engineer
46e4c648fb
🐛 Fixes for About Dialog and Download URLs
2021-07-04 17:50:51 +02:00
Cookie Engineer
8271f4ddf8
Merge pull request #1 from zeGolem/better-explainations
...
Explaining what this repo is about
2021-07-04 17:26:25 +02:00
Cookie Engineer
5d42ed0b19
🐛 Fix for Help Menu
2021-07-04 17:21:36 +02:00
Cookie Engineer
d9f30b2b72
🐛 Fixes
2021-07-04 17:08:29 +02:00
zeGolem
b111ac4e25
BUILDING: No longer link to the original repo
...
As to avoid confusion for people who want to try this out, all the `git clone`s point to the modified version's repo.
2021-07-04 15:50:11 +02:00
zeGolem
a728897ddd
README: Clarifying what this fork is
...
This explains the reasoning for the creation of this fork, as well as adding a few links to relevant discussions.
There are probably more, but those are the few that I thought about.
This also makes a distinction between the "original" version, form the Audacity team, and the "modified" version provided in this repo. I thought it didn't really make sense to link to the original download links without at least clarifying this isn't the version being developed here...
2021-07-04 15:46:21 +02:00
Cookie Engineer
2a37cd19a0
💩 Remove Breakpad Crash Reports
2021-07-04 10:26:57 +02:00
Cookie Engineer
5728dd542f
💩 Remove Update Check
2021-07-04 10:20:24 +02:00
Cookie Engineer
bbf352d36d
💩 Remove Sentry Reporting
2021-07-04 10:19:04 +02:00
Paul Licameli
29a1ae6faa
Merge pull request #1209 from Paul-Licameli/Preliminaries-for-lib-basic-ui
...
Preliminaries for lib basic UI (string types)
2021-07-02 09:39:36 -04:00
Paul Licameli
4b02e562b3
Eliminate mention of wxString from ErrorDialog.h ...
...
... whether std::wstring is the best alternative type, or whether we should
use UTF8 encoded std::string -- I wish to defer that, and revisit it later
2021-07-01 13:37:40 -04:00
Paul Licameli
132f04d272
ManualPageID is a new type; rewrite HelpSystem::ShowHelp and its uses
2021-07-01 13:35:57 -04:00
Paul Licameli
cfbdd2d22e
Type alias ManualPageID for wxString used in many places...
...
... eliminating many direct mentions of wxString. A real type distinction will
be made next.
2021-07-01 13:33:04 -04:00
Paul Licameli
3c50935484
A type distinction for strings that are URLs, and some Doxygen
2021-07-01 13:02:26 -04:00
Paul Licameli
6fe7a7dfa1
Fix case of complete URL with anchor given to HelpSystem::ShowHelp...
...
... but there were no examples of this anywhere.
The assignment to webHelpPage was just overridden a few lines later.
2021-07-01 13:02:26 -04:00
Paul Licameli
3ebd8d4014
Merge pull request #1057 from Paul-Licameli/Cleanup-Plugin-and-Module-Managers
...
Cleanup plugin and module managers
2021-06-30 21:16:28 -04:00
Paul Licameli
d5a22dfb15
Eliminate last use of PluginManager by ModuleManager, breaking cycle
2021-06-30 21:15:20 -04:00
Paul Licameli
02b61532fe
ModuleManager doesn't use PluginManager to initialize providers
2021-06-30 21:15:20 -04:00
Paul Licameli
2e7f7114d2
ModuleManager defines the ID strings for modules, not PluginManager
2021-06-30 21:15:19 -04:00
Paul Licameli
50b384adae
Separate files for PluginRegistrationDialog...
...
... so that PluginManager can avoid using GUI
2021-06-30 21:15:19 -04:00
Paul Licameli
710ec976ff
Move class PluginRegistrationDialog to a header file
2021-06-30 21:15:19 -04:00
Paul Licameli
ff0dd1ea48
Duplicate PluginManager.cpp in PluginRegistrationDialog.*
2021-06-30 21:15:19 -04:00
Paul Licameli
2ffd9d84c8
Restrict access to mutating member functions of PluginDescriptor...
...
... just enough for the PluginRegistrationDialog to do its work
2021-06-30 21:15:19 -04:00
Paul Licameli
04a0292d1d
Simplify iterations over PluginManager; remove a friend
2021-06-30 21:15:19 -04:00
Paul Licameli
731ab8d554
Simplify repeated lookups and iterations in PluginManager
2021-06-30 21:15:19 -04:00
Paul Licameli
8fda526577
Simplify memory management in PluginManager
2021-06-30 21:15:19 -04:00
MalevolentStrix
4770b1f0a4
Bug 2740 - Directories in Directories preferences can be set to unwritable locations
...
Add a new function WritableLocationCheck() for checking
the directory permissions before setting preferences for
Open, Save, Import, Export, Macro Output and
Temporary Files directory in Edit->Preferences->Directories
and delete the old block of the same test
2021-06-30 06:39:46 -07:00
Paul Licameli
8d0487ea85
Undo frozen string workaround in Application preferences
2021-06-27 13:02:17 -04:00
MalevolentStrix
bf14b2bef8
Used IdDirWritable() for checking write permissions for Bug #2740
2021-06-27 00:48:04 -04:00
Dmitry Vedenko
4ed2e0d265
Fixes GCC 11 compatibility
...
Fixes broken GCC 11 build
2021-06-24 12:43:52 +03:00
Dmitry Vedenko
8a75211548
Bump the Audacity alpha version to 3.0.4
2021-06-24 12:41:10 +03:00
SteveDaulton
fc0cdecbdb
Bug 2809 - Label Sounds fails when track sample rate is 22050 Hz
...
Fix incorrect equality comparison between int and float and
bump plug-in release number.
2021-06-23 20:57:03 -04:00
Paul Licameli
77dab158c3
Make Audacity build in C++17 ...
...
... Fixing many conditional operators with explicit construction of wxString
instead of simple string literals;
And fixing allocation of more strictly aligned structures on Mac, without need
for 10.14 as the minimum SDK, by means of some class-specific operators new
and delete.
2021-06-18 21:44:55 +03:00
Dmitry Vedenko
e6e81399f7
Fixes alphabetical order in credits
2021-06-18 18:38:40 +03:00
SteveDaulton
d8010a7bc6
Bug 2808 Nyquist GATE function limits floor level to -60 dB
2021-06-18 10:27:14 -04: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