Commit Graph

1849 Commits

Author SHA1 Message Date
Uwe Rathmann b4fdd468e1 hiding isTransparentForPositioner 2022-04-07 17:19:59 +02:00
Uwe Rathmann 35f98bedbb qskItemSize() removed, QQuickItem::size() is available since Qt 5.10 2022-04-07 15:43:45 +02:00
Uwe Rathmann d9c2227f5c forgotten debug statement removed 2022-04-06 10:56:48 +02:00
Uwe Rathmann fe49166865 alignment fixed 2022-04-06 10:56:29 +02:00
Uwe Rathmann 0166cbb527 Merge branch 'master' into material-theme 2022-04-06 09:47:35 +02:00
Uwe Rathmann 5791a9f6e4 colorswitch example removed 2022-04-06 08:41:32 +02:00
Uwe Rathmann f91bcdaa76 sending a second StyleChange once the transition is done 2022-04-05 15:31:17 +02:00
Uwe Rathmann 9c9841c3ac QskMenu initialization fixed 2022-04-05 11:55:26 +02:00
Uwe Rathmann 9905723015 Merge branch 'master' into material-theme 2022-04-05 11:46:05 +02:00
Uwe Rathmann bf6afd15a9 wip 2022-04-05 11:38:23 +02:00
Uwe Rathmann f0aded9fe1 wip 2022-04-05 10:41:36 +02:00
Uwe Rathmann 1e0f603463 Merge branch 'master' into material-theme 2022-04-05 10:19:00 +02:00
Uwe Rathmann 9d2e517036 QskCheckBox improvements 2022-04-05 10:15:08 +02:00
Uwe Rathmann cd9211c241 QskCheckBox improvements 2022-04-05 08:48:16 +02:00
Uwe Rathmann a86d7200e2 Merge branch 'master' into material-theme 2022-04-04 18:35:30 +02:00
Uwe Rathmann a499578d42 Merge branch 'master' into material-theme 2022-04-04 18:33:19 +02:00
Uwe Rathmann 29dbaa2189 the geometry for the tick can change 2022-04-04 18:32:17 +02:00
Uwe Rathmann 7c0b3b54e7 dependencies for the tests fixed 2022-04-04 18:18:49 +02:00
Uwe Rathmann 1e276ef3aa Merge branch 'master' into material-theme 2022-04-04 18:13:31 +02:00
Uwe Rathmann f7b3946366 custom sliders moved from gallery to tabview. we do not want to have
custom controlsin the gallery, that is intended to show the default
versions
2022-04-04 17:45:49 +02:00
Uwe Rathmann 94269b0206 spelling aligned with Qt checkboxes ( triState -> tristate ) 2022-04-04 14:39:24 +02:00
Uwe Rathmann c7388cb730 formal cheges, check box added to gallery 2022-04-04 14:14:07 +02:00
Clemens Manert cdf062e5bd Add a Checkbox (#169)
* Add checkbox

* Add checkbox tests

* Add checkbox-groups

* Add checkbox-groups tests
2022-04-04 08:53:20 +02:00
Uwe Rathmann 7ac2317766 more switches 2022-04-03 16:38:25 +02:00
Uwe Rathmann 94562bae25 more switches 2022-04-03 16:37:36 +02:00
Uwe Rathmann 5a5ad5ddd9 stop animation, when start/endValues are chaged. Otherwise we will run
into crashes, when value types have not been aligned or can't be aligned
2022-04-03 16:32:04 +02:00
Uwe Rathmann a3e07ed417 only check if types do match without doing the conversion 2022-04-03 16:31:54 +02:00
Uwe Rathmann fa0659b575 Q_DECLARE_TYPEINFO fixed 2022-04-03 16:31:34 +02:00
Uwe Rathmann efbd7f5bc8 stop animation, when start/endValues are chaged. Otherwise we will run
into crashes, when value types have not been aligned or can't be aligned
2022-04-03 16:27:10 +02:00
Uwe Rathmann f263ad8cb3 only check if types do match without doing the conversion 2022-04-03 16:25:46 +02:00
Uwe Rathmann c59641a3e9 Q_DECLARE_TYPEINFO fixed 2022-04-03 16:25:13 +02:00
Uwe Rathmann 99352ec365 code grouped 2022-04-03 16:24:50 +02:00
Uwe Rathmann 73dd013d74 using gardients instead of colors 2022-04-02 11:50:55 +02:00
Uwe Rathmann ccb21451ba Merge branch 'master' into material-theme 2022-04-01 19:18:56 +02:00
Uwe Rathmann 9469cf6aaf merge from master 2022-04-01 17:00:50 +02:00
Uwe Rathmann eec8c71ebc compiler error fixed 2022-04-01 17:00:05 +02:00
Uwe Rathmann e28c563bc9 wio 2022-04-01 16:18:30 +02:00
Uwe Rathmann d8d22787e2 SwitchButtonPage moved to ButtonPage 2022-04-01 16:10:53 +02:00
Uwe Rathmann 0301f6270b change skin button added 2022-04-01 15:58:47 +02:00
Uwe Rathmann eeec3ab68c push buttons added 2022-04-01 14:54:31 +02:00
Uwe Rathmann aa58cbc845 workaround for Qt 6.2 incompatibility 2022-04-01 14:53:20 +02:00
Uwe Rathmann dac46837b8 text box reimplemented 2022-04-01 14:43:22 +02:00
Uwe Rathmann 919b8ba21d font initialization changed 2022-04-01 14:42:18 +02:00
Uwe Rathmann e2238690e0 using c++11 2022-04-01 14:41:56 +02:00
Uwe Rathmann 47d831c96f making QskSwtchButton smaller 2022-04-01 13:57:26 +02:00
Uwe Rathmann 1a1aaf252e support lib reorganized 2022-04-01 13:56:16 +02:00
Uwe Rathmann 77088143de Uing RGB values instead of colors. QskSkinTransition reimplemented.
Ongoing work
2022-03-31 18:29:39 +02:00
Uwe Rathmann 89bd7a35ef skin transition heavily changed 2022-03-31 18:09:03 +02:00
Uwe Rathmann 1084609db2 using QVariant::metaType 2022-03-31 12:25:24 +02:00
Uwe Rathmann 17aedfb216 QMetaType definitions added 2022-03-30 18:30:22 +02:00