Uwe Rathmann
|
9e583166ff
|
BSD-3-Clause license
|
2023-04-06 09:23:37 +02:00 |
|
Uwe Rathmann
|
7e36893d1c
|
compiler warnings fixed
|
2023-04-04 08:49:11 +02:00 |
|
Uwe Rathmann
|
a32204cd8c
|
QskAspect::Flag replaced by QskAspect::NoType. Flag was a leftover from
the very early stages of this project and its semantics had become wrong
in the meantime
|
2023-03-02 12:19:32 +01:00 |
|
Uwe Rathmann
|
66db409b71
|
QskAspect::Placement renamed to QskAspect::Variation so that we use the
corresponding bits for an emphasis too
|
2023-02-15 16:37:54 +01:00 |
|
Uwe Rathmann
|
7ca1e2f261
|
uncrustified
|
2022-09-13 12:22:20 +02:00 |
|
Uwe Rathmann
|
4ef3fe3164
|
initial tabbar position as skin hint ( QskTabBar::Panel | QskAspect::Style )
|
2022-07-15 10:44:32 +02:00 |
|
Uwe Rathmann
|
d0b926b868
|
using Qt::Edge instead of Qsk::Position
|
2022-04-17 12:37:13 +02:00 |
|
Uwe Rathmann
|
74a09c8f7e
|
using const method
|
2022-03-24 08:42:54 +01:00 |
|
Uwe Rathmann
|
728e92dad2
|
don't call effectiveSubcontrol from substitutedSubcontrol
|
2021-08-05 15:31:00 +02:00 |
|
Uwe Rathmann
|
d947920abe
|
Squashed commit of the following:
commit f429d3ab4e82ab06bfd40577aef8e2d5fdfd59fd
Author: Uwe Rathmann <Uwe.Rathmann@tigertal.de>
Date: Wed Aug 4 14:40:36 2021 +0200
subcontrolProxy introduced
|
2021-08-04 15:06:04 +02:00 |
|
Uwe Rathmann
|
923affe749
|
uncrustified
|
2021-08-04 09:31:16 +02:00 |
|
Uwe Rathmann
|
5a19669f26
|
buttonClicked signal added
|
2021-02-19 12:31:00 +01:00 |
|
Uwe Rathmann
|
8c99bd59db
|
position renamed to tabPosition to avoid shadowing the
QQuickItem::position
|
2021-02-02 10:13:39 +01:00 |
|
Uwe Rathmann
|
c1e70a2d9e
|
more convenience methods to access skin hints
|
2020-12-15 07:21:12 +01:00 |
|
Uwe Rathmann
|
6be542394a
|
overflows when clipping fixed
|
2020-11-19 16:23:43 +01:00 |
|
Uwe Rathmann
|
da1f385682
|
using elementCount instead of count
|
2020-11-11 10:31:39 +01:00 |
|
Uwe Rathmann
|
fef6e1cef1
|
using width/height
|
2020-09-04 07:39:52 +02:00 |
|
Uwe Rathmann
|
d1652bda82
|
extending the clip rectangle by the padding of the tabbar
|
2020-08-11 13:08:02 +02:00 |
|
Uwe Rathmann
|
e5cb155350
|
beautified
|
2020-08-09 11:50:34 +02:00 |
|
Uwe Rathmann
|
0e2172db30
|
clipping fixed
|
2020-07-25 18:54:44 +02:00 |
|
Uwe Rathmann
|
fd919e9065
|
disable wheel handling
|
2020-03-16 16:38:02 +01:00 |
|
Uwe Rathmann
|
6ea56cdf30
|
QskControl::focusIndicatorClipRect added
|
2020-03-16 13:17:51 +01:00 |
|
Uwe Rathmann
|
b1c3c11984
|
obsolete comment removed
|
2020-03-13 18:11:56 +01:00 |
|
Uwe Rathmann
|
416759f3c6
|
QskTabBar::autoFitTabs added
|
2020-03-13 14:50:09 +01:00 |
|
Uwe Rathmann
|
f257ad8f95
|
code improved
|
2020-03-13 14:04:28 +01:00 |
|
Uwe Rathmann
|
53e924a999
|
flickable tabbars
|
2020-03-13 07:39:31 +01:00 |
|
Uwe Rathmann
|
3fd4714bd9
|
clear + autodelete
|
2020-03-10 10:27:28 +01:00 |
|
Uwe Rathmann
|
177bb699bc
|
processing of all type of size constraints ( minimum/preferred/maximum )
completed
|
2019-09-10 17:01:47 +02:00 |
|
Uwe Rathmann
|
401adac3ba
|
QskLinearBox::count, src/layouts/QskGridBox::count
|
2019-07-17 17:54:16 +02:00 |
|
Uwe Rathmann
|
ee65ee1857
|
replacing QGridLayoutEngine by QskLinearLayoutEngine, QskStackBox
without QGridLayoutEngine
|
2019-06-19 14:08:45 +02:00 |
|
Uwe Rathmann
|
54f8591c33
|
QskTabBar::Panel | QskAspect::Spacing added
|
2019-04-23 08:51:17 +02:00 |
|
Uwe Rathmann
|
d03779cc6d
|
effectivePlacement fixed
|
2019-04-18 16:17:35 +02:00 |
|
Uwe Rathmann
|
9ba37738af
|
tabbars for all edges ( left, right, top, bottom )
|
2019-04-17 16:33:17 +02:00 |
|
Uwe Rathmann
|
045059b71d
|
using z ordering instead of child reordering, to keep the focus tab
chain working
|
2019-04-11 14:03:20 +02:00 |
|
Uwe Rathmann
|
4c881bedb4
|
reordering tab buttons instead of using z values
|
2019-03-23 09:43:15 +01:00 |
|
Uwe Rathmann
|
36e4fe2d5f
|
QskTabView::removeTab improved
|
2019-02-13 10:27:23 +01:00 |
|
Uwe Rathmann
|
0a92cb82db
|
playing with clang-format
|
2018-08-03 08:15:28 +02:00 |
|
Uwe Rathmann
|
b083479b21
|
using QString() instead of QString::null
|
2018-01-16 20:34:54 +01:00 |
|
Uwe Rathmann
|
2500f5c8c4
|
more accurate capturing for lambdas
|
2017-12-14 09:41:41 +01:00 |
|
Uwe Rathmann
|
a9d0628dcd
|
never using focus scopes without also being a tab fence ( currently only popups ). Otherwise navigation over the focus tab chain is broken.
|
2017-11-03 11:47:21 +01: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 |
|