1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

39 Commits

Author SHA1 Message Date
Emily Mabrey
70eca6b9aa
Add nuget.config to .gitignore
Prevent leaking PAT in a place where GH can see it and revoke it

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-09-20 23:23:43 -04: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
Be
0acf00d8b9
Use vcpkg for dependencies and cleanup GH Actions workflow
Signed-off-by: Be <be@mixxx.org>
2021-08-16 13:22:02 -05:00
Ajay Ramachandran
ef0f3cd9ad Add .vscode to gitignore
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-21 20:44:10 +03: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
James Crook
79340b6852 Update iss installer 2020-04-22 17:46:13 +01:00
James Crook
0f256df79d Make scripted tests portable (e.g. to mac) 2019-04-10 15:04:09 +01:00
James Crook
3b87af1d07 Ignore compiled assembler 2019-03-23 20:15:02 +00:00
James Crook
0b11323e0f Add sublime to .gitignore 2018-04-23 08:41:11 +01:00
James Crook
1eafc323d5 Exclude win/.nuget from Git. 2018-04-02 18:17:40 +01:00
James Crook
ece54aa947 Get basic CMake for mod-script-pipe working.
Can then extend this to more source files.
2018-04-01 09:23:10 +01:00
James Crook
9015dece06 Compile with wxWidgets 3.1.1 (on Windows).
3.1.1 includes hash<wxString> so we don't need to.
git now ignores the win-alt-build subdirectory, which can be used for an alternative set of
windows build files.  So for example, can keep an old 3.0.2 set up there whilst working on 3.1.1
2018-03-28 12:40:19 +01:00
Bryan Slatner
9d6315fca4 Ignore NuGet package binaries 2018-01-04 10:25:28 -05:00
James Crook
217a2540d4 Convenience .bat file for working with manual.
Also exclude the hep/temp files from git.
2017-12-20 16:39:51 +00:00
James Crook
a49f14ad02 doxygen. Class list completed for letter 'A'. 2017-11-09 18:32:29 +00:00
James Crook
028ed19d90 Sync with DarkAudacity 2017-04-02 23:07:13 +01:00
windinthew
930e834aef Mark Young PR 192 (modified)
Change 2.1.2 to 2.1.3/2.2.0-alpha in win/compile.txt
 Git-ignore VisualStudio 2017 files.
2017-03-30 02:03:46 +01:00
James Crook
c53e2dbb77 Bug 1597 - Enh: Greater clarity over status of versions needed
- For ALPHA builds we do a check version with the Welcome screen (if welcome screen is enabled).
- A 'Check Online' in the About box provides a new route to check version
- Check Version now passes CommitId and Build Date/Time to identify a version.

To actually close the bug we need the javascript on the server page to put up informative messages.
2017-02-25 23:00:39 +00:00
Benjamin Drung
4fb4b4b24f .gitignore: Keep Sal source code in repository
Explanation from Roger Dannenberg: The original Nyquist language was an
extended XLISP. Now, there are two "syntaxes": Lisp and Sal. Sal is a
procedural infix language. A small compiler (written in Lisp) translates
Sal into Lisp and then the translated code runs directly on the Lisp
interpreter. You can write plug-ins in either Lisp or Sal syntax, and
there could be library code to support plug-ins and provide other
functions in the future. Sal is definitely source code and likely to be
compact. I would advise any new user to use Sal instead of Lisp, so I
expect more .sal sources in the future.

Thus keep the Sal source code in the repository and do not ignore them.
2016-05-17 21:57:09 +02:00
Benjamin Drung
40773b693a .gitignore: Do not exclude handcrafted makefiles
Not all makefiles are generated by automake. Thus allow these
handcrafted makefiles in the git repository.
2016-05-16 16:05:05 +02:00
Benjamin Drung
43cc9f073d .gitignore: Do not ignore *.mod files
The lv2 library ships some xhtml*.mod file, but they are ignored by the
*.mod rule. The *.mod rules should exclude Fortran module files, but
this repository does not ship any Fortran code. Thus just remove the
*.mod exclude rule.
2016-05-16 15:48:17 +02:00
Benjamin Drung
444eb194a6 .gitignore: Do not ignore *.out files
The sord library contains some test files named *.out, but they are
ignored by the *.out rule.

a.out is the default file name for executables on Linux if no output
filename is specified. All executables that we build carry a name
without extension. Thus no generated file carries an .out extension.
Therefore just remove the *.out ignore rule.

Note: You can list ignored files by running

    git ls-files -i --exclude-standard
2016-05-16 15:48:07 +02:00
Benjamin Drung
241f1014e5 .gitignore: Ignore executables without extension
The final audacity binary and other binaries do not carry any extension
on Linux. Thus add these binaries to .gitignore.
2016-05-14 17:53:59 +02:00
Benjamin Drung
44dc0ce951 .gitignore: Ignore more files generated by autotools 2016-05-14 17:53:59 +02:00
Benjamin Drung
fb711791fb .gitignore: Ignore compiled translation files 2016-05-14 17:53:59 +02:00
Benjamin Drung
db31b05b89 .gitignore: Ignore files generated by autotools
Autotools generates some helpers file as well as it creates files from
templates (e.g. audacity.desktop). Add these files to .gitignore to not
commit them.
2016-05-14 13:38:41 +02:00
henric
09361b56fd Ignore Visual Studio .vcxproj.user files. 2016-04-24 18:51:42 -07:00
Paul Licameli
16556dd6ba Update .gitignore for xcode build outputs 2016-04-11 07:47:46 -04:00
James Crook
1deafa1fe8 Exclude help files pulled from wiki. 2015-11-08 00:18:01 +00:00
Leland Lucius
fd87bd6ea9 Disable auto-creation of Xcode schemes 2015-08-10 02:20:14 -05:00
Leland Lucius
ebc801f864 Revert "Disable autocreation of Xcode schemes"
This reverts commit c15ca44eff4137f3be422f3dcc469c7dfd7d53d8.
2015-08-10 02:18:29 -05:00
Leland Lucius
c15ca44eff Disable autocreation of Xcode schemes 2015-08-10 02:02:50 -05:00
Leland Lucius
582ee7b45e Cleanup Mac build and subdirectory 2015-07-21 18:45:35 -05:00
Paul Licameli
365534366d Add *~ to .gitignore 2015-06-19 20:34:03 -04:00
Leland Lucius
56e8f577bc Additional items to ignore 2015-04-26 16:37:44 -05:00
James Crook
45523f4972 .sal files no longer automatically added. 2015-04-24 16:50:47 +01:00
Leland Lucius
d344ff8f88 Updating new Xcode project
This provides additional improvements and updates for building
Audacity using Xcode 5.1 or above.

The whole configure/makefile system is no longer used during
normal builds.  During library additions/updates it used to
regenerated the headers in mac/config.
2015-04-21 16:59:01 -05:00
James Crook
291a465a76 Build Revision Info Added
Travis now overwrites RevisionIdent.h to place a commit reference into the Build Info of the AboutDialog
I also added .opensdf to .gitignore.
2015-04-09 20:41:21 +01:00
James Crook
937b0ed0c2 Added .gitignore and branches.txt 2015-04-05 22:24:06 +01:00