aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Stabilize the threadSignal() testSimon Hausmann2017-09-063-14/+22
* Add change file for Qt 5.6.3Jani Heikkinen2017-09-061-0/+78
* Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
* Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-055-16/+54
* tst_qquickmultipointtoucharea nonOverlapping: add visual feedbackShawn Rutledge2017-09-051-5/+35
* qmlimportscanner: Only skip debug/release directories if the path ends with themAndy Shaw2017-09-041-2/+2
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
* QQuickListView: ensure we re-layout when a delegate is placed at the last vis...Richard Moe Gustavsen2017-08-301-6/+4
* Doc: Minor fixes to Loader QML type documentationTopi Reinio2017-08-293-7/+10
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-2925-57/+57
* Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
* Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
* Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
* Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
* Fix compiler errors with clang 4.0Lars Knoll2017-08-231-12/+12
* Fix memory corruption with type trimmingSimon Hausmann2017-08-234-12/+14
* Small cleanupLars Knoll2017-08-231-2/+1
* Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
* Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
* Clean up void * usageLars Knoll2017-08-235-13/+16
* Fix finding test data on AndroidEskil Abrahamsen Blomfeldt2017-08-221-0/+5
* Fix memory leaks with threaded rendererJoni Poikelin2017-08-223-5/+5
* qmlplugindump: fix bug in reading command lineMarco Benelli2017-08-211-1/+1
* Make sure QQmlDebugProcess correctly reports session as startedUlf Hermann2017-08-177-15/+4
* Don't crash when trying to bind an invalid property indexUlf Hermann2017-08-171-1/+1
* Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-152-1/+44
* QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-152-0/+80
* Example: Replace the deprecated propertyVenugopal Shivashankar2017-08-101-1/+1
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-095-1/+69
* Bump tests262 submodule to include .gitattributes fixSimon Hausmann2017-08-071-0/+0
* Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-043-8/+9
* Fix flaky failure in attachedProperty() autotestJan Arve Saether2017-08-032-1/+1
* Doc: Mention license in Qt Quick documentationKai Koehne2017-08-031-0/+8
* Avoid meta-object creation when looking up QML properties in the property cacheSimon Hausmann2017-08-021-4/+8
* Reduce memory consumption of stat() cache in QML type loaderSimon Hausmann2017-08-022-24/+20
* Fix void * usage in our internal APIsLars Knoll2017-08-027-63/+60
* Move the m_qmlLists member in the QML engine to QQmlMetaTypeLars Knoll2017-08-025-47/+67
* Remove unused types on engine destructionSimon Hausmann2017-08-026-99/+202
* Remove unused variableSimon Hausmann2017-08-021-1/+0
* Change data structures in QQmlMetaTypeDataLars Knoll2017-08-025-192/+173
* Remove QQmlEnginePrivate::typePropertyCacheSimon Hausmann2017-08-025-112/+146
* Move property cache from the engine to QQmlTypeSimon Hausmann2017-08-025-32/+38
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-0213-112/+76
* Use QQmlType by valueLars Knoll2017-08-0232-411/+424
* Simplify logicLars Knoll2017-08-021-3/+1
* Use QQmlType by value in the type wrapperLars Knoll2017-08-026-36/+65
* Use QQmlType by value in the MemberExpressionResolverLars Knoll2017-08-022-11/+17
* Turn QQmlType into a refcounted value typeLars Knoll2017-08-022-67/+142
* tst_QQuickDropArea: Pass with High DPI scalingFriedemann Kleint2017-08-021-10/+14