aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-5/+5
* ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-1/+1
* QmlProfiler: Use standard setup for runner setuphjk2019-09-031-1/+0
* QmlProfiler: Reduce code size for feature menu setuphjk2019-09-021-20/+8
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-0/+9
* QmlProfiler: Avoid a deprecation warninghjk2019-07-301-1/+2
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-3/+1
|\
| * QmlProfiler: If disconnected while serverRecording, show warningUlf Hermann2019-04-241-3/+1
* | QmlProfiler: Unconditionally disconnect on handleStopUlf Hermann2019-05-061-1/+1
* | QmlProfiler: Avoid a direct use of runControl->runConfiguration()hjk2019-03-191-12/+7
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-3/+3
|\|
| * QmlProfiler: Compile fixAlessandro Portale2019-03-131-1/+1
| * QmlProfiler: Fix variable nameRobert Loehning2019-03-131-2/+2
* | ProjectExplorer: Split RunControl constructorhjk2019-03-121-2/+2
* | Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-121-1/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-02-111-3/+1
|\|
| * QmlProfiler, PerfProfiler: Properly style panel widgetsUlf Hermann2019-02-111-3/+1
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
|/
* QmlProfiler: Delay creation of views until activationUlf Hermann2019-01-281-2/+7
* Help: Rename handleHelpRequest to showHelpUrlEike Ziller2019-01-251-1/+1
* QmlProfiler: ModernizeAlessandro Portale2018-12-021-5/+5
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-1/+1
* Debugger: Shift some perspective related API to the perspective classhjk2018-08-231-4/+4
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-7/+7
* Debugger: Make perspective toolbar items part of the perspectivehjk2018-08-061-9/+9
* 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