aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-282-0/+11
| | |\|
| | | * Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+7
| | | * Document that QQmlPropertyMap's meta object is not threadsafeVolker Hilsheimer2019-08-211-0/+4
* | | | QQmlTypeLoader: Prevent trivial cyclesFabian Kosmale2019-09-122-1/+3
|/ / /
* | | Use constructor-style casts in qmlobject_(dis)connectShawn Rutledge2019-09-101-4/+4
* | | Optimize enum setupUlf Hermann2019-09-103-42/+49
* | | Prefer JS stack frames over QML contexts when resolving translationsUlf Hermann2019-09-101-23/+25
* | | Also check the non-file-imported type on QQmlMetaType::typeForUrlMichael Brasser2019-09-091-3/+10
* | | Don't manually resolve C++ base type for attached propertiesUlf Hermann2019-09-092-23/+4
* | | Implement lookups for enumsSimon Hausmann2019-09-063-0/+67
* | | QQmlTypeLoader: Do some more sanity checks on file and path namesUlf Hermann2019-09-051-1/+3
* | | Implement lookups for qml type wrappersSimon Hausmann2019-09-053-3/+33
* | | Drop default parameter for qmlRegisterAnonymousTypeUlf Hermann2019-09-051-2/+2
* | | Use quiet NaNs instead of signalling onesEdward Welbourne2019-09-042-2/+2
* | | Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-09-043-31/+82
* | | QQmlType: Remove dead codeUlf Hermann2019-09-042-18/+0
* | | Allow semicolon after property declarationFabian Kosmale2019-09-031-7/+12
* | | Visit lists iteratively when parsing QMLUlf Hermann2019-09-021-35/+38
* | | Android multiarch supportBogDan Vatra2019-08-282-2/+10
* | | Merge dev into 5.14Kari Oikarinen2019-08-2712-19/+116
|\ \ \
| * | | Harmonize meta object revisions and minor versionsUlf Hermann2019-08-263-7/+7
| * | | qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-212-2/+18
| * | | Postpone the deprecation warning for Connections onFoo until 5.15Ulf Hermann2019-08-211-0/+2
| * | | Introduce functions to set properties during creationFabian Kosmale2019-08-196-10/+89
* | | | Improve error message when setting to a property with unknown typeAleix Pol2019-08-231-7/+11
* | | | QQmlBind: Fix qdoc warningFriedemann Kleint2019-08-211-1/+1
* | | | qqmlconnections.cpp: Fix deprecation warning about QStringFriedemann Kleint2019-08-211-1/+2
|/ / /
* | | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-163-3/+77
* | | Adapt usage of QMetaCallEvent to changes in QtCoreVolker Hilsheimer2019-08-131-10/+6