aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextLine: set lineOffset to zero in ctor5.5Anton Kudryavtsev2015-12-171-1/+1
* Fix QQmlComponent::errors() documentationMitch Curtis2015-12-111-1/+1
* Fix link to QQmlError in QQmlComponent documentationMitch Curtis2015-12-101-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-263-1/+43
* Don't normalize the path via the shell if it is a qrc based pathAndy Shaw2015-11-101-0/+3
* Fix grammar in TextInput documentationMitch Curtis2015-11-021-1/+1
* Doc: added documentation to undocumented functionsNico Vertriest2015-11-025-2/+49
* qmllint: Add unit-testsSérgio Martins2015-10-259-1/+123
* Make it possible to change sources of ShaderEffect again.Gunnar Sletta2015-10-202-30/+34
* Scene Graph: Fixed memory leak in QSGBatchRenderer::Renderer::map()Martin Banky2015-10-191-2/+2
* Fix QQuickTextDocumentWithImageResources image loadingRoman Pasechnik2015-10-153-22/+34
* qmlprofiler: Use server's datastream version for communicationUlf Hermann2015-10-151-0/+2
* AnimatedSprite: avoid unnecessary redrawsTim Blechmann2015-10-142-4/+17
* QQuickItem: detect loop in KeyNavigation chainLiang Qi2015-10-143-1/+66
* Correct some areas of QQuickItem's documentationMitch Curtis2015-10-131-8/+8
* Fixed 'plataforms' typo in WheelEvent documentationDaniel Levin2015-10-061-1/+1
* Disable Clang warning -Wheader-hygiene.Marcel Krems2015-09-251-0/+4
* 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
* Assert that context exists in QQuickWidgetPrivate::renderRobert Loehning2015-09-221-0/+2
* Don't try to render directly without context in showEventRobert Loehning2015-09-221-1/+4
* Fix ViewTransition property type in documentationMitch Curtis2015-09-221-3/+3
* Fix compilation of QtDeclarative with QT_NO_GESTURESTobias Koenig2015-09-224-1/+9
* Fix grammar in Performance docsMitch Curtis2015-09-191-1/+1
* Revert "Avoid calling potentially pure virtual method"David Edmundson2015-09-181-9/+18
* Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
* Link to JavaScript Environment Restrictions doc from Global Object docsMitch Curtis2015-09-141-2/+2
* 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
* Qt QML documentation: fix link that should be in listMitch Curtis2015-09-101-1/+1
* Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-092-2/+4
* QQuickScreen: Use QPointer to guard QScreen referenceGabriel de Dietrich2015-09-091-1/+1
* Doc: corrected broken linksNico Vertriest2015-09-082-3/+1
* Fix compilation with ICC on WindowsThiago Macieira2015-09-023-6/+11
* Don't consider QLocale a value type.Mitch Curtis2015-09-023-1/+62
* Doc: broken links and missing doc for functionsNico Vertriest2015-09-023-2/+24
* Warn if a composite type is not ready and continue.Marco Benelli2015-09-011-0/+8
* Fix hue clamping in Context2DLaszlo Agocs2015-08-242-1/+19
* Don't try to link to SQLite plugin when building samegame statically.Mitch Curtis2015-08-211-1/+1
* Doc: fix verb redundancySamuel Gaist2015-08-191-1/+1
* qml: Don't build OpenGL support if OpenGL is not available in Qt.Kai Koehne2015-08-191-5/+5
* 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
* Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
* Canvas: add a testcase for QSGSimpleTextureNode crash.Mitch Curtis2015-08-121-0/+22
* Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig2015-08-111-1/+5