summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-2/+2
* Revert "QApp: Method to check for native style usage."Alexander Volkov2017-12-012-28/+0
* macx-clang: Opt-in xcb QPA support with XQuartzGabriel de Dietrich2017-12-011-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-234-2/+7
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-092-1/+3
| |\
| | * QWidget: Propagate window file path after createTor Arne Vestbø2017-11-071-0/+2
| | * Disable window shortcuts if there is a window modal dialogElvis Angelaccio2017-11-041-1/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-302-1/+4
| |\|
| | * QAction: fix ::setData() always emits changed()Yulong Bai2017-10-241-0/+2
| | * Add clarifying documentation for QLayout::removeWidget()Andy Shaw2017-10-241-1/+2
* | | Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-171-0/+3
* | | Deprecate QDesktopWidget in favor of QScreenTor Arne Vestbø2017-11-084-35/+118
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-0/+4
|\| |
| * | Fix -no-opengl buildTimur Pocheptsov2017-10-281-0/+4
* | | qwidgetwindow: remove seemingly stray QApplicationPrivate::mouse_buttonsGatis Paeglis2017-10-271-5/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-1/+3
| |\|
| | * QShortcut: Fall back to cross platform code in absence of QPA menuGabriel de Dietrich2017-10-171-1/+3
| * | MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-191-2/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-175-77/+107
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-053-5/+40
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-043-5/+40
| | |\|
| | | * Fix crash when reparenting window containerPaul Olav Tvete2017-09-281-2/+4
| | | * Fix QGraphicsEffect draw error size in decimal scale factorIceyer Lee2017-09-211-1/+1
| | | * QGestureManager::filterEventThroughContexts(): Reduce debug outputFriedemann Kleint2017-09-201-2/+35
| * | | Let QPlatformBackingStore handle its own QOpenGLContextTor Arne Vestbø2017-10-053-29/+11
| * | | Widgets: change QWidget::setTabOrder to understand compound widgetsRichard Moe Gustavsen2017-10-041-43/+56
| |/ /
* | | Remove pointer checkJesus Fernandez2017-09-271-2/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2612-46/+79
|\| |
| * | Widgets: be able to tab to a widget that has a focus proxyRichard Moe Gustavsen2017-09-251-1/+8
| * | Widgets: add QWidgetPrivate::deepestFocusProxy()Richard Moe Gustavsen2017-09-252-3/+25
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-207-6/+18
| |\|
| | * Convert features.menu to QT_[REQUIRE_]CONFIGStephan Binner2017-09-195-5/+13
| | * Convert features.sizegrip to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-0/+2
| | * Convert features.mdiarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-111-1/+3
| * | Add QGuiApplication::screenAt()Tor Arne Vestbø2017-09-111-20/+2
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-066-16/+26
| |\|
| | * Convert features.effects to QT_[REQUIRE_]CONFIGStephan Binner2017-09-041-2/+6
| | * Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-042-5/+5
| | * Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-043-9/+15
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-1916-37/+37
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1925-153/+153
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-4/+10
|\|
| * QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-231-4/+10
* | New AA_DisableWindowContextHelpButton to globally hide ? buttonKai Koehne2017-08-291-3/+6
* | Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-185-23/+112
* | Don't send extra mouse press to popups on dblClickPaul Olav Tvete2017-08-171-6/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-1515-88/+106
|\|
| * Convert features.graphicsview to QT_[REQUIRE_]CONFIGStephan Binner2017-08-1515-88/+104
| * QAction: Note that the QAction parent parameter is optional since 5.7hjk2017-08-081-0/+2