summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | QPointingDeviceUniqueId: remove deprecated numeric() and constructorShawn Rutledge2016-12-081-9/+0
| | | * | rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-074-30/+30
| | | * | QPointerUniqueId: make fit for releaseMarc Mutz2016-12-012-15/+103
| | * | | Touch fix for popups blocked by modal dialogPaul Olav Tvete2016-12-151-1/+1
* | | | | touch manual test and TouchPoint qDebug: show horz/vert ellipse diamShawn Rutledge2016-12-161-3/+6
|/ / / /
* | | | Android: Enable Adoption of ANativeWindow handle as a QOffscreenSurfaceAndy Nichols2016-12-142-0/+40
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-134-2/+6
|\| | |
| * | | Fix compilation with -no-pchEskil Abrahamsen Blomfeldt2016-12-121-0/+1
| * | | Close popups when blocked by modal dialogPaul Olav Tvete2016-11-302-1/+2
| |/ /
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+3
| |\|
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+3
| | |\
| | | * Add more information for QKeySequence::toString on macOSJesus Fernandez2016-11-221-1/+3
* | | | QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-094-62/+31
* | | | Add QWindow::AncestorMode overload of QWindow::parent()Tor Arne Vestbø2016-12-082-16/+32
* | | | QGuiApplicationPrivate::processTouchEvent: add explanatory commentsShawn Rutledge2016-12-071-2/+8
* | | | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-075-28/+113
* | | | QPA style cleanup: no space after ampersandMorten Johan Sørvig2016-12-023-19/+19
* | | | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-022-81/+81
* | | | QPA: Consistent QWindow variable namesMorten Johan Sørvig2016-12-024-43/+43
* | | | Replace manual parent traversal in isWindowBlocked with use of isAncestorOfTor Arne Vestbø2016-11-241-13/+5
* | | | add TouchDoubleTapDistance platform theme hintShawn Rutledge2016-11-242-1/+15
* | | | Replace QDrawHelperGammaTables with QColorProfileAllan Sandfeld Jensen2016-11-242-11/+30
* | | | Refactor QGuiApplication::topLevelWindows()Tor Arne Vestbø2016-11-231-8/+18
* | | | Move QWindowPrivate::globalPosition() definition out of headerTor Arne Vestbø2016-11-232-13/+15
* | | | Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-222-0/+20
* | | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2016-11-185-6/+12
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-175-6/+12
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-163-3/+8
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-153-3/+8
| | | |\|
| | | | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-0/+3
| | | | * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-081-1/+1
| | | | * Only turn off font hinting when scale is != 1Paul Olav Tvete2016-11-081-2/+4
| | * | | Clean up some conditions in our pro filesLars Knoll2016-11-141-1/+1
| | * | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-101-2/+3
* | | | | Enable support for OpenVGAndy Nichols2016-11-172-1/+4
* | | | | Enable building EGLFS and MinimalEGL with QT_NO_OPENGLAndy Nichols2016-11-171-1/+0
|/ / / /
* | | | QPA: Move (post|process)WindowSystemEvent into their templated counterpartsTor Arne Vestbø2016-11-172-58/+25
* | | | QPA: Group functions in qwindowsysteminterface.cpp by area of responsibilityTor Arne Vestbø2016-11-171-193/+200
* | | | QWindow::setFlags: return early if the flags didn't changeDaniel Vrátil2016-11-111-0/+3
* | | | Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-051-1/+1
|\| | |
| * | | Use async delivery when flushing events from secondary threadsTor Arne Vestbø2016-11-041-1/+1
* | | | Document that QWindow position is relative to its screen's virtualGeometryTor Arne Vestbø2016-11-041-2/+17
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-026-29/+61
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-014-2/+29
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+10
| | |\|
| | | * Document qGuiApp and tweap qAppAlbert Astals Cid2016-10-261-0/+10
| | * | Fix syncqt warning about wrong includeThiago Macieira2016-10-261-1/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-222-6/+11
| | |\|
| | | * Fix when calling QSurfaceFormat::setDefaultFormat before Q*ApplicationKai Koehne2016-10-211-4/+8
| | | * Document QClipboard::mimeData can be nullAlbert Astals Cid2016-10-191-2/+3