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 =
248 XO(
"%s (incorporating %s, %s, %s, %s and %s)")
250 "[[http://lv2plug.in/|lv2]]",
314 wxDefaultPosition, wxDefaultSize,
315 wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
321 this->SetBackgroundColour(
theTheme.
Colour( clrAboutBoxBackground ));
335 .AddButton(
XXO(
"OK"), wxALIGN_CENTER,
true);
342#define ABOUT_DIALOG_WIDTH 506
354 auto translatorCreditsMsgid =
XO(
"translator_credits");
355 auto translatorCredits = translatorCreditsMsgid.Translation();
356 if ( translatorCredits == translatorCreditsMsgid.MSGID().GET() )
358 translatorCredits.clear();
360 translatorCredits +=
wxT(
"<br>");
362 wxStringOutputStream o;
363 wxTextOutputStream informationStr( o );
369 << wxString(AUDACITY_VERSION_STRING)
370 <<
wxT(
"</center></h3>")
372 <<
XO(
"%s the free, open source, cross-platform software for recording and editing sounds.")
389 <<
XO(
"Distinguished %s Team members, not currently active")
395 <<
XO(
"Contributors")
400 <<
XO(
"Website and Graphics")
405 if(!translatorCredits.empty()) informationStr
417 <<
XO(
"%s includes code from the following projects:").Format(
ProgramName )
422 <<
XO(
"Special thanks:")
429 <<
wxT(
"[[https://www.audacityteam.org/|https://www.audacityteam.org/]]")
431 <<
wxT(
"<p><br> ")
434 <<
XO(
"%s software is copyright %s 1999-2023 %s Team.")
441 <<
wxT(
" ")
443 <<
XO(
"The name %s is a registered trademark.")
450 S.StartVerticalLay(1);
453 wxBitmap logo(AudacityLogoWithName_xpm);
458 const float fScale = 0.5f;
459 wxImage RescaledImage(logo.ConvertToImage());
461 RescaledImage.GetRed(1,1),
462 RescaledImage.GetGreen(1,1),
463 RescaledImage.GetBlue(1,1));
464 pPage->SetBackgroundColour(MainColour);
467 wxBitmap RescaledBitmap(RescaledImage);
470 safenew wxStaticBitmap(
S.GetParent(), -1,
478 S.Prop(0).AddWindow(
icon );
483 wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER);
487 S.Prop(1).Position( wxEXPAND ).Focus()
502 wxStringOutputStream o;
503 wxTextOutputStream informationStr( o );
504 S.StartNotebookPage(
XO(
"Build Information") );
505 S.StartVerticalLay(2);
508 wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER);
510 auto enabled =
XO(
"Enabled");
511 auto disabled =
XO(
"Disabled");
517 <<
wxT(
"<h2><center>")
518 <<
XO(
"Build Information")
519 <<
wxT(
"</center></h2>\n")
526 <<
wxT(
"</h3>\n<table>");
534 XO(
"Debug build (debug level %d)").Format(wxDEBUG_LEVEL);
536 XO(
"Release build (debug level %d)").Format(wxDEBUG_LEVEL);
539 if( (
sizeof(
void*) == 8) ) {
540 buildType =
XO(
"%s, 64 bits").Format( buildType );
542 buildType =
XO(
"%s, 32 bits").Format( buildType );
553 wxString::Format(
wxT(
"MSVC %02d.%02d.%05d.%02d"), _MSC_VER / 100, _MSC_VER % 100, _MSC_FULL_VER % 100000, _MSC_BUILD));
556#ifdef __GNUC_PATCHLEVEL__
558 AddBuildinfoRow(&informationStr,
XO(
"Compiler:"),
wxT(
"MinGW ") wxMAKE_VERSION_DOT_STRING_T(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__));
560 AddBuildinfoRow(&informationStr,
XO(
"Compiler:"),
wxT(
"GCC ") wxMAKE_VERSION_DOT_STRING_T(__GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__));
564#ifdef __clang_version__
572 wxT(INSTALL_PREFIX));
588 informationStr <<
wxT(
"</table>\n");
594 <<
XO(
"Core Libraries")
595 <<
wxT(
"</h3>\n<table>");
598 XO(
"Cross-platform GUI library"),
Verbatim(wxVERSION_NUM_DOT_STRING_T));
604 XO(
"Sample rate conversion"), enabled);
606 informationStr <<
wxT(
"</table>\n");
610 <<
XO(
"File Format Support")
611 <<
wxT(
"</h3>\n<p>");
616 #if defined(USE_LIBID3TAG)
626 XO(
"Ogg Vorbis Import and Export"), enabled);
629 XO(
"Ogg Vorbis Import and Export"), disabled);
672 informationStr <<
wxT(
"</table>\n");
677 <<
wxT(
"</h3>\n<table>");
751 informationStr <<
wxT(
"</table>\n");
755 .Position( wxEXPAND )
767#if defined(HAS_PRIVACY_POLICY)
768 S.StartNotebookPage(
XC(
"Legal",
"about dialog"));
770 S.StartNotebookPage(
XO(
"GPL License"));
773#if defined(HAS_PRIVACY_POLICY)
774 S.Prop(0).StartPanel();
778 S.AddVariableText(
XC(
"PRIVACY POLICY",
"about dialog"),
true);
781 XO(
"App update checking and error reporting require network access. "
782 "These features are optional."));
789 wxT(
"%s"),
XO(
"our Privacy Policy"),
790 "https://www.audacityteam.org/about/desktop-privacy-notice/");
799 S.Prop(1).StartPanel();
803 wxHW_SCROLLBAR_AUTO | wxSUNKEN_BORDER);
807 S.Prop(1).Position(wxEXPAND).AddWindow( html );
834 if (item.role == role)
836 s += item.description.Translation();
842 if (s.Right(4) ==
wxT(
"<br>"))
843 s = s.Left(s.length() - 4);
853 wxTextOutputStream *
str,
const wxChar * libname,
863 <<
wxT(
"</td></tr>");
871 wxTextOutputStream *
str,
879 <<
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