Commit Graph

32 Commits

Author SHA1 Message Date
Martchus e448ff04fa Apply clang-format 2023-07-03 00:26:25 +02:00
Martchus b340ff819c Retranslate certain dialogs/widgets dynamically
This does not cover all details yet.
2023-07-03 00:07:01 +02:00
Martchus cc05211664 Fix applying certain color roles when loading palette from file 2023-06-08 16:42:09 +02:00
Martchus c528926ce6 Remove useless function from palette editor 2023-06-08 16:21:50 +02:00
Martchus acecbd1158 Fix warnings about cv qualifiers droped from `static_cast` return type
The change for avoiding a warning from MSVC about 64-bit shift operations
introduced a different warning from GCC. Hopefully this now avoids warnings
in all compilers.
2023-05-21 19:00:36 +02:00
Martchus 03a3867688 Fix warning from MSVC about 64-bit shift operations 2023-05-10 22:07:39 +02:00
Martchus 6640d16557 Add properties to PaletteEditor and ColorButton 2022-03-08 00:37:47 +01:00
Martchus a2482ef37c Avoid several warnings when building against Qt 6 2021-11-04 00:06:15 +01:00
Martchus 836801fb39 Allow saving/loading the color palette config to/from an external file 2021-09-17 00:22:32 +02:00
Martchus b16caee532 Fix palette editor
* Fix missing signal connection; when renaming slots the auto-connections
  were lost
* Remove handlers which aren't used anyways
2021-09-16 23:23:10 +02:00
Martchus 25062fcf01 Fix/silence warnings 2021-03-20 21:02:00 +01:00
Martchus cb3a4960e7 Support Qt 6 (commit 174154b) 2020-09-04 00:44:48 +02:00
Martchus 8cbe2da2a2 Remove own icons for button overlay
* Use "edit-clear" from icon theme instead
* Other icons were only used by the tag editor but it now uses
  icons from the icon theme instead
2019-08-08 22:54:13 +02:00
Martchus 6dd7c0fce1 Don't use functions obsoleted in Qt 5.13.0 2019-06-25 14:16:12 +02:00
Martchus b3e7c390d9 Have everything in one top-level namespace 2019-06-10 21:57:46 +02:00
Martchus 157588f591 Remove disabled code 2019-05-19 20:39:53 +02:00
Martchus 43faa61e40 Emit colorChanged() in ColorButton when setColor() called 2019-05-19 17:47:34 +02:00
Martchus 3502be2826 Adapt to c++utilities v5 2019-04-20 02:43:26 +02:00
Martchus 8dc2956edf Use override 2018-10-10 21:12:58 +02:00
Martchus 7111dddc5c Adapt PaletteEditor to our coding style 2018-08-12 22:10:31 +02:00
Marius Kittler 7472ddc5af Improve coding style 2018-07-11 13:16:57 +02:00
Martchus 571c2f8a26 Fix missing #includes 2018-06-05 22:49:17 +02: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 0599eb354d Apply clang-format 2017-05-04 22:46:37 +02:00
Martchus 2dcbc02f4b Apply clang-format 2017-05-01 03:16:25 +02:00
Martchus ebf76ab4cf Add high res edit icons 2017-03-01 23:29:40 +01: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 5a0eba3726 Allow built-in translations and icons
- Allow to built-in qm files for translations
  using the Qt resource system
- Allow to built-in required icons from specified
  icon themes using the Qt resource system
- Provide bash script to determine required icons
2016-07-16 23:12:02 +02:00
Martchus 20e663cbcc Make include guards more unique and consistent 2016-07-04 23:26:48 +02:00
Martchus cca4395fe6 Fix -Winconsistent-missing-override 2016-05-13 22:53:01 +02:00
Martchus c1570df362 use Q_* macros instead of signals/slots 2016-04-26 20:10:49 +02:00
Martchus 87fd94a2e0 improved settings dialog API 2016-04-04 14:49:40 +02:00