aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove some char pointers from .data sectionSérgio Martins2015-06-291-11/+4
* | QSGThreadedRenderLoop::maybeUpdate: Micro-optimize.Robin Burchell2015-06-271-4/+4
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-264-6/+6
* | Add option to use a local socket for QML debuggingUlf Hermann2015-06-2612-35/+415
* | Make QQmlDebugService ctor protectedUlf Hermann2015-06-261-1/+1
* | Load inspector plugin by IID, instead of blacklisting file names.Ulf Hermann2015-06-261-2/+4
* | Disable the memory profiler if we cannot load libraries.Ulf Hermann2015-06-261-1/+3
* | Disable plugin loading in QQmlDebugServer if QT_NO_LIBRARYUlf Hermann2015-06-261-2/+8
* | Don't try to load the QML inspector plugins if QT_NO_LIBRARYUlf Hermann2015-06-261-0/+4
* | Clear stringCache explicitly instead of asserting its emptiness.Dmitry Volosnykh2015-06-251-2/+1
* | 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
* | Force completion of asynchronously loaded components.Robert Griebl2015-06-233-0/+43
* | 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
* | V4: add mips32 disassembler.Julien Brianceau2015-06-196-1/+759
* | Don't try to load (or unload) QML plugins if QT_NO_LIBRARYUlf Hermann2015-06-192-1/+8
* | Smaller code cleanupsLars Knoll2015-06-194-15/+11
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-1946-98/+96
* | V4: fix failing tests for right shifts over 0 bits on non-Intel.Erik Verbruggen2015-06-191-22/+41
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-1815-53/+50
* | Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-183-41/+36
* | Add some typesafetyLars Knoll2015-06-185-12/+14
* | Clean up ExecutionContext's for QMLLars Knoll2015-06-188-151/+218
* | Get rid of QQmlIdObjectsArrayLars Knoll2015-06-183-59/+5
* | Smaller cleanup in the context wrapperLars Knoll2015-06-183-14/+5
* | Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-185-21/+11
* | Simplify property capturing codeLars Knoll2015-06-185-64/+49
* | 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-184-10/+4
* | No need to store the same data twiceLars Knoll2015-06-185-19/+9
* | Don't store the qmlscope object in a persistentLars Knoll2015-06-185-16/+6
* | Get rid of QQmlBoundSignalExpression::ExtraDataLars Knoll2015-06-182-137/+76
* | Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-186-63/+42
* | Minor cleanupSimon Hausmann2015-06-171-2/+1
* | Fix to debug flag DATABLOB_DEBUGTuomas Heimonen2015-06-171-1/+1
* | Store a Heap::String pointer in StringObjectLars Knoll2015-06-177-26/+23
* | Get rid of the tmpProperty in StringObjectLars Knoll2015-06-174-34/+34
* | Fix Object::getOwnProperty APILars Knoll2015-06-175-27/+31
* | Simplify QJSValueIterator code and make it GC safeLars Knoll2015-06-172-12/+10
* | Fix the RegExpCache to be GC safeLars Knoll2015-06-174-14/+25
* | Fix docs and remove an invalid ###Lars Knoll2015-06-171-4/+4
* | Make QV4::Script GC safeLars Knoll2015-06-172-15/+12
* | Store rootcontext in a GC safe wayLars Knoll2015-06-176-12/+12
* | Remove another wrong commentLars Knoll2015-06-171-1/+0
* | Export QQuickAbstractAnimationPrivateMichal Klocek2015-06-171-1/+1