summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qgridlayoutengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-2/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-8/+8
* QGridLayoutEngine: port to QHVContainerMarc Mutz2020-05-051-74/+69
* Long live QHVContainer!Marc Mutz2020-05-051-22/+19
* Introduce QGraphicsLayoutItem::isEmpty()Jan Arve Sæther2020-02-251-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-13/+13
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-13/+13
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\|
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | Don't try to insert items out of boundsLars Knoll2019-10-301-1/+1
|/
* Prevent changing the width for layout item's rectMika Salmela2017-10-061-2/+4
* Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-9/+10
* Adjust sizes when snapping layout items to pixel gridJan Arve Sæther2016-03-021-12/+31
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix undefined symbols in grid layout engine with -no-widgets optionJoni Poikelin2015-03-161-4/+0
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add support for snapping to pixel gridJan Arve Saether2015-02-091-18/+41
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-091-1/+1
* Don't rely on hasChanged() in ensureGeometriesJan Arve Saether2014-12-011-1/+1
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-231-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Also cache totalBoxes if we have HFW/WFHJan Arve Saether2014-03-021-11/+15
* Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-43/+43
* Support negative layout spacings (do not assert)Jan Arve Saether2014-01-221-1/+0
* Improve caching in ensureColumnAndRowData()Jan Arve Saether2014-01-181-1/+13
* Improve code in sizeHint()Jan Arve Saether2014-01-171-30/+9
* constify some functions to improve readabilityJan Arve Saether2014-01-151-2/+2
* Add baseline support to QGridLayoutEngineJan Arve Saether2013-12-201-6/+10
* Move QGridLayoutEngine to QtGui moduleJan Arve Saether2013-12-091-0/+1641