summaryrefslogtreecommitdiff
path: root/src/quick
AgeCommit message (Expand)AuthorFilesLines
2015-08-21Add isTabFence private flagGabriel de Dietrich2-19/+78
2015-08-20Fix rendering to QQuickWindow::renderTarget.Gunnar Sletta1-3/+6
2015-08-20Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen8-1/+121
2015-08-19QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell1-1/+1
2015-08-19Switch to the non compat metacall overloadLars Knoll2-7/+9
2015-08-19Improve QQuickImageResponse::textureFactory documentationAlbert Astals Cid1-2/+5
2015-08-19Fix memory leak when using async image providersAlbert Astals Cid1-0/+1
2015-08-18Get rid of special handling of var propertiesLars Knoll1-3/+1
2015-08-18Update copyright notice.Frank Meerkoetter1-0/+1
2015-08-18Remove QQmlVMEVariant specific workaroundFrank Meerkoetter1-9/+1
2015-08-18Remove unused codeFrank Meerkoetter1-25/+2
2015-08-18Mark methods as overridesFrank Meerkoetter1-11/+11
2015-08-18Also remove the QQmlValueTypeProvider::destroyValueType interfaceFrank Meerkoetter1-41/+0
2015-08-18Adapt the ValueTypeProvider interface and port its typesFrank Meerkoetter1-92/+40
2015-08-18Remove QQmlValueTypeProvider::copyValueTypeFrank Meerkoetter1-43/+0
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann35-91/+183
2015-08-17Fix casing in Models and Views documentation.Mitch Curtis1-1/+1
2015-08-17Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2-18/+26
2015-08-16Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2-4/+2
2015-08-13Avoid rebuiding batches during a material animationJocelyn Turcotte1-4/+6
2015-08-11Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig1-1/+5
2015-08-10Font matching by font stylenameAllan Sandfeld Jensen6-0/+50
2015-08-04Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio1-21/+32
2015-08-04Retrieve services from debug connector, not via static instance()Ulf Hermann8-23/+21
2015-08-04Extract minimal abstract interfaces from debug services.Ulf Hermann3-5/+5
2015-08-04Periodically flush profiling data to client.Ulf Hermann1-8/+8
2015-08-04Doc: added documentation to undocumented methodsNico Vertriest4-1/+46
2015-08-04Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt1-7/+0
2015-08-03Add EnterKey attached propertyKai Uwe Broulik3-0/+101
2015-08-03Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt1-5/+5
2015-08-03Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt1-4/+2
2015-07-30Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann3-7/+7
2015-07-30Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt1-1/+1
2015-07-30Fix warningsThomas Hartmann1-1/+1
2015-07-29Remove static proxy methods from QQmlDebugServiceUlf Hermann3-4/+7
2015-07-28Fix typo in QSGGeometryNode documentation.Mitch Curtis1-1/+1
2015-07-23Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2-3/+10
2015-07-22Property names can be utf8Thomas Hartmann2-3/+3
2015-07-22Fix QString-related warnings in quick designer support.Friedemann Kleint6-18/+19
2015-07-22Implmementing missing function of QQuickDesignerSupportPropertiesThomas Hartmann1-0/+49
2015-07-22Emit movement signals for flick().Michael Brasser1-3/+13
2015-07-20Don't change the currentItem after a viewport resizeAlberto Mardegan2-4/+4
2015-07-20qquicktext: Fix using CSS line-height with RichTextKai Uwe Broulik2-1/+5
2015-07-20Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2-3/+10
2015-07-19Consistently use the override keywordThiago Macieira8-20/+20
2015-07-18Use by-ref in foreach when T is large or non-trivialSérgio Martins1-2/+2
2015-07-17Adding more DesignerSupport functionsThomas Hartmann20-63/+2139
2015-07-15Doc: replace Mac OS X with OS XNico Vertriest3-3/+3
2015-07-14Do not leak the texture factory for cancelled jobsAlbert Astals Cid1-0/+2
2015-07-12Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2-14/+33