summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/toolchainmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Detect all msvc toolchains.David Schulz2014-04-101-1/+1
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Introduce an enumeration for toolchain autodetection.Friedemann Kleint2013-09-031-2/+4
* ProjectExplorer et al: Code cosmeticshjk2013-08-291-98/+95
* ToolChains: Stop SDK-tool chains from multiplyingTobias Hunger2013-05-071-2/+13
* Clean up where the QSettings is retrieved from.Eike Ziller2013-04-101-1/+1
* Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-3/+1
* ToolChainManager: Load tool chains in extensionsInitialized()Tobias Hunger2013-02-281-21/+20
* ToolChainManager: Do not try saving in ~ToolChainManagerDaniel Teske2013-02-271-1/+0
* ToolChainManager: Do not unregister toolchains on destructionTobias Hunger2013-02-271-7/+5
* ToolChains: Warn when loading tool chain data too earlyTobias Hunger2013-02-261-0/+3
* ToolChainManager: Drop autoDetected toolchains that are no longer valid.Daniel Teske2013-02-011-3/+2
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | ToolChain: Do not delete ToolChains that were not auto-detected againTobias Hunger2013-01-101-4/+9
|/
* Adjust license headershjk2012-10-051-21/+20
* Make sure to save settings when closing managersTobias Hunger2012-10-041-0/+2
* Warn when failing to restore auto-detected tool chainsTobias Hunger2012-10-041-1/+5
* Make sure to never write kits/Qt/TCs before they were readTobias Hunger2012-09-271-6/+7
* Revert "Make sure to never write kits/Qt/TCs before they were read"Tobias Hunger2012-09-271-7/+6
* Make sure to never write kits/Qt/TCs before they were readTobias Hunger2012-09-271-6/+7
* ToolChains: Accept autodetected duplicatesTobias Hunger2012-09-191-1/+1
* ToolChains: Read SDK settings from Nokia/qtcreator/toolchains.xmlTobias Hunger2012-09-191-1/+1
* s/profile/kit/Tobias Hunger2012-09-041-1/+1
* Fix saving of XML configuration filesTobias Hunger2012-09-041-4/+5
* Fix saving of xml filesTobias Hunger2012-08-241-6/+11
* Replace some QStrings with Utils::FileNameTobias Hunger2012-08-241-7/+7
* Rename "Tool Chains" option page to "Compilers"Eike Ziller2012-08-241-1/+1
* Fix warningsOrgad Shaneh2012-08-071-2/+1
* Changed return type of :ICore::mainWindow() to QWidget*Konstantin Tokarev2012-07-191-1/+0
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Profile introductionTobias Hunger2012-06-211-12/+19
* Make PluginManager mostly static.Eike Ziller2012-06-191-6/+3
* Removed module names from #include directives.Erik Verbruggen2012-02-151-4/+4
* Delay autodetection of the tool chains to a point where it's needed.Eike Ziller2012-01-301-13/+35
* Use QUuids to identify tool chainsTobias Hunger2012-01-301-18/+61
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-2/+2
* Have ToolChainManager::defaultDebugger() return a FileNameTobias Hunger2012-01-131-3/+4
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-1/+1
* Allow build to specify different settings path.Eike Ziller2011-12-161-2/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Implement Code Style schemesJarek Kobus2011-09-231-1/+5
* more stylehjk2011-09-191-15/+15
* Header cleanup in ProjectExplorer.Friedemann Kleint2011-08-181-1/+1
* Fix copy and paste errorTobias Hunger2011-05-131-1/+1
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-7/+7
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* add/unify i/o error handlingOswald Buddenhagen2011-04-181-1/+2
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\