summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qmainwindowlayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMainWindowLayout: rewrite validateToolBarArea() to return by valueMarc Mutz2024-03-261-5/+6
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-02-291-13/+39
* Prevent re-replacing state in setGeometryTomi Korpipää2024-02-271-1/+3
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Revert "QDockWidget: Always show dock widgets with the main window"Axel Spoerl2023-12-291-11/+0
* QMainWindow: don't crash when restored state is modified before appliedVolker Hilsheimer2023-12-131-0/+28
* Harden internal documentation of QDockWidgetGroupWindowAxel Spoerl2023-12-041-10/+34
* QMainWindowTabBar: make destructor publicAxel Spoerl2023-11-201-1/+1
* QDockWidget: Fix group unpluggingAxel Spoerl2023-11-181-83/+192
* QMainWindowTabBar: Add destructorAxel Spoerl2023-11-181-5/+16
* Remove bool trap in QDockWidgetPrivate::endDrag()Axel Spoerl2023-11-171-3/+3
* Fix build with -no-feature-dockwidgetTasuku Suzuki2023-11-161-1/+1
* QDockAreaLayout: implement widget based add() and remove()Axel Spoerl2023-11-151-1/+1
* QDockWidget: call raise() when a dock widget starts to hoverAxel Spoerl2023-11-151-0/+1
* QDockWidget: Always show dock widgets with the main windowAxel Spoerl2023-11-141-0/+11
* QMainWindowLayout: remove redundant #ifdef'ryAxel Spoerl2023-11-141-4/+0
* QDockWidget: Remove "group" bool trapAxel Spoerl2023-11-091-6/+6
* QDockWidgetGroupWindow::adjustFlags() - don't show() empty group windowAxel Spoerl2023-08-151-1/+20
* QDockWidget: Don't insert gap item if QDockWidgetGroupWindow has oneAxel Spoerl2023-06-201-2/+6
* Use platform drags for drags of docks and toolbars on waylandDavid Redondo2023-06-021-0/+39
* QMainWindow: fix potential crash when restoring tab bar stateColin Snover2023-04-111-1/+4
* QtWidgets: Disambiguate static functions/variables and definesFriedemann Kleint2023-01-141-14/+2
* Fix size calculation of unplugged dock widgetsAxel Spoerl2022-12-291-4/+19
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-041-5/+5
* Fix native titlebar offset and resizing upon unplugging dock widgetsAxel Spoerl2022-09-241-2/+15
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-1/+3
* Fix wrong debug output upon creation of floating dockwidget tabsAxel Spoerl2022-07-131-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-39/+3
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-11/+13
* Fix QDockWidget parenting and dock permissionsAxel Spoerl2022-04-191-101/+230
* QMainWindow: Fix unused separator widgets blocking mouse eventsEike Ziller2022-03-161-0/+8
* Fix QDockWidget's dock area permissions after hoveringAxel Spoerl2022-03-111-2/+12
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-161-0/+73
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-7/+7
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-091-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-13/+13
* QLayout::indexOf: redo implementationGiuseppe D'Angelo2020-08-261-2/+4
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-1/+1
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-2/+2
* Explicitly prevent out-of-bounds access to tabPositions arrayVolker Hilsheimer2020-05-051-1/+5
* QMainWindow: don't grow memory when modifying tabbed docks while hiddenVolker Hilsheimer2020-04-241-0/+9
* Unexport QWidgetResizeHandler and remove move functionalityVolker Hilsheimer2020-04-031-2/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-44/+44
* Fix build without feature.tabbarTasuku Suzuki2019-07-021-22/+31
* Fix build without feature.dockwidget and tabwidgetTasuku Suzuki2019-07-021-3/+5
* Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-3/+3
* QDockWidget: Store tab position when undockingFriedemann Kleint2019-03-251-1/+26