1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00

11 Commits

Author SHA1 Message Date
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
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
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
Henric Jungheim
b77637750d Const'ify xpm images 2018-03-27 05:36:02 -04:00
Steve Daulton
2453cdd658
Update audacity.xpm
Edited to match previous version
2018-02-08 16:44:17 +00:00
Steve Daulton
1f8d556d2a
Update audacity32.xpm
Edited to match previous version
2018-02-08 16:42:42 +00:00
Steve Daulton
351d60ee4e
Update audacity16.xpm
Have another go. Edited to match previous version
2018-02-08 16:41:25 +00:00
Steve Daulton
0a2f47ef97
Update audacity16.xpm
To match previous file version
2018-02-08 16:37:18 +00:00
Steve Daulton
35e947fa2f Update icons to new logo
Thanks to Pokechu22 for tracking down the relevant files.
Also added Audacity_Logo_large.svg as the 'master'.

Noted naming anomaly in the 48x48 px XPM files having an
additional "_xpm" in the name.
2018-02-08 15:38:39 +00:00
lllucius@gmail.com
c6ffa89d23 Add (restore?) the ability to build without trashing the source tree
You may now do:

mkdir build
cd build
../configure
./audacity

And all but one directory will remain unmolested...no more object files
in "src".

And if you look carefully, you'll see that the newly built "audacity" is
copied to the top of the build tree...no more having to use "src/audacity"
to run.

You can of course still do the configure from the top and get all of the
objects strewn about the tree.

I still haven't figured out how to keep the locale directory from getting
soiled.  I'm not really sure there's a way around it really.
2014-10-27 07:34:17 +00:00
benjamin.drung@gmail.com
6dcffdc827 Restructure audacity icons location (in preparation for the automake usage). 2013-11-11 13:18:55 +00:00