summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qboxlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container.count()/length() to size()Marc Mutz2022-10-041-8/+8
* QBoxLayout: Add assertion that catches out of bounds insertion indicesMarcel Kummer2022-06-181-0/+1
* QBoxLayout: Pull out handling for negative insertion indicesMarcel Kummer2022-06-171-16/+14
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* Improve handling of minimumHeightForWidth()Jan Arve Sæther2021-05-101-1/+1
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-271-15/+39
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-8/+7
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-1/+1
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* QBoxLayout: Remove unconventional try/catch blocksGabriel de Dietrich2017-03-021-23/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+2
|\
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Avoid adding widget to its own layoutThomas Fischer2014-09-051-15/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-5/+5
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-211-0/+16
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-231-1/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-021-0/+6
* Bring back Mac dependent code in QBoxLayout, QGridLayoutGabriel de Dietrich2012-10-181-2/+2
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove outdated docs.Frederik Gladhorn2012-08-181-36/+0
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-12/+12
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-6/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Move the documentation for the classes to their modules.Casper van Donderen2011-10-031-0/+3
* Widgets: Remove QT3_SUPPPORT.Friedemann Kleint2011-09-281-170/+0
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
* library splitLars Knoll2011-05-071-0/+1550