aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-249-82/+172
* Text: Make use of the new cached isSmoothlyScaled attribute on QFontEngineRobin Burchell2016-11-181-3/+5
* Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-101-0/+5
* Add checking "before" as child nodeInhye Seo2016-11-091-2/+4
* Doc: replace "textEdit" with "TextEdit" in lineCount documentationMitch Curtis2016-10-311-1/+1
* Fix crash when trying to allocate in a filled atlas textureJohn Brooks2016-10-271-1/+2
* Fix documentation for dragFinished signalAndy Shaw2016-10-261-1/+1
* Fix TextInput::selectByMouse documentationMitch Curtis2016-10-191-2/+2
* QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-0/+1
* Remove superfluous warning statement in QAccessibleQuickItem::rect()Alexandru Croitor2016-10-131-4/+0
* Check qgl_current_fbo_invalid before using qgl_current_fboAlexandru Croitor2016-10-131-1/+2
* Fix FastFBOResizing hint for QQuickPaintedItemYoann Lopes2016-10-062-3/+15
* QQListView: use dot for property syntaxFrederik Schwarzer2016-10-061-1/+1
* focus.qdoc: fix grammar in documentationFrederik Schwarzer2016-10-061-1/+1
* Fix some minor issues in documentationFrederik Schwarzer2016-10-061-5/+5
* Canvas: Implement high-DPI render modeMorten Johan Sørvig2016-10-051-2/+10
* QQuickPositioners: fix sentence structure in apidocFrederik Schwarzer2016-10-041-4/+4
* QQuickRectangle: fix typo in apidocFrederik Schwarzer2016-10-041-1/+1
* Fix crash on cancel QQuickImageResponseAlbert Astals Cid2016-10-032-1/+2
* Fix crash with window-less QQuickItemsSimon Hausmann2016-09-306-67/+41
* Fix incorrectly aligned text whose size depends on its implicit sizeMitch Curtis2016-09-291-2/+2
* QQuickText: fix paddings when wrapping or eliding is usedJ-P Nurmi2016-09-291-1/+1
* Flickable: do not emit movementEnded until it really doesShawn Rutledge2016-09-291-1/+1
* Flickable: don't activate velocityTimeline if scroll phase availableShawn Rutledge2016-09-291-1/+1
* QSGRenderContext: Add null-checks for stringsFlorian Bruhin2016-09-261-3/+3
* Quick: Do not send SG updates when AnimatedSprite is not visibleErik Verbruggen2016-09-232-12/+21
* Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-221-0/+2
* 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
* macOS: Check if sRGB is supported before activating the shaderSérgio Martins2016-08-241-3/+20
* QQuickGridView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
* QQuickListView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-181-2/+2
* QQuickPathView: fix doc for itemAt() and indexAt()Anton Kudryavtsev2016-08-171-2/+2
* Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-155-5/+5
* PathView: fix infinite construction/destruction loopAnton Kudryavtsev2016-08-121-18/+26
* PathView: fix item creationAnton Kudryavtsev2016-08-121-3/+13
* Don't accept left clicks when text format is plain.Eike Hein2016-08-091-0/+1
* Remove artifacts in font renderingEirik Aavitsland2016-08-051-1/+2
* Flickable: avoid infinite velocity during release after dragShawn Rutledge2016-08-051-2/+6
* Fix QQuickDefaultClipNode::updateGeometry()J-P Nurmi2016-08-051-1/+1
* Revert "macOS: Use sRGB when doing native font rendering into FBO"Sérgio Martins2016-07-291-27/+4
* Doc: Describe how to implement custom SQL models for QMLVenugopal Shivashankar2016-07-281-0/+105
* Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
* Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-211-0/+6
* Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
* Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2