aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * QmlProfiler: Don't scan the whole file system in rewriter testUlf Hermann2018-08-291-2/+3
| * Tracing: Make notes in TimelineModelAggregator mutableUlf Hermann2018-08-281-1/+2
* | Debugger: Shift some perspective related API to the perspective classhjk2018-08-231-4/+4
* | Shift perspective ownership to pluginshjk2018-08-211-2/+0
* | ProjectExplorer: Remove RunWorker::setDisplayNamehjk2018-08-211-2/+2
* | QmlProfiler: Don't save the run worker in LocalQmlProfilerSupportUlf Hermann2018-08-202-8/+5
* | QmlProfiler: Don't stop the RunControl from RunWorker dtorUlf Hermann2018-08-201-2/+0
* | QmlProfiler: Initialize members of ...Private class in own ctorRobert Loehning2018-08-201-9/+5
* | QmlProfiler: Initialize pointerRobert Loehning2018-08-201-1/+1
* | Debugger: Make most views per-engine instead of singletonshjk2018-08-172-13/+14
* | Debugger: Tighten Perspective interfacehjk2018-08-131-3/+2
* | Debugger: Make perspective toolbar items part of the perspectivehjk2018-08-063-17/+21
* | Debugger: Move ownership of perspective dock widgets to pluginshjk2018-08-012-11/+16
* | KitManager: Use unique_ptr to manage kitsTobias Hunger2018-07-253-11/+12