summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* QLayout: Consume ChildRemoved event, when layout is disabledAxel Spoerl2024-04-101-2/+3
* Add QWidgetPrivate::isExplicitlyHidden() helper functionTor Arne Vestbø2024-01-311-2/+2
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-3/+2
* Doc: Fix links to QLayout[Item]::expandingDirections()Kai Köhne2023-06-091-1/+1
* QLayout: add className() to a warning messageAhmad Samir2022-07-011-10/+11
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-051-3/+5
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+5
* Improve handling of minimumHeightForWidth()Jan Arve Sæther2021-05-101-0/+22
* QLayout: add a way to unset user-defined contents marginsGiuseppe D'Angelo2020-11-201-0/+13
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* QLayout: unify the constructorsGiuseppe D'Angelo2020-11-021-13/+6
* QLayout::indexOf: redo implementationGiuseppe D'Angelo2020-08-261-12/+10
* QLayout: make its indexOf functions take pointer-to-constGiuseppe D'Angelo2020-08-231-3/+3
* QLayout: minor tidy in the docsGiuseppe D'Angelo2020-08-101-1/+1
* Make QLayout::spacing/setSpacing virtual, remove qobject_cast hackVolker Hilsheimer2020-06-091-31/+8
* Remove deprecated members from QtWidgets/kernel classesVolker Hilsheimer2020-04-161-34/+0
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-13/+13
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* Take widget content margin into account for menu bar size calculationSamuel Gaist2019-11-151-9/+7
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-2/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-4/+4
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-4/+4
* | Fix bug with QLayout::replaceWidget(a, a)Jan Arve Saether2019-05-091-0/+2
|/
* QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-1/+1
* QtWidgets: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-061-8/+10
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-051-8/+9
* QLayout: Better document QLayout(QWidget *parent) behaviorChristian Ehrlicher2018-09-091-3/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-021-0/+2
|\
| * Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-0/+2
* | Introduce QLayout::indexOf(QLayoutItem *)Sergio Martins2018-02-101-0/+20
|/
* Add clarifying documentation for QLayout::removeWidget()Andy Shaw2017-10-241-1/+2
* Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-0/+2
* Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-7/+9
* Fix UB in QLayout::childEventOlivier Goffart2017-04-191-22/+9
* Fix warning for -no-feature-menubarStephan Binner2017-04-041-1/+1
* Add feature.label and feature.formlayoutStephan Binner2017-03-031-0/+6
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-4/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-4/+3
| |\
| | * QLayout: Fix UB (invalid cast) in widgetEvent()Marc Mutz2016-09-271-4/+3
* | | QLayout: use qEnvironmentVariableIntValue()Marc Mutz2016-07-261-1/+1
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-5/+0
|/ /
* | 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-11/+11
* | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-211-22/+22
|/
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-81/+0
|\
| * Give QSizePolicy its own .cppMarc Mutz2015-05-071-81/+0
* | Fixed bug in QLayout::replaceWidget()Jan Arve Saether2015-03-261-2/+1
|/