aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QML: Resolve conflict in ImportSpecifier rulev5.14.0-rc1Ulf Hermann2019-11-291-1/+5
* Retrieve the attached properties base type without recursionUlf Hermann2019-11-185-32/+29
* Disable deprecation warnings in function that are themselves deprecatedUlf Hermann2019-11-181-0/+8
* Fix deprecation warning about QString from character literalUlf Hermann2019-11-181-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-142-52/+21
|\
| * QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-052-52/+21
* | Fix warning about non-relative paths in qmldir filesSimon Hausmann2019-11-131-1/+1
* | Doc: Fix documentation warningsTopi Reinio2019-11-119-93/+4
* | RuntimeHelpers: Short-circuit stringToNumber on huge stringsUlf Hermann2019-11-071-0/+9
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-311-3/+9
|\|
| * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-3/+9
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-291-0/+4
| |\
| | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-112-7/+25
| | |\
| | * | Doc: Add a \note about the (broken) Binding value restoration policyUlf Hermann2019-10-091-0/+4
| * | | qv4compileddata: do not use raw constexprFabian Kosmale2019-10-281-1/+1
| | |/ | |/|
* | | Update flowchart to reflect addition of new methodsFabian Kosmale2019-10-242-0/+0
* | | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-244-18/+7
* | | Fix typoRobert Loehning2019-10-211-2/+2
* | | Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-211-1/+1
* | | Fix interface handling in bindingsFabian Kosmale2019-10-211-1/+11
* | | Document recent change in allowed alias usageFabian Kosmale2019-10-211-9/+11
* | | Use QV4 namespace for ValueTimo Aarnipuro2019-10-172-3/+3
* | | QFlagPointer/QBiPointer: insert static assertions in addition to dynamicThiago Macieira2019-10-161-0/+16
* | | QML: Extend QML loader thread's stack sizeErik Verbruggen2019-10-161-0/+3
* | | Android: Fix crash in release modeBogDan Vatra2019-10-161-1/+2
* | | Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-1/+1
* | | Check for invalid context in QQmlContextPrivate::dropDestroyedQObjectUlf Hermann2019-10-161-0/+3
* | | qqmlprivate.h: Fix include directiveFriedemann Kleint2019-10-141-1/+1
* | | Fix float value binding to an integerTeemu Holappa2019-10-111-2/+3
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-7/+25
|\| |
| * | Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-5/+20
| * | Doc: Add example on how to access types in imported QML from javascriptNico Vertriest2019-10-071-2/+5
| |/
* | Output a message when changing the target of a Binding from elsewhereUlf Hermann2019-10-092-3/+51
* | Postpone the Binding restore mode behavior change to Qt 6.0Ulf Hermann2019-10-091-5/+12
* | Free dynamic metaobjects when destroying QQmlTypePrivateUlf Hermann2019-10-081-0/+2
* | Add initial support for deep aliasesFabian Kosmale2019-10-074-55/+107
* | QML Binding: do not convert stringsFabian Kosmale2019-10-073-7/+9
* | Small performance improvements suggested by clang-tidyAlbert Astals Cid2019-10-079-9/+10
* | qmlRegisterSingletonInstance: Do not crash if instance gets deletedFabian Kosmale2019-10-073-3/+10
* | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-042-6/+5
* | Re-add the warnings about deprecated default binding restore modeUlf Hermann2019-10-041-1/+14
* | QQmlBind: Mark restoreMode as explicitly also when set to default valueUlf Hermann2019-10-021-1/+1
* | Android: Load QML plugins directly from APK libs dirBogDan Vatra2019-10-011-0/+22
* | Delete type half-built type resolution caches on compile errorsUlf Hermann2019-09-301-0/+1
* | Fix property cache leaksUlf Hermann2019-09-301-3/+7
* | Use a QQmlRefPointer for QQmlScriptData::typeNameCacheUlf Hermann2019-09-303-8/+4
* | Convert QTime to V4 Date on a date with no DST in forceEdward Welbourne2019-09-271-7/+9
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-0/+1
|\|
| * QMLJS: Fix exception handling in promisesFabian Kosmale2019-09-231-0/+1
* | Don't leak references to QQmlTypePrivateUlf Hermann2019-09-251-0/+1