summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qdockwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-4/+4
* Change QWidget::enterEvent signature to take a QEnterEventVolker Hilsheimer2020-09-051-2/+2
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-281-2/+2
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-271-2/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-2/+2
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-8/+8
* Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-171-5/+0
* Unexport QWidgetResizeHandler and remove move functionalityVolker Hilsheimer2020-04-031-4/+2
* Doc/QtWidgets: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-2/+2
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-40/+40
* Document that toggleViewAction can't be used to toggle the dock widgetVolker Hilsheimer2019-12-041-2/+5
* Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-4/+3
|\
| * Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-221-4/+3
* | Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-22/+0
|/
* Fix build without feature.tabbarTasuku Suzuki2019-07-021-0/+4
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-1/+1
* Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-4/+4
* Fix notification of QDockWidget when it gets undockedDmitry Kazakov2019-05-071-0/+2
* QDockWidget: Store tab position when undockingFriedemann Kleint2019-03-251-10/+18
* QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-2/+2
* Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-081-0/+1
* QDockWidget: Make floating docks respect DockWidgetMovable featureNick D'Ademo2018-12-131-2/+4
* Restore styling of QDockWidget title fontAllan Sandfeld Jensen2018-10-031-2/+6
* QDockWidget: Fix icons being too large when using a style proxying Windows styleFriedemann Kleint2018-09-291-0/+5
* widgets: Add a QT_CONFIG(style_stylesheet) guardMikhail Svetkin2018-03-201-3/+7
* QDockWidget: Use theme font for titleGabriel de Dietrich2018-02-051-0/+4
* QDockWidgetTitleButton: Limit icon size to dpiScaled(10) on WindowsFriedemann Kleint2018-01-241-5/+47
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-6/+6
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-6/+6
| |\
| | * Convert features.mainwindow to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-6/+6
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-5/+5
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-5/+2
|\|
| * Convert features.tabbar to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-2/+2
| * Convert features.dockwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-1/+0
|\|
| * Remove wrong features.rubberband condition of features.dockwidgetStephan Binner2017-04-211-1/+0
* | Remove the Windows XP style from public accessibilityJake Petroules2017-04-131-1/+1
* | DockWidgets: Allow to have floating dockwidgets side by sideOlivier Goffart2017-04-131-4/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-0/+13
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+13
| |\
| | * dockwidgets: recalculate the press position if the window resizesSergio Martins2017-02-221-0/+13
* | | Remove unused references to QMacStyle headersJake Petroules2017-02-281-5/+0
|/ /
* / Take window frame into account when dragging dock widgetSergio Martins2017-02-161-1/+3
|/
* QDockWidgetGroupWindow now honors custom title barSergio Martins2016-12-151-2/+4
* Fix crash when dragging a tab off QDockWidgetGroupWindowSergio Martins2016-12-061-1/+3
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-4/+4