aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2321-504/+504
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-1/+1
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-241-1/+2
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-1/+2
* Debugger: Clearing the ObjectReferenceHashSimjees Abraham2012-05-302-0/+8
* QQmlEngineDebugService: Property Data of type QVariantAurindam Jana2012-05-252-1/+3
* Debugger: Removing the deleted objects from objectReferenceHashSimjees Abraham2012-05-242-0/+21
* Qml : Resetting binding correctedSimjees Abraham2012-05-211-7/+20
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-2/+1
* Remove unnecessary exportsMatthew Vogt2012-05-185-5/+5
* Don't pass the expression string to the signal handler profiler.Michael Brasser2012-05-141-4/+1
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-142-2/+2
* QQmlDebugService: Fetch Objects for location infoAurindam Jana2012-05-124-0/+69
* QQmlEngineDebugService: Query ExpressionAurindam Jana2012-05-091-1/+10
* Debugger: Use new QtMessageHandler signatureKai Koehne2012-05-092-6/+6
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-042-13/+34
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-011-1/+1
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-269-57/+75
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-251-1/+1
* Debugger: Fix race conditions in block modeKai Koehne2012-04-259-71/+89
* Debugger: Fix race condition in block mode, QQmlDebugServerKai Koehne2012-04-251-5/+4
* Debugger: Fix RAII usage of ReadWriteLockerKai Koehne2012-04-241-10/+10
* Debugger: Add asserts for right usage of threadsKai Koehne2012-04-241-0/+14
* Debugger: Make sure stateChanged is called from debugger threadKai Koehne2012-04-243-23/+67
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-231-2/+2
* QQmlEngineDebugService: Object creationAurindam Jana2012-04-191-1/+2
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-172-5/+3
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-116-40/+29
| |\
| * \ Merge master into api_changesKent Hansen2012-03-273-35/+58
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-2310-787/+113
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-1910-50/+65
| |\ \ \ \
| * | | | | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-4/+2
* | | | | | QV8DebugService: v8::AfterCompile EventsAurindam Jana2012-04-172-16/+10
| |_|_|_|/ |/| | | |
* | | | | QQmlDebugServer: Use Q_D(const )Aurindam Jana2012-04-101-2/+2
* | | | | Revert "Add QQmlBoundSignalNoParams"Michael Brasser2012-04-031-23/+10
* | | | | Debugger: Use "QML" also in macro namesKai Koehne2012-03-302-3/+3
* | | | | irrelevant qDebug removedSimjees Abraham2012-03-301-1/+0
* | | | | QmlDebugging: Send parent debug id with object infoAurindam Jana2012-03-292-4/+7
* | | | | Use minimal javascript expression for bound signalsChris Adams2012-03-292-7/+7
* | | | | The new QUrl has no need for the 0x100 special value.Thiago Macieira2012-03-281-2/+2
| |_|_|/ |/| | |
* | | | Debugger: Allow enabling of qml debugger without startup warningKai Koehne2012-03-271-3/+5
* | | | Add QQmlBoundSignalNoParamsqt-v5.0.0-alpha1Michael Brasser2012-03-271-10/+23
* | | | Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-261-22/+30
* | | | Use QQmlAbstractBoundSignal where appropriate.Michael Brasser2012-03-261-2/+2
| |_|/ |/| |
* | | Debugger: Optimize message sending in v8 profilerKai Koehne2012-03-191-10/+11
* | | Debugger: Always disable v4 optimizer if v8 debugger is activatedKai Koehne2012-03-191-0/+2
* | | QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-192-38/+54
* | | Debugger: Add optional 'host' argument to -qmljsdebuggerSimjees Abraham2012-03-192-14/+23
* | | QmlDebuggingTests: Separate out public and private testsAurindam Jana2012-03-193-689/+0
* | | QmlProfiler: Make sure there's minimal overhead when not enabledKai Koehne2012-03-191-29/+23