aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/analyzerbase
Commit message (Expand)AuthorAgeFilesLines
* Android: notify qml profiler when app is stoppedUlf Hermann2014-03-191-1/+1
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* Analyzer: remove formatting from UI textLeena Miettinen2014-03-061-2/+2
* Clean up single namespace forward-declarationsOrgad Shaneh2014-02-122-6/+2
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-2/+6
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0818-18/+18
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0818-18/+18
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-11-201-2/+0
|\|
| * Fix crash on exitKai Koehne2013-11-191-2/+0
* | Fix tr()-messages.Friedemann Kleint2013-11-151-2/+2
|/
* AnalyzerBase: Use local copy of stop iconAurindam Jana2013-10-153-1/+2
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* SessionManager: Apply 'static' patternhjk2013-09-051-2/+3
* Kill ";;" at end of statementNikolai Kosjar2013-09-041-1/+1
* Core::Id: Remove some explicit casts to Core::IdTobias Hunger2013-09-031-4/+4
* Analyzer: De-noisehjk2013-09-021-8/+9
* TaskHub: Move code to be more conform with other singletonsTobias Hunger2013-08-191-2/+1
* ProjectExplorer/Analyzer: Merge RunConfigurationAspectshjk2013-08-167-243/+12
* Analyzer: Silence warning about unused variableTobias Hunger2013-08-151-2/+0
* ISettingsAspect: consolidate data copying in base implementationhjk2013-08-132-2/+13
* Analyzer: Rename AbstractAnalyzerSubConfig to ISettingsAspecthjk2013-08-134-34/+28
* RunConfigurationAspect: Streamline data serializationhjk2013-08-132-7/+8
* Analyzer: Remove now unneeded AnalyzerManager::m_tools memberhjk2013-08-131-4/+0
* Analyzer: Move extensionInitialized() out of IAnalyzerToolhjk2013-08-125-16/+1
* Analyzer: Move setIfPresent helper function close to the only userhjk2013-08-121-10/+0
* Analyzer: Cleanup settings handlinghjk2013-08-1210-450/+66
* Analyzer: Fix recent regression in aspect creationhjk2013-08-081-1/+1
* Analyzer: Introduce AnalzyerActionhjk2013-08-085-99/+97
* Analyzer: Re-introduce ValgrindTool levelhjk2013-08-082-140/+1
* Analyzer: Handle createProjectSettings outside IAnalyzerToolhjk2013-08-087-21/+26
* Fix compile error in AnalyzerManagerNikolai Kosjar2013-08-081-1/+1
* Analyzer: Remove one level of indirection in AnalyzerManagerhjk2013-08-072-23/+19
* Analyzer: Flatten AnalyzerManager::addToolhjk2013-08-062-30/+29
* Analyzer: Inline Setting::registerTool into its only userhjk2013-08-065-17/+5
* Analyzer: Use action as handle for tool plus start modehjk2013-08-062-46/+32
* Analyzer: Remove some explicit uses of Analyzer::StartModehjk2013-08-053-31/+15
* IAnalyzerTool: actionId() is re-implemented in derived classesAurindam Jana2013-08-052-15/+1
* QmlProfiler: Remove StartQmlRemote start modeAurindam Jana2013-08-052-3/+2
* Analyzer: Use the run mode stored in the parameters instead of a copyhjk2013-08-052-5/+3
* QmlProfiler: Use StartLocal instead of StartQml start mode.Aurindam Jana2013-08-052-2/+0
* Analyzer: Remove some unused codehjk2013-08-052-19/+7
* Analyzer: Slim down AnalyzerManager interfacehjk2013-08-052-18/+9
* Analyzer: Move common startTool implementations to IAnalyzerTool basehjk2013-08-054-102/+138
* Analyzer: Simplify IAnalyzerTool interfacehjk2013-08-052-22/+14
* Analyzer: Use AnalyzerManager for run control creationhjk2013-08-052-6/+16
* TaskHub: De-noise user codehjk2013-08-021-2/+2
* Analyzer: Fix endless loop after finishinghjk2013-08-021-1/+0
* Analyzer: Remove unused AnalyzerStartParameter::toolId memberhjk2013-08-012-2/+1
* Analyzer: Remove IAnalyzerTool::canRunhjk2013-08-011-4/+0
* Analyzer: Merge IAnalyzerEngine and AnalyzerRunControlhjk2013-08-018-267/+76