aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-072-5/+32
* Don't crash: Connections with a signal on a nonexistent objectShawn Rutledge2017-08-311-1/+4
* Fix bug in designer support reference countingSimon Hausmann2017-07-271-0/+5
* Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-07-271-0/+1
* Fix for dangling object pointers in QQmlErrorsRobert Griebl2017-04-191-1/+2
* Enable PropertyChanges to correctly restore binding on aliasMichael Brasser2017-02-031-2/+2
* Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-191-1/+1
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-141-1/+4
* Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-182-0/+8
* Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
* Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
* Fix crash with window-less QQuickItemsSimon Hausmann2016-09-304-10/+33
* Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-301-2/+4
* QML: Do not register dependencies of deleted bindingErik Verbruggen2016-08-181-1/+1
* Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-152-2/+2
* QQmlObjectCreator: prefer initializer syntax over assignmentEdward Welbourne2016-08-111-5/+4
* QQmlObjectCreator: initialize _bindingTargetEdward Welbourne2016-08-111-0/+1
* Fix char conversions in QMLChristian Strømme2016-08-091-23/+2
* QQmlComponent: fix handling of relative pathsDavid Faure2016-08-031-2/+5
* Fix documentation of Component.createObjectGiuseppe D'Angelo2016-07-261-1/+1
* QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-251-1/+1
* Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-211-0/+26
* Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
* Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4
* Fix reference to Windows RT which actually meant Windows Runtime.Jake Petroules2016-06-161-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
* 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 parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
* | | 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
|/
* 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
* Occasionally trim the type cacheUlf Hermann2016-04-192-1/+21
* Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-2/+2
* qml: Remove unused QHashField class.Robin Burchell2016-04-062-113/+0
* Doc: Replace the reference to QQmlComponent::endCreateVenugopal Shivashankar2016-03-091-1/+1
* 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
* Properly signal errors when accessing lowercase enum valuesThomas McGuire2016-02-241-18/+56
* Revert "Fix crash on QQmlEngine destruction."Robin Burchell2016-02-172-4/+3
* 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
* Fix don't delete singletons objects owned by C++BogDan Vatra2016-01-251-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-211-2/+2
|\