aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't leak resolved types of failed compilationsUlf Hermann2019-09-252-5/+6
* | doc: Fix several qdoc warningsMartin Smith2019-09-234-8/+9
* | Fix documentation for qmlRegisterType and qmlRegisterAnonymousTypeUlf Hermann2019-09-191-20/+20
* | Fix deprecation macros in qqml.hUlf Hermann2019-09-181-2/+6
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-09-175-5/+27
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-175-5/+27
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-126-40/+65
| | |\
| | | * Fix various accumulator-saving problemsUlf Hermann2019-09-035-5/+27
| | | * Visit lists iteratively when parsing QMLUlf Hermann2019-09-031-35/+38
* | | | Re-add documentation for Qt Qml ModelsUlf Hermann2019-09-1714-1352/+0
|/ / /
* | | Fix qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-161-4/+4
* | | doc: Add missing directories to qdocconf filesMartin Smith2019-09-161-2/+8
* | | Force creation of metaobjects for top level objects and componentsUlf Hermann2019-09-131-1/+10
* | | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-128-98/+132
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-128-98/+132
| |\| |
| | * | Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-299-117/+128