d2d37852a2suing initSizePolicy in constructors to avoid potential problems from layout requests coming before the parent has been constructed completely.
Uwe Rathmann
2017-08-31 09:09:05 +0200
cf58650c05dynamic constraints for QskStackBox added
Uwe Rathmann
2017-08-31 08:50:24 +0200
ff9e9ab63cstarting to configure box subcontrols/nodes with QskBoxColors/QskBorderMetrics
Uwe Rathmann
2017-08-28 17:42:11 +0200
46da086092QskSkinnable::subControlRect introduced to avoid having to use QskSkinlet in application code
Uwe Rathmann
2017-08-28 10:15:47 +0200
93f5552a4edon't fall back on QskAspect::Control, when resolving from the local skin hint table
Uwe Rathmann
2017-08-24 13:06:20 +0200
6a0c6aa6bdmore complex types of skin hints ( starting with QskMargins, but more to come )
Uwe Rathmann
2017-08-23 14:53:29 +0200
230bd83f61calculation of inner/outer margins for boxes having a radius fixed
Uwe Rathmann
2017-08-23 08:45:32 +0200
13d6719a5fQskSkinHintTable introduced to share more code between accessing local and global hints
Uwe Rathmann
2017-08-22 20:50:55 +0200
a57915c6f0introducing high level APIs for setting of font and graphic roles for Text/Graphic-Label
Uwe Rathmann
2017-08-22 20:15:11 +0200
3c40903ea9cleanup og the the skinHint retrieving
Uwe Rathmann
2017-08-22 19:47:06 +0200
1adcce7347as the number of local hints is supposed to be small we don't need to have an extra lookup table for the animator hints.
Uwe Rathmann
2017-08-22 11:57:10 +0200
b6df087756harmonizing handling of local/global hint tables
Uwe Rathmann
2017-08-22 09:44:56 +0200
aa5f1054b2inputpanel example extended, but still some way to go until it works
Uwe Rathmann
2017-07-28 16:16:13 +0200
9ed7306d75inputpanel example "unqmlified"
Uwe Rathmann
2017-07-28 14:47:11 +0200
f3ebc74f44playing with the inputpanel example to get the virtual keyboard running
Uwe Rathmann
2017-07-28 13:06:59 +0200
478f2828e4RadioControl removed from automotive example. It is not yet used and will confuse readers. Probably becomes reverted once development of this demo continues
Uwe Rathmann
2017-07-27 15:52:16 +0200
ce10af1c98return early with no node, when trying to create textures from empty rects
Uwe Rathmann
2017-07-27 15:50:56 +0200
8a806a5386registering of subcontrols has to start with 1, 0 is reserved for QskAspect::Control
Uwe Rathmann
2017-07-27 15:49:21 +0200
5e6397cdd3symbols example removed, thumbnails example added
Uwe Rathmann
2017-07-27 08:27:20 +0200
59f2e7c808symbols example removed, thumbnails example ( showing QskScrollArea + flicking ) instead
Uwe Rathmann
2017-07-27 08:26:23 +0200
ec5521ab3eLots of colors and stuff for demonstrating skin transitions added. Better hints for the slider of the DefaultSkin - some animators and increased mouse press areas
Uwe Rathmann
2017-07-26 17:54:25 +0200
e5a0571cb0creating of default skins by accident fixed ( needs only to be done, when the application has no other skins already defined )
Uwe Rathmann
2017-07-26 17:50:41 +0200
2b0a39494finterpolating between color-filter and no-color-filter ( and v.v. ) added for skin transitions
Uwe Rathmann
2017-07-26 17:48:52 +0200
1a47541617Add HMI demo (#31)
Peter Hartmann
2017-07-25 07:24:27 +0200
0c99f72fa9Add HMI demo
Peter Hartmann
2017-07-24 10:08:08 +0200
ebcc558713colorswitch example: fix build (#30)
Peter H
2017-07-24 09:44:20 +0200
f2c5290b15printing info messages about shortcuts to the console
Uwe Rathmann
2017-07-24 09:38:16 +0200
172b0cbd10colorswitch example: fix build
Peter Hartmann
2017-07-24 09:33:18 +0200
7fdd3322fbQskLineEdit/QskImage moved to playground
Uwe Rathmann
2017-07-24 07:48:36 +0200
e3a07d8ccaExperimental and unfinished QskImage/QskLineEdit classes moved to a new playground area
Uwe Rathmann
2017-07-24 07:47:09 +0200
972e04fd52Blocking Animator events from the scene graph thread to avoid running into QCoreApplication assertions. This is a workaround only as starting animators happens in QskInputPanel and shuld be avoided there.
Uwe Rathmann
2017-07-24 07:43:59 +0200
1d27ce667fcolorswitch example adjusted
Uwe Rathmann
2017-07-23 16:40:24 +0200
9b4dec7fcagallery renamed to colorswitch
Uwe Rathmann
2017-07-23 12:49:25 +0200
accf55b6d2gallery renamed to colorswitch - in the end it is more a demonstration on how to use qskinny from Qml than showing something useful of qskinny itself
Uwe Rathmann
2017-07-23 12:20:50 +0200
aebe413183README.md once more
Uwe Rathmann
2017-07-22 18:29:06 +0200