aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Enable shader disk cache in Qt QuickLaszlo Agocs2016-11-271-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-2314-176/+214
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-153-9/+8
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-152-3/+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 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
| * | | Fix flow text objects in beginning of RTL blockEskil Abrahamsen Blomfeldt2016-11-142-2/+17
| * | | Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-107-29/+25
| * | | Quick: Hint that a reparent action will most probably work fineErik Verbruggen2016-11-091-1/+1
| * | | Quick: Only take a copy of changeListeners when there are someErik Verbruggen2016-11-081-64/+88
| * | | Quick: Move counters out of a bitfield in QQuickitemErik Verbruggen2016-11-082-71/+75
* | | | QQuickTextInput: use new QStringRef::isRightToLeft()Anton Kudryavtsev2016-11-121-1/+1
* | | | Scale images correctly with sourceSize and PreserveAspectCrop/FitAlbert Astals Cid2016-11-113-9/+20
* | | | Fix building with -no-openglAndy Nichols2016-11-111-0/+1
* | | | QQuickTextEdit: fix the type of a variableGiuseppe D'Angelo2016-11-031-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-034-5/+6
|\| | |
| * | | Quick: allow NaN check to be inlinedErik Verbruggen2016-11-021-2/+2
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-273-3/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-273-3/+4
| | |\|
| | | * 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
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-224-13/+86
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-203-12/+85
| |\| |
| | * | 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-121-1/+1
| | |\|
| * | | Doc: minor typo in doc TextInput QML typeNico Vertriest2016-10-191-1/+1
* | | | QQuickCanvasItem: optimize mimeToTypeAnton Kudryavtsev2016-10-181-12/+16
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1863-271/+613
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | QQListView: use dot for property syntaxFrederik Schwarzer2016-10-061-1/+1
| * | | Fix enums in QSGGeometryLaszlo Agocs2016-10-121-1/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-10-1014-94/+88
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-1014-94/+88
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-053-7/+15
| | | |\|
| | | | * 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
| | | * | 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 remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-305-17/+28
| | | |\|
| | | | * 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
| | | | * 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