aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/genericprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: remove confusing function from ProjectDavid Schulz2024-05-021-1/+1
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-2/+1
* 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-293-101/+85
* GenericProject: Dissolve plugin pimplhjk2023-11-221-51/+31
* GenericProject: Use new setup for build related classeshjk2023-11-215-58/+59
* GenericProject: Use new setup pattern for ProjectFilesFactoryhjk2023-11-213-33/+28
* GenericProject: Code cosmeticshjk2023-11-211-206/+176
* GenericProject: Consolidate project wizard related classeshjk2023-11-217-141/+114
* GenericProject: Move plugin class definition to .cpphjk2023-11-204-45/+27
* Core: Replace new "Action" by an "ActionBuilder"hjk2023-11-101-4/+2
* GenericProject: Use new Core::Actionhjk2023-11-091-20/+13
* ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-061-17/+4
* Utils: Rename the new Storage to Storehjk2023-08-242-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-232-2/+2
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-152-2/+2
* 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
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-58/+58
* Reduce usage of app_version headerEike Ziller2023-06-262-5/+4
* GenericProjectManager: De-QObjectify GenericBuildConfigurationhjk2023-06-132-38/+23
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-052-2/+5
|\
| * GenericProjectManager: Do not make every subdir an include dirChristian Kandeler2023-05-022-2/+5
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-131-0/+1
|\|
| * Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+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-221-2/+3
|\|
| * Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-201-2/+3
* | Merge remote-tracking branch 'origin/10.0'Orgad Shaneh2023-02-142-2/+1
|\|
| * Remove unneeded includes of task.h and taskhub.hJarek Kobus2023-02-141-1/+0
| * Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-102-2/+2
|\|
| * Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+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
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-3/+2
* GenericProjectManager: Tr::trAlessandro Portale2023-01-205-21/+28
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0616-16/+16
* GenericBuildSystem: Don't store unused expanderJarek Kobus2022-12-091-5/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Various plugins: Replace foreach with ranged for loopJarek Kobus2022-10-071-4/+3
* GenericProjectManager: Remove two uses of QFileInfo::existhjk2022-09-301-2/+2
* ProjectExplorer: Create wizards one by onehjk2022-09-291-1/+1