summaryrefslogtreecommitdiff
path: root/src/quick/items
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann1-1/+1
2015-08-24Fix hue clamping in Context2DLaszlo Agocs1-1/+1
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 Heikkinen5-0/+85
2015-08-19QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell1-1/+1
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann21-56/+117
2015-08-16Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2-4/+2
2015-08-11Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig1-1/+5
2015-08-10Font matching by font stylenameAllan Sandfeld Jensen3-0/+31
2015-08-04Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio1-21/+32
2015-08-04Retrieve services from debug connector, not via static instance()Ulf Hermann3-7/+7
2015-08-04Extract minimal abstract interfaces from debug services.Ulf Hermann1-2/+2
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 Hermann1-3/+3
2015-07-30Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt1-1/+1
2015-07-29Remove static proxy methods from QQmlDebugServiceUlf Hermann1-2/+3
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-19Consistently use the override keywordThiago Macieira7-16/+16
2015-07-18Use by-ref in foreach when T is large or non-trivialSérgio Martins1-2/+2
2015-07-17Adding more DesignerSupport functionsThomas Hartmann1-1/+1
2015-07-15Doc: replace Mac OS X with OS XNico Vertriest3-3/+3
2015-07-12Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2-14/+33
2015-07-10Fix QQuickListViewPrivate::releaseItem()J-P Nurmi1-1/+2
2015-07-09doc: fix copy/paste error in warningGunnar Sletta1-1/+1
2015-07-09Flickable: drag-over-bounds is not velocity-sensitiveShawn Rutledge2-16/+34
2015-07-04Delete QQuickWindow's animator driver at the right time.Gunnar Sletta1-1/+0
2015-06-30Prevent errors when removing items from Repeater that reference parent.Michael Brasser1-2/+2
2015-06-30Merge remote-tracking branch 'origin/5.5' into devLiang Qi10-28/+44
2015-06-29ListView: more robust output in debug messageLiang Qi1-5/+5
2015-06-29Fixed a QQuickListView crashLiang Qi3-34/+47
2015-06-29QQuickFlickable: Accept pixel wheel events as well as angle wheel events.Robin Burchell1-0/+1
2015-06-26Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi3-2/+4
2015-06-25Correctly initialize ListView section attached properties.Martin Jones1-13/+17
2015-06-25Doc: resize tables with overflowNico Vertriest2-8/+14
2015-06-24qquicktextedit_p_p.h: cleanup unneeded includeJ-P Nurmi1-1/+0
2015-06-24QQuickAnchors: Use a simple sorted list rather than a QSet to remove duplicates.Robin Burchell1-7/+21
2015-06-23Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi7-3/+21
2015-06-23QQuickImageBase: Use the static form of QFile::exists().Robin Burchell1-1/+1
2015-06-23Add a property to enable vertical mirroring in QQuickFramebufferObjectLaszlo Agocs2-0/+36
2015-06-23ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt3-8/+23
2015-06-19Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint28-70/+69
2015-06-15Don't resolve the d-pointer when we don't use it.Ulf Hermann3-4/+3
2015-06-15Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2-10/+24