summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-8/+0
* QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-021-1/+2
* Respect minimum size of heightForWidth layoutsPaul Olav Tvete2014-10-221-9/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Avoid adding widget to its own layoutThomas Fischer2014-09-051-0/+41
* Remove a boolean trap in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-101-8/+16
* Prevent a crash in QLayout::replaceWidgetGiuseppe D'Angelo2013-11-081-1/+5
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-4/+4
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-211-0/+48
* QSizePolicy - add retainSizeWhenHiddenThorbjørn Lund Martsum2013-07-101-2/+2
* Respect specified minimum height for menuBar also if it has HFW.Jan Arve Saether2013-05-141-6/+4