aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/genericprojectmanager/genericproject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-2/+2
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-2/+2
* GenericProject: Use new setup for GenericProject itselfhjk2023-11-291-35/+80
* ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-061-17/+4
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* GenericProject: Use the right kit in example creationhjk2023-07-281-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-051-2/+3
|\
| * GenericProjectManager: Do not make every subdir an include dirChristian Kandeler2023-05-021-2/+3
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* | ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-2/+2
* | Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+1
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-101-2/+1
|\|
| * ProjectExplorer: Proliferate Utils::FilePath usehjk2023-02-081-2/+1
* | GenericProjectManager: Fix outdated commentKnut Petter Svendsen2023-02-081-1/+1
|/
* Move some FileSystemWatcher usages to FilePathhjk2023-01-271-3/+3
* GenericProjectManager: Tr::trAlessandro Portale2023-01-201-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* GenericBuildSystem: Don't store unused expanderJarek Kobus2022-12-091-5/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* GenericProjectManager: Remove two uses of QFileInfo::existhjk2022-09-301-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* GenericProject: Re-introduce variable resolving in include pathsChristian Kandeler2022-04-201-6/+11
* GenericProjectManager: Add support for pre-compiled headersXutaxKamay2021-11-111-15/+39
* GenericProject: Pass resolved include paths to code modelChristian Kandeler2021-09-271-4/+5
* Add FileSystemWatcher::clear()Eike Ziller2021-09-151-1/+1
* ProjectExplorer: Give build systems a nameChristian Kandeler2021-09-091-0/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-3/+3
* Add convenience functions for creating ProjectExplorer::HeaderPathsChristian Kandeler2021-08-301-7/+2
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-12/+11
* Core: filepathify file renamingDavid Schulz2021-06-171-4/+6
* Core: filepathify expected document changesDavid Schulz2021-06-171-2/+3
* Utils: add FilePath::completeBaseNameDavid Schulz2021-06-041-2/+2
* Utils: filepathify fileutilsDavid Schulz2021-05-181-2/+3
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* ProjectExplorer: Prevent target switch on project that's to be removedChristian Kandeler2021-05-061-0/+20
* GenericProjectManager: Make sure we parse for the right configurationChristian Kandeler2021-04-201-1/+10
* IDocument: Simplify permission changesEike Ziller2021-01-141-3/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-251-1/+1
|\
| * Fix build with newest Qt 6Eike Ziller2020-11-201-1/+1
* | CppTools: Take "-include" files into accountNikolai Kosjar2020-11-051-2/+2
|/
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-2/+2
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-191-1/+2
|\
| * Fix lupdate issuesEike Ziller2020-03-181-1/+2
* | GenericProject: Simplify Guard handlingTobias Hunger2020-03-021-3/+0
|/
* GenericProject: Use own target instead of activeTarget()hjk2020-02-051-11/+8