aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmlprofiler: Use QQmlProfilerDefinitions for accessing definitionsUlf Hermann2015-07-235-131/+144
* Port examples to new connection syntax.Friedemann Kleint2015-07-2211-34/+30
* 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-223-3/+59
* Make tst_QQmlInspector::reloadQmlWindow() fail more quicklyUlf Hermann2015-07-221-2/+2
* 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-204-4/+52
* 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-183-2/+4
* Use by-ref in foreach when T is large or non-trivialSérgio Martins2015-07-185-7/+7
* QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-1810-10/+693
* Adding tests for DesignerSupportThomas Hartmann2015-07-174-0/+564
* Adding more DesignerSupport functionsThomas Hartmann2015-07-1720-63/+2139
* Use the to/from Hex functions from QtCoreThiago Macieira2015-07-171-37/+21
* tst_qquickmultipointtoucharea: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-161-3/+3
* Remove DesignerSupport from bic/dataThomas Hartmann2015-07-167-31/+0
* Adapt to deprecation of QProcess::error(...) signalUlf Hermann2015-07-151-1/+1
* 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-124-14/+78
* Remove unused codeFrank Meerkoetter2015-07-111-24/+0
* Fix tst_qqmldebuglocal on QNX.Rafael Roquetto2015-07-101-1/+1
* 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-303-2/+40
* 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-3066-254/+970
|\
| * Add lancelot test for Emoji text rendering / color glyphsTor Arne Vestbø2015-06-291-0/+45
| * Bump versionOswald Buddenhagen2015-06-291-1/+1
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2620-105/+395
| |\
| | * Version scrollGestureEnabled as a new propertyv5.5.0-rc1v5.5.0Alan Alpert2015-06-150-0/+0
| | * Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
| | * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-103-10/+26
| | * 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
| | * Added auto-generated change logSimon Hausmann2015-06-041-0/+105
| | * 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-039-12/+82
| * | Fix documentation for ItemSelectionModelGabriel de Dietrich2015-06-261-7/+12