Commit Graph

  • 11a4c79f0f code cleanup Uwe Rathmann 2018-11-05 11:42:46 +0100
  • 04c1c883f6 code removed from QskControl::changeEvent as it is already done in QskControl::event Uwe Rathmann 2018-11-03 17:48:34 +0100
  • aeb29e855a better compile time checks Uwe Rathmann 2018-11-03 17:14:09 +0100
  • 8227d8446c IsFunctorOrStaticFunction added Uwe Rathmann 2018-11-03 17:13:47 +0100
  • 84e19c43f8 reminder to handle ItemChildRemovedChange added Uwe Rathmann 2018-10-29 20:13:02 +0100
  • 5da92830df QskSubWindow titleBar improvements Uwe Rathmann 2018-10-29 20:11:48 +0100
  • 85f816e42d broken implementation of Qt::AlignBottom fixed Uwe Rathmann 2018-10-29 20:01:05 +0100
  • cf23c6e356 don't include QT_INSTALL_HEADERS with -isystem as on most distros it is set to /usr/include what results in gcc compiler errors. Should be no problem as we don't need this path the way includes are made in QSkinny Uwe Rathmann 2018-10-29 19:57:29 +0100
  • 9ed577a9e7 using qskAddLibrary Uwe Rathmann 2018-10-29 15:12:15 +0100
  • 0369b5a4a5 Do not include /usr/include with isystem Andreas Müller 2018-10-29 09:52:25 +0100
  • 856af42ec1 moc on enums in namespaces before Qt 5.8 workaround fixed Uwe Rathmann 2018-10-26 16:24:57 +0200
  • 1f517d0cd1 metaobject inerfaces improved Uwe Rathmann 2018-10-26 09:04:52 +0200
  • adaee2b5ab install rues Uwe Rathmann 2018-10-26 09:04:08 +0200
  • 5073181e60 install rules added to project files Uwe Rathmann 2018-10-25 10:11:12 +0200
  • c5502a3e26 missing open call added Uwe Rathmann 2018-10-23 19:21:17 +0200
  • 116dd01b94 including the margins to heightForWidth/widthForHeight calculations Uwe Rathmann 2018-10-23 19:19:09 +0200
  • a3fea8413c only drop explicitly hidden items from layout calculations Uwe Rathmann 2018-10-23 19:18:28 +0200
  • ae62e40b93 qskIsVisibleToParent added Uwe Rathmann 2018-10-23 19:18:05 +0200
  • 7d39d8dbf6 including cpp files tp svg2qvg to drop runtime dependencies Uwe Rathmann 2018-10-22 10:09:37 +0200
  • 2b6d0bc90a [Misc] moving QskRgbValue tp common Uwe Rathmann 2018-10-22 10:05:57 +0200
  • 75e61edd07 some convenience methods to set text options Uwe Rathmann 2018-10-19 12:53:45 +0200
  • f75de504c3 some inline comments added Uwe Rathmann 2018-10-18 15:50:09 +0200
  • 8a9db8ed10 wrong maximumSize for spacer items without stretch fixed Uwe Rathmann 2018-10-18 15:41:59 +0200
  • 2b84276019 heightForWidth/widthForHeight added Uwe Rathmann 2018-10-18 15:41:33 +0200
  • 2cd9c79fa7 qtHaveModule(svg) checks added Uwe Rathmann 2018-10-13 10:11:05 +0200
  • 19df7461c0 dllimport/dllexport stuff Uwe Rathmann 2018-10-12 08:03:03 +0200
  • f1ac0cc13d working on fade/slide in/out effects for popups Uwe Rathmann 2018-10-10 08:55:03 +0200
  • 1ddb7aee6b pixel offset fixed Uwe Rathmann 2018-10-05 15:43:47 +0200
  • 1d0058a42c QskControl::windowDeactivateEvent added Uwe Rathmann 2018-10-05 14:20:46 +0200
  • e13f9eb4db QskPopup imoroved to allow for implementing priority based stacking orders Uwe Rathmann 2018-10-05 14:15:17 +0200
  • da0fb28290 QskPaintedNode/QskTextureRenderer added Uwe Rathmann 2018-10-04 16:15:42 +0200
  • c4160ac539 running dos2unix for the SVG files Uwe Rathmann 2018-10-04 10:36:58 +0200
  • 7713897497 QskModule -> QskQml Uwe Rathmann 2018-10-04 10:34:44 +0200
  • 6db5105fdc code related to QML access moved to an extra library: qmlexport Uwe Rathmann 2018-10-04 10:23:28 +0200
  • 894b2707b1 examples.pri -> example.pri Uwe Rathmann 2018-10-04 10:16:50 +0200
  • 45027d2983 MSVC workaround added Uwe Rathmann 2018-10-03 14:24:25 +0200
  • c14c7b0059 QskAspect::AllUserStates added Uwe Rathmann 2018-10-02 07:29:54 +0200
  • cdc0c108ab not using QOpenGLTexture anymore and now we have access to the textureId in a MSVC compatible way ( also not having to create a temporary QObject for translating a QImage into a texture ) Uwe Rathmann 2018-09-30 18:09:17 +0200
  • 7461ca73e1 README updated Uwe Rathmann 2018-09-29 18:48:55 +0200
  • fd93a45d91 README updated Uwe Rathmann 2018-09-29 18:44:54 +0200
  • 784f5ee16c README changed Uwe Rathmann 2018-09-29 18:29:51 +0200
  • 6b2b4c3017 getting rid of MSVC incompatible hacking private members Uwe Rathmann 2018-09-28 10:07:18 +0200
  • 2e7c6c6676 QskTextInput::setEditing fixed ( includes removing of MSVC incompatible code ) Uwe Rathmann 2018-09-28 07:30:56 +0200
  • cb9649d186 initial attempt about how to make use of the webengine stuff Uwe Rathmann 2018-09-27 16:49:05 +0200
  • a5b3a70e7d some temporary workarounds for MSVC problems Uwe Rathmann 2018-09-23 17:25:32 +0200
  • a3c224c865 trying to work around MSVC issues Uwe Rathmann 2018-09-23 16:36:58 +0200
  • f94373390b making MSVC happy Uwe Rathmann 2018-09-23 11:02:00 +0200
  • 7484481f85 using pkgconfig instead of including the source code Uwe Rathmann 2018-09-17 07:52:13 +0200
  • b4edcddbf4 making clazy happy Uwe Rathmann 2018-08-03 11:11:42 +0200
  • e9facebb29 using c++11 iteration Uwe Rathmann 2018-08-03 08:46:02 +0200
  • 2a3811fcd9 QskGlobal include cleanup Uwe Rathmann 2018-08-03 08:30:23 +0200
  • 0a92cb82db playing with clang-format Uwe Rathmann 2018-08-03 08:15:28 +0200
  • 68bc2f032c dh Uwe Rathmann 2018-07-31 17:32:25 +0200
  • ec101b7d56 don't handle touch events, otherwise we miss the synthesized mouse event Uwe Rathmann 2018-07-26 15:45:05 +0200
  • e552788a08 missing handling og TouchBegin added Uwe Rathmann 2018-07-26 14:44:52 +0200
  • 8d29b4b119 setCheckedState hook introduced Uwe Rathmann 2018-07-26 12:24:27 +0200
  • 75608b1d45 missing emit of currentIndexChanged fixed Uwe Rathmann 2018-07-26 12:23:43 +0200
  • 56573670c4 enabling wheel according to readOnly fixed Uwe Rathmann 2018-07-26 12:22:40 +0200
  • 7e765a903a using QFontMetricsF Uwe Rathmann 2018-07-19 15:21:47 +0200
  • 465009bce2 forward declaration for QVariant Uwe Rathmann 2018-07-19 15:21:28 +0200
  • aaac57de94 unused member removed Uwe Rathmann 2018-07-19 14:10:48 +0200
  • 0b3933f800 forward declarations fixed Uwe Rathmann 2018-07-15 09:46:21 +0200
  • 4b67e7f37b better handling of devicePixelRatio Uwe Rathmann 2018-07-13 15:09:25 +0200
  • 609ab2d54b blockin update calss, when not having any content ( avoids warnings from Qt, when being built in debug mode ) Uwe Rathmann 2018-07-13 08:37:44 +0200
  • 3f28bd463f beautified Uwe Rathmann 2018-07-05 13:25:02 +0200
  • 852504da05 beautified Uwe Rathmann 2018-07-05 13:02:25 +0200
  • 73d911cee2 QskInputGrabber added Uwe Rathmann 2018-07-02 08:08:38 +0200
  • 7ee3ff436d never call update, when having no content Uwe Rathmann 2018-07-02 08:08:08 +0200
  • d98302a722 wrong insertion of the input grabber fixed Uwe Rathmann 2018-06-26 11:55:57 +0200
  • 47962506e9 bad loop fixed Uwe Rathmann 2018-06-26 11:46:51 +0200
  • 5e6d5ebceb started to improve QskPopup and friends Uwe Rathmann 2018-06-26 11:11:37 +0200
  • c752ee547f QskControl::isVisibleTo added Uwe Rathmann 2018-06-26 11:10:44 +0200
  • dcf77a0ae1 obsolete comments removed Uwe Rathmann 2018-06-25 12:39:46 +0200
  • 370800d9c8 workaround added ( extra flahg in QskWindow ) to work around the missing NoMousePropagation attribute Uwe Rathmann 2018-06-25 12:36:15 +0200
  • 9320b5c5be helping the beautifier Uwe Rathmann 2018-06-25 12:35:42 +0200
  • c6317a9f2b explicitely ungrab on reset Uwe Rathmann 2018-06-19 10:46:51 +0200
  • f10c6437d6 sending the initial input method event for clearing the cursor asynchronously Uwe Rathmann 2018-06-14 14:37:31 +0200
  • 5cc45e35e2 typos fixed Uwe Rathmann 2018-06-14 13:19:04 +0200
  • a8288f21b4 workaround for QTBUG: 68874 Uwe Rathmann 2018-06-14 12:44:08 +0200
  • db3f1e3c19 corner case for simultaneous mouse press events on different screens fixed Uwe Rathmann 2018-06-14 11:35:47 +0200
  • b0a87163bf Qt 5.6 incompatibility fixed Uwe Rathmann 2018-06-12 20:50:32 +0200
  • e70bcecae3 pointless line removed Uwe Rathmann 2018-06-12 20:27:16 +0200
  • 54f4655698 support for input panels per window added Uwe Rathmann 2018-06-12 18:43:14 +0200
  • 1fc4d3af18 crash fixed Uwe Rathmann 2018-06-12 11:03:03 +0200
  • 9e5ded43c6 sending of input method update hints improved Uwe Rathmann 2018-06-12 10:56:06 +0200
  • e195614654 input panel again Uwe Rathmann 2018-06-12 08:20:48 +0200
  • f8982e2177 heightForWidth/widthForHeight generalized for autoLayoutChildren Uwe Rathmann 2018-06-12 08:19:28 +0200
  • cb6faf7a1f input context classes reorganized: the whole idea if using input methods for a virtual keyboard misses fundamental problems like f.e. having an application with more than one window/screen. Uwe Rathmann 2018-06-11 18:55:48 +0200
  • 87eea5a2a9 QskTextInput signals fixed Uwe Rathmann 2018-06-11 11:34:12 +0200
  • 0e53dc63ea unused code removed Uwe Rathmann 2018-06-11 09:01:37 +0200
  • 84f196dcc4 inputpanel example with 2 windows Uwe Rathmann 2018-06-08 12:54:00 +0200
  • 87f4d718c5 QString version of setGraphicSource added Uwe Rathmann 2018-06-07 07:24:34 +0200
  • 1e71259406 styling of QskInputPanel Uwe Rathmann 2018-06-05 16:55:36 +0200
  • a62e7fb3e2 sizePolicy of the inputProxy fixed Uwe Rathmann 2018-06-05 12:46:13 +0200
  • e300755027 input method stuff Uwe Rathmann 2018-06-05 11:20:54 +0200
  • b17d8dcb68 creating the input panel accidently fixed Uwe Rathmann 2018-06-04 10:20:52 +0200
  • 9f78660f30 inputpanel classes reorganized, coming closer to something useful Uwe Rathmann 2018-06-04 10:00:52 +0200
  • ce50d49312 keyboard handling improved Uwe Rathmann 2018-06-03 11:01:22 +0200
  • 23eec85708 moving code from QskInputPanel Uwe Rathmann 2018-06-02 17:10:41 +0200
  • 11dd05ff49 code moved to QskInputManager Uwe Rathmann 2018-06-01 17:26:22 +0200