aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix crash with SignalTransitionSimon Hausmann2016-05-251-1/+1
* | Fix crash for unknown QQmlListModel roles in debug buildsFilipe Azevedo2016-05-231-0/+2
* | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-199-26/+23
|\|
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-184-9/+20
| * QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-131-1/+1
| * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-124-114/+41
| |\
| * | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-092-14/+0
| * | Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
* | | Revert "Remove this piece of code"Simon Hausmann2016-05-181-2/+11
| |/ |/|
* | Remove workaround for the pointer size in bootstrapped tool buildsThiago Macieira2016-05-111-5/+1
* | V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-112-106/+36
* | Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
|/
* Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-011-3/+2
* Add version tag to QQmlExtensionInterface_iidJoni Poikelin2016-04-291-1/+1
* V4: 'Cache' enumeration end instead of calling a method.Erik Verbruggen2016-04-221-2/+2
* Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
* Occasionally trim the type cacheUlf Hermann2016-04-192-1/+21
* QML extensions tutorial: Add import plugin to app. bundle on OS XTopi Reinio2016-04-161-6/+20
* Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-1/+7
* Fix typo in QML alias documentationMitch Curtis2016-04-121-1/+1
* Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-2/+2
* qml: Remove unused QHashField class.Robin Burchell2016-04-062-113/+0
* Fix qmlRegisterSingletonType documentationBogDan Vatra2016-03-241-3/+2
* Doc: Replace the reference to QQmlComponent::endCreateVenugopal Shivashankar2016-03-091-1/+1
* QQmlListModelWorkerAgent: fix -Wmisleading-indentation warning (GCC 6, genuine)Marc Mutz2016-03-051-1/+2
* 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-0311-52/+83
* Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
* V4: fix bootstrapped builds on Ubuntu 32bit.Erik Verbruggen2016-03-031-2/+5
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-5/+4
* Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-243-26/+73
* Validate Binding only when it is enabledNikita Krupenko2016-02-241-1/+3
* Remove unused static const non-constexpr variableThiago Macieira2016-02-221-2/+0
* Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-0/+2
|\
| * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
* | Fix grammar in QML property aliases documentationMitch Curtis2016-02-111-2/+2
* | QQmlComponent: mention errors when component is prematurely destructedMitch Curtis2016-02-101-0/+7
|/
* QML: do not wrap property values of type QVariant.Erik Verbruggen2016-01-271-2/+8
* Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-273-10/+16
* Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-1/+1
* Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+2
* Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-225-7/+44
* 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
|/ /