summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
Commit message (Expand)AuthorAgeFilesLines
* Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-292-3/+13
* Drag'n'Drop: fix crash when widgets are destroyed during event handlingVolker Hilsheimer2019-10-101-9/+13
* Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-10-081-3/+5
* Remove the unregistered recognizer from the main listAndy Shaw2019-10-031-0/+1
* QWidget::setFocusProxy: adjust focus widget properlyDavid Faure2019-09-251-1/+1
* 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-081-9/+15
|\|
| * Don't rely on QWidget::internalWinId in QWidgetBackingStoreTor Arne Vestbø2019-08-071-9/+15
* | Fix crash when the focus widget gets a focus proxy after the factDavid Faure2019-07-291-0/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-133-31/+13
|\|
| * Remove unused arguments from QWidgetPrivate::create_sysTor Arne Vestbø2019-07-123-25/+13
| * Revert "Reset QWidget's winId when backing window surface is destroyed"Tor Arne Vestbø2019-07-121-6/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-17/+14
|\|
| * QWidget::restoreGeometry(): Fix Windows being restored out of screen areaFriedemann Kleint2019-07-051-6/+13
| * QWidget::restoreGeometry(): Remove code related to restoredFrameGeometryFriedemann Kleint2019-07-051-11/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-3/+2
|\|
| * Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-021-3/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-4/+9
|\|
| * Fix window shortcuts when a completer popup has focusVolker Hilsheimer2019-06-251-4/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-253-80/+62
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-272-4/+7
|\|
| * QMenu size fix - Mark items dirty on screen changeThorbjørn Lund Martsum2019-05-222-4/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-0/+6
|\|
| * Reset QWidget's winId when backing window surface is destroyedTor Arne Vestbø2019-05-111-0/+6
* | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-6/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-10/+9
|\|
| * Reduce amount of tracepoints required for event trackingMilian Wolff2019-05-021-10/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-1/+2
|\|
| * Fix context loss in QOpenGLWidget upon tlw change with AA_ShareOpenGLContextsLaszlo Agocs2019-04-091-1/+2
* | Update precompiled headersAllan Sandfeld Jensen2019-04-091-31/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-091-2/+0
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-1/+1
|\| |
| * | Add missing _exit tracepoints for event handlingMilian Wolff2019-04-051-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-1/+6
|\|
| * Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-211-1/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-202-5/+6
|\|
| * Fix memory leak when unregistering a gesture recognizerAndy Shaw2019-03-192-5/+6
* | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-132-6/+6
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-153-54/+58
|\|