aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-222-9/+16
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-222-1/+9
* Remove duplicated project optionsJesus Fernandez2018-02-221-2/+0
* WinRT: Do not call canAllocateExecutableMemory from static initializerOliver Wolff2018-02-222-7/+7
* Move the QML_COMPILE_HASH macro definition from the command-lineThiago Macieira2018-02-214-14/+29
* Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-212-36/+62
* Fix build with GCC 7: possibly uninitialized array warningThiago Macieira2018-02-211-1/+1
* QuickTest: declare a missing QtQuick.Window dependencyJ-P Nurmi2018-02-211-0/+1
* Image: respect aspect ratio of an SVG when width or height is zeroAndy Shaw2018-02-211-1/+1
* Layout: improve warning message when anchors are detectedMitch Curtis2018-02-201-1/+1
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-208-1/+108
* Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-193-1/+16
* Software render: Fix warnings floodFriedemann Kleint2018-02-191-0/+1
* Finally really remove QT_NO_QML_DEBUGGERUlf Hermann2018-02-193-4/+3
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-188-9/+103
|\