summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmdiarea.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-15/+0
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-3/+3
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-3/+3
* | ensure signal subWindowActivated() triggers even when widget has focusMartin Koller2019-02-211-1/+3
|/
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-6/+6
* QMdiArea: Do not move active subwindow after tile rearrangeNick D'Ademo2018-12-061-8/+0
* QMdiArea: Take scroll bars into account when tiling subwindowsNick D'Ademo2018-12-041-1/+5
* QMdiArea: Do not reset tiled flag on spontaneous system window eventsNick D'Ademo2018-11-271-1/+5
* Keep tiled subwindow order on resizePaul Olav Tvete2018-09-271-1/+1
* Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-2/+2
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-1/+1
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-6/+5
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-6/+4
| |\
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-2/+4
| | * Convert features.mdiarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-4/+0
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-0/+1
| |\|
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-0/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/ /
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-37/+37
|\|
| * Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-27/+27
| * Convert features.tabwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-10/+10
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-8/+8
|\|
| * Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-8/+8
* | Remove unused references to QMacStyle headersJake Petroules2017-02-281-3/+0
|/
* Fix build with -no-feature-tabbarPaul Olav Tvete2017-01-251-0/+2
* Fix build with -no-feature-rubberbandPaul Olav Tvete2017-01-251-1/+2
* Clean up style selection codeLars Knoll2016-11-291-1/+1
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-4/+4
* QtWidgets: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-03-021-3/+2
* QVector: preserve capacity in clear()Marc Mutz2016-02-291-1/+1
* Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-4/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-161-9/+10
* QMdiArea: fix quadratic behaviorMarc Mutz2015-12-031-10/+8
* QMdiArea: fix unintended reallocationsMarc Mutz2015-12-031-1/+1
* QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-10/+10
* Allow to minimize frameless MDI subwindowsSerge Lysenko2015-09-301-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-4/+4
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Fix rubberband position for tabbed mdi windowsPaul Olav Tvete2014-11-191-1/+15
* Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-2/+2
* QMdiArea: Fix positioning of cascaded sub windows.Friedemann Kleint2014-09-301-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-0/+3
|\
| * QMdiArea: Ignore events of other instances in the event filter.Friedemann Kleint2014-05-051-0/+3
* | QMdiArea: don't use out parameters, return by valueMarc Mutz2014-02-261-14/+22