Commit Graph

  • ad5d2ddf66 QskBorderMetrics::rotated + QskBoxColors::rotated added Uwe Rathmann 2017-09-03 14:56:39 +0200
  • 1866ecb2f3 bad hash value calculation of QskBoxNode fixed Uwe Rathmann 2017-09-03 14:55:21 +0200
  • b03ee5b11d QskBorderMetrics::toAbsolute ( = resolving Qt::RelativeSize metrics ) added Uwe Rathmann 2017-09-01 15:49:00 +0200
  • 8d80b6acc1 minor QskPageIndicator cleanups Uwe Rathmann 2017-09-01 13:09:24 +0200
  • 8ba11e2136 unused buttonShift method removed QskPushButtonSkinlet, this has to be done by setting the padding Uwe Rathmann 2017-09-01 12:28:20 +0200
  • d6902f144c using QskSeparator::Panel | QskAspect::Size for the thickness of a separator Uwe Rathmann 2017-09-01 12:27:08 +0200
  • 16585a708d harmonizing skinlet code Uwe Rathmann 2017-09-01 11:55:55 +0200
  • be146f2480 unused code removed Uwe Rathmann 2017-08-31 14:12:00 +0200
  • a2f3f4d057 compiler warning fixed Uwe Rathmann 2017-08-31 12:36:10 +0200
  • d2d37852a2 suing 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
  • cf58650c05 dynamic constraints for QskStackBox added Uwe Rathmann 2017-08-31 08:50:24 +0200
  • ff9e9ab63c starting to configure box subcontrols/nodes with QskBoxColors/QskBorderMetrics Uwe Rathmann 2017-08-28 17:42:11 +0200
  • 42981403e7 QskSkin::setGraphicRole, QskSkin::setFontRole introduced Uwe Rathmann 2017-08-28 13:20:01 +0200
  • 46da086092 QskSkinnable::subControlRect introduced to avoid having to use QskSkinlet in application code Uwe Rathmann 2017-08-28 10:15:47 +0200
  • 93f5552a4e don't fall back on QskAspect::Control, when resolving from the local skin hint table Uwe Rathmann 2017-08-24 13:06:20 +0200
  • 6a0c6aa6bd more complex types of skin hints ( starting with QskMargins, but more to come ) Uwe Rathmann 2017-08-23 14:53:29 +0200
  • 230bd83f61 calculation of inner/outer margins for boxes having a radius fixed Uwe Rathmann 2017-08-23 08:45:32 +0200
  • 13d6719a5f QskSkinHintTable introduced to share more code between accessing local and global hints Uwe Rathmann 2017-08-22 20:50:55 +0200
  • a57915c6f0 introducing high level APIs for setting of font and graphic roles for Text/Graphic-Label Uwe Rathmann 2017-08-22 20:15:11 +0200
  • 3c40903ea9 cleanup og the the skinHint retrieving Uwe Rathmann 2017-08-22 19:47:06 +0200
  • 1adcce7347 as 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
  • b6df087756 harmonizing handling of local/global hint tables Uwe Rathmann 2017-08-22 09:44:56 +0200
  • 4fde9abd02 making QskControl::childMouseEventFilter protectedagain Uwe Rathmann 2017-08-21 15:56:26 +0200
  • 9f7453a0d5 typo fixed Uwe Rathmann 2017-08-21 15:55:55 +0200
  • ae04a8892e README changed Uwe Rathmann 2017-07-30 14:31:28 +0200
  • 9616ff3a54 thumbnails example modified Uwe Rathmann 2017-07-30 14:31:05 +0200
  • e169645ac5 typos fixed Uwe Rathmann 2017-07-30 14:30:50 +0200
  • aa5f1054b2 inputpanel example extended, but still some way to go until it works Uwe Rathmann 2017-07-28 16:16:13 +0200
  • 9ed7306d75 inputpanel example "unqmlified" Uwe Rathmann 2017-07-28 14:47:11 +0200
  • f3ebc74f44 playing with the inputpanel example to get the virtual keyboard running Uwe Rathmann 2017-07-28 13:06:59 +0200
  • 478f2828e4 RadioControl 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
  • ce10af1c98 return early with no node, when trying to create textures from empty rects Uwe Rathmann 2017-07-27 15:50:56 +0200
  • 8a806a5386 registering of subcontrols has to start with 1, 0 is reserved for QskAspect::Control Uwe Rathmann 2017-07-27 15:49:21 +0200
  • 5e6397cdd3 symbols example removed, thumbnails example added Uwe Rathmann 2017-07-27 08:27:20 +0200
  • 59f2e7c808 symbols example removed, thumbnails example ( showing QskScrollArea + flicking ) instead Uwe Rathmann 2017-07-27 08:26:23 +0200
  • ec5521ab3e Lots 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
  • e5a0571cb0 creating 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
  • 2b0a39494f interpolating between color-filter and no-color-filter ( and v.v. ) added for skin transitions Uwe Rathmann 2017-07-26 17:48:52 +0200
  • 6a12eeda08 convenience setters added Uwe Rathmann 2017-07-26 17:48:34 +0200
  • 40aeb80618 respecting all local skin hints during skin transitions Uwe Rathmann 2017-07-26 13:21:44 +0200
  • 2636c4a7af better debug infos about shortcuts Uwe Rathmann 2017-07-26 13:21:10 +0200
  • a01749e2ba rcc: Use the right binary when invoking manually (#35) Peter Hartmann 2017-07-26 04:18:01 -0700
  • 87d4be9f36 README: add automotive screenshot (fixes #32) Peter Hartmann 2017-07-26 10:42:50 +0200
  • 628d116cf5 rcc: Use the right binary when invoking manually Peter Hartmann 2017-07-26 12:47:51 +0200
  • 0ac7de3bdd Merge f4505ad2be into 5a17a9fbed Peter Hartmann 2017-07-26 10:00:56 +0000
  • 5a17a9fbed always using the same default font for the examples Uwe Rathmann 2017-07-26 11:56:58 +0200
  • 718ae556ab using the raster paint engine for the SVGs Uwe Rathmann 2017-07-26 11:56:19 +0200
  • f4505ad2be README: add automotive screenshot (fixes #32) Peter Hartmann 2017-07-26 10:42:50 +0200
  • e5c2bd893b pontless include removed Uwe Rathmann 2017-07-26 09:38:38 +0200
  • 2547fd567d unused face.svg removed Uwe Rathmann 2017-07-26 06:59:39 +0200
  • 4ee66285d9 project file updated Uwe Rathmann 2017-07-25 22:01:00 +0200
  • e9e146f05f hmi-demo example renamed to automotive Uwe Rathmann 2017-07-25 21:40:05 +0200
  • fa5838f3db major update of the hmi-demo Uwe Rathmann 2017-07-25 21:34:27 +0200
  • 3ef6e30857 default nop implementation for QskSkinTransition::updateSkin Uwe Rathmann 2017-07-25 21:32:12 +0200
  • 757479f7f2 hmi-demo top layout code simplified Uwe Rathmann 2017-07-25 11:33:33 +0200
  • d3be6aaa27 hmi-demo code uncrustified Uwe Rathmann 2017-07-25 10:47:40 +0200
  • fffc983bb7 using QskGraphicLabel::Stretch for the background image of the demo Uwe Rathmann 2017-07-25 10:39:32 +0200
  • dd109b1283 [Misc] QskGraphicLabel::Stretch mode fixed Uwe Rathmann 2017-07-25 10:38:43 +0200
  • 960df371b1 [Misc] playground examples landing in playground/bin Uwe Rathmann 2017-07-25 10:37:31 +0200
  • 1a47541617 Add HMI demo (#31) Peter Hartmann 2017-07-25 07:24:27 +0200
  • 0c99f72fa9 Add HMI demo Peter Hartmann 2017-07-24 10:08:08 +0200
  • ebcc558713 colorswitch example: fix build (#30) Peter H 2017-07-24 09:44:20 +0200
  • f2c5290b15 printing info messages about shortcuts to the console Uwe Rathmann 2017-07-24 09:38:16 +0200
  • 172b0cbd10 colorswitch example: fix build Peter Hartmann 2017-07-24 09:33:18 +0200
  • 7fdd3322fb QskLineEdit/QskImage moved to playground Uwe Rathmann 2017-07-24 07:48:36 +0200
  • e3a07d8cca Experimental and unfinished QskImage/QskLineEdit classes moved to a new playground area Uwe Rathmann 2017-07-24 07:47:09 +0200
  • 972e04fd52 Blocking 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
  • 1d27ce667f colorswitch example adjusted Uwe Rathmann 2017-07-23 16:40:24 +0200
  • 6dccfb1de5 QskSkinTransition fixed Uwe Rathmann 2017-07-23 16:36:40 +0200
  • 9b4dec7fca gallery renamed to colorswitch Uwe Rathmann 2017-07-23 12:49:25 +0200
  • accf55b6d2 gallery 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
  • aebe413183 README.md once more Uwe Rathmann 2017-07-22 18:29:06 +0200
  • 883f117414 improving README.md Uwe Rathmann 2017-07-22 18:22:20 +0200
  • 89695a82d5 README improved Uwe Rathmann 2017-07-22 18:17:53 +0200
  • 607cb1d837 no relative radius in the symbols example Uwe 2017-07-21 18:31:57 +0200
  • 3cdfeaaf1c initial commit Uwe 2017-07-21 18:21:34 +0200