summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-144-4/+56
|\
| * Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-134-4/+56
* | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-022-6/+15
|\|
| * Use QPlatformTheme::TouchDoubleTapDistance for touch eventsAlexander Volkov2019-05-012-6/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-0/+8
|\|
| * QOffscreenSurface: Suppress setting of a default geometry on the windowFriedemann Kleint2019-04-111-0/+8
* | Update precompiled headersAllan Sandfeld Jensen2019-04-091-24/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-6/+2
|\|
| * Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-6/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-262-3/+12
|\|
| * Add explanatory comment to QWindowPrivate::resizeAutomaticFriedemann Kleint2019-03-221-0/+4
| * Windows: Fix tooltip flicker on GL surfacesFriedemann Kleint2019-03-212-3/+8
* | Remove deprecated screen maintenance functions in QPlatformIntegrationTor Arne Vestbø2019-03-225-64/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-208-61/+104
|\|
| * Don't quit when last QWindow is destroyed, wait for it to closeTor Arne Vestbø2019-03-191-4/+10
| * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-196-54/+90
| * macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-141-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-1/+1
|\|
| * QOpenGLContext: fix docs about sharingGiuseppe D'Angelo2019-03-131-1/+1
* | Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-132-2/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-282-2/+19
|\|
| * Clear only one device from g_pointIdMap when all points releasedShawn Rutledge2019-02-262-2/+19
* | Fix can not -> cannotRobert Loehning2019-02-252-3/+3
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-205-8/+9
* | qguiapplication: move long comment to JIRAGatis Paeglis2019-02-191-35/+2
* | remove obscure commentGatis Paeglis2019-02-151-2/+0
* | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-131-4/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-088-44/+43
|\|
| * Remove requirement to lock graphics buffer before getting total sizeTor Arne Vestbø2019-01-291-1/+0
| * QtGui: Unify license headersKai Koehne2019-01-297-43/+43
* | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-023-10/+9
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-284-12/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-264-12/+12
| |\|
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-233-9/+6
| | |\
| | | * Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-041-6/+4
| | | * Make QWindow::type() reflect ForeignWindow statusMorten Johan Sørvig2018-12-221-2/+1
| | | * Fix layering violation in isForeignWindow()Morten Johan Sørvig2018-12-221-1/+1
| | * | fix crash if no screens are availableRolf Eike Beer2019-01-211-3/+6
* | | | Migrate QPlatformDialogHelper to QRegularExpressionSamuel Gaist2019-01-262-6/+8
|/ / /
* | | Add comment to a tr() callLars Knoll2019-01-251-2/+4
* | | QDrag: mark QDrag::start() as deprecatedChristian Ehrlicher2019-01-232-0/+5
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-218-8/+23
|\| |
| * | Fix multiple emission of QGuiApplication::lastWindowClosed() when native chil...Friedemann Kleint2019-01-161-0/+2
| * | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-107-8/+8
| * | Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-082-0/+13
| |/
* | Fix and unit test QPalette::resolveAlejandro Exojo2018-12-311-1/+3
* | QPalette: mark foreground()/background() as deprecatedChristian Ehrlicher2018-12-172-4/+11
* | QtGui: Use Q_DISABLE_COPY_MOVE for QPA interface classesFriedemann Kleint2018-12-1310-10/+23
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-124-4/+4