summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmainwindowlayout_p.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-02-291-0/+5
* Revert "QDockWidget: Always show dock widgets with the main window"Axel Spoerl2023-12-291-1/+0
* QMainWindow: don't crash when restored state is modified before appliedVolker Hilsheimer2023-12-131-0/+1
* QDockWidget: Fix group unpluggingAxel Spoerl2023-11-181-0/+5
* Fix build with -no-feature-dockwidgetTasuku Suzuki2023-11-161-1/+7
* QDockWidget: Always show dock widgets with the main windowAxel Spoerl2023-11-141-0/+1
* QDockWidget: Remove "group" bool trapAxel Spoerl2023-11-091-1/+2
* Extend qDebug functionality for QDockWidgetAxel Spoerl2023-11-081-0/+1
* qmainindowlayout_p.h: make header guard match file nameMarc Mutz2023-10-251-3/+3
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* QDockWidgetGroupWindow::adjustFlags() - don't show() empty group windowAxel Spoerl2023-08-151-0/+1
* Use platform drags for drags of docks and toolbars on waylandDavid Redondo2023-06-021-2/+10
* QMainWindow: fix potential crash when restoring tab bar stateColin Snover2023-04-111-0/+1
* Revert Q_DECLARE_EXPORTED_LOGGING_CATEGORY in tst_qdockwidgetAxel Spoerl2022-08-231-1/+1
* Declare logging category exported in tst_QDockWidgetAxel Spoerl2022-08-051-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-04-191-15/+35
* Remove declared but not defined functionAlbert Astals Cid2022-04-011-1/+0
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-161-0/+1
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-161-0/+6
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-2/+2
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-5/+5
* Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-051-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-0/+4
|\
| * Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-0/+4
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
|/
* Fix build without feature.tabbarTasuku Suzuki2019-07-021-3/+5
* More nullptr usage in headersKevin Funk2019-03-141-3/+3
* Qt 6: Change QMainWindow::toolBarArea to take const pointer insteadJoni Poikelin2018-10-151-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-8/+9
|\
| * Fix build without features.cursorTasuku Suzuki2018-05-151-11/+15
* | qtlite: Fix build with -no-feature-cursor or -no-feature-dockwidgetMikhail Svetkin2018-05-151-6/+9
|/
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-2/+4
* dockwidgets: Resize the rubber-band when our drop target is resizedSergio Martins2018-04-121-0/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-4/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-4/+2
| |\
| | * Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-4/+2
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-13/+13
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+1
|\|
| * Convert features.statusbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-081-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-13/+17
|\|
| * Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-4/+6
| * Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-7/+9
| * Convert features.tabwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-1/+1
|\|
| * Convert features.rubberband to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-1/+1
* | DockWidgets: Allow to have floating dockwidgets side by sideOlivier Goffart2017-04-131-3/+11
* | QMainWindow: move the separator handling in another classOlivier Goffart2017-04-131-12/+251
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-101-1/+3
|\|