aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* Profile introductionTobias Hunger2012-06-211-12/+9
* Make PluginManager mostly static.Eike Ziller2012-06-191-1/+1
* Fix qbs code styleYuchen Deng2012-06-191-1/+1
* QmlProfiler: added tooltip for non-optimized bindingsChristiaan Janssen2012-05-311-3/+9
* QmlProfiler: renamed "v4" bindings to "optimized" bindingsChristiaan Janssen2012-05-311-3/+3
* ActionManager API cleanup.Eike Ziller2012-05-251-5/+4
* Fix qbs build for qmlprofiler.Christian Kandeler2012-05-221-0/+2
* QmlProfiler: state dialog as floating widgetChristiaan Janssen2012-05-2111-148/+313
* QmlProfiler: added missing break in switch statementChristiaan Janssen2012-05-161-0/+1
* QmlProfiler: manage premature disconnection when app killedChristiaan Janssen2012-05-113-0/+12
* QmlProfiler: reordered tabsChristiaan Janssen2012-05-111-3/+3
* QmlProfiler: show empty traceChristiaan Janssen2012-05-115-14/+32
* editormanager: simplify use of interfacehjk2012-05-111-3/+2
* QmlProfiler: adapt binding location at call to gotoLineChristiaan Janssen2012-05-101-1/+3
* QmlProfiler: use project file finder in detailsRewriterChristiaan Janssen2012-05-104-23/+53
* QmlProfiler: Set sysroot for embedded targetsChristiaan Janssen2012-05-101-0/+15
* QmlDebug: RenamingKai Koehne2012-05-101-2/+2
* QmlProfiler: printing current profiler state in error messageChristiaan Janssen2012-05-091-8/+16
* QmlProfiler: manage receiving trace after app stoppedChristiaan Janssen2012-05-097-16/+38
* QmlProfiler: correctly manage "Application Output" controlsChristiaan Janssen2012-05-081-8/+8
* use Core::Id for IMode::id and IMode::typehjk2012-05-081-1/+1
* QmlProfiler: Fix crash when loading tracesChristiaan Janssen2012-05-041-12/+15
* Fix: qsTr is a qml method, not a cpp methodChristiaan Janssen2012-05-041-1/+1
* QmlProfiler: show binding typesChristiaan Janssen2012-05-046-17/+41
* QmlDebug: Rename library and (most) classesKai Koehne2012-04-1815-64/+64
* Add SymbianIDeviceTobias Hunger2012-04-171-4/+5
* Change the toolbar of the debugger sub windows to a flat grey toneMarco Bubke2012-04-121-0/+2
* qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* QmlProfiler: flush on new traceChristiaan Janssen2012-03-263-0/+9
* QmlProfiler: fix crash in binding loop detectionChristiaan Janssen2012-03-261-7/+22
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-152-0/+2
|\
| * QmlProfiler: Fix memory leakKai Koehne2012-03-141-0/+1
| * QmlProfiler: Properly initialize variableKai Koehne2012-03-141-0/+1
* | Fix build with namespaced Qt.Christian Kandeler2012-03-141-0/+2
* | QmlProfiler: RefactorChristiaan Janssen2012-03-1432-1632/+4919
* | Compile with Qt 5.Friedemann Kleint2012-03-131-1/+6
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-081-2/+2
|\|
| * Ui: No spaces before "..."Daniel Teske2012-03-071-2/+2
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
* | QmlProfiler: Always use quint16 for port numberKai Koehne2012-03-0110-15/+15
* | PortList: Move to utilsKai Koehne2012-03-011-1/+1
* | QmlProfiler: Don't print assert when trying to connect a second timeKai Koehne2012-02-291-1/+2
|/
* qbs: CleanupOrgad Shaneh2012-02-281-3/+0
* Debugger: Fix QML-only debugging on HarmattanKai Koehne2012-02-232-4/+15
* projectexplorer: Make the debugger language chooser a (hardcoded) "aspect"hjk2012-02-213-6/+6
* add qbs filesJoerg Bornemann2012-02-201-0/+84
* QmlProfiler: fixed error in 1322a73efdc caused by rebasing 585e651310Christiaan Janssen2012-02-171-1/+1
* QmlProfiler: read trace when application ended by the userChristiaan Janssen2012-02-177-2/+37
* QmlProfiler: cleaning events pane when stopping from serverChristiaan Janssen2012-02-173-1/+3
* QmlProfiler: manage server-side start tracing messageChristiaan Janssen2012-02-1711-48/+160