aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Make Array.prototype.concat comply better with the specLars Knoll2018-07-303-10/+49
* Clean up QQmlCustomParser APISimon Hausmann2018-07-306-26/+26
* Add missing sizeof assertions to compiled data structuresSimon Hausmann2018-07-301-1/+6
* Shrink the size of CompiledData::Function by 16 bytesSimon Hausmann2018-07-302-14/+17
* Reduce the size of CompiledData::ObjectSimon Hausmann2018-07-301-7/+7
* Shrink function objects by 12 bytesSimon Hausmann2018-07-301-7/+7
* Add debug code for dumping unit statsSimon Hausmann2018-07-302-1/+34
* Fix AOT byte code generation of unary ops with constantsSimon Hausmann2018-07-302-3/+1
* QQmlAdaptorModel: prepare js list models for recycling supportRichard Moe Gustavsen2018-07-301-4/+19
* Fix use of Component.onCompleted scripts in QQmlPropertyMap sub-typesSimon Hausmann2018-07-301-5/+32
* QQmlAdaptorModel: prepare QQmlListProperty for delegate recyclingRichard Moe Gustavsen2018-07-301-1/+27
* Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-273-21/+32
* Doc: bump import version to 2.12Shawn Rutledge2018-07-242-5/+5
* Fix unused variableJesus Fernandez2018-07-231-1/+0
* Remove unused codeAlbert Astals Cid2018-07-233-540/+0
* Use QScopeGuard instead of library local helper templateSimon Hausmann2018-07-225-83/+8
* Revert "QQmlAdaptorModel: support dataChanged signals from multi-column models"Richard Moe Gustavsen2018-07-183-15/+2
* QQmlDelegateModel: remove rows and columns propertiesRichard Moe Gustavsen2018-07-183-37/+0
* Add support for onload/onloadend/onerror callbacks in XHRSimon Hausmann2018-07-181-13/+29
* Make it easier to define a different trim thresholdMichael Brasser2018-07-181-0/+3
* QQmlDelegateModel: remove unused m_useFirstColumnOnlyRichard Moe Gustavsen2018-07-181-2/+4
* Use QTranslator::install(QLocale, ...) everywhereKai Koehne2018-07-181-2/+2
* 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