aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Fix iterating through files to removeRobert Loehning2020-07-231-4/+5
* ProjectExplorer: Don't prompt user whether 0 files should be deletedRobert Loehning2020-07-231-8/+10
* GCC Parser: Recognize lines with "cc1plus"Christian Kandeler2020-07-142-0/+33
* GccParser: Recognize "required from" as a continuation markerChristian Kandeler2020-07-131-0/+40
* MSVC: Use proper codec for vswhere output parsingChristian Kandeler2020-07-091-0/+1
* GccParser: Catch file paths in "inlined from" linesChristian Kandeler2020-07-072-0/+37
* ParseIssuesDialog: Flush the parserChristian Kandeler2020-07-071-0/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-06137-840/+832
* GccToolchain: Also handle compilers named cc and c++Tobias Hunger2020-07-031-2/+4
* Project Explorer: Fix UI text capitalization and writing styleLeena Miettinen2020-07-022-2/+2
* Target selector: Fix drawing of the run iconAlessandro Portale2020-06-301-8/+4
* Target selector: Make sure the run icon is not hidden under scrollbarChristian Kandeler2020-06-301-2/+7
* ProjectExplorer: Do not activate kits via right clickChristian Kandeler2020-06-291-0/+21
* Clang-cl: Consider MSVC 2019Christian Kandeler2020-06-261-2/+5
* Target Selector: Do not repeat kit name in context menuChristian Kandeler2020-06-261-5/+4
* Even more Qt6 portinghjk2020-06-235-9/+14
* Toolchains: Fix auto-detection for clang-clChristian Kandeler2020-06-231-3/+6
* More Qt 6 fixeshjk2020-06-232-6/+6
* Icons cleanup: Remove unused icons and deduplicate identical pngsAlessandro Portale2020-06-222-0/+3
* Drop use of Qt::DefaultLocaleShortDatehjk2020-06-221-2/+2
* OutputWindow: Do not activate links for empty referenceOrgad Shaneh2020-06-181-2/+5
* PathListDialog: Retain original dir separatorsAlessandro Portale2020-06-181-2/+2
* Move InfoBar to UtilsEike Ziller2020-06-181-5/+6
* Move Id from Core to UtilsEike Ziller2020-06-186-9/+6
* All: Use Utils::SkipEmptyPartshjk2020-06-178-12/+17
* Fix plugin unit tests when using projectsChristian Stenger2020-06-172-2/+2
* PE: Replace some QRegExp by QRegularExpressionChristian Stenger2020-06-172-37/+37
* PathListDialog: Make entries movableAlessandro Portale2020-06-161-1/+3
* ExtensionSystem: Remove PluginSpec::isHiddenByDefaulthjk2020-06-161-1/+0
* ProjectExplorer: Update parts of RunConfigurationFactory docshjk2020-06-161-24/+46
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-156-22/+19
* ProjectExplorer: Use QRegularExpression in SelectableFilesModelhjk2020-06-112-3/+5
* ProjectExplorer: Add support for new M32R architectureDenis Shienkov2020-06-112-0/+11
* ProjectExplorer: Recognize GCC ABI for Compact Risc architectureDenis Shienkov2020-06-111-0/+7
* CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-0/+1
* ProjectExplorer: Recognize GCC ABI for Renesas SuperH architectureDenis Shienkov2020-06-081-0/+6
* ProjectExplorer: Recognize GCC ABI for Renesas RX architectureDenis Shienkov2020-06-081-0/+6
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-0214-56/+55
* PE: JsonWizard: Improve handling of check boxesChristian Stenger2020-05-281-1/+1
* Remove some useless IContext subclassesEike Ziller2020-05-271-16/+4
* Remove unnecessary removeContextObject callsEike Ziller2020-05-274-23/+8
* ProjectExplorer: Add support for new CR16 architectureDenis Shienkov2020-05-272-0/+5
* ProjectExplorer: Add support for new R32C architectureDenis Shienkov2020-05-272-0/+5
* ProjectExplorer: Add support for new M16C architectureDenis Shienkov2020-05-272-0/+5
* Revert "JsonWizard: Fix restoreLastHistoryItem for LineEdit"Christian Stenger2020-05-262-13/+2
* ProjectExplorer: Split deployment data using last colon on the lineVille Nummela2020-05-261-3/+3
* Utils: Rename FilePath::rawFileName to rawFilePathhjk2020-05-221-1/+1
* BareMetal: Add support for Renesas M32C architecture in GCC toolchainDenis Shienkov2020-05-191-0/+6
* ProjectExplorer: Add support for new M32C architectureDenis Shienkov2020-05-192-0/+5
* Move splitString() method to base ToolChainConfigWidgetDenis Shienkov2020-05-194-17/+18