aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2510-85/+177
|\
| * 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-154-4/+12
|\|
| * 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 performance regression in rich text with imagesEskil Abrahamsen Blomfeldt2016-11-141-6/+2
* | TextEdit: set cursor delegate's height to match the selected fontMitch Curtis2016-11-121-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-275-8/+6
|\|
| * 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
* | QQuickShortcut: allow setting a custom context matcherJ-P Nurmi2016-10-261-20/+35
* | Row/Column/GridLayout: add missing margins properties to documentationMitch Curtis2016-10-141-0/+18
* | QQuickItem: eliminate repeated access to QQmlV4Function::v4engine()J-P Nurmi2016-10-131-10/+10
* | Item: sort out mapFromGlobal() and mapToGlobal()J-P Nurmi2016-10-133-2/+75
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-124-10/+22
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-055-8/+17
|\|
| * 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
* | Doc: add spec on parameter imageNico Vertriest2016-10-041-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-046-67/+43
|\|
| * Fix crash with window-less QQuickItemsSimon Hausmann2016-09-306-67/+41
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7J-P Nurmi2016-09-306-20/+31
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-306-20/+31
| |\|
| | * 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
* | | Remove dead codeJake Petroules2016-09-301-4/+0
|/ /
* | Fix Flickable state being reset when it replays a delayed press.Andrew den Exter2016-09-231-2/+3
* | 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
| |/