aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add LineStyle support to Context2dColin Ogilvie2018-07-126-0/+263
* Blacklist tst_qquickflickable::nestedSliderUsingTouchJoni Jantti2018-07-121-0/+1
* Blacklist tst_QQuickMultiPointTouchArea::nonOverlapping and ::nestedJoni Jantti2018-07-121-0/+2
* Add Flickable.synchronousDrag propertyShawn Rutledge2018-07-126-3/+110
* Rename Pointer Handlers to Input Handlers (as a concept)Shawn Rutledge2018-07-126-15/+15
* Move demos to qtdoc repositoryFrederik Gladhorn2018-07-12316-17663/+1
* QQWindowPriv::sendFilteredPointerEvent: don't clear hasFilteredShawn Rutledge2018-07-121-1/+7
* tst_FlickableInterop: test both usages of DragHandler in a SliderShawn Rutledge2018-07-124-32/+195
* Quick: Use devicePixelRatioF rather than devicePixelRatioUlf Hermann2018-07-123-5/+5
* QML Profiler: Test that only one Complete message is sent per sessionUlf Hermann2018-07-1024-45/+114
* TableView: remove row and column from attached objectRichard Moe Gustavsen2018-07-105-49/+21
* TableView pixelator exampleMichael Winkelmann2018-07-108-0/+488
* QQmlAdaptorModel: move connection set-up code to QQmlDelegateModelRichard Moe Gustavsen2018-07-104-52/+78
* Fix invalid object property key conversionsSimon Hausmann2018-07-105-12/+330
* Teach Rectangle's gradient property to accept QGradient::PresetTor Arne Vestbø2018-07-108-28/+136
* QQuickTableViewPrivate::modelIndexAtCell(): print count when assertingMitch Curtis2018-07-091-1/+2
* QQuickTableViewPrivate::dumpTable(): print absolute path of imageMitch Curtis2018-07-091-3/+5
* QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-094-44/+55
* tst_qquickpositioners: Remove forced basic renderloop workaroundTor Arne Vestbø2018-07-031-4/+0
* Bump internal API version after internal API changesSimon Hausmann2018-07-031-1/+1
* Quick tests: remember positions of stationary pointsShawn Rutledge2018-07-032-46/+49
* Input handler tests: remember positions of stationary pointsShawn Rutledge2018-07-033-23/+26
* Fix handling of out-of-range year in Date's toISOString()Edward Welbourne2018-07-031-1/+1
* Apply TimeClip() in a few places it was missingEdward Welbourne2018-07-031-3/+3
* Fix class members that are generatorsLars Knoll2018-07-036-517/+37
* Allow for more than 128 bytecode instructionsLars Knoll2018-07-034-79/+108
* Change the instruction encoding for the bytecodeLars Knoll2018-07-034-22/+27
* Give classes a name propertyLars Knoll2018-07-032-80/+5
* Correctly setup the this object after a super callLars Knoll2018-07-032-9/+4
* Add support for super propertiesLars Knoll2018-07-0311-35/+148
* Get rid of the duplication for the GetLookup instructionsLars Knoll2018-07-037-44/+9
* Fix naming of classes in class expressionsLars Knoll2018-07-035-494/+51
* Add support for super callsLars Knoll2018-07-0316-120/+225
* Refactor initialization code for JS stack framesLars Knoll2018-07-037-104/+112
* Move the C++ and JS stack frame definitions into it's own fileLars Knoll2018-07-0318-107/+226
* Remove ExecutionEngine::setCurrentContext()Lars Knoll2018-07-032-9/+6
* Smaller refactoring of VME::exec() to preapre for upcoming changesLars Knoll2018-07-033-46/+55
* Implement support for new.targetLars Knoll2018-07-0346-99/+97
* Prefix vtable methods with virtualLars Knoll2018-07-0368-407/+390
* Unify the managed and object vtablesLars Knoll2018-07-0312-158/+149
* Move the Vtable for Managed objects into it's own fileLars Knoll2018-07-036-152/+219
* Add a newTarget parameter to the Construct runtime methodsLars Knoll2018-07-035-13/+22
* Fix qtquick_compiler_add_resources when cross-compilingSimon Hausmann2018-07-032-12/+40
* Get rid of Value::asArrayIndex()Lars Knoll2018-07-023-43/+11
* Rename IdentifierTable methodsLars Knoll2018-07-027-24/+24
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-0223-156/+105
* Replace Identifier by PropertyKeyLars Knoll2018-07-0255-338/+318
* Introduce a PropertyKey class that inherits from ValueLars Knoll2018-07-0210-36/+260
* Cleanups in the Identifier APILars Knoll2018-07-0217-44/+45
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-0249-296/+263