aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-03103-503/+539
|\
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-27517-3373/+3223
|\|
| * 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
* | Add finished() signal to AnimatedSpriteMitch Curtis2018-02-263-0/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-2318-126/+178
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-225-12/+28
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-2211-59/+101
|\|