30 Commits

Author SHA1 Message Date
Peter Hartmann
7af9cc6cdf input panel: derive from QskBox 2018-03-28 15:31:44 +02:00
Peter Hartmann
2951523aaf Don't use a tab fence 2018-03-28 14:01:26 +02:00
Peter Hartmann
745adf463e keyboard: Store ints rather than Qt::Keys 2018-03-28 12:02:10 +02:00
Peter Hartmann
ee5cffdc79 keyboard: Fix special characters mode 2018-03-28 10:53:06 +02:00
Peter Hartmann
60c16c82c8 keyboard: Make key buttons work
Not sure whether this is the right way...
2018-03-27 19:20:37 +02:00
Peter Hartmann
ddea04445c keyboard: Fix focusing / tab key 2018-03-27 17:05:20 +02:00
Peter Hartmann
412267cf9a keyboard: Make auto repeat work 2018-03-27 17:03:33 +02:00
Peter Hartmann
02da3993f2 keyboard: make font size grow 2018-03-27 17:02:14 +02:00
Peter Hartmann
fbdfb5aa19 create UI in constructor, no need to defer anymore 2018-03-27 17:02:12 +02:00
Peter Hartmann
fcba898217 fix layout 2018-03-27 16:46:21 +02:00
Peter Hartmann
a28909327b Add subcontrol for input panel 2018-03-27 16:40:53 +02:00
Peter Hartmann
80249f0c30 QskInputPanel: Support margins 2018-03-27 16:39:54 +02:00
Peter Hartmann
5a250eff8b Fix input panel event propagation 2018-03-27 16:37:32 +02:00
Peter Hartmann
e365592457 new input panel code 2018-03-27 16:37:27 +02:00
Peter Hartmann
2e3834acf9 input panel formatting 2018-03-27 16:33:48 +02:00
Uwe Rathmann
374f39c87b const added 2018-03-25 16:17:46 +02:00
Uwe Rathmann
217c722e71 not using the deprecated QQuickItem::boundingRect anymore 2018-02-07 19:30:34 +01:00
Uwe Rathmann
361ecbb980 copyrights added/fixed 2018-02-06 14:55:35 +01:00
Uwe Rathmann
bfd646c153 making compiler checks happy 2018-01-03 09:24:23 +01:00
Uwe Rathmann
95ffcdaa23 some fixes 2017-12-22 14:15:24 +01:00
Uwe Rathmann
4c74d9c19a introducing Q_FALLTHROUGH 2017-12-11 08:58:57 +01:00
Uwe Rathmann
920ed2232c memory problems fixed 2017-12-08 13:56:35 +01:00
Uwe Rathmann
a122b19df0 satisfying clang compiler checks 2017-12-07 17:12:52 +01:00
Uwe Rathmann
9caad94075 making clang happy 2017-10-30 08:08:58 +01:00
Uwe Rathmann
dcb02e9a72 scrollbars fixed 2017-10-25 17:10:50 +02:00
Uwe Rathmann
e746870cbb beautified 2017-10-18 19:50:34 +02:00
Uwe Rathmann
e5a053462c QskInputPanel fixed 2017-10-17 19:02:02 +02:00
Uwe Rathmann
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.
2017-10-17 17:34:00 +02:00
Uwe Rathmann
d2d37852a2 suing initSizePolicy in constructors to avoid potential problems from
layout requests coming before the parent has been constructed completely.
2017-08-31 09:09:05 +02:00
Uwe
3cdfeaaf1c initial commit 2017-07-21 18:21:34 +02:00