summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmdiarea.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMdiArea: fix initial single-sub-window in TabbedViewAhmad Samir2023-11-171-0/+5
* QtWidgets: finally Q_FOREACH-freeAhmad Samir2023-10-131-2/+0
* QMdiArea: port Q_FOREACH to ranged-for, loop could call QCA::sendEvent()Ahmad Samir2023-09-011-9/+41
* QMdiArea: port Q_FOREACH to ranged-for: loop doesn't change containerAhmad Samir2023-08-301-3/+3
* QMdiArea: port Q_FOREACH to ranged-for, d->pendingPlacementsAhmad Samir2023-08-301-1/+6
* QMdiArea: port Q_FOREACH to ranged-for, d->pendingRearrangementsAhmad Samir2023-08-301-1/+3
* QMdiArea: port Q_FOREACH to ranged-for, one trivial caseAhmad Samir2023-08-151-1/+1
* Mark QtWidgets as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-091-0/+2
* Fix build with -no-feature-mdiareaTasuku Suzuki2023-02-151-13/+1
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-141-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-6/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-2/+3
* QMdiSubwindow: respect minimum size of subwidgets when shown maximizedChristian Ehrlicher2022-02-111-1/+8
* Fix fail to activate first sub window with QMdiArea::TabbedViewZhang Yu2021-12-021-0/+4
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* Fix small typo in the QMdiArea documentationOliver Eftevaag2021-01-181-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Doc: Clean up widget snippets projectPaul Wicking2020-09-101-2/+2
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-1/+0
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-18/+18
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-1/+1
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+2
* Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-2/+2
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-34/+34
* 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