aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* V4: Add trace slot for UPlusErik Verbruggen2019-03-229-13/+37
* Simplify invocation of TableModel.roleDataProvider (toScriptValue)Shawn Rutledge2019-03-211-2/+1
* QV4Engine: Unify fromValue and metaTypeToJSRobin Burchell2019-03-211-124/+13
* Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-206-3/+80
* Use QQmlRefCount for QQmlType(Private)Ulf Hermann2019-03-196-67/+43
* Replace bit field with normal typesErik Verbruggen2019-03-192-5/+5
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-1511-76/+71
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-139-99/+68
| |\
| | * Doc: link to C++ and QML integration flowchartMitch Curtis2019-03-121-0/+2
| | * Disable tail calls for function called with more arguments than formalsUlf Hermann2019-03-041-1/+3
| | * Doc: QQmlApplicationEngine::objectCreated() also signals errorsUlf Hermann2019-03-011-3/+5
| | * Doc: Document peculiarity of sorting DelegateModelGroupsUlf Hermann2019-03-011-1/+2
| | * Doc: Fix use of \QtMinorVersion in snippetsKai Koehne2019-03-011-16/+16
| | * doc: Clarify that DelegateModel is a kind of proxy modelShawn Rutledge2019-02-261-6/+12
| | * QAnimationGroupJob: Notify about removed children on clear()Ulf Hermann2019-02-261-7/+3
| | * Unify and fix number to string conversion with radixUlf Hermann2019-02-252-39/+16
| | * V4: Rotate loop in ArrayPattern and eliminate "done" labelErik Verbruggen2019-02-251-11/+5
| | * V4: Fix unwind handling when destructuring listsErik Verbruggen2019-02-251-14/+1
| * | Use lowercase name for window headerSamuli Piippo2019-03-121-1/+1
| * | wasm: disable MOTH_COMPUTED_GOTO for stock llvmv5.13.0-beta1Morten Johan Sørvig2019-03-081-1/+7
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-086-34/+45
|\| |
| * | Doc: Promote use of ECMAScript modules over Qt.include()Ulf Hermann2019-03-045-33/+44
| * | Make qml-tracing a private featureUlf Hermann2019-03-011-1/+1
* | | V4: Add IR that can use traced information to JITErik Verbruggen2019-03-0417-10/+5512
* | | V4: Undo rotation of the do-while loopErik Verbruggen2019-03-011-10/+14
* | | V4: Change both setter0 lookup methods to reflect getter0Erik Verbruggen2019-03-013-22/+32
* | | TableModel: support built-in QML model rolesMitch Curtis2019-02-283-90/+79
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-02-2519-143/+232
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2519-143/+232
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-2216-84/+146
| | |\|
| | | * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-02-221-9/+22
| | | |\
| | | | * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-9/+22
| | | * | QML: Pass type minor version when creating property dataUlf Hermann2019-02-219-27/+28
| | | * | QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-215-4/+20
| | | * | QQmlAdaptorModel::Accessors: create a propertyCache for all accessors, not ju...Richard Moe Gustavsen2019-02-214-42/+64
| | | * | QQmlPropertyCache: support setting an explicit metaObject revisionRichard Moe Gustavsen2019-02-212-2/+12
| | | |/
| | * | Only generate a warning when assigning null to incompatible propertiesUlf Hermann2019-02-222-59/+86
* | | | Remove Q_INVOKABLE from QQmlTableModel::index()Shawn Rutledge2019-02-251-1/+1
|/ / /
* | | TableModel: add QML-invokable overloads for index(), data() and setData()Shawn Rutledge2019-02-222-3/+67
* | | TableModel.roleDataProvider: replace row, column with index argumentShawn Rutledge2019-02-222-13/+16
* | | Tweak managed/undefined checks in QV4::Value for 32bit systemsErik Verbruggen2019-02-211-2/+16
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2113-52/+92
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-2013-52/+92
| |\|
| | * Fix PropertyKey::isArrayIndexErik Verbruggen2019-02-191-1/+1
| | * Avoid unnecessary re-generation qml cache files in some circumstancesUlf Hermann2019-02-1810-40/+54
| | * QML: Don't crash the parser on certain kinds of bad inputUlf Hermann2019-02-181-2/+6
| | * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-9/+31
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-1611-20/+59
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-155-13/+24
| |\|
| | * V4: Fix failing assert on all 32bit platformsErik Verbruggen2019-02-141-1/+1