aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-172-3/+42
|\
| * Fix unaligned memory access on ARMSimon Hausmann2018-07-171-1/+1
| * Doc: Extend documentation for ItemSelectionModelPaul Wicking2018-07-161-0/+41
* | Get rid of TemporaryAssignmentSimon Hausmann2018-07-173-22/+4
* | QQmlTableInstanceModel: add new TableView helper classRichard Moe Gustavsen2018-07-164-5/+480
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-164-10/+34
|\|
| * Fix conversion of numeric literals in the AST to stringsSimon Hausmann2018-07-132-1/+23
| * Doc: Update QTime to JavaScript Date conversion descriptionPaul Wicking2018-07-101-9/+9
| * Doc: Mark the \snippet statements with a .pro fileVenugopal Shivashankar2018-07-021-0/+2
* | Tooling: Add a command line application for QML previewUlf Hermann2018-07-131-0/+12
* | Add LastOffset/OffsetCount constants to CallData::OffsetsErik Verbruggen2018-07-131-3/+11
* | QQmlDelegateModel: check if the delegate model adapts an AIMRichard Moe Gustavsen2018-07-131-1/+2
* | JS: Encode result of Math.min and Math.max as int when possibleErik Verbruggen2018-07-133-7/+10
* | QQmlAdaptorModel: move connection set-up code to QQmlDelegateModelRichard Moe Gustavsen2018-07-104-52/+78
* | Fix invalid object property key conversionsSimon Hausmann2018-07-102-12/+16
* | QQmlDelegateModelItem: set row and column explicitRichard Moe Gustavsen2018-07-094-44/+55
* | Bump internal API version after internal API changesSimon Hausmann2018-07-031-1/+1
* | 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-035-1/+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-031-4/+5
* | Correctly setup the this object after a super callLars Knoll2018-07-031-0/+4
* | Add support for super propertiesLars Knoll2018-07-0310-4/+141
* | Get rid of the duplication for the GetLookup instructionsLars Knoll2018-07-037-44/+9
* | Fix naming of classes in class expressionsLars Knoll2018-07-034-4/+51
* | Add support for super callsLars Knoll2018-07-0315-57/+219
* | 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-0345-87/+94
* | Prefix vtable methods with virtualLars Knoll2018-07-0366-397/+380
* | 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
* | 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-0222-147/+105
* | Replace Identifier by PropertyKeyLars Knoll2018-07-0253-332/+312
* | 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-0241-282/+241
* | Unify put and putIndexedLars Knoll2018-07-0232-256/+184
* | Add basic support for subclassingLars Knoll2018-07-021-6/+16
* | Improve error messageRainer Keller2018-07-021-1/+3
* | Always use commit sha1 for QML_COMPILE_HASHSamuli Piippo2018-07-021-1/+1
* | Add QJSEngine::throwError() method to report run-time errorsRichard Weickelt2018-07-022-0/+70
* | Internal naming cleanupSimon Hausmann2018-06-293-6/+6