aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-1614-61/+12
* Reduce the overhead of type loader lockingSimon Hausmann2018-03-164-14/+15
* When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-165-2/+127
* Improve AnimatedSprite's documentationMitch Curtis2018-03-161-16/+16
* Improve SpriteSequence's documentationMitch Curtis2018-03-161-12/+12
* QQuickWindow: skip mouse synthesis for touch events from trackpadsShawn Rutledge2018-03-162-1/+12
* Add Q_UNUSED(engine) to fix build on iOSShawn Rutledge2018-03-161-0/+2
* Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-155-4/+27
* Fix use of CONFIG+=qtquickcompiler with spaces in pathsSimon Hausmann2018-03-141-6/+6
* Fix a crash in Object.proto.propertyIsEnumerableLars Knoll2018-03-141-3/+5
* tests: add autotest for Q_GADGET derived template classNils Jeisecke2018-03-141-0/+29
* Doc: Add Qt Quick usage guidelinesVenugopal Shivashankar2018-03-135-0/+397
* Fix typos, punctuation, and grammar in sprites.qdocMitch Curtis2018-03-131-30/+30
* Fix non-integer scale factors with Text native renderingDavid Edmundson2018-03-131-2/+2
* Fix ABI/API symbol taggingSimon Hausmann2018-03-121-14/+14
* Fix failing ch15.9.5.43-0-8 after US summer time changeSimon Hausmann2018-03-122-0/+1
* Fix failing assertion when loading QML/JS on IntegrityErik Verbruggen2018-03-091-4/+15
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-097-57/+122
* Clean up memory leaks in testsSimon Hausmann2018-03-081-272/+196
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-084-1/+53
* Initialize all members of QQmlPropertyDatav5.11.0-beta2Lars Knoll2018-03-081-9/+10
* Fix compiler warnings on gcc 7.2Lars Knoll2018-03-082-9/+9
* Fix issue with allocating huge objects in the memory managerLars Knoll2018-03-082-3/+24
* Rebuild property cache in QObjectWrapper::getProperty if deletedDavid Edmundson2018-03-081-0/+5
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-088-41/+132
* Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-082-0/+22
* Add an example of binding LayoutMirroring to the app's layoutDirectionMitch Curtis2018-03-081-0/+7
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-083-1/+24
* Improve documentation on component creation contextMichael Brasser2018-03-082-1/+4
* tests: refactor and un-blacklist tst_QQuickMouseArea::pressedMultipleButtonsGatis Paeglis2018-03-082-85/+72
* touchDevice: don't lose bits from QTouchDevice::capabilitiesShawn Rutledge2018-03-081-2/+1
* TapHandler: add singleTapped and doubleTapped signalsShawn Rutledge2018-03-022-3/+29
* doc: Add special module header to qtqmltest.qdocconfMartin Smith2018-03-021-1/+1
* Doc: Change QtQuickTest to QtQmlTestMartin Smith2018-03-022-28/+28
* doc: Fix another link to page titleMartin Smith2018-03-021-1/+1
* doc: Fix link to page titleMartin Smith2018-03-021-1/+1
* doc: Add qtquickcontrols2 to the dependency listMartin Smith2018-03-021-1/+1
* doc: Fix one link commandMartin Smith2018-03-021-1/+1
* stabilize tst_QQuickFramebufferObject::testInvalidateShawn Rutledge2018-03-022-4/+1
* stabilize tst_TouchMouse::touchButtonOnFlickableShawn Rutledge2018-03-021-1/+1
* allow DeviceType and PointerType enums 16 bits each; bit packingShawn Rutledge2018-03-021-11/+13
* Add testcase for how align-to-pixel affects size hint normalizationJan Arve Sæther2018-03-021-0/+17
* Don't crash if DragHandler have target: nullJan Arve Sæther2018-03-021-6/+8
* Manual test: combinations of DragHandler and TapHandler on FlickableJan Arve Saether2018-03-029-4/+628
* Fix flaky test - wait for the LayoutRequest to arriveJan Arve Sæther2018-03-011-0/+1
* Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-015-28/+46
* Silence a GCC 8 warning in qqmlprofilereventVille Voutilainen2018-02-281-2/+2
* Silence another GCC 8 warning in qpodvectorVille Voutilainen2018-02-281-1/+1
* Silence a GCC 8 warning in qquickanimationVille Voutilainen2018-02-281-3/+3
* Silence GCC 8 warnings in qpodvectorVille Voutilainen2018-02-281-4/+4