aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Silence a GCC 8 warning in qv4stringVille Voutilainen2018-02-281-1/+1
* Silence a GCC 8 warning in qv4engineVille Voutilainen2018-02-281-1/+1
* Silence a GCC 8 warning in qqmljsparserVille Voutilainen2018-02-281-1/+1
* Doc: correct references to snippetNico Vertriest2018-02-282-113/+28
* Fix: do data size check of pkm format compressed texture filesEirik Aavitsland2018-02-281-3/+2
* Doc: add code examples and GIFs of AnimatedSpriteMitch Curtis2018-02-285-3/+61
* finish renaming of containsMask -> containmentMaskShawn Rutledge2018-02-283-6/+6
* TapHandler: document that DragThreshold is the default gesturePolicyShawn Rutledge2018-02-281-18/+19
* doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-283-6/+10
* doc: Fix some odds and ends in qdoc commentsMartin Smith2018-02-281-1/+1
* Move test for ignoreMessage to the topJan Arve Sæther2018-02-281-62/+60
* doc: Remove duplicate qdoc commentMartin Smith2018-02-281-17/+0
* doc: Fix several Can't link to errorsMartin Smith2018-02-282-26/+49
* rename containsMask to containmentMaskShawn Rutledge2018-02-274-11/+11
* Do not write JSC files when debuggingErik Verbruggen2018-02-271-1/+1
* Fix memory leak in compressed texture file readingEirik Aavitsland2018-02-273-0/+7
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2787-272/+272
* AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-263-3/+52
* tst_qquickanimatedsprite: use QScopedPointerMitch Curtis2018-02-261-17/+10
* Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-264-11/+36