aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQmlDelegateModel: check incubationTask before accessing itwip/itemviewsRichard Moe Gustavsen2018-02-061-2/+8
* QQmlDelegateModel: mark setModelIndex as virtualRichard Moe Gustavsen2018-02-061-1/+1
* Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1Simon Hausmann2018-01-285-32/+32
* Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-288-21/+13
* Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-2813-21/+1114
* FolderListModel: add status propertyIlya Kotov2018-01-287-4/+108
* Add localserver feature check for qmldbg_local pluginFrank Richter2018-01-271-1/+2
* Refactor compressed texture file readingEirik Aavitsland2018-01-279-188/+545
* Remove duplicated declarationLars Knoll2018-01-261-1/+0
* Fix a couple of places where we'd free used objectsLars Knoll2018-01-262-5/+7
* Give Qt Quick Test its own documentation moduleMitch Curtis2018-01-266-3/+180
* demonstrate containsMask in the tapableTriangle Shape exampleShawn Rutledge2018-01-261-2/+3
* Fix compilation unit memory leak when using qml caching from resourcesSimon Hausmann2018-01-261-1/+2
* Remove some duplicated codeSimon Hausmann2018-01-254-31/+26
* AnimatedImage example: allow setting speed to 0Shawn Rutledge2018-01-251-1/+1
* QQuickShape: override contains(QPointF); demonstrate in examplesShawn Rutledge2018-01-2511-18/+206
* Support masking of QQuickItemsPaolo Angelelli2018-01-258-4/+210
* Blacklist QTBUG_34576_velocityZero ListView test on macOS 10.11Shawn Rutledge2018-01-251-0/+3
* blacklist tst_qquickimage::nullPixmapPaint on QEMUShawn Rutledge2018-01-251-0/+4
* Match QQmlEngineDebugServiceTest to the serviceUlf Hermann2018-01-252-5/+17
* QQmlEngineDebugService: Output better diagnostics on test failureUlf Hermann2018-01-251-3/+7
* Fix crash in tst_controls in QQC2Simon Hausmann2018-01-222-4/+24
* Minor data structure cleanupSimon Hausmann2018-01-228-89/+8
* Add an AnimatedImage exampleShawn Rutledge2018-01-214-0/+119
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-204-2/+318
|\
| * Create new engine for each benchmark runAllan Sandfeld Jensen2018-01-171-2/+7
| * Qt.labs.handlers: add plugins.qmltylesShawn Rutledge2018-01-121-0/+308
| * QQuickPointerHandler: add virtual onTargetChanged()Shawn Rutledge2018-01-122-0/+3
* | Remove unused methodLars Knoll2018-01-192-7/+0
* | Disentangle include dependencies around the write barrierLars Knoll2018-01-196-134/+130
* | Introduce a SubString String typeLars Knoll2018-01-194-12/+50
* | Split up String type into a regular and a ComplexStringLars Knoll2018-01-194-61/+73
* | Add support for getting the flags from the original mouse eventAndy Shaw2018-01-189-6/+192
* | V4 JIT: Fix JIT thresholdErik Verbruggen2018-01-171-1/+1
* | Fix license headersJani Heikkinen2018-01-161-17/+12
* | Add a speed property to AnimatedImageLouis du Verdier2018-01-164-1/+38
* | QQuickShapePrivate: use header init, order storage by typeShawn Rutledge2018-01-162-15/+9
* | Fix build without QML debuggingUlf Hermann2018-01-165-11/+8
* | Add a feature Qt Quick RepeaterUlf Hermann2018-01-155-3/+28
* | QQmlProfilerService: Avoid type ambiguitiesUlf Hermann2018-01-151-5/+8
* | Move the freeList from Heap::ArrayData to SparseArrayLars Knoll2018-01-155-20/+18
* | Get rid of BuiltinFunctionLars Knoll2018-01-1511-118/+22
* | Move the last builtin methods over to the new calling conventionLars Knoll2018-01-151-31/+31
* | Convert XmlHttpRequest methods to new calling conventionLars Knoll2018-01-151-134/+134
* | Convert particles over to new calling convention for builtin functionsLars Knoll2018-01-121-26/+26
* | Convert canvas2d methods to new calling conventionLars Knoll2018-01-121-457/+459
* | Convert methods in qqmlbuiltinfunctions.* to new calling conventionLars Knoll2018-01-122-309/+309
* | Allow exported signal handlers for signals with revisionThomas Hartmann2018-01-1213-22/+106
* | Arguments passed to functions should shadow the function nameLars Knoll2018-01-123-6/+25
* | Convert QQmlLocale to the new builtin calling conventionLars Knoll2018-01-122-185/+185