summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qformlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: Fix CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-011-3/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-011-2/+2
* QFormLayout: don't access out-of-bounds layout dataVolker Hilsheimer2023-01-131-2/+16
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QFormLayout: Fix assert when showing with hidden rowsVolker Hilsheimer2022-03-151-14/+14
* Implement QFormLayout::set/isRowVisibleVolker Hilsheimer2022-02-241-7/+192
* QLayout docs: explain better what the QWidget ctor arg doesAhmad Samir2020-10-271-0/+4
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-6/+6
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-35/+35
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-15/+11
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-3/+3
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* QFormLayout: honor vertical expanding size policyChristian Ehrlicher2019-02-141-1/+1
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+1
|\
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* | QFormLayout: honor Qt::AlignHCenter for labelAlignmentChristian Ehrlicher2019-01-061-1/+4
* | QFormLayout: Fix width calculation when a row has no labelChristian Ehrlicher2018-12-041-4/+6
|/
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-42/+6
* Remove assert from QFormLayout::takeRow()Sergio Martins2018-04-301-2/+0
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Help GCC understand that variable is never used unintializedThiago Macieira2017-06-071-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-9/+4
|\
| * QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-081-9/+4
* | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-3/+3
|/
* QFormLayout: fix use-after-free in clearQLayoutItem()Marc Mutz2016-11-221-14/+11
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-6/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-6/+9
| |\
| | * Plug leak in QFormLayout::setWidget()Marc Mutz2016-10-061-6/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+2
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-21/+0
|\| |
| * | QFormLayout: Remove internal, unused functionsThiago Macieira2016-07-021-28/+0
* | | Implement QFormLayout row removalSamuel Gaist2016-04-141-12/+311
|/ /
* | 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
* | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-251-4/+4
|/
* 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-8/+14
* Fix use uninitialized, detected by GCC 4.8Thiago Macieira2014-03-041-1/+1
* QFormLayout: Avoid assertion with negative spacings.Jan Arve Saether2013-11-151-1/+1
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-211-0/+27
* Doc: Replaced the HTTPS links with HTTPVenu2013-05-141-2/+2
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-231-2/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Hardcoded url for Mac Os X Aqua QTBUG-28500Nico Vertriest2012-12-111-2/+2