summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qdockarealayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix restoring main window state for maximized/fullscreen windowsVolker Hilsheimer2021-10-161-50/+22
* widgets: Fix typos in source code commentsJonas Kvinge2021-10-151-1/+1
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-131-2/+2
* Protect against self-assignment, plug potential memory leakVolker Hilsheimer2021-03-041-0/+4
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-12/+12
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-12/+12
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+1
* Reduce QDesktopWidget API to bare minimumVolker Hilsheimer2020-05-151-1/+1
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-3/+3
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-117/+117
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-15/+6
|\
| * Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-221-15/+6
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-20/+2
|/
* Fix build without feature.tabbarTasuku Suzuki2019-07-021-5/+4
* Do not fall back after resizing a dockMaurice Kalinowski2018-09-281-0/+2
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-021-0/+1
|\
| * Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-0/+1
* | Widgets: use range-based for instead of foreachAnton Kudryavtsev2018-04-151-5/+7
|/
* Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-4/+4
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-61/+57
|\
| * Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-59/+59
| * Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-4/+0
* | DockWidgets: Allow to have floating dockwidgets side by sideOlivier Goffart2017-04-131-8/+22
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-3/+3
| |\
| | * Fix floating dock widget having the wrong parentOlivier Goffart2017-03-221-3/+3
* | | QDockAreaLayout: Simplify QDockAreaLayout::gapRectOlivier Goffart2017-03-221-46/+26
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-0/+4
|\| |
| * | Fix build with -no-feature-tabbarPaul Olav Tvete2017-03-011-0/+4
| |/
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-1/+1
|\|
| * Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-211-1/+1
* | QDockWidget: remove dead codeOlivier Goffart2017-02-281-27/+0
|/
* Fix dock widget having the wrong parent after a dragSergio Martins2017-01-261-2/+4
* Fix build with -no-feature-tabbarPaul Olav Tvete2017-01-251-0/+2
* Don't show bogus empty window when calling QMainWindow::restoreState()Sergio Martins2017-01-111-0/+10
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-5/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-16/+37
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-16/+37
| |\
| | * Fix QMainWindow::restoreDockWidget() with GroupedDraggingOlivier Goffart2016-08-301-16/+37
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\| |
| * | Widgets: use const (and const APIs) moreAnton Kudryavtsev2016-07-051-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-07-011-0/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-0/+3
| |\|
| | * QDockWidget: fix floating group tab window not having the right titleOlivier Goffart2016-06-251-0/+3
* | | Add signal QMainWindow::tabifiedDockWidgetActivatedAleksei Ilin2016-06-241-2/+9
|/ /
* | QtWidgets: prevent detach attempts from first()/etc. use [dialogs, kernel, ut...Marc Mutz2016-02-261-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-2/+3
|\|
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-2/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-6/+2
|\|