aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-045-16/+22
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-043-4/+4
* Remove superfluous checkFrank Meerkoetter2015-07-311-5/+0
* Remove unused QQmlPoolFrank Meerkoetter2015-07-313-361/+0
* Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-301-23/+1
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-303-9/+9
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-293-5/+6
* Remove unused codeFrank Meerkoetter2015-07-251-16/+0
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-243-4/+4
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-203-4/+4
* QML Engine: Support for "PROPFIND" method for XMLHTTPRequestValery Kotov2015-07-181-10/+36
* Remove unused codeFrank Meerkoetter2015-07-111-24/+0
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-304-6/+65
|\
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-264-11/+81
| |\
| | * Make argument to QQmlDebuggingEnabler::startTcpServer an enumUlf Hermann2015-06-101-7/+18
| | * Add left, right, top and bottom properties to basic QML rect type.Mitch Curtis2015-06-033-4/+63
| * | Doc: resize tables with overflowNico Vertriest2015-06-251-2/+2
| |/
* | Add option to use a local socket for QML debuggingUlf Hermann2015-06-261-21/+0
* | Disable the memory profiler if we cannot load libraries.Ulf Hermann2015-06-261-1/+3
* | Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh2015-06-251-2/+1
* | Force completion of asynchronously loaded components.Robert Griebl2015-06-233-0/+43
* | Don't try to load (or unload) QML plugins if QT_NO_LIBRARYUlf Hermann2015-06-192-1/+8
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-193-8/+7
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-188-33/+16
* | Add some typesafetyLars Knoll2015-06-181-1/+1
* | Get rid of QQmlIdObjectsArrayLars Knoll2015-06-182-56/+4
* | Smaller cleanup in the context wrapperLars Knoll2015-06-183-14/+5
* | Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-184-20/+11
* | Simplify property capturing codeLars Knoll2015-06-184-59/+43
* | Fix some function signatures and remove an unused functionLars Knoll2015-06-184-46/+19
* | QQmlBoundSignal doesn't need a vtableLars Knoll2015-06-181-1/+1
* | Move setting the callback type for the endpoint to the constructorLars Knoll2015-06-184-11/+9
* | Save another pointer in QQmlBoundSignalLars Knoll2015-06-183-9/+3
* | No need to store the same data twiceLars Knoll2015-06-184-18/+8
* | Don't store the qmlscope object in a persistentLars Knoll2015-06-184-15/+5
* | Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll2015-06-182-137/+76
* | Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-185-62/+41
* | Fix to debug flag DATABLOB_DEBUGTuomas Heimonen2015-06-171-1/+1
* | Fix Object::getOwnProperty APILars Knoll2015-06-171-4/+3
* | Fix docs and remove an invalid ###Lars Knoll2015-06-171-4/+4
* | Remove unused typedefLars Knoll2015-06-151-2/+0
* | Get rid of qv4qmlextensionsLars Knoll2015-06-151-5/+4
* | Mark unused parameters as Q_UNUSEDUlf Hermann2015-06-141-0/+18
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-103-5/+5
* | Remove a global read-write QQmlBinding::Invalid variableLars Knoll2015-06-103-4/+4
* | Save one more pointer on each bindingLars Knoll2015-06-103-15/+15
* | Make bindings refcountedLars Knoll2015-06-1015-153/+121
* | Add an assert and simplify the codeHolger Hans Peter Freyther2015-06-101-2/+3
* | Add 28 QList::reserve() callsSérgio Martins2015-06-085-5/+17
* | Remove more unused code from the QQmlEnginePrivateHolger Hans Peter Freyther2015-06-082-8/+7