summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* QWidget::restoreGeometry(): Remove code related to restoredFrameGeometryFriedemann Kleint2019-07-051-11/+1
* Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-021-3/+2
* Fix window shortcuts when a completer popup has focusVolker Hilsheimer2019-06-251-4/+9
* QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2019-06-101-28/+32
* QApplication: clarify and unify global static usageTor Arne Vestbø2019-06-211-11/+5
* Remove duplicate call to QApplicationPrivate::setPalette_helperTor Arne Vestbø2019-06-211-1/+0
* Remove duplicate call to QApplicationPrivate::initializeWidgetPaletteHash()Tor Arne Vestbø2019-06-211-1/+0
* Squash un-needed qt_init function into callsiteTor Arne Vestbø2019-06-211-15/+4
* Remove dead code from QApplicationPrivate::setSystemPaletteTor Arne Vestbø2019-06-211-20/+2
* Deal with multi-display scenarios when positioning menu popupsShawn Rutledge2019-06-212-4/+19
* QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-222-4/+7
* Reset QWidget's winId when backing window surface is destroyedTor Arne Vestbø2019-05-111-0/+6
* Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-021-10/+9
* Fix context loss in QOpenGLWidget upon tlw change with AA_ShareOpenGLContextsLaszlo Agocs2019-04-091-1/+2
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-081-2/+0
|\
| * Drag'n'Drop: fix dnd regressionGatis Paeglis2019-03-261-2/+0
* | Add missing _exit tracepoints for event handlingMilian Wolff2019-04-051-1/+1
|/
* Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-211-1/+6
* Fix memory leak when unregistering a gesture recognizerAndy Shaw2019-03-192-5/+6
* Widgets: Only set WA_WState_ExplicitShowHide via public APITor Arne Vestbø2019-02-123-54/+58
* Doc: Correct minor link issue in qwidget.cppNico Vertriest2019-01-291-2/+1
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-234-26/+24
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-084-2/+36
| |\
| * | Drag'n'Drop: fix dnd when dragMoveEvent() is not implementedChristian Ehrlicher2019-01-071-2/+5
| * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-041-9/+8
| * | Restore behavior for QToolTip not wrapping by defaultKai Koehne2019-01-041-13/+9
| * | Doc: Fix linking errors qtbaseNico Vertriest2019-01-031-1/+1
* | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-222-2/+22
* | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-103-6/+6
* | | Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-082-18/+21
| |/ |/|
* | QToolTip - set correct screen before resizeThorbjørn Lund Martsum2018-12-183-0/+32
* | When warning about invalid style override also print available onesSergio Martins2018-12-121-2/+4
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-101-0/+1
|\
| * Ensure QOpenGLWidget FBO is always initializedTor Arne Vestbø2018-11-271-0/+1
* | Destroy QWindowContainer's fake parent window when not neededTor Arne Vestbø2018-11-281-0/+2
* | QWindowContainer: Fix warning triggered by QT_ASCII_CAST_WARNFriedemann Kleint2018-11-281-1/+1
* | Windows: Fix embedded application not getting focus after clicking outsideFriedemann Kleint2018-11-241-9/+14
* | Remove unused inRepaint member of QWidgetPrivateTor Arne Vestbø2018-11-232-6/+1
* | Improve logging of QWindowContainer operationsTor Arne Vestbø2018-11-231-0/+6
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-1/+1
|\|
| * Modernize the "settings" featureLiang Qi2018-11-151-1/+1
* | Make sure mouse release events are delivered to correct widgetPaul Olav Tvete2018-11-121-1/+2
* | QWidgetBackingStore: Don't flush foreign windowsMorten Johan Sørvig2018-11-111-0/+7
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-093-14/+3
|\|
| * Modernize the "textcodec" featureLiang Qi2018-11-072-1/+2
| * windows: Give up on SwitchableCompositionLaszlo Agocs2018-11-051-13/+1
* | QWidgetWindow: check if receiver is deleted after event deliveryRichard Moe Gustavsen2018-11-071-1/+1
* | Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
* | Doc: Solve issue with gridlayout image fileNico Vertriest2018-11-021-1/+1
* | Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-172-10/+0