aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
* Doc: Refactor cpp integration Message sampleSamuel Gaist2016-06-191-5/+5
* Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-1/+1
* V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-165-72/+62
* Add QNX to an x86-64 gcc/g++ listJames McDonnell2016-06-141-1/+1
* Make some QNX only code Dinkum specificJames McDonnell2016-06-141-1/+1
* QML: Only release types if they aren't referenced anymoreUlf Hermann2016-06-101-1/+2
* QmlIncubator: correct documentation snippet about waiting for ReadyShawn Rutledge2016-06-101-1/+1
* Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-2/+3
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-311-0/+5
|\
| * Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
* | RegAllocInfo: Initialize member _currentStmt.Edward Welbourne2016-05-301-0/+1
* | V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-272-5/+5
* | 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
|\