From 5b2a2b822ad0c620b4180adf489d98a3807f484c Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:07:58 +0200 Subject: [PATCH] Gui: Update header in about dialog before the 1.1 release (#22991) * Gui: Update header in about dialog before the 1.1 release Gui: Change main link in about dialog to main website instead of Wiki Main_Page * Update based on code review. Co-authored-by: xtemp09 --------- Co-authored-by: xtemp09 --- src/Doc/CONTRIBUTORS | 2 +- src/Doc/LICENSE.html | 4 ++-- src/Gui/Dialogs/DlgAbout.cpp | 18 ++++++------------ src/Main/FreeCADGuiPy.cpp | 4 ++-- src/Main/MainGui.cpp | 2 +- 5 files changed, 12 insertions(+), 18 deletions(-) diff --git a/src/Doc/CONTRIBUTORS b/src/Doc/CONTRIBUTORS index 0db0c99b9d..d407a74ede 100644 --- a/src/Doc/CONTRIBUTORS +++ b/src/Doc/CONTRIBUTORS @@ -21,10 +21,10 @@ Benjamin Alterauge Benjamin Bræstrup Sayoc Benjamin Nauck (hyarion) Bernd Hahnebach -bgbsww blobfish (tanderson69) bluecd Brad Collette (sliptonic) +† Brad McLean (bgbsww) 1966-2024 breathewind Bruce Lacey Bruno Gonçalves Pirajá diff --git a/src/Doc/LICENSE.html b/src/Doc/LICENSE.html index bb0d959d59..78eb9d0f28 100644 --- a/src/Doc/LICENSE.html +++ b/src/Doc/LICENSE.html @@ -5,10 +5,10 @@ FreeCAD License -

FreeCAD license

+

FreeCAD License

The FreeCAD application is licensed under the terms of the LGPL2+ license, as stated below.

-

Third-party libraries licenses

+

Third-Party Libraries Licenses

The different libraries used in FreeCAD and their respective licenses are described on the Third Party Libraries wiki page.


diff --git a/src/Gui/Dialogs/DlgAbout.cpp b/src/Gui/Dialogs/DlgAbout.cpp index aa02275789..c6621f9a8d 100644 --- a/src/Gui/Dialogs/DlgAbout.cpp +++ b/src/Gui/Dialogs/DlgAbout.cpp @@ -321,19 +321,13 @@ void AboutDialog::showCredits() textField->setOpenLinks(false); hlayout->addWidget(textField); - QString creditsHTML = QStringLiteral("

"); - //: Header for bgbsww - creditsHTML += - tr("This version of FreeCAD is dedicated to the memory of Brad McLean, aka bgbsww."); //: Header for the Credits tab of the About screen - creditsHTML += QStringLiteral("

"); - creditsHTML += tr("Credits"); - creditsHTML += QStringLiteral("

"); - creditsHTML += tr("FreeCAD would not be possible without the contributions of"); - creditsHTML += QStringLiteral(":

"); - //: Header for the list of individual people in the Credits list. - creditsHTML += tr("Individuals"); - creditsHTML += QStringLiteral("