aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add debug plugin managerUlf Hermann2015-07-222-0/+94
* Move data stream version into QQmlDebugStreamUlf Hermann2015-07-224-12/+12
* Polished documentation for the Binding type.Kavindra Palaraja2015-07-211-39/+30
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-216-116/+52
* Don't change the currentItem after a viewport resizeAlberto Mardegan2015-07-202-4/+4
* Use QVector instead of QList in V4 profilerUlf Hermann2015-07-204-20/+21
* Make name and version of QQmlDebugService constUlf Hermann2015-07-208-34/+21
* qml: Remove unneeded copy-ctor and copy-assignment operatorSérgio Martins2015-07-201-2/+0
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-207-10/+10
* Unify #include syntaxUlf Hermann2015-07-201-1/+1
* Make QQmlDebugService::name() a const referenceUlf Hermann2015-07-202-2/+2
* With -no-qml-debug, don't compile debug plugins and testsUlf Hermann2015-07-182-1/+3
* Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-184-6/+6
* QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-181-10/+36
* Adding more DesignerSupport functionsThomas Hartmann2015-07-1720-63/+2139
* Use the to/from Hex functions from QtCoreThiago Macieira2015-07-171-37/+21
* 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
* Remove unused codeFrank Meerkoetter2015-07-111-24/+0
* Fix QQuickListViewPrivate::releaseItem()J-P Nurmi2015-07-101-1/+2
* Use QQmlDebuggingEnabler::StartMode in connectToLocalDebuggerUlf Hermann2015-07-022-7/+9
* 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-3046-204/+539
|\
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2613-95/+272
| |\
| | * Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
| | * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-102-8/+24
| | * V4: Fix use of uninitialized field.Erik Verbruggen2015-06-081-4/+1
| | * Add a version of BitVector that uses QBitArray.Erik Verbruggen2015-06-081-0/+54
| | * Wrap std::vector<bool> in our own class.Erik Verbruggen2015-06-081-74/+112
| | * Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-032-3/+11
| | * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-034-4/+66
| * | Fix documentation for ItemSelectionModelGabriel de Dietrich2015-06-261-7/+12
| * | 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-2519-69/+130
| * | Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-234-6/+67
| * | Doc: document work-around for static builds using dynamic object creationRichard Moe Gustavsen2015-06-181-0/+9
| * | QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-171-4/+4
| * | Android: Another work around bug of Vertex ShaderTakumi ASAKI2015-06-121-2/+5
| * | Improve qml error message "invalid alias location"Aleix Pol2015-06-101-3/+3
| * | 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