summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qgridlayoutengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in guiJarek Kobus2020-06-291-19/+20
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* QGridLayoutEngine: remove now-unused enumMarc Mutz2020-05-061-7/+0
* QGridLayoutEngine: port to QHVContainerMarc Mutz2020-05-051-8/+15
* Long live QHVContainer!Marc Mutz2020-05-051-7/+38
* Introduce QGraphicsLayoutItem::isEmpty()Jan Arve Sæther2020-02-251-1/+1
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* More nullptr usage in headersKevin Funk2019-03-141-4/+4
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* QtGui: mark more types as primitive/movableMarc Mutz2016-04-251-0/+1
* Adjust sizes when snapping layout items to pixel gridJan Arve Sæther2016-03-021-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add support for snapping to pixel gridJan Arve Saether2015-02-091-3/+6
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-231-0/+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-3/+9
* Improve caching in ensureColumnAndRowData()Jan Arve Saether2014-01-181-0/+1
* constify some functions to improve readabilityJan Arve Saether2014-01-151-2/+2
* Add deleteItems(), needed by QtQuick.LayoutsJan Arve Saether2013-12-211-0/+12
* Move QGridLayoutEngine to QtGui moduleJan Arve Saether2013-12-091-0/+460