aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix incorrectly formatted code in QQmlEngine documentation.Mitch Curtis2015-08-111-1/+1
* Make QQmlExtensionPlugin documentation clearer.Mitch Curtis2015-08-071-6/+13
* Doc: added documentation to undocumented methodsNico Vertriest2015-08-047-2/+65
* Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt2015-08-042-7/+40
* Rephrase sentence about versioning in QQmlExtensionPlugin documentationMitch Curtis2015-08-031-1/+1
* Consolidate duplicated QQmlExtensionPlugin documentation.Mitch Curtis2015-08-033-149/+85
* Fix typo in plugin documentation.Mitch Curtis2015-08-031-1/+1
* Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt2015-08-032-5/+18
* Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt2015-08-032-4/+15
* Work around ICC 16 beta compiler bug in SFINAE expansionThiago Macieira2015-07-311-2/+2
* Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-283-20/+7
* qmlprofiler: Add missing #include <limits>.Friedemann Kleint2015-07-282-0/+4
* Fix typo in squircle example.Mitch Curtis2015-07-281-2/+2
* Fix typo in QSGGeometryNode documentation.Mitch Curtis2015-07-281-1/+1
* Instantiator: fix typo in docsAndrew Knight2015-07-261-1/+1
* add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-238-16/+51
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-208-16/+51
| |\
| | * Doc: Document limits of QSGGeometry::setLineWidth5.4Kai Koehne2015-06-041-2/+8
| | * Remove testing of active window change on hideAlan Alpert2015-06-022-10/+0
| | * Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-023-3/+6
| | * Doc: Added the missing examples \group page for Qt QMLVenugopal Shivashankar2015-06-023-1/+37
* | | Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-214-29/+96
* | | fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-213-2/+25
* | | qquicktext: Fix using CSS line-height with RichTextKai Uwe Broulik2015-07-202-1/+5
* | | Consistently use the override keywordThiago Macieira2015-07-199-22/+22
|/ /
* | Fix warning about returning address of local variable by MSVC2015 in qv4engin...Friedemann Kleint2015-07-171-0/+5
* | Let unit tests pass if xmlpatterns is not aroundSune Vuorela2015-07-162-1/+5