aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: avoid using Q_FOREACH over QVarLengthArrayMarc Mutz2019-07-251-1/+1
* Utils: Remove rarely used FilePath constructorhjk2019-05-281-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-283-10/+10
* ExtensionSystem: Move away from QListEike Ziller2019-05-272-3/+3
* Remove excess blank lines after namespaceOrgad Shaneh2019-05-271-1/+0
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-4/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+75
* 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
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-121-7/+9
|\|
| * QmlProfiler: Don't assert on data from invalid model indexUlf Hermann2019-04-091-7/+9
* | ProjectExplorer: Replace one overload of RunControl::registerWorkerhjk2019-03-201-12/+22
* | 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: Move RunControl related classes to separate file pairhjk2019-03-132-2/+2
* | ProjectExplorer: Split RunControl constructorhjk2019-03-122-10/+6
* | Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-122-3/+2
* | ProjectExplorer: Refactor KitManager::registerKit()Christian Kandeler2019-03-122-9/+7
* | Resolve ambiguous results of searches for relative file pathsChristian Kandeler2019-03-041-1/+1
* | Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* | ProjectExplorer: Un-protect ProjectNode constructorhjk2019-02-261-8/+1
* | ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-2/+2
* | 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-115-5/+5
|/
* ProjectExplorer: Remove BuildConfigurationFactory::priorityhjk2019-01-311-5/+0
* ProjectExplorer: Collapse BuildInfo hierarchyhjk2019-01-301-5/+6
* ProjectExplorer: Rename IBuildConfigurationFactoryhjk2019-01-291-1/+1
* QmlProfiler: Delay creation of views until activationUlf Hermann2019-01-285-12/+29
* QmlProfiler: Simplify a bitUlf Hermann2019-01-251-2/+1
* Tracing: Add context menu option to reset the flame graphUlf Hermann2019-01-251-1/+6
* Help: Rename handleHelpRequest to showHelpUrlEike Ziller2019-01-251-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* QmlProfiler: ModernizeAlessandro Portale2018-12-0242-131/+112
* QmlProfiler: Further improve QmlProfilerTool testUlf Hermann2018-10-171-2/+8
* QmlProfiler: Make the tool test more robustUlf Hermann2018-10-051-5/+3
* QmlProfiler: Add more fine grained checks to tool testUlf Hermann2018-10-041-4/+17
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-1/+1
* QmlProfiler: Avoid some compiler warningsUlf Hermann2018-09-182-3/+5
* ProjectExplorer: Split IRunConfigurationAspecthjk2018-09-181-1/+1
* ProjectExplorer: Update "generic" run configuration aspectshjk2018-09-132-3/+2
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-132-3/+2
* ProjectExplorer: Remove RunConfigWidget wrapper classhjk2018-09-131-1/+1
* ProjectExplorer: Remove direct runconfig dependency from ISettingsAspecthjk2018-09-113-10/+4
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-071-1/+1
|\
| * QmlProfiler: Listen on QHostAddress::Any in QmlProfilerToolTestUlf Hermann2018-08-301-1/+1
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-301-1/+2
|\|