aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Only warn about actual *anchors* in layout childrenJan Arve Sæther2018-02-192-0/+14
* Software render: Fix warnings floodFriedemann Kleint2018-02-191-0/+1
* Finally really remove QT_NO_QML_DEBUGGERUlf Hermann2018-02-191-0/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-183-2/+16
|\
| * QQuickItemView::currentItemChanged called upon currentItem destructionAleix Pol2018-02-131-0/+7
| * Fix performance regressionJesus Fernandez2018-02-072-2/+9
* | Merge remote-tracking branch 'origin/5.10.1' into 5.11Qt Forward Merge Bot2018-02-151-3/+4
|\ \
| * | skip filtering during post-delivery if there are no PointerHandlersv5.10.1Shawn Rutledge2018-02-061-0/+2
| * | Make sure passive grabbers are cleared on releaseJan Arve Saether2018-02-021-3/+2
* | | Fix crash with the software renderer and windows with QObject parentSimon Hausmann2018-02-151-1/+0
* | | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-1512-69/+120
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1212-69/+120
| |\ \ \