Commit Graph

91 Commits

Author SHA1 Message Date
Martchus cabeca7756 Don't build the Qt Quick GUI by default for Windows and Apple platforms
It uses Kirigami which is probably not present/wanted on those platforms.
2024-04-13 16:50:59 +02:00
Martchus 1b6b645f7a Apply cmake-format 2024-04-08 12:39:05 +02:00
Martchus 1ce919397b Bump patch version 2024-04-08 12:38:47 +02:00
Martchus 3c706b614e Clarify condition in Qt version check for Quick GUI 2024-04-02 15:19:49 +02:00
Martchus e095dc904f Update release date 2024-04-02 11:09:47 +02:00
Martchus 9653b4c0d5 Bump minor version after all the Android and Qt Quick GUI related changes 2024-04-01 15:41:09 +02:00
Martchus f20c7b5d3d Avoid using `story-editor` icon as it is not actually dark in breeze-dark 2024-04-01 14:24:28 +02:00
Martchus 0f4c30c14f Format Android-specific files (also when not building for Android) 2024-03-31 23:04:39 +02:00
Martchus dbc2e9a4e2 Select correct icon theme for Qt Quick GUI depending on darkmode setting 2024-03-31 13:49:34 +02:00
Martchus 0791964c6f Apply clang-format and cmake-format 2024-03-25 18:34:22 +01:00
Martchus 79a0ef031c Improve specifying dependencies for Qt Quick GUI
* Remove QuickControls2 as the CMake module from qtutilities take care of
  it
* Replace Kirigami2 with Kirigami because the former is deprecated
2024-03-25 18:34:22 +01:00
Martchus cb6fe128c4 Set app domain for the sake of displaying the URL in the Qt Quick GUI 2024-03-25 18:34:22 +01:00
Martchus 4bf6a91d72 Port Qt Quick GUI for Android to Qt 6 2024-03-17 00:34:00 +01:00
Martchus 7b242732e8 Bump patch version 2024-01-07 23:40:42 +01:00
Martchus 343121ae90 Update release date 2023-11-21 21:53:07 +01:00
Martchus 9aa8d9c9ac Bump patch version 2023-11-18 21:13:36 +01:00
Martchus 1993046e96 Avoid CMake deprecation warning by bumping version 2023-07-23 21:06:56 +02:00
Martchus a93e04fd14 Update release date 2023-04-04 21:22:05 +02:00
Martchus 0ead95e749 Update style sheet on palette changes accordingly 2023-03-30 00:04:17 +02:00
Martchus e407f0b455 Bump patch release 2023-03-30 00:00:49 +02:00
Martchus 5ef3ac49bf Update release date 2023-03-07 20:09:00 +01:00
Martchus e8c5fdfb56 Consider all QML files for translations
Ensure QML files not used in the current build (as they're
Qt-version-specific and a different Qt version is used) are still
considered when generating the XML files for translations. Otherwise they
will be showing as vanished or obsoleted when they shouldn't.
2023-02-18 19:39:37 +01:00
Martchus a829ca0e65 Handle errors when restoring/saving settings 2023-02-18 19:19:59 +01:00
Martchus 05e0ad5696 Port Qt Quick GUI to Qt 6 and KF6 2023-01-31 17:37:18 +01:00
Martchus b32c29c29f Bump patch version 2023-01-31 15:35:59 +01:00
Martchus 9e944618b7 Update release date 2022-10-12 23:28:09 +02:00
Martchus 16876710e0 Add release date 2022-10-12 23:27:53 +02:00
Martchus eb1b73f4be Allow portable configuration via `QtUtilities::getSettings()`
See https://github.com/Martchus/tageditor/issues/88
2022-08-20 16:29:56 +02:00
Martchus 2b155c925f Increment patch version 2022-03-15 21:42:47 +01:00
Martchus 54e21607df Apply clang-format and cmake-format 2021-08-22 00:05:07 +02:00
Martchus 641e02f64c Fix shadowing warning 2021-08-22 00:02:48 +02:00
Martchus 3a01f2de31 Fix typos found via `codespell --skip .git -w` 2021-07-03 19:46:22 +02:00
Martchus bdefea2e59 Update RPM download section 2020-12-05 21:10:00 +01:00
Martchus 04bf32cf6b Allow configuring package suffix for qtutilities individually 2020-10-23 17:01:11 +02:00
Martchus ce0df2d8a3 Improve icon
* Add 256x256 application icon
* Remove PNG_ICON_NO_CROP which is no longer required with c++utilities 5.6
2020-08-11 23:24:21 +02:00
Martchus 1c6230dbeb Fix showing IO error in Qt Quick GUI
The order of the catch handlers must be adjusted because
std::ios_base::failure is derived from std::runtime_error.
2020-03-28 23:16:12 +01:00
Martchus 78e4afb387 Improve consistency of error messages 2020-02-14 17:38:17 +01:00
Marius Kittler 98514ab8ca Update version 2019-11-07 19:09:35 +01:00
Marius Kittler b6acb55176 Remove unused StringVector 2019-09-04 18:35:59 +02:00
Martchus b220301bb6 Fix typo in initiategui.cpp filename 2019-08-22 01:11:17 +02:00
Martchus cddfebab8b Improve Android build
Use new features in qtutilities to prevent duplication of
version and other meta-info in manifest file.
2019-08-22 01:10:35 +02:00
Martchus d7e7f9ecfa Set project() on top-level
See https://github.com/Martchus/cpp-utilities/pull/15
2019-07-20 18:10:54 +02:00
Martchus e1afd5504e Update version to 4.1.0 2019-07-06 17:24:24 +02:00
Marius Kittler f863fb474c Adapt to c++utilities v5 2019-05-04 22:25:56 +02:00
Martchus f113197b62 Update version to 4.0.2 2019-04-21 22:28:03 +02:00
Marius Kittler 37f9a65c97 Apply cmake-format 2019-02-06 17:58:29 +01:00
Martchus 9002602895 Quick GUI: Show buttons to copy when editing field 2019-02-05 00:27:18 +01:00
Marius Kittler dcb2253903 Increment patch version 4.0.0 -> 4.0.1 2019-01-21 18:16:17 +01:00
Martchus 779acb8c3a Prevent cropping icon for Windows binary
The new icon must not be cropped.
2018-12-22 00:42:13 +01:00
Martchus 75075725a6 Add file details 2018-12-21 01:14:41 +01:00