Commit Graph

  • bfd646c153 making compiler checks happy Uwe Rathmann 2018-01-03 09:24:23 +0100
  • 09695154d7 never use private headers in the support lib Uwe Rathmann 2018-01-03 09:23:46 +0100
  • 6a23822f3b bad blocking of implicitSize change notifications fixed Uwe Rathmann 2018-01-03 09:22:45 +0100
  • e37502f454 formal change Uwe Rathmann 2017-12-22 14:52:41 +0100
  • 95ffcdaa23 some fixes Uwe Rathmann 2017-12-22 14:15:24 +0100
  • 6e724b465c destructor of QskWindow fixed hen one toplevel item is destroying another Uwe Rathmann 2017-12-19 10:32:05 +0100
  • 2500f5c8c4 more accurate capturing for lambdas Uwe Rathmann 2017-12-14 09:41:41 +0100
  • d63fae938d less connections in QskControl::QskControl Uwe Rathmann 2017-12-14 09:41:10 +0100
  • 154bae4dac don't autoenable sanitize in debug mode - compilation time is too slow Uwe Rathmann 2017-12-12 20:14:31 +0100
  • 51d1e9fe59 slightly faster constructor by avoiding some connections Uwe Rathmann 2017-12-12 20:02:48 +0100
  • 4c74d9c19a introducing Q_FALLTHROUGH Uwe Rathmann 2017-12-11 08:58:57 +0100
  • 33023f37b7 making gcc4 working Uwe Rathmann 2017-12-11 08:34:41 +0100
  • f5599b02bb padantic flags for clang disabled Uwe Rathmann 2017-12-08 13:59:33 +0100
  • c0065101ee sanitizer configuration Uwe Rathmann 2017-12-08 13:57:36 +0100
  • 920ed2232c memory problems fixed Uwe Rathmann 2017-12-08 13:56:35 +0100
  • 5a8d633239 satisfying clang pedantic checks Uwe Rathmann 2017-12-07 17:28:23 +0100
  • a122b19df0 satisfying clang compiler checks Uwe Rathmann 2017-12-07 17:12:52 +0100
  • ee4317ccd4 satisfying clang pedantic checks Uwe Rathmann 2017-12-07 17:04:05 +0100
  • d55f1583ee clange pedantic flags satisfied Uwe Rathmann 2017-12-07 16:53:11 +0100
  • d94d510c59 compiler warnings fixed Uwe Rathmann 2017-12-07 14:59:29 +0100
  • 0b3315d231 compiler warnings fixed Uwe Rathmann 2017-12-07 14:58:46 +0100
  • 6caa018d1c using QFont::setPointSizeF Uwe Rathmann 2017-12-07 14:57:48 +0100
  • 8abd8cf049 identifiers with a leading underscore are marked as reserved by the language specification. Uwe Rathmann 2017-12-07 14:56:12 +0100
  • bef02983f3 broken gcc version fixed Uwe Rathmann 2017-12-07 12:59:05 +0100
  • 5858d9a843 finally ending up with a named struct, what seems to be the only thing that is accepted from all compilers compilers Uwe Rathmann 2017-12-07 12:44:58 +0100
  • 659064ce5a using sanitize CONFIG options Uwe Rathmann 2017-12-07 11:54:34 +0100
  • a41d78be4f bugs found by the clang sanitizer Uwe Rathmann 2017-12-07 11:54:06 +0100
  • 47a8df5214 late destruction fixed Uwe Rathmann 2017-12-07 11:53:34 +0100
  • d32e682b4e example fixed ( didn't work with clang ) Uwe Rathmann 2017-12-07 09:03:29 +0100
  • c1e7571e10 QskShortcut moved to QskShortcutMap, new class QskShortcut for the QML use case ( makes sense from C++ as well, but is less efficient as it needs one QObject per shortcut ) Uwe Rathmann 2017-12-06 17:01:10 +0100
  • ccf1834a9c ugly templated code slightly more readable Uwe Rathmann 2017-12-06 12:23:43 +0100
  • ad13bc2ebe sanzize CONFIG option added Uwe Rathmann 2017-12-06 12:23:04 +0100
  • c66292f605 QskShortcut improved Uwe Rathmann 2017-12-05 17:40:21 +0100
  • 85e3af73d9 support for shortcut connections on different threads added Uwe Rathmann 2017-12-05 13:10:50 +0100
  • 8175719679 isTabFence/isShortcutScope added Uwe Rathmann 2017-12-05 13:10:17 +0100
  • 81acf6b610 Qt5 type of connection for QskShortcut Uwe Rathmann 2017-12-03 17:58:18 +0100
  • 6644be15bd using QGlobalStatic Uwe Rathmann 2017-12-01 09:33:13 +0100
  • 698c29d925 memory leak fixed Uwe Rathmann 2017-11-30 17:10:59 +0100
  • 12cd9a16b1 setText/setGraphic/setGraphicSource need to be slots Uwe Rathmann 2017-11-21 18:10:10 +0100
  • 6f2419de4c bad key event handling fixed Uwe Rathmann 2017-11-21 09:05:09 +0100
  • 0d00b52730 obsolete code removed Uwe Rathmann 2017-11-18 18:08:01 +0100
  • 70dd4ce86e call polish, when children are added in autoLayouChildren mode Uwe Rathmann 2017-11-18 13:52:48 +0100
  • 2ebfd306e1 having valid layoutRects for buttons Uwe Rathmann 2017-11-17 08:03:38 +0100
  • 559c73eae8 expliciely removing the clipe item to avoid unexpected calls in the destructor Uwe Rathmann 2017-11-09 19:59:51 +0100
  • 708c7e81f2 handling Qt::GlobalColor Uwe Rathmann 2017-11-09 19:59:32 +0100
  • 3f979fa6af moving code from QskControl to QskControlPrivate - beside hiding an API it also works around a bug found with gcc 5/6 for -O2 Uwe Rathmann 2017-11-07 19:00:29 +0100
  • 4b20544cd6 working around a gcc optimzation bug with gcc 4/5/6 gcc 7 seems to be o.k. Uwe Rathmann 2017-11-03 19:58:21 +0100
  • a9d0628dcd never using focus scopes without also being a tab fence ( currently only popups ). Otherwise navigation over the focus tab chain is broken. Uwe Rathmann 2017-11-03 11:47:21 +0100
  • f2f2724ea5 buggy implementation of QskRgbValue::toTransparent fixed Uwe Rathmann 2017-11-02 18:49:51 +0100
  • b1a137100a using Qt::PopupFocusReason as reason, when ... yes the focus changes because of a QskPopup Uwe Rathmann 2017-11-02 17:42:19 +0100
  • 356a4a38c2 unused include removed Uwe Rathmann 2017-11-02 17:21:09 +0100
  • 0d63bedf70 bautified Uwe Rathmann 2017-11-02 16:27:59 +0100
  • 33efb2d17a better focus handling for popups Uwe Rathmann 2017-11-02 16:25:15 +0100
  • ee7a404ae1 adjusting the stack order inside layouts to have a proper tab focus chain Uwe Rathmann 2017-11-01 12:48:41 +0100
  • 5fad5bbef0 code simplified Uwe Rathmann 2017-10-30 15:23:30 +0100
  • 6db25ff7bc making clazy happier Uwe Rathmann 2017-10-30 14:38:30 +0100
  • 3504525840 making clazy happier Uwe Rathmann 2017-10-30 12:06:19 +0100
  • b754afbc87 forgotten signal addded Uwe Rathmann 2017-10-30 08:53:34 +0100
  • 58a9c5303f making clazy happier Uwe Rathmann 2017-10-30 08:48:49 +0100
  • 65184fb389 shadowing of QQuickWindow::visibility fixed Uwe Rathmann 2017-10-30 08:43:28 +0100
  • c3b6830eb5 making clazy happier Uwe Rathmann 2017-10-30 08:33:43 +0100
  • 9caad94075 making clang happy Uwe Rathmann 2017-10-30 08:08:58 +0100
  • 324ed2f80c QT_STRICT_ITERATORS enabled for gcc Uwe Rathmann 2017-10-29 14:01:06 +0100
  • f04d789233 adding the textinput to the tab chain Uwe Rathmann 2017-10-29 14:00:10 +0100
  • dcb02e9a72 scrollbars fixed Uwe Rathmann 2017-10-25 17:10:50 +0200
  • 958b609306 after giving up misusing private objects, we are free to move our private data back to to private object. Uwe Rathmann 2017-10-25 14:53:49 +0200
  • e1e0edec3e crazy combination of LineEdit/QQuickTextInputPrivate removed. Interesting that such a thing is doable, but way too weired to keep it. Uwe Rathmann 2017-10-25 13:40:32 +0200
  • 19b64d5b97 compiler warning fixed Uwe Rathmann 2017-10-25 10:41:34 +0200
  • 7322f431cc QskRangeControl::setReadOnly fixed Uwe Rathmann 2017-10-25 07:48:10 +0200
  • 2c0733182a Qt::FocusPolicy added. Hope this implementation does not break common standards for mouse/wheel handling like being done in QC2 Uwe Rathmann 2017-10-24 19:32:54 +0200
  • 68125cfc7e more code to the public API Uwe Rathmann 2017-10-23 10:19:49 +0200
  • 94b6c63332 more parts of the QskSkinlet API being public Uwe Rathmann 2017-10-23 08:36:19 +0200
  • 610bc48931 APIs fot creating text nodes changed Uwe Rathmann 2017-10-23 07:46:46 +0200
  • d7d3047141 QskSkinRenderer removed Uwe Rathmann 2017-10-20 20:26:39 +0200
  • a7a5d53821 QskSkinRenderer removed Uwe Rathmann 2017-10-20 20:26:14 +0200
  • 2aa7877152 cleaning up QskTextNode Uwe Rathmann 2017-10-20 15:29:50 +0200
  • 609bd9aac7 QskTextOptions improved Uwe Rathmann 2017-10-20 13:31:55 +0200
  • f21bed63c7 started to remove QskSkinRenderer Uwe Rathmann 2017-10-20 13:09:30 +0200
  • 958196db19 QskBoxOptions removed Uwe Rathmann 2017-10-20 09:17:13 +0200
  • f9565bdea1 rectangles renamed to boxes Uwe Rathmann 2017-10-20 07:42:53 +0200
  • 2f32d2cbc6 minimum size for material buttons Uwe Rathmann 2017-10-19 18:07:29 +0200
  • 83cf24737b using QskBoxNode for the subwindow title bar Uwe Rathmann 2017-10-19 16:24:43 +0200
  • cc7d3eb473 also using updateBoxNode for QskSubWindowArea::Panel Uwe Rathmann 2017-10-19 15:23:56 +0200
  • dcc4cee5da using updateBoxNode for the popup overlay Uwe Rathmann 2017-10-19 15:11:55 +0200
  • 5814e94cff combined setting of color/metric animators reverted as also need animators for flags. Uwe Rathmann 2017-10-19 08:44:16 +0200
  • 6df27afcc0 APIs for setting box hints changed Uwe Rathmann 2017-10-18 20:00:06 +0200
  • b3e4360ad1 avoiding some pedantic compiler warnings Uwe Rathmann 2017-10-18 19:51:29 +0200
  • e746870cbb beautified Uwe Rathmann 2017-10-18 19:50:34 +0200
  • 75395e2900 QskRgbValue::toTransparent added Uwe Rathmann 2017-10-18 19:47:23 +0200
  • 86895c2fed some constructors as constexpr Uwe Rathmann 2017-10-18 19:45:56 +0200
  • 646207a8d8 reordeered in alphabetical order Uwe Rathmann 2017-10-18 19:43:23 +0200
  • e5a053462c QskInputPanel fixed Uwe Rathmann 2017-10-17 19:02:02 +0200
  • e6f0088ae4 All box subcontrols are displayd with vertex lists instead of textures now. Implementation is almost complete beside of the not yet done Qt antialiasing mode. Not all sort of linear gradients ( see QLinearGradients ) are implemented - needs 1-2 days more. The aspect flags for box primitives have been substantially changed from too atomic to more strutured units. The skins are currently incomplete - will be fixed later. Uwe Rathmann 2017-10-17 17:34:00 +0200
  • 6479937294 All box subcontrols are displayd with vertex lists instead of textures now. Implementation is almost complete beside of the not yet done Qt antialiasing mode. Not all sort of linear gradients ( see QLinearGradients ) are implemented - needs 1-2 days more. The aspect flags for box primitives have been substantially changed from too atomic to more strutured units. The skins are currently incomplete - will be fixed later. Uwe Rathmann 2017-10-17 17:29:02 +0200
  • 129d648056 bad gcc option removed Uwe Rathmann 2017-09-12 06:49:40 +0200
  • 4dcad19f3b better gcc 4 version check Uwe Rathmann 2017-09-12 06:47:38 +0200
  • 917636992b some debug code for counting lookups in the hint tables Uwe Rathmann 2017-09-06 10:22:59 +0200
  • 7f6378e3f6 enabling all shortcuts for the inputpanel example Uwe Rathmann 2017-09-06 10:20:22 +0200
  • abf9b1763e typos fixed Uwe Rathmann 2017-09-05 12:48:58 +0200
  • 67df39f599 shadow building of the automotive example fixed Uwe Rathmann 2017-09-05 08:01:28 +0200