summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add attribute to disable QSessionManagerDavid Edmundson2019-03-011-1/+5
* QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-152-0/+53
* Fix gui build without feature.highdpiscalingTasuku Suzuki2019-05-261-0/+2
* Fix gui build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-274-140/+56
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-273-139/+53
| |\
| | * QHighDpi: Remove fromNativePixels()/toNativePixels() overloadsMorten Johan Sørvig2019-05-221-116/+35
| | * QPA: Prevent QPlatformWindow::initialGeometry() from returning invalid geomet...Friedemann Kleint2019-05-221-3/+9
| | * QHighDpi: Simplify top-level window handling codeMorten Johan Sørvig2019-05-142-40/+29
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+3
| |\|
| | * QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+3
* | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-1/+1
* | | QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-171-1/+3
* | | QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-171-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-154-4/+56
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-3/+3
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-072-6/+15
|\| |
| * | 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
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-024-10/+10
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-014-8/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-0/+8
|\| |
| * | 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
* | | QRegExp include cleanupSamuel Gaist2019-04-192-4/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-102-30/+9
|\| |
| * | 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
* | | QtGui: Use member initialization for QWindowPrivate, QScreenPrivateFriedemann Kleint2019-04-092-72/+31
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-058-59/+59
* | | Revert "Revert "Remove deprecated screen maintenance functions in QPlatformIn...Liang Qi2019-04-015-64/+13
* | | Implement support for WA_MacNoClickThroughAndy Shaw2019-04-011-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-312-3/+12
|\| |
| * | 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
* | | Revert "Remove deprecated screen maintenance functions in QPlatformIntegration"Liang Qi2019-03-295-13/+64
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-269-100/+92
|\| |
| * | 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
* | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-226-0/+25
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-1/+1
|\| |