2403 Commits

Author SHA1 Message Date
Uwe Rathmann
5a25804cec disable code that does not preload the font cache with Qt6 2023-02-28 16:58:08 +01:00
Peter Hartmann
caf75721d4 tickmarks: support alignment 2023-02-28 16:11:27 +01:00
Uwe Rathmann
8a4f644034 avoid using deprecated methods 2023-02-28 15:55:13 +01:00
Uwe Rathmann
a6bf60c9b4 upgraded to uncrustify 0.76.0 - still not happy with the C++ beautifier
situation, that requires way too much manual post processing
2023-02-28 15:49:42 +01:00
Uwe Rathmann
9b2c2a8f12 Squiek settings for the spin box added 2023-02-27 15:21:09 +01:00
Uwe Rathmann
c0eb74f292 wip 2023-02-27 14:46:31 +01:00
Uwe Rathmann
bb960be42e minor improvements 2023-02-27 14:07:42 +01:00
Uwe Rathmann
a67d23420f QskMenu::Overlay settings fixed ( working for Squiek again ) 2023-02-27 14:06:57 +01:00
Uwe Rathmann
c8b276db40 the gallery should fit into 800x600 2023-02-27 12:27:57 +01:00
Uwe Rathmann
c1354f49a3 according to: https://m3.material.io/components/divider/specs 2023-02-27 10:14:17 +01:00
Uwe Rathmann
5d16d86e0d Merge branch 'master' of https://github.com/uwerat/qskinny 2023-02-27 09:57:22 +01:00
Uwe Rathmann
0b4de9afe7 spin box improvements 2023-02-27 09:56:41 +01:00
Uwe Rathmann
2e667f3ff2 formal adjustments 2023-02-26 17:04:47 +01:00
Uwe Rathmann
c4efbf65f0 compiler warning fixed 2023-02-26 15:45:57 +01:00
Uwe Rathmann
d544e44320 Merge branch 'clemensmanert-RadioBox' 2023-02-26 15:42:34 +01:00
Uwe Rathmann
5bbd304b94 Merge branch 'RadioBox' of https://github.com/clemensmanert/qskinny into clemensmanert-RadioBox 2023-02-26 15:42:15 +01:00
Uwe Rathmann
6618c91479 QskColorFilter::mask 2023-02-26 15:07:08 +01:00
Uwe Rathmann
90fec17a60 QskRgb::RGBAMask added 2023-02-26 15:03:44 +01:00
Peter Hartmann
deb921d579 M3: Style text input correclty 2023-02-26 14:04:23 +01:00
Peter Hartmann
f4531c149c color filter: Add option to substitute alpha value
Resolves #253
2023-02-26 14:04:23 +01:00
Peter Hartmann
ebc8494359 Gallery: Make a bit nicer 2023-02-26 14:04:23 +01:00
Clemens Manert
c3a4472587
Code cleanup 2023-02-25 23:39:33 +01:00
Clemens Manert
4310ee3c34
Remove unused imports 2023-02-25 23:36:02 +01:00
Clemens Manert
72190aee91
Fix alighnment if sizes of symbol and button differ 2023-02-25 23:36:02 +01:00
Clemens Manert
6beabfcbb1
Return empty Rect if item is empty 2023-02-25 23:36:02 +01:00
Uwe Rathmann
a3e749157f QskSpinBox API improved 2023-02-24 08:24:32 +01:00
Uwe Rathmann
06ba85605b QskSpinBox work in progress 2023-02-23 14:37:49 +01:00
Uwe Rathmann
06704511d2 QskBoundedInput::incrementForKeys added 2023-02-23 14:33:35 +01:00
Peter Hartmann
7f24cbb95b push buttons: Fix ripple effect
This way it looks like the original
2023-02-23 10:19:42 +01:00
Peter Hartmann
1d57d87332 Gallery: Add buttons with different emphasis and style for M3 2023-02-23 10:19:42 +01:00
Clemens Manert
4d0a26d762
Fix missing moc include 2023-02-20 22:13:14 +01:00
Clemens Manert
aee27768cd
Code cleanup 2023-02-20 21:56:34 +01:00
Clemens Manert
518c401ac7
Code cleanup 2023-02-20 21:56:33 +01:00
Clemens Manert
2775ecc7ed
Code cleanup 2023-02-20 21:56:33 +01:00
Clemens Manert
e4a07909ac
Add Squiek theme 2023-02-20 21:56:33 +01:00
Clemens Manert
49cd540ce0
Add disabled support 2023-02-20 21:56:33 +01:00
Clemens Manert
fc4a389201
Code cleanup 2023-02-20 21:56:33 +01:00
Clemens Manert
5fa060617c
Use dpi instead of pixel 2023-02-20 21:56:33 +01:00
Clemens Manert
f5c7f7f2b4
Add animation support for the Ripple, remove focusedItem 2023-02-20 21:56:33 +01:00
Clemens Manert
bfc172c04f
Respect focused and pressed state in the skinlet 2023-02-20 21:56:33 +01:00
Clemens Manert
d510570943
Return empty Rect if nothing to paint 2023-02-20 21:56:33 +01:00
Clemens Manert
ffa150a5fd
Fix text position in mirrored layouts 2023-02-20 21:56:33 +01:00
Clemens Manert
4c1f60eb1c
Fix Ribble in mirrored layouts 2023-02-20 21:56:33 +01:00
Clemens Manert
84d662979d
Fix user state positions 2023-02-20 21:56:32 +01:00
Clemens Manert
a7dc136dcd
Make unified control name 2023-02-20 21:56:32 +01:00
Clemens Manert
92ba2385db
Rename radio to button 2023-02-20 21:56:32 +01:00
Clemens Manert
8c0a54e54a
Add QskRadioBox 2023-02-20 21:56:26 +01:00
Uwe
c9b83ff689 emphasis added 2023-02-20 10:30:24 +01:00
Uwe Rathmann
0c2bc32abd focus handling removed ( spin boxes do not have an internal focus chain
), formal adjustments
2023-02-19 14:24:09 +01:00
Uwe Rathmann
26661dcbb6 compiler errors/warnings fixed 2023-02-19 11:29:13 +01:00