aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-224-2/+42
|\
| * Add a feature for DelegateModelUlf Hermann2018-03-211-1/+7
| * Do not look up objects in deferred propertiesThomas Hartmann2018-03-213-1/+35
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-212-102/+217
|\|
| * Doc: provide an example of the C++ - QML interaction pathMitch Curtis2018-03-211-11/+115
| * Doc: mention alternative syntax for resource filesMitch Curtis2018-03-211-15/+35
| * Rename best practices page to "Best Practices for QML and Qt Quick"Mitch Curtis2018-03-201-5/+5
| * Remove qtquick-guidelines, move contents into qtquick-bestpracticesMitch Curtis2018-03-202-50/+15
| * Doc: improve "Separate UI from Logic" sectionMitch Curtis2018-03-201-17/+31
| * Doc: simplify "Qt Quick Best Practices" introduction paragraphMitch Curtis2018-03-201-4/+4
| * Doc: reorganize "Bundle Application Resources" sectionMitch Curtis2018-03-201-18/+30
| * Fix grammar in "Qt Quick Best Practices"Mitch Curtis2018-03-201-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-176-34/+48
|\|
| * When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-161-2/+2
| * 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
| * Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-151-3/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-156-32/+400
|\|
| * Doc: Add Qt Quick usage guidelinesVenugopal Shivashankar2018-03-134-0/+368
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-122-2/+8
|\|
| * Add an example of binding LayoutMirroring to the app's layoutDirectionMitch Curtis2018-03-081-0/+7
| * touchDevice: don't lose bits from QTouchDevice::capabilitiesShawn Rutledge2018-03-081-2/+1
* | Animation: add finished() signalMitch Curtis2018-03-093-0/+26
* | Export QSoftwareRenderableNodeAnton Kreuzkamp2018-03-073-1/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0354-270/+301
|\|
| * TapHandler: add singleTapped and doubleTapped signalsShawn Rutledge2018-03-022-3/+29
| * Doc: Change QtQuickTest to QtQmlTestMartin Smith2018-03-021-1/+1
| * 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
| * 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 qquickanimationVille Voutilainen2018-02-281-3/+3
| * Doc: correct references to snippetNico Vertriest2018-02-281-107/+0
| * 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: Fix several Can't link to errorsMartin Smith2018-02-282-26/+49
| * rename containsMask to containmentMaskShawn Rutledge2018-02-272-9/+9
| * 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-2734-62/+62
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-27224-1491/+1425
|\|
| * AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-1/+13