mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-05 06:32:32 +02:00
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>
113 lines
3.4 KiB
C
113 lines
3.4 KiB
C
/* XPM */
|
|
static const char * const AudacityLogoAlpha_xpm[] = {
|
|
"48 48 61 1",
|
|
" c None",
|
|
". c #DB2A29",
|
|
"+ c #DB2B28",
|
|
"@ c #DC2B28",
|
|
"# c #DC2C27",
|
|
"$ c #DD2D26",
|
|
"% c #DE2E25",
|
|
"& c #DE2F24",
|
|
"* c #DF2F24",
|
|
"= c #DF3023",
|
|
"- c #E03023",
|
|
"; c #E03122",
|
|
"> c #E13122",
|
|
", c #E13221",
|
|
"' c #E23320",
|
|
") c #E3341F",
|
|
"! c #E3351E",
|
|
"~ c #E4351E",
|
|
"{ c #E4361D",
|
|
"] c #E5371C",
|
|
"^ c #E5381B",
|
|
"/ c #E6381B",
|
|
"( c #E6391A",
|
|
"_ c #E7391A",
|
|
": c #E73A19",
|
|
"< c #E73A18",
|
|
"[ c #DA292A",
|
|
"} c #DA2A29",
|
|
"| c #E93A19",
|
|
"1 c #D9282B",
|
|
"2 c #DA292B",
|
|
"3 c #D7282D",
|
|
"4 c #D9272C",
|
|
"5 c #D8262D",
|
|
"6 c #D8272C",
|
|
"7 c #D7262D",
|
|
"8 c #D7252E",
|
|
"9 c #D6242F",
|
|
"0 c #D52330",
|
|
"a c #D52231",
|
|
"b c #D42231",
|
|
"c c #D42132",
|
|
"d c #D32132",
|
|
"e c #D32033",
|
|
"f c #D22033",
|
|
"g c #D21F34",
|
|
"h c #D11E35",
|
|
"i c #D01D36",
|
|
"j c #D01C37",
|
|
"k c #CF1C37",
|
|
"l c #CF1B38",
|
|
"m c #CE1A39",
|
|
"n c #CE193A",
|
|
"o c #CD193A",
|
|
"p c #CD183B",
|
|
"q c #CC183B",
|
|
"r c #CC173C",
|
|
"s c #DB2B29",
|
|
"t c #CB173C",
|
|
"u c #DA282B",
|
|
"v c #CB173D",
|
|
" .++@##$$$%%&**=-;;>,,'''))!~~{{]]^//(_:< ",
|
|
" [[}.++@##$$$%%&**=-;;>,,'''))!~~{{]]^//(_::| ",
|
|
" 12[[}.++@##$$$%%&**=-;;>,,'''))!~~{{]]^//(_::: ",
|
|
" 112 _:: ",
|
|
"341 _::",
|
|
"564 (_:",
|
|
"556 =-;;>, /(_",
|
|
"755 *=-;;> //(",
|
|
"875 **=-;; ^//",
|
|
"887 &**=-; ]^/",
|
|
"988 %&**=- ]]^",
|
|
"998 %%&**= {]]",
|
|
"999 2[[}.+ $%%&** {{]",
|
|
"099 11[[}. $$%%&* ~{{",
|
|
"009 112[[} $$$%%& ~~{",
|
|
"a00 4112[[ #$$$%%&**=-; !~~",
|
|
"ba0 64111[ ##$$$%%&**=- )!~",
|
|
"bba 564112 @##$$$%%&**= ))!",
|
|
"cbb 5564112[[}.++@##$$$%%&** '))",
|
|
"dcb 75564111[[}.++@##$$$%%&* '')",
|
|
"edc 875564112[[}.++@##$$$%%& '''",
|
|
"eedcbba009998875564112[[}.++@##$$$%%&**=-;;>,,''",
|
|
"feedcbba009998875564111[[}.++@##$$$%%&**=-;;>,,'",
|
|
"gfeedcbba009998875564112[[}.++@##$$$%%&**=-;;>,,",
|
|
"ggfeedcbba009998875564112[[}.++@##$$$%%&**=-;;>,",
|
|
"hggfeedcbba009998875564111[[}.++@##$$$%%&**=-;;>",
|
|
"hhggfeedcbba009998875564112[[}.++@##$$$%%&**=-;;",
|
|
"hhh a009998875564112[[}.++@# =-;",
|
|
"ihh ba009998875564111[[}.++@ *=-",
|
|
"iih bba009998875564112[[}.++ **=",
|
|
"jii cbba00 5564112[[}.+ &**",
|
|
"kji dcbba0 75564111[[}. %&*",
|
|
"kkj edcbba 875564112[[} %%&",
|
|
"llk eedcbb 887556 $%%",
|
|
"lll feedcb 988755 $$%",
|
|
"mll gfeedc 998875 $$$",
|
|
"mml 999887 #$$",
|
|
"nmm 099988 ##$",
|
|
"onm 009998 @##",
|
|
"oon a00999 +@#",
|
|
"poo ba0099 ++@",
|
|
"qpo bba009 .++",
|
|
"rqp }.+",
|
|
"rrq [}s",
|
|
" rrq 2[[ ",
|
|
" trrqpoonmmlllkjiihhhggfeedcbba0099988755641122 ",
|
|
" trrqpoonmmlllkjiihhhggfeedcbba0099988755641u ",
|
|
" vrqpoonmmlllkjiihhhggfeedcbba00999887556 "};
|