aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove some methods from QQmlDebugServerUlf Hermann2015-07-292-25/+2
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-2910-33/+19
* Don't wait for debug services if none are activeUlf Hermann2015-07-291-1/+1
* Conditionally define Q_ALWAYS_INLINE.Erik Verbruggen2015-07-291-0/+2
* Avoid QVector::pop_front()Ulf Hermann2015-07-282-12/+16
* Remove unused codeFrank Meerkoetter2015-07-251-16/+0
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-2435-288/+306
* Don't remove inspector service if no plugins are availableUlf Hermann2015-07-231-2/+0
* Remove some unused friend declarationsUlf Hermann2015-07-231-2/+0
* Fix broken Q_UNUSED declarations in QQmlDebugServerUlf Hermann2015-07-231-4/+1
* 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