aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
| * Canvas: Guard context pointer against external deletionUlf Hermann2019-01-231-144/+166
| * Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-224-4/+18
| * Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Liang Qi2019-01-221-1/+1
| |\
| | * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-083-5/+19
| | |\
| | * | Fix regression in border-top with high-dpiAllan Sandfeld Jensen2019-01-071-1/+1
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-3/+3
|\| | |
| * | | Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-3/+3
| | |/ | |/|
* | | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-177-0/+67
* | | Privately export QQuickImageTextureProvider, QSGTextureMaterialShaderPaolo Angelelli2019-01-152-33/+35
* | | Fix QFont-related deprecation warningsFriedemann Kleint2019-01-083-6/+6
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-231-1/+12
|\| |
| * | Doc: velocity properties must be set to -1 when setting durationMitch Curtis2018-12-131-1/+12
* | | Fix Keys.onShortcutOverride for TextEditJan Arve Sæther2018-12-131-1/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-126-17/+35
|\| |
| * | Fix missing strike outDaniel Engelke2018-12-101-0/+2
| * | TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-101-4/+5
| |/
| * Ensure that each Event Handler has an Item parent rather than assertingShawn Rutledge2018-12-071-1/+5
| * Add dynamically-created Event Handlers to the relevant handlers vectorShawn Rutledge2018-12-073-12/+22
| * Declare the enum so it can be passed to the QML sideAndy Shaw2018-11-301-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-302-5/+11
|\|
| * Prevent overly drawn-out animation when snappingMichael Brasser2018-11-291-1/+5
| * QQuickTableView: connect directly to the model, and not to the QPointerRichard Moe Gustavsen2018-11-281-4/+6
* | QQuickCanvas: Return millisecond timestamp in requestAnimationFrame callbackKai Uwe Broulik2018-11-271-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-246-23/+50
|\|
| * Fix vertical alignment of images in a text documentLars Knoll2018-11-224-13/+20
| * Fix updating of text nodes in QQuickTextEditLars Knoll2018-11-221-1/+12
| * QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-202-9/+18
* | Render inline custom text objectsAllan Sandfeld Jensen2018-11-191-1/+1
* | Register Window.transientParent, track user-code overridingShawn Rutledge2018-11-132-1/+61
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-092-1/+3
|\|
| * Fix null pointer access in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-072-1/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-063-23/+31
|\|
| * Doc: Remove wrong return typeJoni Poikelin2018-11-021-1/+1
| * QQWindow: cancel touch->mouse synthesis when touch is ungrabbedShawn Rutledge2018-10-302-22/+30
| * Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-302-0/+10
| |\
* | \ Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-014-6/+19
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-292-0/+10
| |\ \ \ | | |/ / | |/| / | | |/
| | * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-132-0/+10
| * | Fix backward QML compatibility for Flickable.isAtBoundaryChanged()Alexander Akulich2018-10-251-4/+5
| * | Fix QML compatibility for Text.contentWidth/Height changed handlersAlexander Akulich2018-10-251-2/+4
* | | QQuickTableView QQuickFlickable: make destructors explicitly overrideYulong Bai2018-10-313-4/+8
* | | Add QQuickTest::qIsPolishScheduled()Mitch Curtis2018-10-311-0/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-206-26/+76
|\| |
| * | Item Views: cancel flicking before a model resetTobias Koenig2018-10-191-0/+1
| * | Optimize QQuickWindowPrivate::grabTouchPoints()Shawn Rutledge2018-10-181-7/+19
| * | Improve interaction between snapping and sectionsMichael Brasser2018-10-171-11/+27
| * | TableView: connect to 'layoutChanged' signal from the modelRichard Moe Gustavsen2018-10-172-0/+11
| * | Improve some pathelogical borderImage casesAllan Sandfeld Jensen2018-10-171-8/+18
* | | ShaderEffect: Allow use of shaders without QML enginePeter Hartmann2018-10-151-5/+12
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-132-4/+2
|\| |