aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-195-13/+34
|\
| * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-194-9/+20
| |\
| | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-182-7/+18
| | * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
| | * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-121-3/+4
| | |\
| * | | Revert "Remove this piece of code"Simon Hausmann2016-05-181-2/+11
| | |/ | |/|
| * | Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
* | | QML: Fill QtObject lazily.Erik Verbruggen2016-05-112-11/+85
* | | Teach the QML engine to find static Qt Quick Controls 2 stylesJ-P Nurmi2016-05-111-10/+31
* | | Merge remote-tracking branch 'origin/5.6.1' into 5.7Simon Hausmann2016-05-091-1/+1
|\ \ \ | | |/ | |/|
| * | Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
| |/
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+1
|\|
| * Add version tag to QQmlExtensionInterface_iidJoni Poikelin2016-04-291-1/+1
* | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-05-042-22/+32
* | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-023-11/+12
* | Qml: use qDeleteAll moreAnton Kudryavtsev2016-04-272-6/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-274-5/+25
|\|
| * V4: 'Cache' enumeration end instead of calling a method.Erik Verbruggen2016-04-221-2/+2
| * Occasionally trim the type cacheUlf Hermann2016-04-192-1/+21
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-2/+2
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-264-19/+21
* | QML: Drop unnecessary includeUlf Hermann2016-04-251-2/+0
* | Allow target path version in a parent moduleJ-P Nurmi2016-04-213-41/+72
* | QQmlPropertyCache: Fix developer build with MinGW.Friedemann Kleint2016-04-191-8/+8
* | QQmlEasingValueType: replace QList<qreal> with QVector<qreal>Anton Kudryavtsev2016-04-141-1/+1
* | QQmlEasingValueType: use reserve() to optimize memory allocationAnton Kudryavtsev2016-04-141-3/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-083-120/+1
|\|
| * qml: Remove unused QHashField class.Robin Burchell2016-04-062-113/+0
| * Doc: Replace the reference to QQmlComponent::endCreateVenugopal Shivashankar2016-03-091-1/+1
* | QML: make QmlContext::qml{Context,Scope} inlinable.Erik Verbruggen2016-04-051-1/+1
* | QML: add some hot-path hints for the compiler.Erik Verbruggen2016-04-052-6/+6
* | QML: allow more methods to get inlined.Erik Verbruggen2016-04-057-49/+47
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-314-3/+3
* | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-313-5/+3
* | QQmlImportDatabase: Introduce utility message function.Friedemann Kleint2016-03-251-5/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-0711-51/+84
|\|
| * Let QQmlObjectCreator::setPropertyBinding return false for invalid typesFrederik Gladhorn2016-03-041-0/+2
| * Make more ctors explicitMarc Mutz2016-03-032-2/+2
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-039-50/+81
| * Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-011-18/+56
|\|
| * Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-18/+56
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-192-4/+3
|\|
| * Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-0/+7
|\|
| * QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7
* | Qml: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-102-9/+9
* | Include qqml.h in qqmlengine.h for convenienceMitch Curtis2016-02-051-0/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-292-3/+9
|\|
| * QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-2/+8