summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/qmlprofilertool.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: When retrying to connect, double the timeoutUlf Hermann2018-06-061-3/+11
* QmlProfiler: stop trying to connect when the application quitsUlf Hermann2018-06-041-0/+7
* QmlProfiler: Only consider data as lost if we are recordingUlf Hermann2018-05-311-1/+1
* Tracing: Don't change visible features on clearing and replayingUlf Hermann2018-05-311-13/+0
* QmlProfiler: Keep text marks when replaying eventsUlf Hermann2018-05-301-8/+2
* QmlProfiler: Move action registration out of QmlProfilerToolUlf Hermann2018-05-291-60/+21
* QmlProfiler: Clear the model manager before deleting itUlf Hermann2018-05-281-0/+1
* Finish merging Runnable and StandardRunnablehjk2018-05-231-1/+0
* Remove TimelineTraceManager::StateUlf Hermann2018-04-231-48/+29
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-191-6/+10
* QmlProfiler: Avoid some 0 as nullptr warningsUlf Hermann2018-04-171-16/+16
* QmlProfiler: Integrate TraceTime into ModelManagerUlf Hermann2018-04-171-1/+1
* QmlProfiler: Get rid of processing stepUlf Hermann2018-04-171-7/+3
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-2/+0
* QmlProfiler: Fix warning about unused lambda captureTobias Hunger2018-03-061-1/+1
* QmlProfiler: Pimpl QmlProfilerPlugin class a bit morehjk2018-02-191-2/+2
* QmlProfiler: Remove a few uses of ActionManager::instance()hjk2018-02-021-9/+6
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-191-1/+7
|\
| * QmlProfiler: Also handle RunControl::finished() signalUlf Hermann2018-01-171-1/+7
* | QmlProfiler: Defer chained state changesUlf Hermann2018-01-171-3/+8
|/
* QmlProfiler: Drop static accessors from QmlProfilerToolUlf Hermann2018-01-111-9/+48
* QmlProfiler: Verify attached RunControl stops when connection closesUlf Hermann2018-01-091-6/+7
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2018-01-091-2/+13
|\
| * QmlProfiler: Retain event types between sessions on same connectionUlf Hermann2018-01-031-2/+9
| * QmlProfiler: Stop run control if connection to external app closesUlf Hermann2018-01-031-0/+2
| * QmlProfiler: Set scheme for URL in attach dialogUlf Hermann2018-01-031-0/+1
* | QmlProfiler: Eliminate some clang warningsUlf Hermann2017-11-211-10/+11
* | QmlProfiler: Use a Target for populateFileFinder()Ulf Hermann2017-09-271-1/+2
|/
* QmlProfiler: Don't access QmlProfilerTool from QmlProfilerTextMarkhjk2017-09-071-17/+2
* QmlProfiler: Properly prepare the file finder on every startUlf Hermann2017-08-151-3/+1
* QmlProfiler: Express record button state in a single functionUlf Hermann2017-08-101-50/+45
* QmlProfiler: Move TCP connection initialization to runworker's start()hjk2017-08-101-41/+0
* QmlProfiler: Connect to timelabel only after it is createdUlf Hermann2017-08-101-1/+1
* QmlProfiler: Stop the recording timer when the time label is destroyedUlf Hermann2017-08-091-0/+1
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-0/+3
* ProjectExplorer: Rename RunControl::finished to stoppedhjk2017-07-121-1/+1
* ProjectExplorer: Remove Connection as concepthjk2017-07-071-3/+2
* Debugger: Move startupRunConfiguration to RunConfigurationhjk2017-07-041-2/+2
* ProjectExplorer: Remove virtual RunControl start/stop trampolinhjk2017-06-301-2/+2
* QmlProfiler: Cosmeticshjk2017-06-201-7/+7
* QmlProfiler: Split server url passing from custom startup requesthjk2017-06-161-2/+1
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-161-16/+12
* QmlProfiler: Merge LocalQmlProfilerRunner and QmlProfilerRunnerhjk2017-06-121-23/+9
* QmlProfiler: Convert to a RunWorker based setuphjk2017-05-301-15/+16
* ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-151-6/+14
* Debugger: Dissolve Debugger::ActionDescriptionhjk2017-04-241-21/+31
* ProjectExplorer: Remove startRunControl()'s runMode parameterhjk2017-04-121-1/+1
* ProjectExplorer: Merge AnalyzerRunControl into RunControlhjk2017-04-051-2/+1
* QmlProfiler: Remove references to QmlProfilerDataModelUlf Hermann2017-02-241-4/+4
* QmlProfiler: Add text marks for QML/JS types into documentsUlf Hermann2017-02-211-0/+39