summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-161-0/+13
|\
| * QTest: fall back to qWaitForWindowExposed in qWaitForWindowActivatedJohan Klokkhammer Helsing2019-10-141-0/+13
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-142-0/+7
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-132-0/+7
| |\
| | * Protect global variable g_pointIdMap with mutexesRainer Keller2019-10-112-0/+7
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-065-16/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-055-16/+10
| |\|
| | * Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-045-16/+10
* | | Get rid of QList forward declarationsLars Knoll2019-10-042-2/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-043-3/+16
|\| |
| * | qhighdpiscaling: Add missing parameter to logicalDpi()Timo Aarnipuro2019-10-041-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-042-2/+15
| |\|
| | * Quiet several more warnings about QWheelEvent deprecationsShawn Rutledge2019-10-022-2/+15
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-241-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-241-0/+1
| |\|
| | * Add QQuickMultiPointTouchArea as a friend of QTouchEventv5.14.0-alpha1Shawn Rutledge2019-09-221-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-227-3/+56
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-211-1/+3
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-1/+3
| | |\
| | | * QHighDPI: Fix wrong conversion for native child windowsFriedemann Kleint2019-09-181-1/+3
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-194-1/+30
| |\| |
| | * | Add back QWheelEvent position() and globalPosition() docsShawn Rutledge2019-09-171-0/+24
| | * | Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-173-1/+6
| * | | Add QScreen::virtualSiblingAt() and use it in QMenubarPrivate::popupActionShawn Rutledge2019-09-193-1/+23
| |/ /
* | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-183-17/+11
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-0417-144/+442
| |\ \
| * | | QNativeGestureEvent: clean up for Qt 6Marc Mutz2019-08-222-15/+5
| * | | Fix crash when no plugins are specifiedLeander Beernaert2019-08-121-2/+6
* | | | QDpi: divide the forced DPI by the scaling factor, as Qt 5.13 didDavid Faure2019-09-131-2/+5
* | | | QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-123-13/+15
* | | | Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* | | | Dpi settings: QT_SCREEN_SCALE_FACTORS enables scaling againDavid Faure2019-09-101-1/+1
* | | | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-3/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-3/+7
| |\ \ \
| | * | | Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-021-3/+7
* | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-2/+5
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-241-2/+5
| |\| | |
| | * | | QGuiApplication: drop mutex before emitting fontChanged()Marc Mutz2019-08-231-2/+5
* | | | | QtGui: Refactor parsing of the High DPI scaling env variablesFriedemann Kleint2019-09-031-9/+10
| |_|_|/ |/| | |
* | | | QTouchDevice: don't play ping-pong with q*PostRoutine()Marc Mutz2019-08-301-15/+17
* | | | Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-271-50/+6
|\ \ \ \
| * | | | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-231-0/+4
| * | | | Clean up the docs of qevent.cppSona Kurazyan2019-08-201-50/+2
* | | | | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-235-31/+74
* | | | | Deprecate QT_AUTO_SCREEN_SCALE_FACTORMorten Johan Sørvig2019-08-231-6/+23
* | | | | Update QT_SCREEN_SCALE_FACTORSFriedemann Kleint2019-08-232-17/+46
* | | | | Move QT_FONT_DPI to cross-platform codeMorten Johan Sørvig2019-08-235-6/+19
* | | | | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-234-24/+254
* | | | | Compute logical DPI on a per-screen basisMorten Johan Sørvig2019-08-233-15/+13
|/ / / /
* | | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-1/+0