Commit Graph

138 Commits

Author SHA1 Message Date
Martchus 4feedbb057 Bump patch version 2024-04-08 12:36:51 +02:00
Martchus 264386acad Bump minor version 2024-03-31 13:28:49 +02:00
Martchus 600470e609 Bump patch version 2024-03-15 23:50:29 +01:00
Martchus 5bb21d2ead Bump patch version 2024-02-15 21:46:54 +01:00
Martchus 02a5617e36 Bump patch version 2023-12-15 15:36:07 +01:00
Martchus 265d3739c8 Bump patch version 2023-11-18 22:02:16 +01:00
Martchus d546777f8c Make X11 optional 2023-10-11 18:11:07 +02:00
Martchus 91b9eed2d0 Ensure `use_package` is defined when configuring capslock detection 2023-09-19 12:36:44 +02:00
Martchus 6bce4c40f2 Improve configuration and code of capslock detection
* Define `X_AVAILABLE` if that's the case so the X11-specific code can
  actually ever be effective
* Make the default for `CAPSLOCK_DETECTION` simply depending on whether it
  can be configured instead of making it platform dependent
* Simplify code and avoid warnings in X11-specific code
2023-09-11 21:27:41 +02:00
Martchus 490345b2ca Bump patch version 2023-09-06 17:29:24 +02:00
Martchus b2f76021cc Update patch version 2023-09-05 17:51:57 +02:00
Martchus f5d99397ff Avoid CMake deprecation warning by bumping version 2023-07-23 21:18:51 +02:00
Martchus 3ac8c8e1a4 Update minor version 2023-06-26 21:22:42 +02:00
Martchus 0a952a2093 Bump patch version 2023-06-09 12:27:25 +02:00
Martchus 958d7bc7c9 Bump patch version 2023-06-08 13:22:00 +02:00
Martchus a91c015e1c Bump patch version 2023-05-07 21:41:47 +02:00
Martchus 89bbd75950 Bump minor version 2023-03-13 20:23:28 +01:00
Martchus 6e52b62706 Bump minor version 2023-02-17 19:16:30 +01:00
Martchus 317bd33b08 Bump patch version 2022-11-04 16:49:34 +01:00
Martchus b2e6e763fb Bump minor version 2022-10-29 21:31:15 +02:00
Martchus 8df0a87970 Bump patch version 2022-10-16 15:06:30 +02:00
Martchus 66b1a59e85 Bump minor version 2022-10-01 21:37:36 +02:00
Martchus 3a4ccfa75d Bump patch version 2022-09-10 16:42:37 +02:00
Martchus d08ce3781d Bump minor version 2022-08-20 16:15:03 +02:00
Martchus 6e5a9419be Bump minor version 2022-07-16 18:44:47 +02:00
Martchus 38b748e04b Increment patch version 2022-06-09 20:08:42 +02:00
Martchus 8a4b865c28 Improve linking against static Qt plugins
* Detect a static Qt build and link against Qt plugins automatically in
  that case (without the necassity to set `STATIC_LINKAGE`)
* Add offscreen support on UNIX platforms as it is useful for testing on
  headless systems
* Add wayland support if available
* Populate `QT_TEST_LIBRARIES` in case we're not building an app because
  the plugins are still required when building tests
2022-04-28 21:42:33 +02:00
Martchus 6640d16557 Add properties to PaletteEditor and ColorButton 2022-03-08 00:37:47 +01:00
Martchus de3379d9b7 Ensure the "Confirm" button is always the default one to confirming via enter works
Not sure why this ceased to work in some environments but this change fixes
it. It is still possible to abort via ESC.
2022-01-26 01:00:47 +01:00
Martchus a2482ef37c Avoid several warnings when building against Qt 6 2021-11-04 00:06:15 +01:00
Martchus 2fb056e0b5 Add file for zh_CN translation to project file 2021-10-07 18:27:43 +02:00
Martchus 660a5cec69 Bump patch version 2021-10-07 18:23:27 +02:00
Martchus 684e94e162 Apply cmake-format 2021-10-03 23:06:52 +02:00
Hannah Rittich 73a5439381 Allow to find packages in namespaces 2021-10-02 21:51:00 +02:00
Martchus 836801fb39 Allow saving/loading the color palette config to/from an external file 2021-09-17 00:22:32 +02:00
Martchus 7c7704e4e5 Add `#include <QtWebEngineWidgetsVersion>` to `webviewincludes.h.in`
Used in Syncthing Tray to distinguish between Qt 5 and Qt 6.
2021-08-07 18:30:01 +02:00
Martchus 7765e6f062 Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
Martchus 4e5068900f Do not use a tool window for about dialog
* With the Lightly style (and its default color palette) the about dialog
  background is otherwise transparent
* The frame doesn't look that nice anymore under Windows 10 anyways
2021-04-13 21:52:40 +02:00
Martchus abb9f5790a Add qstringFromStdStringView() 2021-03-20 21:02:37 +01:00
Martchus 4cadb04b44 Apply CMake format 2021-03-20 21:01:24 +01:00
Martchus 969997b462 Increase version 6.3.2 -> 6.3.3 2020-12-10 19:15:24 +01:00
Martchus 62df4284da Update patch version 2020-11-07 21:38:18 +01:00
Martchus 75b992bfd1 Don't install translations if built-in anyways 2020-10-30 22:45:56 +01:00
Martchus cb3a4960e7 Support Qt 6 (commit 174154b) 2020-09-04 00:44:48 +02:00
Martchus 4757b0a8b7 Avoid using qEnvironmentVariable() for compat with Qt < 5.10 2020-07-29 11:49:02 +02:00
Martchus 56cf474231 Enable High-DPI scaling by default in all my Qt applications 2020-07-12 21:15:48 +02:00
Martchus 53e55d7054 Add tests for D-Bus notifications 2020-06-23 02:00:00 +02:00
Martchus 2598c0f5ae Add basic test for settings dialog 2020-06-16 00:35:15 +02:00
Martchus 5a7eaf8d1b Add tests for ButtonOverlay widgets 2020-06-16 00:17:24 +02:00
Martchus 5974690006 Use QLineEdit's functions to implement ButtonOverlay functions if possible 2020-06-09 22:03:26 +02:00