Commit Graph

1816 Commits

Author SHA1 Message Date
Peter Hartmann decb8c2898 CI: Add MacOS build (#178) 2022-04-13 21:07:00 +02:00
Peter Hartmann 5e8fa249a4 website: Add README on how to recreate the website (#179)
Resolves #171
2022-04-13 21:06:24 +02:00
Peter Hartmann 1e27ce19ce CI: Use jom to parallelize the build (#177)
... and use powershell after all
2022-04-13 12:40:19 +02:00
Peter Hartmann 94a186b553 fix build on Windows (#176)
* fix build on Windows

fixes the following error from CI:

common\QskAspect.cpp(199): error C2666: 'QFlags<QskAspect::State>::operator &': 3 overloads have similar conversions
D:\a\qskinny\Qt\5.15.2\msvc2019_64\include\QtCore/qflags.h(146): note: could be 'QFlags<QskAspect::State> QFlags<QskAspect::State>::operator &(Enum) noexcept const'
        with
        [
            Enum=QskAspect::State
        ]
D:\a\qskinny\Qt\5.15.2\msvc2019_64\include\QtCore/qflags.h(145): note: or       'QFlags<QskAspect::State> QFlags<QskAspect::State>::operator &(uint) noexcept const'
D:\a\qskinny\Qt\5.15.2\msvc2019_64\include\QtCore/qflags.h(144): note: or       'QFlags<QskAspect::State> QFlags<QskAspect::State>::operator &(int) noexcept const'
common\QskAspect.cpp(199): note: or       'built-in C++ operator&(QFlags<QskAspect::State>::Int, quint16)'
common\QskAspect.cpp(199): note: while trying to match the argument list '(QskAspect::States, const quint16)'

* fix build on Windows

fixes the following error from CI:

C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.31.31103\include\memory(3124): error C2027: use of undefined type 'QskMenuSkinlet::PrivateData'
D:\a\qskinny\qskinny\src\controls\QskMenuSkinlet.h(54): note: see declaration of 'QskMenuSkinlet::PrivateData'
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.31.31103\include\memory(3123): note: while compiling class template member function 'void std::default_delete<QskMenuSkinlet::PrivateData>::operator ()(_Ty *) noexcept const'
        with
        [
            _Ty=QskMenuSkinlet::PrivateData
        ]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.31.31103\include\memory(3233): note: see reference to function template instantiation 'void std::default_delete<QskMenuSkinlet::PrivateData>::operator ()(_Ty *) noexcept const' being compiled
        with
        [
            _Ty=QskMenuSkinlet::PrivateData
        ]
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.31.31103\include\memory(3160): note: see reference to class template instantiation 'std::default_delete<QskMenuSkinlet::PrivateData>' being compiled
D:\a\qskinny\qskinny\src\controls\QskMenuSkinlet.h(55): note: see reference to class template instantiation 'std::unique_ptr<QskMenuSkinlet::PrivateData,std::default_delete<QskMenuSkinlet::PrivateData>>' being compiled
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.31.31103\include\memory(3124): error C2338: can't delete an incomplete type
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.31.31103\include\memory(3125): warning C4150: deletion of pointer to incomplete type 'QskMenuSkinlet::PrivateData'; no destructor called
D:\a\qskinny\qskinny\src\controls\QskMenuSkinlet.h(54): note: see declaration of 'QskMenuSkinlet::PrivateData
2022-04-13 11:24:18 +02:00
Peter Hartmann 1525228625 github build action for Linux and Windows (#175)
* initial github build action

* Github actions: Install Qt 5.15

... We use a specific Github Action for this, since the current Qt
version shipping with Ubuntu is too old.

* Github Action: Cache Qt installation

* Github Action: Build on Linux and Windows

Co-authored-by: Richard Spindler <oracle@propirate.net>
2022-04-13 07:23:36 +02:00
Uwe Rathmann ec9edb83a3 Skinny::init added 2022-04-12 14:13:59 +02:00
Uwe Rathmann 0ff98f9532 avoid crash with vnc plugin 2022-04-11 12:05:00 +02:00
Uwe Rathmann b6c8363eeb some adjustments for the software renderer 2022-04-11 11:13:47 +02:00
Uwe Rathmann 0176f356f1 QQuickImagePrivate can be used now 2022-04-11 10:12:33 +02:00
Uwe Rathmann e747b59514 respecting the graphicsApi 2022-04-11 10:11:57 +02:00
Uwe Rathmann bd5eb47439 Squashed commit of the following:
commit e2887cdc9d7cbf69445c325fe074578e2f38da6c
Author: Uwe Rathmann <Uwe.Rathmann@tigertal.de>
Date:   Mon Apr 11 09:58:03 2022 +0200

    wip

commit 63efe9f3ad95fdf3d9fb15c929a45b0dc7cc681c
Author: Uwe Rathmann <Uwe.Rathmann@tigertal.de>
Date:   Mon Apr 11 09:39:18 2022 +0200

    wip

commit a2f3621fb6fea787f32c53428eee26f30c69510c
Author: Uwe Rathmann <Uwe.Rathmann@tigertal.de>
Date:   Mon Apr 11 08:04:11 2022 +0200

    wip
2022-04-11 10:01:24 +02:00
Uwe Rathmann fa48146048 forgotten file added 2022-04-10 14:04:02 +02:00
Uwe Rathmann bd9297a2bb QskPlacementPolicy.dox added 2022-04-08 18:00:10 +02:00
Uwe Rathmann 8b362edb29 QskPlacementPolicy introduced 2022-04-08 16:46:20 +02:00
Uwe Rathmann d12bfe014b beautified 2022-04-08 15:37:55 +02:00
Uwe Rathmann eca1ada982 Qsk::Visibility added 2022-04-08 15:37:32 +02:00
Uwe Rathmann b28c7d815f project file fixed 2022-04-07 17:45:38 +02:00
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