1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-10 22:21:08 +02:00

11 Commits

Author SHA1 Message Date
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
f67a23c36f Update CHANGELOG and README 2021-04-05 20:43:35 +01:00
James Crook
39e5659aa1 Update README.txt and CHANGELOG.txt 2021-02-20 13:38:39 +00:00
James Crook
947ed37918 Begin 2.4.2 development 2020-05-21 21:21:50 +01:00
James Crook
143e35ee5d Update CHANGELOG and README 2020-04-22 17:46:13 +01:00
James Crook
b3539ed2b8 Update CHANGELOG and README 2019-10-26 12:37:17 +01:00
James Crook
2ede9eed1c Update CHANGELOG.txt and README.txt 2019-05-02 22:36:44 +01:00
James Crook
1c21e9358b Update Changelog and ReadMe 2019-02-24 08:28:05 +00:00
James Crook
d281d0e1dd README and CHANGELOG for 2.3.0 2018-09-15 22:22:13 +01:00
Paul Licameli
450ced913b Catch-up CHANGELOG.txt for this version and the two previous 2018-02-13 21:32:49 -05:00
windinthew
072a513bb4 New CHANGELOG.txt and (Linux) INSTALL files
Name and location of INSTALL file may be subject to more discussion
2017-06-12 21:42:42 +01:00