aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-086-41/+106
* Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+10
* 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-081-1/+3
* Improve documentation on component creation contextMichael Brasser2018-03-082-1/+4
* 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
* allow DeviceType and PointerType enums 16 bits each; bit packingShawn Rutledge2018-03-021-11/+13
* Don't crash if DragHandler have target: nullJan Arve Sæther2018-03-021-6/+8
* Fix: Do not read texture files when backend is not openglEirik Aavitsland2018-03-011-5/+21
* 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
* 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-272-9/+9
* 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-2774-232/+232
* AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-1/+13
* Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-261-8/+17
* Remove unused testing codeSimon Hausmann2018-02-261-2/+0
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2661-528/+359
* Sprite, SpriteAnimation: document that frameDuration is in millisecondsMitch Curtis2018-02-262-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-26497-2907/+2907
* doc: Correct mostly linking errorsMartin Smith2018-02-2310-80/+130
* doc: Correct several QML property linksMartin Smith2018-02-231-24/+29
* doc: QtQuick must see the index file for QtSqlMartin Smith2018-02-231-1/+1
* doc: Fix remaining "Can't tie this..." errorsMartin Smith2018-02-237-21/+18
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-221-0/+3