31#include <wx/html/htmlwin.h>
32#include <wx/hyperlink.h>
33#include <wx/statbmp.h>
34#include <wx/sstream.h>
35#include <wx/txtstrm.h>
36#include <wx/statbox.h>
37#include <wx/stattext.h>
48#include "../images/AudacityLogoWithName.xpm"
58#include "RevisionIdent.h"
61#define REV_TIME "unknown date and time"
65#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
67#define REV_IDENT (XO("No revision identifier was provided").Translation())
70#if defined(HAS_SENTRY_REPORTING) || defined(HAVE_UPDATES_CHECK) || defined(USE_BREAKPAD)
71#define HAS_PRIVACY_POLICY
81 const auto sysAdminFormat =
83 XO(
"%s, system administration");
84 const auto coFounderFormat =
86 XO(
"%s, co-founder and developer");
87 const auto designerFormat =
90 const auto developerFormat =
93 const auto developerAndSupprtFormat =
95 XO(
"%s, developer and support");
96 const auto documentationAndSupportFormat =
98 XO(
"%s, documentation and support");
99 const auto qaDocumentationAndSupportFormat =
101 XO(
"%s, QA tester, documentation and support");
102 const auto documentationAndSupportFrenchFormat =
104 XO(
"%s, documentation and support, French");
105 const auto qualityAssuranceFormat =
107 XO(
"%s, quality assurance");
108 const auto accessibilityAdvisorFormat =
110 XO(
"%s, accessibility advisor");
111 const auto graphicArtistFormat =
113 XO(
"%s, graphic artist");
114 const auto composerFormat =
117 const auto testerFormat =
120 const auto NyquistPluginsFormat =
122 XO(
"%s, Nyquist plug-ins");
123 const auto webDeveloperFormat =
125 XO(
"%s, web developer");
126 const auto graphicsFormat =
129 const auto presetsFormat =
131 XO(
"%s, effects presets");
256 XO(
"%s (incorporating %s, %s, %s, %s and %s)")
258 "[[http://lv2plug.in/|lv2]]",
322 wxDefaultPosition, wxDefaultSize,
323 wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
329 this->SetBackgroundColour(
theTheme.
Colour( clrAboutBoxBackground ));
343 .AddButton(
XXO(
"OK"), wxALIGN_CENTER,
true);
350#define ABOUT_DIALOG_WIDTH 506
362 auto translatorCreditsMsgid =
XO(
"translator_credits");
363 auto translatorCredits = translatorCreditsMsgid.Translation();
364 if ( translatorCredits == translatorCreditsMsgid.MSGID().GET() )
366 translatorCredits.clear();
368 translatorCredits +=
wxT(
"<br>");
370 wxStringOutputStream o;
371 wxTextOutputStream informationStr( o );
377 << wxString(AUDACITY_VERSION_STRING)
378 <<
wxT(
"</center></h3>")
380 <<
XO(
"%s the free, open source, cross-platform software for recording and editing sounds.")
397 <<
XO(
"Distinguished %s Team members, not currently active")
403 <<
XO(
"Contributors")
408 <<
XO(
"Website and Graphics")
413 if(!translatorCredits.empty()) informationStr
425 <<
XO(
"%s includes code from the following projects:").Format(
ProgramName )
430 <<
XO(
"Special thanks:")
437 <<
wxT(
"[[https://www.audacityteam.org/|https://www.audacityteam.org/]]")
439 <<
wxT(
"<p><br> ")
442 <<
XO(
"%s software is copyright %s 1999-2024 %s Team.")
449 <<
wxT(
" ")
451 <<
XO(
"The name %s is a registered trademark.")
458 S.StartVerticalLay(1);
461 wxBitmap logo(AudacityLogoWithName_xpm);
464 const float fScale = 1.0f;
465 wxImage RescaledImage(logo.ConvertToImage());
467 RescaledImage.GetRed(1,1),
468 RescaledImage.GetGreen(1,1),
469 RescaledImage.GetBlue(1,1));
470 pPage->SetBackgroundColour(MainColour);
473 wxBitmap RescaledBitmap(RescaledImage);
476 safenew wxStaticBitmap(
S.GetParent(), -1,
484 S.Prop(0).AddWindow(
icon );
489 wxHW_SCROLLBAR_AUTO);
493 S.Prop(1).Position( wxEXPAND ).Focus()
508 wxStringOutputStream o;
509 wxTextOutputStream informationStr( o );
510 S.StartNotebookPage(
XO(
"Build Information") );
511 S.StartVerticalLay(2);
514 wxHW_SCROLLBAR_AUTO );
516 auto enabled =
XO(
"Enabled");
517 auto disabled =
XO(
"Disabled");
527 <<
wxT(
"</h3>\n<table>");
535 XO(
"Debug build (debug level %d)").Format(wxDEBUG_LEVEL);
537 XO(
"Release build (debug level %d)").Format(wxDEBUG_LEVEL);
540 if( (
sizeof(
void*) == 8) ) {
541 buildType =
XO(
"%s, 64 bits").Format( buildType );
543 buildType =
XO(
"%s, 32 bits").Format( buildType );
554 wxString::Format(
wxT(
"MSVC %02d.%02d.%05d.%02d"), _MSC_VER / 100, _MSC_VER % 100, _MSC_FULL_VER % 100000, _MSC_BUILD));
557#ifdef __GNUC_PATCHLEVEL__
559 AddBuildinfoRow(&informationStr,
XO(
"Compiler:"),
wxT(
"MinGW ") wxMAKE_VERSION_DOT_STRING_T(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__));
561 AddBuildinfoRow(&informationStr,
XO(
"Compiler:"),
wxT(
"GCC ") wxMAKE_VERSION_DOT_STRING_T(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__));
565#ifdef __clang_version__
573 wxT(INSTALL_PREFIX));
589 informationStr <<
wxT(
"</table>\n");
595 <<
XO(
"Core Libraries")
596 <<
wxT(
"</h3>\n<table>");
599 XO(
"Cross-platform GUI library"),
Verbatim(wxVERSION_NUM_DOT_STRING_T));
605 XO(
"Sample rate conversion"), enabled);
607 informationStr <<
wxT(
"</table>\n");
611 <<
XO(
"File Format Support")
612 <<
wxT(
"</h3>\n<p>");
617 #if defined(USE_LIBMPG123)
625 &informationStr,
wxT(
"libmp3lame"),
628 XO(
"MP3 Export"), enabled);
631 &informationStr,
wxT(
"libopus"),
634 XO(
"Opus Import and Export"), disabled);
641 XO(
"Ogg Vorbis Import and Export"), enabled);
644 XO(
"Ogg Vorbis Import and Export"), disabled);
647 #if USE_LIBVORBIS && USE_LIBOPUS && USE_OPUSFILE
649 &informationStr,
wxT(
"libopus"),
651 XO(
"Opus Import and Export"), enabled);
654 &informationStr,
wxT(
"libopus"),
657 XO(
"Opus Import and Export"), disabled);
692 informationStr <<
wxT(
"</table>\n");
697 <<
wxT(
"</h3>\n<table>");
771 informationStr <<
wxT(
"</table>\n");
775 .Position( wxEXPAND )
787#if defined(HAS_PRIVACY_POLICY)
788 S.StartNotebookPage(
XC(
"Legal",
"about dialog"));
790 S.StartNotebookPage(
XO(
"GPL License"));
793#if defined(HAS_PRIVACY_POLICY)
794 S.Prop(0).StartPanel();
798 S.AddVariableText(
XC(
"PRIVACY POLICY",
"about dialog"),
true);
801 XO(
"App update checking and error reporting require network access. "
802 "These features are optional."));
809 wxT(
"%s"),
XO(
"our Privacy Policy"),
810 "https://www.audacityteam.org/about/desktop-privacy-notice/");
819 S.Prop(1).StartPanel();
823 wxHW_SCROLLBAR_AUTO );
827 S.Prop(1).Position(wxEXPAND).AddWindow( html );
854 if (item.role == role)
856 s += item.description.Translation();
862 if (s.Right(4) ==
wxT(
"<br>"))
863 s = s.Left(s.length() - 4);
873 wxTextOutputStream *
str,
const wxChar * libname,
883 <<
wxT(
"</td></tr>");
891 wxTextOutputStream *
str,
899 <<
wxT(
"</td></tr>");
static const auto ProgramName
#define ABOUT_DIALOG_WIDTH
const wxString GPL_TEXT()
#define LOGOWITHNAME_WIDTH
#define LOGOWITHNAME_HEIGHT
EVT_BUTTON(wxID_NO, DependencyDialog::OnNo) EVT_BUTTON(wxID_YES
const TranslatableString name
XXO("&Cut/Copy/Paste Toolbar")
wxString FormatHtmlText(const wxString &Text)
TranslatableString Verbatim(wxString str)
Require calls to the one-argument constructor to go through this distinct global function name.
The AboutDialog shows the program version and developer credits.
void OnOK(wxCommandEvent &event)
void AddCredit(const wxString &name, Role role)
wxString GetCreditsByRole(AboutDialog::Role role)
AboutDialogCreditItemsList creditItems
void AddBuildinfoRow(wxTextOutputStream *str, const wxChar *libname, const TranslatableString &libdesc, const TranslatableString &status)
Add a table row saying if a library is used or not.
void PopulateInformationPage(ShuttleGui &S)
: Fills out the "Information" tab of the preferences dialogue
AboutDialog(wxWindow *parent)
static AboutDialog * ActiveIntance()
void PopulateLicensePage(ShuttleGui &S)
void PopulateAudacityPage(ShuttleGui &S)
An HtmlWindow that handles linked clicked - usually the link will go to our own local copy of the man...
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
wxColour & Colour(int iIndex)
Holds a msgid for the translation catalog; may also bind format arguments.
TranslatableString & Format(Args &&...args) &
Capture variadic format arguments (by copy) when there is no plural.
FILES_API FilePath ConfigDir()
Audacity user config directory.
FILES_API FilePath StateDir()
Audacity user state directory.
FILES_API FilePath CacheDir()
Audacity user cache directory.
FILES_API FilePath DataDir()
Audacity user data directory.
AboutDialog * sActiveInstance