aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Enable making window-screen associations from QMLLaszlo Agocs2016-10-107-91/+247
* Quick: add missing 'override'Anton Kudryavtsev2016-10-079-39/+39
* QQEventPoint debug operator: show pointId in hexShawn Rutledge2016-10-071-1/+1
* QQuickContext2DCommandBuffer: mark makePen() method as staticAnton Kudryavtsev2016-10-061-1/+1
* Mark some methods as constAnton Kudryavtsev2016-10-0616-24/+24
* QQuickItemView: Extract Method fxViewItemAtPosition()Anton Kudryavtsev2016-10-041-13/+12
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-0110-8/+116
|\
| * Add some notes to mouse and touch ungrab docsFrederik Gladhorn2016-10-011-0/+15
| * Do not crash in debug operator<< when QQuickPointerDevice is nullptrFrederik Gladhorn2016-09-291-0/+4
| * Don't crash when delivering stationary touchpoint as mouse releaseShawn Rutledge2016-09-271-0/+2
| * Remove unused notifier for parent accessorSimon Hausmann2016-09-272-3/+0
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-217-5/+95
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-165-5/+19
| | |\
| | | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-161-2/+2
| | | |\
| | | | * Correctly update the geometry of QSGDefaultPainterNodev5.6.2Yoann Lopes2016-09-121-2/+2
| | | * | Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-151-0/+9
| | | * | QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
| | | * | Fix grammar in "Keyboard Focus in Qt Quick" documentationMitch Curtis2016-09-061-1/+1
| | | |/
| | | * QQuickDragAttached: set actual drag source when instantiating QDragAlberto Mardegan2016-08-261-1/+1
| | * | Fix smooth scaling for Qt Quick Text itemsJake Petroules2016-09-141-0/+8
| | * | Doc: Updated Local Storage QML Types documentationNico Vertriest2016-09-121-0/+68
* | | | check QML_NO_TOUCH_COMPRESSION during first touch eventJeremy Katz2016-09-261-2/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-216-44/+21
|\| | |
| * | | Fix crash when using Software Renderer on HiDPI QBackingStoreAndy Nichols2016-09-151-2/+11
| * | | Make LayoutMirroring work with WindowJ-P Nurmi2016-09-121-3/+10
| * | | Doc: Remove newline to fix QSGMaterial flags tableLaszlo Agocs2016-09-051-1/+0
| * | | QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-304-38/+0
* | | | QQuickKeysAttached: drop const from keyToSignal() result typeAnton Kudryavtsev2016-09-202-2/+2
* | | | Quick items: add missing 'override'Anton Kudryavtsev2016-09-204-19/+19
* | | | Quick utils: add missing 'override'Anton Kudryavtsev2016-09-2012-62/+62
* | | | qquickcontext2dtile_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-4/+4
* | | | qquickanimationcontroller_p.h: add missing 'override'Anton Kudryavtsev2016-09-181-2/+2
* | | | qquickanimator_p.h: add missing 'override'Anton Kudryavtsev2016-09-171-14/+14
* | | | scenegraph: add missing 'override'Anton Kudryavtsev2016-09-1612-52/+52
* | | | PathView: use nullptr instead of 0Anton Kudryavtsev2016-09-142-25/+25
* | | | Use QByteArrayLiteral more judiciouslyAnton Kudryavtsev2016-09-034-10/+10
* | | | Merge remote-tracking branch 'origin/5.8' into devSimon Hausmann2016-08-278-11/+48
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-261-3/+20
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-08-251-3/+20
| | |\|
| | | * macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
| * | | Use predefined color instead of creation from stringAnton Kudryavtsev2016-08-262-3/+3
| * | | Fix mouse area pressed after removal of pre-grabFrederik Gladhorn2016-08-241-1/+5
| * | | Merge dev into 5.8Oswald Buddenhagen2016-08-2240-190/+228
| |\ \ \
| * | | | Fix race-condition crash on shut-down in QtWebEngineAllan Sandfeld Jensen2016-08-192-2/+7
| * | | | Have proper OpenGL checks in QQuickFBO and image particlesLaszlo Agocs2016-08-181-0/+11
| * | | | Improve Direct3D documentationFriedemann Kleint2016-08-171-2/+2
* | | | | Use QStringBuilder moreAnton Kudryavtsev2016-08-268-42/+29
* | | | | optimize string usage: use prepend() lessAnton Kudryavtsev2016-08-231-2/+2
* | | | | QQuickItemView: de-duplicate calls and cache resultsAnton Kudryavtsev2016-08-221-11/+14
| |/ / / |/| | |
* | | | Quick: fix incorrect usage of 'range for' with Qt containersAnton Kudryavtsev2016-08-203-10/+11