summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Send MouseMove events without buttons if the press closed the popupVolker Hilsheimer2020-03-301-3/+5
* Fix potential out-of-bounds or nullptr accessVolker Hilsheimer2020-03-171-4/+4
* Remove misplaced backslash from documentationVolker Hilsheimer2020-02-251-1/+1
* widgets: Don't create winId when the widget is being destroyedVaL Doroshchuk2020-02-051-1/+3
* Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
* QGraphicsProxyWidget: fix handling of proxy focusGiuseppe D'Angelo2020-01-291-1/+1
* Make sure the focus is passed on correctly when back-tabbingAndy Shaw2020-01-251-1/+2
* Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-1/+1
* Doc: Add note about mac-specific behavior for setWindowIconPaul Wicking2020-01-141-1/+5
* Remove clearWidgetPaletteHash argument from setPalette_helperTor Arne Vestbø2020-01-092-6/+5
* Move tracking of widget specific app palettes to QApplicationPrivateTor Arne Vestbø2020-01-092-25/+23
* Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-091-5/+1
* Skip WA_DontShowOnScreen widgets when checking whether application can quitTor Arne Vestbø2020-01-071-1/+1
* Fix syncqt warning in qtestsupport_widgets.hTor Arne Vestbø2020-01-021-1/+1
* Fix some qdoc warningsFriedemann Kleint2020-01-022-3/+4
* Contain Qt::AA_SetPalette logic in QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-12-211-3/+4
* Simplify QApplication::paletteTor Arne Vestbø2019-12-211-3/+2
* Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-171-6/+3
* Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-171-3/+5
* Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-132-13/+6
* Explicitly polish palette instead of relying on QApplication::setPaletteTor Arne Vestbø2019-12-121-4/+4
* Clean up QApplication::style default style constructionTor Arne Vestbø2019-12-121-25/+24
* Ensure override style properly clears out previous style if setTor Arne Vestbø2019-12-121-18/+14
* Update system palette on application init if neededTor Arne Vestbø2019-12-121-0/+6
* Unify system palette initialization during style changeTor Arne Vestbø2019-12-121-15/+16
* Clarify call to initializeWidgetFontHash in QApplication::setStyleTor Arne Vestbø2019-12-121-1/+7
* Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-091-15/+28
* QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-091-0/+17
* QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-271-3/+8
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-062-3/+13
|\
| * Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-292-3/+13
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-9/+13
|\|
| * Drag'n'Drop: fix crash when widgets are destroyed during event handlingVolker Hilsheimer2019-10-101-9/+13
* | Propagate application termination requests through QPATor Arne Vestbø2019-10-191-11/+8
* | QtWidgets: Suppress QEvent::WindowActivate when minimizedFriedemann Kleint2019-10-141-0/+2
* | Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-10-131-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-101-3/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-3/+5
| |\|
| | * Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-10-081-3/+5
* | | QWidget: Answer question raised in fixme commentFriedemann Kleint2019-10-101-1/+1
|/ /
* | QWidget: document that a widget might only get a mouseDoubleClickEventVolker Hilsheimer2019-10-081-3/+5
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-0/+1
|\|
| * Remove the unregistered recognizer from the main listAndy Shaw2019-10-031-0/+1
* | Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-021-0/+6
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-1/+1
|\|
| * QWidget::setFocusProxy: adjust focus widget properlyDavid Faure2019-09-251-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-4/+2
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-4/+2
| |\
| | * QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-4/+2
* | | Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-0/+2