aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/analyzerbase/analyzermanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-09-251-1/+1
|\
| * Analyzer: Only load a random first tool if none is selected alreadyUlf Hermann2015-09-181-1/+1
* | Analyzer: Rename mode iconsAlessandro Portale2015-09-171-1/+1
|/
* Analyzer: Have one status label per tool.Christian Kandeler2015-07-011-7/+14
* Analyzer: Move towards less global statehjk2015-06-231-13/+12
* Analyzer: Remove one level of indirection when creating RunControlshjk2015-06-191-3/+3
* Analyzer: Move tool startup code closer to the action setuphjk2015-06-181-2/+1
* Fix missing of some translationsSergey Belyashov2015-03-241-1/+2
* Clear old analyzer issues on tool start.Christian Kandeler2015-03-121-0/+2
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+2
* Core: Add an ActionContainer::addSeparator(Id) overloadhjk2015-02-261-4/+3
* Analyzer: Slightly simplify combobox tool action selectionhjk2015-02-261-9/+7
* Analyzer: Fix combobox behavior.Christian Kandeler2015-02-261-4/+10
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-7/+5
* Analyzer: Remove unneeded Q_OBJECThjk2015-02-261-6/+0
* Analyzer: Separate "integrated" and "external" variants in tool box.Christian Kandeler2015-02-251-6/+24
* Analyzer: Reduce explicit use of RunMode enumhjk2015-02-201-6/+9
* Analyzer: Reduce explicit use of StartMode enumhjk2015-02-201-3/+3
* Analyzer: Move isRunnable() decision to AnalyzerActionhjk2015-02-191-13/+2
* Analyzers: Various cleanupshjk2015-02-191-17/+9
* Analyzer: Use toolId instead of AnalyzerAction when sufficienthjk2015-02-181-12/+11
* Analyzer: Dissolve IAnalyzerToolhjk2015-02-181-26/+26
* Analyzer: Move runMode member from IAnalyzerTool to AnalyzerActionhjk2015-02-181-5/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-1/+1
|/
* Analyzer: More Qt 5hjk2014-10-171-32/+35
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Re-introduce option to toggle FancyMainWindow auto-hidinghjk2014-10-091-1/+9
* | ProjectExplorer: Streamline the canRun(Project) functionshjk2014-09-041-6/+3
|/
* Analyzer: Set dockwidget title on inner widget firsthjk2014-07-241-2/+1
* FancyMainWindow: Use auto-hiding dock title barshjk2014-07-151-9/+1
* Fix that editor actions were enabled when help window is activeEike Ziller2014-07-021-1/+5
* Analyzer: Remove unused assignmentOrgad Shaneh2014-05-201-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix crash on exitKai Koehne2013-11-191-2/+0
* 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
* ProjectExplorer/Analyzer: Merge RunConfigurationAspectshjk2013-08-161-1/+0
* Analyzer: Silence warning about unused variableTobias Hunger2013-08-151-2/+0
* Analyzer: Remove now unneeded AnalyzerManager::m_tools memberhjk2013-08-131-4/+0
* Analyzer: Move extensionInitialized() out of IAnalyzerToolhjk2013-08-121-6/+0
* Analyzer: Cleanup settings handlinghjk2013-08-121-2/+2
* Analyzer: Introduce AnalzyerActionhjk2013-08-081-84/+57
* Analyzer: Handle createProjectSettings outside IAnalyzerToolhjk2013-08-081-5/+0
* Fix compile error in AnalyzerManagerNikolai Kosjar2013-08-081-1/+1
* Analyzer: Remove one level of indirection in AnalyzerManagerhjk2013-08-071-18/+19