aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextLine: set lineOffset to zero in ctor5.5Anton Kudryavtsev2015-12-171-1/+1
* docfix: Make it clearer how Context2D relates to CanvasGunnar Sletta2015-11-301-0/+8
* MouseArea: fixed a crash in propagate()Liang Qi2015-11-261-1/+1
* Fix grammar in TextInput documentationMitch Curtis2015-11-021-1/+1
* Doc: added documentation to undocumented functionsNico Vertriest2015-11-021-0/+7
* Make it possible to change sources of ShaderEffect again.Gunnar Sletta2015-10-202-30/+34
* Fix QQuickTextDocumentWithImageResources image loadingRoman Pasechnik2015-10-152-22/+18
* AnimatedSprite: avoid unnecessary redrawsTim Blechmann2015-10-142-4/+17
* QQuickItem: detect loop in KeyNavigation chainLiang Qi2015-10-141-1/+3
* Correct some areas of QQuickItem's documentationMitch Curtis2015-10-131-8/+8
* Fixed 'plataforms' typo in WheelEvent documentationDaniel Levin2015-10-061-1/+1
* Image: fix crash when switching between multiple screensMitch Curtis2015-09-251-1/+1
* Link to Item Layers documentation from each property of layerMitch Curtis2015-09-231-2/+15
* Fix ViewTransition property type in documentationMitch Curtis2015-09-221-3/+3
* Fix compilation of QtDeclarative with QT_NO_GESTURESTobias Koenig2015-09-224-1/+9
* Revert "Avoid calling potentially pure virtual method"David Edmundson2015-09-181-9/+18
* Make QQuickFramebufferObject::layer::enabled workv5.5.1Gunnar Sletta2015-09-111-0/+6
* Make Canvas::layer::enabled workGunnar Sletta2015-09-111-0/+6
* Include doc note about Image::fillMode being excluded by shader.Gunnar Sletta2015-09-111-2/+6
* Make Image::layer::enabled work as expected.Gunnar Sletta2015-09-111-0/+7
* QQuickScreen: Use QPointer to guard QScreen referenceGabriel de Dietrich2015-09-091-1/+1
* Fix hue clamping in Context2DLaszlo Agocs2015-08-241-1/+1
* Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig2015-08-111-1/+5
* Doc: added documentation to undocumented methodsNico Vertriest2015-08-044-1/+46
* Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt2015-08-041-7/+0
* Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt2015-08-031-5/+5
* Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt2015-08-031-4/+2
* qquicktext: Fix using CSS line-height with RichTextKai Uwe Broulik2015-07-202-1/+5
* Consistently use the override keywordThiago Macieira2015-07-197-16/+16
* Doc: replace Mac OS X with OS XNico Vertriest2015-07-153-3/+3
* doc: fix copy/paste error in warningGunnar Sletta2015-07-091-1/+1
* Flickable: drag-over-bounds is not velocity-sensitiveShawn Rutledge2015-07-092-16/+34
* Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-041-1/+0
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-263-2/+4
|\
| * Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
* | Correctly initialize ListView section attached properties.Martin Jones2015-06-251-13/+17
* | Doc: resize tables with overflowNico Vertriest2015-06-252-8/+14
* | Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
|/
* Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-232-0/+21
* Fix the implicitSize of SVG Images on retina displayJocelyn Turcotte2015-05-221-1/+1
* qquickwindow: ensure we delete the correct delayed touch event after deliveryRichard Moe Gustavsen2015-05-222-16/+17
* Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-196-2/+49
* QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-131-1/+1
* Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-122-4/+17
* Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-113-0/+12
* Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-3/+1
* BorderImage support for @2x assetsAndy Nichols2015-05-061-32/+39
* Enhance QQuickFramebufferObject docs regarding the stateLaszlo Agocs2015-05-061-0/+11
* QQuickWindow: Replace assert() on unreleased touch points by warning.Friedemann Kleint2015-05-061-1/+6
* Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-041-0/+35