summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmainwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Map drag event positions to global during dock/toolbar dragDavid Redondo2024-03-051-1/+2
* Handle drag leave when performing platform drag of docks or toolbarsDavid Redondo2024-03-051-0/+5
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-02-291-15/+2
* Revert "QDockWidget: Always show dock widgets with the main window"Axel Spoerl2023-12-291-7/+0
* QMainWindowPrivate::layout - use QPointer instead of bare pointerAxel Spoerl2023-12-051-2/+2
* QDockWidget: Always show dock widgets with the main windowAxel Spoerl2023-11-141-0/+7
* Remove references to Application ExampleAxel Spoerl2023-07-061-2/+1
* Move MDI example to manual testTor Arne Vestbø2023-06-291-1/+1
* Fix missing references to 'Qt Widgets - Application Example'Tor Arne Vestbø2023-06-271-1/+0
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-1/+1
* Use platform drags for drags of docks and toolbars on waylandDavid Redondo2023-06-021-0/+20
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-021-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-181-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Correct documentation in QMainWindow in regards to centralwidgetDavid Skoland2022-04-051-4/+1
* Ensure QMainWindow has WA_TranslucentBackground when using unified toolbarTor Arne Vestbø2022-02-181-1/+8
* Test result of qobject_cast before dereferencingLi Xi2021-11-151-6/+7
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-3/+3
* Assert that we have a layout before dereferencingVolker Hilsheimer2021-02-241-0/+3
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-3/+3
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-201-0/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-061-21/+14
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-5/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-5/+5
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-5/+5
* | Docs: Remove traces of QGLJohan Klokkhammer Helsing2020-02-201-1/+1
|/
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-021-0/+2
|\
| * Check platformNativeInterface pointer before dereferencingShawn Rutledge2019-12-311-0/+2
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-8/+8
|/
* Fix build without feature.tabbarTasuku Suzuki2019-07-021-4/+2
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-3/+3
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-17/+4
|\
| * Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-17/+4
* | Qt 6: Change QMainWindow::toolBarArea to take const pointer insteadJoni Poikelin2018-10-151-1/+5
|/
* qtlite: Fix build with -no-feature-cursor or -no-feature-dockwidgetMikhail Svetkin2018-05-151-0/+4
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-7/+11
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-241-1/+3
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-0/+1
|\
| * QMainWindow: Clear menubar parent when new one is setGabriel de Dietrich2017-11-071-0/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-7/+3
|\|
| * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-3/+3
| * Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-4/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-3/+6
|\|
| * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-3/+6
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-3/+5
|\|
| * Convert features.statusbar to QT_[REQUIRE_]CONFIGStephan Binner2017-08-081-3/+5