aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
| * 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
* | wasm: make no-tread platform independentMorten Johan Sørvig2018-04-241-4/+6
* | webassembly: use default opengl backendLorn Potter2018-04-235-7/+8
* | webassembly: revert the bitfield patchLorn Potter2018-03-238-71/+2
* | Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-08310-3409/+5791
|\|
| * 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
| * 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
| * AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-1/+13
| * Fix QQmlEngine::retranslate() with PropertyChangesSimon Hausmann2018-02-261-8/+17
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2626-279/+192
| * Sprite, SpriteAnimation: document that frameDuration is in millisecondsMitch Curtis2018-02-262-2/+2
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-26216-1227/+1227
| * doc: Correct mostly linking errorsMartin Smith2018-02-236-76/+124
| * 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-236-20/+13
| * Fix draghandler to respect axis constraintsJan Arve Sæther2018-02-212-36/+62
| * Image: respect aspect ratio of an SVG when width or height is zeroAndy Shaw2018-02-211-1/+1