aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/analyzerbase
Commit message (Expand)AuthorAgeFilesLines
* debugger/analyzer: inline the small start dialogshjk2012-06-295-226/+135
* Fix qbs code styleYuchen Deng2012-06-191-5/+6
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-051-17/+3
* ActionManager API cleanup.Eike Ziller2012-05-251-22/+17
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-35/+5
* Move SSH support into a dedicated library.Christian Kandeler2012-05-224-10/+10
* Renamed TaskHub::popup to requestPopup and removed boolean flag.Konstantin Tokarev2012-05-141-1/+1
* editormanager: simplify use of interfacehjk2012-05-111-4/+1
* QmlProfiler: correctly manage "Application Output" controlsChristiaan Janssen2012-05-081-0/+2
* use Core::Id for IMode::id and IMode::typehjk2012-05-081-2/+2
* Fix documentation after class rename.Nicolas Arnaud-Cormos2012-05-041-1/+1
* Merge remote-tracking branch 'origin/2.5'Oswald Buddenhagen2012-04-191-0/+1
|\
| * qbs files updatedJoerg Bornemann2012-04-181-0/+1
* | qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
* | qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* | Fix build breakage after making plugins dependent on cpptools.Erik Verbruggen2012-03-153-1/+3
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-121-1/+2
|\|
| * Fix analyzer run config layout margins.Eike Ziller2012-03-121-1/+2
* | taskhub: use more direct access.hjk2012-03-122-11/+8
* | Merge remote-tracking branch 'origin/2.5'Oswald Buddenhagen2012-03-081-1/+3
|\|
| * analyzer: Fix message for "incompatible" builds.hjk2012-03-081-1/+3
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-081-1/+1
|\|
| * UI text: use sentence style caps for labelsLeena Miettinen2012-03-051-1/+1
* | RemoteLinux: More preparations for introducing an abstract device class.Christian Kandeler2012-03-072-2/+1
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
|/
* qbs: CleanupOrgad Shaneh2012-02-281-3/+0
* Analzyer: Increase SSH timeout.Christian Kandeler2012-02-241-1/+1
* Rename {Analyzer,Debugger}ProjectSettings to *RunConfigurationAspecthjk2012-02-235-27/+23
* remove bool return value from IRunConfigurationAspect::fromMaphjk2012-02-222-16/+11
* add qbs filesJoerg Bornemann2012-02-201-0/+67
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-1516-49/+49
* analyzer: adjust comment about usagehjk2012-01-301-1/+1
* Task: Update Task to use Utils::FileName and Core::IdTobias Hunger2012-01-302-3/+4
* Core::ModeManager: make some functions statichjk2012-01-271-1/+1
* Long live the king!hjk2012-01-2623-23/+23
* compile fix after accde26 with bytearray stringbuilderhjk2012-01-251-3/+3
* Analyzerbase: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-255-30/+30
* analyzer: add full namespace to signals and slotshjk2012-01-241-3/+3
* Analyzer: more using, less noise.hjk2012-01-242-74/+68
* Use new static ICore interface.hjk2012-01-243-16/+15
* On cancel analyzer setup the progress bar closes now.David Schulz2012-01-241-1/+0
* C++: Accept UTF-8 byte arrays in type of expressionLeandro Melo2012-01-131-1/+1
* ProjectExplorer: use enum instead of QString for run modehjk2012-01-116-15/+20
* Analyzer: Remove unused variableKai Koehne2012-01-041-2/+0
* Analyzer: refactor global and project tool settings usage.Nicolas Arnaud-Cormos2011-12-286-21/+41
* Analyzer: create a run control factory for all tools.Nicolas Arnaud-Cormos2011-12-288-34/+236
* Compile fix with Qt 4.8Alessandro Portale2011-12-281-3/+3
* Analyzer: no need to pass a start mode when it's implicit in the name.Nicolas Arnaud-Cormos2011-12-282-5/+5