Commit Graph

15 Commits

Author SHA1 Message Date
Martchus 0e9637faa2 Fix dynamic retranslation of about dialog
`retranslateUi` must not be used here as it would revert the controls to
the initial state.
2023-07-03 00:49:37 +02:00
Martchus 41a1ede6fc Improve handling style changes in custom dialog style
* Avoid using global palette when computing stylesheet
* Re-compute stylesheet on palette changes
2023-03-25 18:49:43 +01:00
Martchus e6a6d41df1 Show Qt version in about dialog 2019-09-07 01:27:41 +02:00
Martchus 4e30e7c45c Don't abuse organization domain for website in AboutDialog 2019-07-20 20:16:40 +02:00
Martchus b3e7c390d9 Have everything in one top-level namespace 2019-06-10 21:57:46 +02:00
Martchus 7642214a11 Remove AboutDialog c'tor with init list 2019-05-05 18:05:27 +02:00
Martchus 8dc2956edf Use override 2018-10-10 21:12:58 +02:00
Martchus 0619814654 Fix dependency version with GCC 8 2018-05-08 00:37:14 +02:00
Martchus e477214cbc Show link-time dependency versions in about dialog 2018-03-18 18:21:40 +01:00
Martchus afe3373896 Apply tidy after updating to clang-format 5.0.0
The behavior of clang-format slightly changed in Clang 5.0.0:
http://releases.llvm.org/5.0.0/tools/clang/docs/ReleaseNotes.html#clang-format
2017-09-17 21:45:49 +02:00
Martchus 2dcbc02f4b Apply clang-format 2017-05-01 03:16:25 +02:00
Martchus 7f9afcda73 Fix decoration for static builds
- Also fix finding static web view and JavaScript provider
2016-08-29 15:41:21 +02:00
Martchus 20e663cbcc Make include guards more unique and consistent 2016-07-04 23:26:48 +02:00
Martchus bffe7b999c added target_link_libraries to static target
required to prevent include errors with Qt headers
2016-03-23 22:37:49 +01:00
Martchus 26748b4923 First commit 2015-04-22 18:57:44 +02:00