-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #916 from matty0ung/usability
Bump version number and move some source files around
- Loading branch information
Showing
264 changed files
with
1,950 additions
and
745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ | ||
* AboutDialog.cpp is part of Brewtarget, and is copyright the following authors 2009-2022: | ||
* AboutDialog.cpp is part of Brewtarget, and is copyright the following authors 2009-2025: | ||
* • Matt Young <[email protected]> | ||
* • Philip Greggory Lee <[email protected]> | ||
* | ||
|
@@ -27,6 +27,11 @@ | |
|
||
#include "config.h" | ||
|
||
#ifdef BUILDING_WITH_CMAKE | ||
// Explicitly doing this include reduces potential problems with AUTOMOC when compiling with CMake | ||
#include "moc_AboutDialog.cpp" | ||
#endif | ||
|
||
AboutDialog::AboutDialog(QWidget * parent) : | ||
QDialog(parent), | ||
label(0) { | ||
|
@@ -139,7 +144,7 @@ AboutDialog::AboutDialog(QWidget * parent) : | |
" <li>2015 Markus Mårtensson <[email protected]></li>" | ||
" <li>2017 Matt Anderson <[email protected]></li>" // Commit is "andersonm <[email protected]>", but second name clear from email | ||
" <li>2020-2022 Mattias Måhl <[email protected]></li>" | ||
" <li>2020-2024 Matt Young <[email protected]></li>" | ||
" <li>2020-2025 Matt Young <[email protected]></li>" | ||
" <li>2014-2017 Maxime Lavigne <[email protected]></li>" | ||
" <li>2018 Medic Momcilo <[email protected]></li>" | ||
" <li>2016 Mike Evans <[email protected]></li>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.