aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: broken links and missing doc for functionsNico Vertriest2015-09-021-2/+2
* Fix hue clamping in Context2DLaszlo Agocs2015-08-241-1/+1
* Fix memory leak when QQuickPixmapReply::Event is delete before being usedAlbert Astals Cid2015-08-191-0/+7
* Fix casing in Models and Views documentation.Mitch Curtis2015-08-171-1/+1
* Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2015-08-172-18/+26
* 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
* Fix typo in QSGGeometryNode documentation.Mitch Curtis2015-07-281-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-232-3/+10
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-202-3/+10
| |\
| | * Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
| | * Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-021-1/+2
* | | qquicktext: Fix using CSS line-height with RichTextKai Uwe Broulik2015-07-202-1/+5
* | | Consistently use the override keywordThiago Macieira2015-07-198-20/+20
|/ /
* | 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
* | Fix more casts that dropped the constness.Thiago Macieira2015-07-071-2/+2
* | Fix ICC warning about change of signThiago Macieira2015-07-071-2/+2
* | Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-044-4/+11
* | QSGSimpleTextureNode: Fix ownership of QSGTextureTobias Koenig2015-07-031-1/+3
* | Improve support for HTML entities in StyledTextKai Uwe Broulik2015-07-031-0/+6
* | Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-264-4/+7
|\ \
| * | Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
| * | Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-031-2/+3
* | | Correctly initialize ListView section attached properties.Martin Jones2015-06-251-13/+17
* | | Fix missing images when alpha and shader effects are involvedLaszlo Agocs2015-06-251-0/+11
* | | Doc: resize tables with overflowNico Vertriest2015-06-2510-59/+103
* | | Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-234-6/+67
* | | QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-171-4/+4
* | | Android: Another work around bug of Vertex ShaderTakumi ASAKI2015-06-121-2/+5
* | | Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
|/ /
* | Document the render loops a bit moreLaszlo Agocs2015-05-281-6/+29
* | 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
* | Fix basic and windows render loops to use the correct screenLaszlo Agocs2015-05-212-0/+2
* | Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-199-38/+131
* | Fix render loop warning about invalid geometry of exposed windows.Friedemann Kleint2015-05-191-2/+4
* | QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-1310-24/+29
* | Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-122-4/+17
* | Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-115-5/+33
* | Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-081-3/+1