aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-293-4/+7
* Property names can be utf8Thomas Hartmann2015-07-222-3/+3
* Fix QString-related warnings in quick designer support.Friedemann Kleint2015-07-226-18/+19
* Implmementing missing function of QQuickDesignerSupportPropertiesThomas Hartmann2015-07-221-0/+49
* Emit movement signals for flick().Michael Brasser2015-07-221-3/+13
* Don't change the currentItem after a viewport resizeAlberto Mardegan2015-07-202-4/+4
* Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-181-2/+2
* Adding more DesignerSupport functionsThomas Hartmann2015-07-1720-63/+2139
* Do not leak the texture factory for cancelled jobsAlbert Astals Cid2015-07-141-0/+2
* Fix potential use of incorrect bounds in delegate tracking.Michael Brasser2015-07-122-14/+33
* Fix QQuickListViewPrivate::releaseItem()J-P Nurmi2015-07-101-1/+2
* Prevent errors when removing items from Repeater that reference parent.Michael Brasser2015-06-301-2/+2
* Fix segfault if QQuickImageResponse actually returns an error stringAlbert Astals Cid2015-06-301-1/+1
* Improve QQuickImageResponse::textureFactory documentation a bitAlbert Astals Cid2015-06-301-2/+3
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-3026-93/+223
|\
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-264-4/+7
| |\
| | * Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
| | * Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-031-2/+3
| * | Correctly initialize ListView section attached properties.Martin Jones2015-06-251-13/+17
| * | Fix missing images when alpha and shader effects are involvedLaszlo Agocs2015-06-251-0/+11
| * | Doc: resize tables with overflowNico Vertriest2015-06-2510-59/+103
| * | Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-234-6/+67
| * | QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-171-4/+4
| * | Android: Another work around bug of Vertex ShaderTakumi ASAKI2015-06-121-2/+5
| * | Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
| |/
* | ListView: more robust output in debug messageLiang Qi2015-06-291-5/+5
* | Fixed a QQuickListView crashLiang Qi2015-06-293-34/+47
* | QQuickFlickable: Accept pixel wheel events as well as angle wheel events.Robin Burchell2015-06-291-0/+1
* | QSGThreadedRenderLoop::maybeUpdate: Micro-optimize.Robin Burchell2015-06-271-4/+4
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-263-5/+5
* | qquicktextedit_p_p.h: cleanup unneeded includeJ-P Nurmi2015-06-241-1/+0
* | QQuickAnchors: Use a simple sorted list rather than a QSet to remove duplicates.Robin Burchell2015-06-241-7/+21
* | Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-237-3/+21
* | QQuickImageBase: Use the static form of QFile::exists().Robin Burchell2015-06-231-1/+1
* | Add a property to enable vertical mirroring in QQuickFramebufferObjectLaszlo Agocs2015-06-232-0/+36
* | ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-233-8/+23
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-1935-80/+78
* | Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-181-1/+0
* | Export QQuickAbstractAnimationPrivateMichal Klocek2015-06-171-1/+1