205 Commits

Author SHA1 Message Date
Uwe
6cbc0595e1 avoid pointless gcc11 stringop-overflow warnings 2022-06-28 09:20:22 +02:00
Uwe Rathmann
8680423c33 avoid warnings about narrowing size_t to int 2022-04-22 08:13:19 +02:00
Uwe Rathmann
69e4152b4c QskPlacementPolicy introduced 2022-04-08 16:46:20 +02:00
Uwe Rathmann
5c62725cd1 using reference parameters 2022-03-24 08:45:06 +01:00
Uwe Rathmann
cc21fec436 using qAsConst 2022-03-24 08:41:11 +01:00
Uwe Rathmann
e06d213365 using const getter 2022-03-24 08:20:05 +01:00
Uwe Rathmann
63a9eb1a6a rong return statement removed 2022-03-24 07:59:28 +01:00
Uwe Rathmann
25e40103d3 outdated comment fixed 2022-03-20 13:12:30 +01:00
Uwe Rathmann
598224e487 qmake setup changed 2022-03-18 12:32:57 +01:00
Uwe Rathmann
ae2c6d87a8 upport for Qt < Qt 5.12 dropped 2022-03-08 11:53:46 +01:00
Uwe Rathmann
8ab578ff19 QskStackBox::transientindex introduced 2022-01-04 13:50:40 +01:00
Uwe Rathmann
8f76cf4c62 dead code removed 2021-12-15 08:47:16 +01:00
Uwe Rathmann
c3dc970a94 QskLayoutHint renamed to QskLayoutMetrics 2021-12-15 08:45:29 +01:00
Uwe Rathmann
9b0dd47cae disconnect from visibleChanged when being destructed 2021-11-02 07:47:01 +01:00
Uwe Rathmann
923affe749 uncrustified 2021-08-04 09:31:16 +02:00
Uwe Rathmann
13867df163 making clang happy 2021-07-14 14:43:12 +02:00
Uwe Rathmann
14fc393775 more error checks 2021-07-12 08:32:37 +02:00
Uwe Rathmann
37b7b47f1a typos fixed 2021-04-23 17:31:55 +02:00
Uwe Rathmann
a213d50170 missing const specifier added 2021-01-20 16:39:15 +01:00
Uwe Rathmann
ed4066369a better handling of finding the current item after removeing an item 2021-01-13 17:50:16 +01:00
Uwe Rathmann
95391139f9 setAutoLayout defaults to true 2020-12-10 09:46:50 +01:00
Uwe Rathmann
fbf2a33a9a uncrustified 2020-12-05 15:09:31 +01:00
Uwe Rathmann
d334ed84c5 API cleanup 2020-11-11 11:50:41 +01:00
Uwe Rathmann
da1f385682 using elementCount instead of count 2020-11-11 10:31:39 +01:00
Uwe Rathmann
ec0d3dc49a deprecated calls removed 2020-11-11 08:50:01 +01:00
Uwe Rathmann
6cbc72b44e focus tab chain fixed 2020-07-15 13:30:24 +02:00
Uwe Rathmann
3b66787977 memory leak fixed 2020-07-03 14:55:57 +02:00
Uwe Rathmann
cf7603da37 focus tab chain fixed 2020-07-03 13:49:27 +02:00
Uwe Rathmann
bc54bfbe97 formal changes for QskLayoutHint 2020-05-02 12:38:44 +02:00
Uwe Rathmann
1941fbc847 QskControl::LayoutOutWhenHidden flag added 2020-03-10 10:30:44 +01:00
Uwe Rathmann
49eb15da83 removeItem fixed 2019-12-03 17:21:56 +01:00
Uwe Rathmann
90c515be42 making some methods private 2019-11-29 17:33:26 +01:00
Uwe Rathmann
86293a65f1 indexOf fixed 2019-11-29 16:15:13 +01:00
Uwe Rathmann
517f17088a warning disabled 2019-10-27 08:10:25 +01:00
Uwe Rathmann
98f3500ab2 nasty layout bug fixed 2019-09-24 16:49:52 +02:00
Uwe Rathmann
c1e153f036 expanding rowCount/columnCount fixed 2019-09-24 16:48:13 +02:00
Uwe Rathmann
fdb27d93c3 signature fixed 2019-09-24 16:47:06 +02:00
Uwe Rathmann
5b094af452 dump method added 2019-09-23 13:20:56 +02:00
Uwe Rathmann
e49228381e avoid pointless default path 2019-09-20 07:45:50 +02:00
Uwe Rathmann
61e92ce6b0 avoid pointless default path 2019-09-20 07:45:07 +02:00
Uwe Rathmann
1707eefbec code more readable 2019-09-20 07:44:39 +02:00
Uwe Rathmann
ceaae8aa60 layoutSizeHint reimplemented 2019-09-20 07:44:03 +02:00
Uwe Rathmann
03c7913f18 check for exceeding extra settings added 2019-09-20 07:06:52 +02:00
Uwe Rathmann
fa26e10c0e calculation of size hints fixed 2019-09-19 09:42:37 +02:00
Uwe Rathmann
f4887a6e51 checks added 2019-09-18 08:56:16 +02:00
Uwe Rathmann
171337d399 addColumnSpacer/addRowSpacer added 2019-09-18 08:43:54 +02:00
Uwe Rathmann
422c40c397 handling of spacers fixed 2019-09-16 12:39:16 +02:00
Uwe Rathmann
1d04c19999 minor optimization for invisible items with retainSizeWhenHidden flag 2019-09-16 12:38:10 +02:00
Uwe Rathmann
8ee2377c76 spacer for grid layouts: qreal -> QSizeF 2019-09-16 12:36:29 +02:00
Uwe Rathmann
2a122d4e05 int -> qreal 2019-09-16 12:32:37 +02:00