summaryrefslogtreecommitdiff
path: root/src/plugins/analyzerbase
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1417-119/+136
|\
| * License updateEike Ziller2014-10-0918-121/+138
* | Re-introduce option to toggle FancyMainWindow auto-hidinghjk2014-10-091-1/+9
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-3/+3
* | ProjectExplorer: Streamline the canRun(Project) functionshjk2014-09-041-6/+3
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-11/+3
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-052-4/+3
|\ \ | |/
| * Analyzer: Use a more common default value for the initial dock areahjk2014-07-241-1/+1
| * Analyzer: Set dockwidget title on inner widget firsthjk2014-07-242-3/+2
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-7/+3
* | AnalyzerTool: Make runMode and toolMode value membershjk2014-07-232-3/+29
|/
* 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 fieldOrgad Shaneh2014-06-161-1/+0
* RunControl: Make icon(path) a value memberhjk2014-05-302-6/+2
* Analyzer: Remove unused assignmentOrgad Shaneh2014-05-201-1/+1
* Valgrind: Support console applicationsOrgad Shaneh2014-05-081-1/+5
* 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