index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
util
/
qgridlayoutengine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug QGridLayoutEngine::cellRect()
Jan Arve Sæther
2025-01-28
1
-2
/
+2
*
Replace QPair/qMakePair with std::pair in qtbase/gui
Isak Fyksen
2025-01-09
1
-1
/
+1
*
Layouts: Compile fix #ifdeffed out debug code
Jan Arve Sæther
2024-04-25
1
-2
/
+2
*
QGridLayoutEngine: print stringified layout item in warnings
Mitch Curtis
2024-04-08
1
-2
/
+5
*
Do not assert when preferred{Width|Height} is infinity
Jan Arve Sæther
2023-12-20
1
-2
/
+6
*
Add uniformCellWidths and uniformCellHeights to QGridLayoutEngine
Matthias Rauter
2023-05-31
1
-0
/
+51
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-14
/
+14
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtGui: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-28
1
-2
/
+4
*
QtGui: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-13
1
-3
/
+3
*
Another round of 0->nullptr cleanup
Allan Sandfeld Jensen
2020-07-31
1
-2
/
+2
*
Use QList instead of QVector in gui implementation
Jarek Kobus
2020-07-07
1
-8
/
+8
*
QGridLayoutEngine: port to QHVContainer
Marc Mutz
2020-05-05
1
-74
/
+69
*
Long live QHVContainer!
Marc Mutz
2020-05-05
1
-22
/
+19
*
Introduce QGraphicsLayoutItem::isEmpty()
Jan Arve Sæther
2020-02-25
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-12-09
1
-13
/
+13
|
\
|
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-13
/
+13
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2019-11-25
1
-1
/
+1
|
\
|
|
*
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-1
/
+1
*
|
Don't try to insert items out of bounds
Lars Knoll
2019-10-30
1
-1
/
+1
|
/
*
Prevent changing the width for layout item's rect
Mika Salmela
2017-10-06
1
-2
/
+4
*
Gui: use const (and const APIs) more
Anton Kudryavtsev
2016-06-01
1
-9
/
+10
*
Adjust sizes when snapping layout items to pixel grid
Jan Arve Sæther
2016-03-02
1
-12
/
+31
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Fix undefined symbols in grid layout engine with -no-widgets option
Joni Poikelin
2015-03-16
1
-4
/
+0
*
Use C++ <cmath> instead of <math.h>
Allan Sandfeld Jensen
2015-02-16
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Add support for snapping to pixel grid
Jan Arve Saether
2015-02-09
1
-18
/
+41
*
Remove unnecessary math.h and limits.h includes
Allan Sandfeld Jensen
2015-02-04
1
-2
/
+0
*
Fixed a bug where spans did not always work in layouts.
Jan Arve Saether
2014-12-09
1
-1
/
+1
*
Don't rely on hasChanged() in ensureGeometries
Jan Arve Saether
2014-12-01
1
-1
/
+1
*
Adjust the layout if a QGraphicsWidget is explicitly hidden
Jan Arve Saether
2014-10-23
1
-1
/
+1
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Also cache totalBoxes if we have HFW/WFH
Jan Arve Saether
2014-03-02
1
-11
/
+15
*
Don't ignore horizontal alignment for items with baseline alignments
Jan Arve Saether
2014-02-14
1
-43
/
+43
*
Support negative layout spacings (do not assert)
Jan Arve Saether
2014-01-22
1
-1
/
+0
*
Improve caching in ensureColumnAndRowData()
Jan Arve Saether
2014-01-18
1
-1
/
+13
*
Improve code in sizeHint()
Jan Arve Saether
2014-01-17
1
-30
/
+9
*
constify some functions to improve readability
Jan Arve Saether
2014-01-15
1
-2
/
+2
*
Add baseline support to QGridLayoutEngine
Jan Arve Saether
2013-12-20
1
-6
/
+10
*
Move QGridLayoutEngine to QtGui module
Jan Arve Saether
2013-12-09
1
-0
/
+1641