aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-224-3/+26
|\|
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-211-2/+2
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+2
| | |\
| | | * Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
| | | * Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-1/+1
| * | | Provide access to signal parameters in SignalTransition::onTriggered.Michael Brasser2016-01-192-0/+23
| |/ /
| * | Doc: typo fixJoerg Bornemann2016-01-121-1/+1
* | | Add selector() to get underlying FileSelectorAndré Klitzing2016-01-212-0/+11
* | | Updated license headersJani Heikkinen2016-01-19149-2088/+2982
* | | Qml: fix expensive iteration over QHash::keys() and QMap::keys()Anton Kudryavtsev2016-01-181-1/+4
* | | Remove debugChangesHash from QQmlEngineUlf Hermann2016-01-122-31/+0
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-102-1/+2
|\| |
| * | QQmlXmlHttpRequest: Fix a memory leak on use of XMLHttpRequest's responseXML.Robin Burchell2016-01-051-0/+1
| * | Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-041-1/+1
* | | tvOS supportMike Krus2016-01-012-0/+3
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-183-8/+17
|\| |
| * | qml: preserve composite singleton types.Marco Benelli2015-12-173-8/+17
* | | Rearrange the import paths so the qrc one is after the application pathAndy Shaw2015-12-171-1/+1
* | | Support debugging and profiling for pure QJSEnginesUlf Hermann2015-12-152-8/+6
* | | Remove dead fwd-dclFrank Meerkoetter2015-12-159-13/+0
* | | Remove dead codeFrank Meerkoetter2015-12-141-2/+0