aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-15/+20
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Use the GL context shared in the render contextErik Verbruggen2018-02-061-15/+20
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-026-32/+47
| | |\|
| | | * Fix transition when removing the last item from ListView/GridViewKari Hautamäki2018-02-021-1/+3
| | | * If Loader loads Window, set its transient parent to the Loader's windowShawn Rutledge2018-02-023-4/+31
| | | * Prevent invalid characters being entered at the appropriate timesAndy Shaw2018-02-021-27/+9
| | | * Add a link to the "Using C++ Models in QML Tutorial" videoMitch Curtis2018-02-011-0/+4
| | * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-311-2/+4
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-2/+4
| | | |\|
| | | | * QQuickItem::stackBefore/After: print more useful warningsMitch Curtis2018-01-241-2/+4
| | * | | Change default TapHandler.gesturePolicy to DragThresholdShawn Rutledge2018-01-311-6/+12
| | * | | Do not stop delivering to handlers if all points are acceptedJan Arve Saether2018-01-311-7/+1
| | |/ /
| | * | Fix Shapes not playing well with QtGraphicalEffectsPaolo Angelelli2018-01-312-4/+31
| | * | Use the image handler to return a scaled size for the SVGAndy Shaw2018-01-311-3/+5
* | | | doc: Add documentation for undocumented thingsMartin Smith2018-02-148-9/+65
* | | | ScenGraph: Prefer printf style loggingKai Koehne2018-02-139-109/+116
* | | | Fix: Make Image element support detection of suitable file extensionEirik Aavitsland2018-02-133-3/+48
|/ / /
* | | doc: Add template parameters to \fn commandsMartin Smith2018-02-091-8/+8