summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Uninitialized variable in QTouchEventTouchPointPrivateJesus Fernandez2016-04-151-1/+2
* deliver stationary touchpoints which have changed velocityShawn Rutledge2016-04-121-4/+12
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-118-11/+81
|\
| * add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-083-0/+16
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-1/+3
| |\
| | * Do not disconnect with nullptr when unplugging screensLaszlo Agocs2016-04-051-1/+3
| * | Add support for ImhAnchorRectangleJan Arve Sæther2016-04-064-10/+62
* | | QTouchEvent: add uniqueId and rotation; TUIO: support fiducial tokensShawn Rutledge2016-04-076-3/+113
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-052-3/+3
|\| |
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-2/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-1/+1
| |\|
| | * qshapedpixmapdndwindow.cpp: fix build with '-qreal float'J-P Nurmi2016-03-221-1/+1
* | | QtGui: Remove Windows CE.Friedemann Kleint2016-03-301-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2226-163/+275
|\| |
| * | Add createMenu() method to QPlatformMenuBarDmitry Shachnev2016-03-211-0/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-49/+33
| |\|
| | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-174-12/+75
| | |\
| | * | Reimplement QShapedPixmapWindow using QRasterWindow.Friedemann Kleint2016-03-162-49/+33
| * | | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-214-22/+2
| * | | QPlatformTheme: added EditorFontNikita Krupenko2016-03-181-0/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-135-31/+38
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-115-31/+38
| | |\| |
| | | * | Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-092-3/+5
| | | * | QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-055-3/+28
| | | * | qt_handleMouseEvent(): Scale coordinates.Friedemann Kleint2016-03-011-1/+3
| | | * | qt_handleTouchEvent(): Scale coordinates when converting touch points.Friedemann Kleint2016-02-291-24/+2
| * | | | QtGui: de-duplicate calls and cache resultsAnton Kudryavtsev2016-03-135-10/+15
| |/ / /
| * | | Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-074-12/+75
| |\ \ \ | | | |/ | | |/|
| | * | Fix builds without session management.v5.6.0-rc1Andreas Hartmetz2016-02-181-0/+4
| | * | Add option to disable "session management by closing windows".Andreas Hartmetz2016-02-154-12/+71
| * | | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-066-18/+94
| * | | QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-044-9/+9
| * | | QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+2
| * | | QtGui: Mark some more types as shared for Qt 6.Marc Mutz2016-03-031-2/+6
| * | | Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-023-26/+4
| * | | Use an enum for versioning the opengl function backendsLars Knoll2016-03-023-9/+7
| * | | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-012-3/+7
| * | | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-014-5/+14
* | | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-03-019-15/+42
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-019-15/+42
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-298-12/+39
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-294-6/+16
| | | * | QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ...Friedemann Kleint2016-02-261-2/+3
| | | * | Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
| | | * | QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-261-1/+14
| | | * | Add missing initializations in QWheelEventJan Arve Sæther2016-02-251-3/+6
| | | * | QWindow: Use scaling when calling QPlatformWindow::mapTo/FromGlobal().Friedemann Kleint2016-02-251-2/+2
| | * | | QVector: preserve capacity in clear()Marc Mutz2016-02-291-2/+2
| | * | | QtPlatformHeaders/Windows: Add function to set window activation behavior.Friedemann Kleint2016-02-251-1/+1
* | | | | Q{File,Font,Color,Message}DialogOptions are no value classesMarc Mutz2016-03-012-64/+100
|/ / / /