summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-292-12/+11
* Analyzer: Remove AnalyzerRunControl::runnable() and .connection()hjk2016-01-293-5/+12
* ProjectExplorer: Use StandardRunnable in ApplicationLauncherhjk2016-01-281-4/+5
* QmlProfiler: Fix missing environment for profiling Quick UIChristian Stenger2016-01-281-0/+2
* QmlProfiler: Use StandardRunnable in LocalQmlProfilerRunnerhjk2016-01-283-24/+17
* Analyzer: Remove explicit working directory storage in run controlhjk2016-01-271-1/+1
* Analyzer: Use a StandardRunnable instead of an AnalyzerRunnablehjk2016-01-271-6/+3
* ProjectExplorer: Drop LocalApplicationRunConfigurationhjk2016-01-264-13/+16
* QmlProfiler: Fix logic in QmlProfilerTool::clientsDisconnected()Ulf Hermann2016-01-221-12/+11
* Add runConfiguration to remote tool startersUlf Hermann2016-01-223-4/+6
* Valgrind: Random cleanupshjk2016-01-211-1/+1
* QmlProfiler: finalize setup when startingUlf Hermann2016-01-214-8/+1
* Analyzer: Remove AnalyzerStartParametershjk2016-01-201-2/+1
* QmlProfiler: Adapt QmlProfilerRunControlFactory to Analyzer changeshjk2016-01-208-110/+100
* Small string improvementsRobert Loehning2016-01-201-1/+1
* Analyzer: Remove AnalyzerStartParameters from AnalyzerRunControl ctorhjk2016-01-203-6/+6
* Analyzer: Split AnalyzerStartParametershjk2016-01-201-4/+4
* QmlProfiler: Fix warning during buildTobias Hunger2016-01-201-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1960-1008/+711
* Rename Project::ExcludeGeneratedFilesUlf Hermann2016-01-131-1/+1
* Analyzer: Slim down AnalyzerStartParametershjk2016-01-075-31/+21
* QmlProfiler: Allow multiple events views loaded from pluginsUlf Hermann2016-01-065-31/+68
* QmlProfiler: Retrieve common actions from ActionManagerUlf Hermann2016-01-069-38/+32
* QmlProfiler: Remove "Limit to Range" option from statistics viewUlf Hermann2016-01-063-17/+1
* QmlProfiler: Rename QmlProfilerEventsModelProxyUlf Hermann2016-01-066-159/+135
* QmlProfiler: Rename "events" to "statistics" viewUlf Hermann2016-01-067-169/+236
* QmlProfiler: Reduce external interface of QQmlProfilerEventsWidgetUlf Hermann2016-01-065-38/+28
* QmlProfiler: Move constants to qmlprofilerconstants.hUlf Hermann2016-01-064-14/+16
* QmlProfiler: Show self time in events viewUlf Hermann2015-12-033-5/+24
* QmlProfiler: Deobfuscate connection mechanismUlf Hermann2015-12-022-15/+2
* Fix merge issueEike Ziller2015-11-261-2/+2
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-261-5/+15
|\
| * QmlProfiler: replace TCP connections after 200ms of failing to connectUlf Hermann2015-11-261-0/+11
| * QmlProfiler: When showing connection error, cancel any connectsUlf Hermann2015-11-261-5/+4
* | Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-4/+4
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-231-2/+12
|\ \ | |/
| * QmlProfiler: Fix traceTime updatesUlf Hermann2015-11-171-2/+10
| * QmlProfiler: Initialize the model progress numbersUlf Hermann2015-11-171-0/+2
* | QmlProfiler: Don't open 2 error boxes when failing to connectUlf Hermann2015-11-201-0/+1
* | QmlProfiler: allow for multiple sequential traces to be aggregatedUlf Hermann2015-11-199-12/+93
* | QmlProfiler: Send the client recording state to new enginesUlf Hermann2015-11-192-4/+13
* | QmlProfiler: Use correct coding style and remove dead codeUlf Hermann2015-11-193-3/+1
* | QmlProfiler: Debug messages are no QML events ...Ulf Hermann2015-11-193-0/+14
* | QmlProfiler: Support local connections on Qt >= 5.6Ulf Hermann2015-11-197-27/+88
* | QmlDebug: Allow different styles of command line argumentsUlf Hermann2015-11-191-2/+2
* | QmlDebug: Simplify error and state signalingUlf Hermann2015-11-192-10/+13
* | QmlDebug: Rename some members of QmlDebugConnectionUlf Hermann2015-11-191-7/+7
* | QmlProfiler: Avoid unrestricted unionsUlf Hermann2015-11-181-8/+8
* | QmlProfiler: Include debug messages in traceUlf Hermann2015-11-173-8/+23
* | QmlProfiler: Allow string data in eventsUlf Hermann2015-11-176-111/+250