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 =
246 XO(
"%s (incorporating %s, %s, %s, %s and %s)")
248 "[[http://lv2plug.in/|lv2]]",
312 wxDefaultPosition, wxDefaultSize,
313 wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
319 this->SetBackgroundColour(
theTheme.
Colour( clrAboutBoxBackground ));
333 .AddButton(
XXO(
"OK"), wxALIGN_CENTER,
true);
340#define ABOUT_DIALOG_WIDTH 506
352 auto translatorCreditsMsgid =
XO(
"translator_credits");
353 auto translatorCredits = translatorCreditsMsgid.Translation();
354 if ( translatorCredits == translatorCreditsMsgid.MSGID().GET() )
356 translatorCredits.clear();
358 translatorCredits +=
wxT(
"<br>");
360 wxStringOutputStream o;
361 wxTextOutputStream informationStr( o );
367 << wxString(AUDACITY_VERSION_STRING)
368 <<
wxT(
"</center></h3>")
370 <<
XO(
"%s the free, open source, cross-platform software for recording and editing sounds.")
387 <<
XO(
"Distinguished %s Team members, not currently active")
393 <<
XO(
"Contributors")
398 <<
XO(
"Website and Graphics")
403 if(!translatorCredits.empty()) informationStr
415 <<
XO(
"%s includes code from the following projects:").Format(
ProgramName )
420 <<
XO(
"Special thanks:")
427 <<
wxT(
"[[https://www.audacityteam.org/|https://www.audacityteam.org/]]")
429 <<
wxT(
"<p><br> ")
432 <<
XO(
"%s software is copyright %s 1999-2023 %s Team.")
439 <<
wxT(
" ")
441 <<
XO(
"The name %s is a registered trademark.")
448 S.StartVerticalLay(1);
451 wxBitmap logo(AudacityLogoWithName_xpm);
456 const float fScale = 0.5f;
457 wxImage RescaledImage(logo.ConvertToImage());
459 RescaledImage.GetRed(1,1),
460 RescaledImage.GetGreen(1,1),
461 RescaledImage.GetBlue(1,1));
462 pPage->SetBackgroundColour(MainColour);
465 wxBitmap RescaledBitmap(RescaledImage);
468 safenew wxStaticBitmap(
S.GetParent(), -1,
476 S.Prop(0).AddWindow(
icon );
481 wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER);
485 S.Prop(1).Position( wxEXPAND ).Focus()
500 wxStringOutputStream o;
501 wxTextOutputStream informationStr( o );
502 S.StartNotebookPage(
XO(
"Build Information") );
503 S.StartVerticalLay(2);
506 wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER);
508 auto enabled =
XO(
"Enabled");
509 auto disabled =
XO(
"Disabled");
515 <<
wxT(
"<h2><center>")
516 <<
XO(
"Build Information")
517 <<
wxT(
"</center></h2>\n")
524 <<
wxT(
"</h3>\n<table>");
532 XO(
"Debug build (debug level %d)").Format(wxDEBUG_LEVEL);
534 XO(
"Release build (debug level %d)").Format(wxDEBUG_LEVEL);
537 if( (
sizeof(
void*) == 8) ) {
538 buildType =
XO(
"%s, 64 bits").Format( buildType );
540 buildType =
XO(
"%s, 32 bits").Format( buildType );
551 wxString::Format(
wxT(
"MSVC %02d.%02d.%05d.%02d"), _MSC_VER / 100, _MSC_VER % 100, _MSC_FULL_VER % 100000, _MSC_BUILD));
554#ifdef __GNUC_PATCHLEVEL__
556 AddBuildinfoRow(&informationStr,
XO(
"Compiler:"),
wxT(
"MinGW ") wxMAKE_VERSION_DOT_STRING_T(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__));
558 AddBuildinfoRow(&informationStr,
XO(
"Compiler:"),
wxT(
"GCC ") wxMAKE_VERSION_DOT_STRING_T(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__));
562#ifdef __clang_version__
570 wxT(INSTALL_PREFIX));
586 informationStr <<
wxT(
"</table>\n");
592 <<
XO(
"Core Libraries")
593 <<
wxT(
"</h3>\n<table>");
596 XO(
"Cross-platform GUI library"),
Verbatim(wxVERSION_NUM_DOT_STRING_T));
602 XO(
"Sample rate conversion"), enabled);
604 informationStr <<
wxT(
"</table>\n");
608 <<
XO(
"File Format Support")
609 <<
wxT(
"</h3>\n<p>");
615 #if defined(USE_LIBMAD)
618 #elif defined(USE_LIBID3TAG)
628 XO(
"Ogg Vorbis Import and Export"), enabled);
631 XO(
"Ogg Vorbis Import and Export"), disabled);
680 informationStr <<
wxT(
"</table>\n");
685 <<
wxT(
"</h3>\n<table>");
759 informationStr <<
wxT(
"</table>\n");
763 .Position( wxEXPAND )
775#if defined(HAS_PRIVACY_POLICY)
776 S.StartNotebookPage(
XC(
"Legal",
"about dialog"));
778 S.StartNotebookPage(
XO(
"GPL License"));
781#if defined(HAS_PRIVACY_POLICY)
782 S.Prop(0).StartPanel();
786 S.AddVariableText(
XC(
"PRIVACY POLICY",
"about dialog"),
true);
789 XO(
"App update checking and error reporting require network access. "
790 "These features are optional."));
797 wxT(
"%s"),
XO(
"our Privacy Policy"),
798 "https://www.audacityteam.org/about/desktop-privacy-notice/");
807 S.Prop(1).StartPanel();
811 wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER);
815 S.Prop(1).Position(wxEXPAND).AddWindow( html );
842 if (item.role == role)
844 s += item.description.Translation();
850 if (s.Right(4) ==
wxT(
"<br>"))
851 s = s.Left(s.length() - 4);
861 wxTextOutputStream *
str,
const wxChar * libname,
871 <<
wxT(
"</td></tr>");
879 wxTextOutputStream *
str,
887 <<
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)
const wxString VerCheckHtml()
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