summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmdisubwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-43/+0
* Fix build without features.actionTasuku Suzuki2019-07-061-1/+1
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-3/+3
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-5/+11
|\
| * Always fill the background of a tabbed QMdiSubWindowVolker Hilsheimer2019-06-211-5/+11
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-1/+1
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-2/+3
* | QMdiSubWindow: Avoid potential shaking motion when moving windowChristian Andersen2019-01-281-2/+5
|/
* QMdiSubWindow: Hide "system" menu icons on macOSGabriel de Dietrich2018-02-051-0/+7
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-48/+50
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-30/+31
| |\
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-9/+12
| | * Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-14/+14
| | * Convert features.mdiarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-4/+0
| | * Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-3/+5
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-19/+20
| |\|
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-19/+20
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-13/+13
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-15/+15
|\|
| * Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-15/+15
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+3
|\|
| * Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+3
* | Remove bad compile-time check for QMacStyleJake Petroules2017-04-011-5/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-2/+2
|\|
| * Deprecate QString::nullMarc Mutz2017-03-121-2/+2
* | Introduce SH_TitleBar_ShowToolTipsOnButtons style hintJake Petroules2017-03-081-7/+1
* | Remove QT_CONFIG checks for style_macJake Petroules2017-03-031-16/+6
* | Remove more tight coupling between QMdiSubWindow and QMacStyleJake Petroules2017-02-281-9/+14
|/
* Clean up style selection codeLars Knoll2016-11-291-12/+12
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-3/+3
* Take the size and the icon size for MDI buttons from a styleAlexander Volkov2016-04-131-2/+8
* QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-1/+1
* Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-12/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-161-2/+2
* QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-2/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-1/+4
|\
| * QMdiSubWindow: Do not close when doubleclicking on disabled Restore action.Friedemann Kleint2015-10-191-1/+4
* | Allow to minimize frameless MDI subwindowsSerge Lysenko2015-09-301-1/+1
* | Avoid unnecessary setParent(0) in QMdiSubWindow::removeBaseWidget()Serge Lysenko2015-09-291-1/+3
|/
* QMdiSubWindow: fix O(n+nlogn) loop to O(n)Marc Mutz2015-06-211-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+3
|\
| * Doc: warn about resize event bugPaul Olav Tvete2015-03-211-0/+3
* | 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-3/+3
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-13/+13
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QMdiSubWindow: Keep event filter on system menu over its lifetime.Friedemann Kleint2014-09-041-2/+1
* QMdiArea: Store focus widget when new QMdiSubWindow is added.Friedemann Kleint2014-07-301-15/+27
* Ignore the fullscreen state of a QMdiSubWindowFabian Bumberger2014-05-021-2/+5