aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings on recent clangLars Knoll2015-08-251-1/+1
* Add isTabFence private flagGabriel de Dietrich2015-08-212-19/+78
* Fix rendering to QQuickWindow::renderTarget.Gunnar Sletta2015-08-201-3/+6
* Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-208-1/+121
* QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell2015-08-191-1/+1
* Switch to the non compat metacall overloadLars Knoll2015-08-192-7/+9
* Improve QQuickImageResponse::textureFactory documentationAlbert Astals Cid2015-08-191-2/+5
* Fix memory leak when using async image providersAlbert Astals Cid2015-08-191-0/+1
* Get rid of special handling of var propertiesLars Knoll2015-08-181-3/+1
* Update copyright notice.Frank Meerkoetter2015-08-181-0/+1
* Remove QQmlVMEVariant specific workaroundFrank Meerkoetter2015-08-181-9/+1
* Remove unused codeFrank Meerkoetter2015-08-181-25/+2
* Mark methods as overridesFrank Meerkoetter2015-08-181-11/+11
* Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter2015-08-181-41/+0
* Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter2015-08-181-92/+40
* Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter2015-08-181-43/+0
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1835-91/+183
|\
| * 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
* | | Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-162-4/+2
* | | Avoid rebuiding batches during a material animationJocelyn Turcotte2015-08-131-4/+6
* | | Font matching by font stylenameAllan Sandfeld Jensen2015-08-106-0/+50
* | | Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio2015-08-041-21/+32
* | | Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-048-23/+21
* | | Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-043-5/+5
* | | Periodically flush profiling data to client.Ulf Hermann2015-08-041-8/+8
* | | Add EnterKey attached propertyKai Uwe Broulik2015-08-033-0/+101
* | | Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-303-7/+7
* | | Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt2015-07-301-1/+1
* | | Fix warningsThomas Hartmann2015-07-301-1/+1