aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mesonprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: remove confusing function from ProjectDavid Schulz2024-05-021-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-283-3/+3
* Meson: Fix reading of tool settingshjk2024-02-231-8/+8
* Meson: Use Utils::FilePaths in parserhjk2024-02-054-41/+42
* Meson: Consolidate parsershjk2024-02-054-92/+65
* Meson: Fix crashhjk2024-01-301-1/+1
* Meson: Use ActionBuilder to set up actionshjk2024-01-303-88/+46
* Meson: Use setup function for MesonActionsManagerhjk2024-01-303-46/+29
* Meson: Use setup functions for more plugin itemshjk2024-01-306-36/+58
* Meson: Use setup functions for a few plugin itemshjk2024-01-309-89/+99
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-292-2/+2
* Utils: Rename ParameterAction into Actionhjk2024-01-292-3/+3
* Rename a few more ToolChain items to Toolchainhjk2024-01-232-12/+12
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* ProcessProgress: Add setExpectedDuration() methodJarek Kobus2024-01-211-1/+0
* Create RunConfiguration specific DebugWorkerFactoriesDominik Holland2024-01-171-0/+4
* Clean up some lambdashjk2023-12-122-2/+2
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-242-7/+7
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-143-4/+4
* ProjectExplorer: Consolidate creation of KitAspect's "Manage..."hjk2023-11-082-4/+2
* Meson: Remove dependency from CppEditorhjk2023-11-062-2/+1
* ProjectExplorer: Promote CppProjectUpdaterInterfacehjk2023-11-062-6/+7
* Meson: Hide plugin class definition in .cpp filehjk2023-10-024-40/+24
* Meson: Add missing member initializationOrgad Shaneh2023-10-021-1/+1
* Meson: Move some code out of visible plugin setuphjk2023-09-283-32/+17
* Meson: De-noise project parser a bithjk2023-09-282-92/+76
* Meson: Merge MesonProcess into project parser file pairhjk2023-09-286-212/+142
* qbs build: Clean up testing infrastructureChristian Kandeler2023-09-191-4/+0
* Utils: Make TreeViews use setUniformRowHeights by defaulthjk2023-09-051-1/+0
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-1/+1
* Utils: Use numberedKey(Key, int) more wildlyhjk2023-08-301-1/+1
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-4/+4
* Plugins: A bit more Keys and Storehjk2023-08-256-43/+43
* ProjectExplorer: Re-organize KitAspect layouting related functionshjk2023-08-241-1/+1
* Utils: Rename the new Storage to Storehjk2023-08-244-8/+8
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-234-8/+8
* ProjectExplorer: Don't use object names for KitAspectFactorieshjk2023-08-232-2/+0
* MesonProjectManager: Hide KitAspectFactory implementationshjk2023-08-215-127/+111
* ProjectExplorer: More KitAspect related renamingshjk2023-08-162-4/+4
* Meson: Remove unused header filehjk2023-08-154-17/+0
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-153-3/+3
* Meson: Rename some of the KitAspect related classeshjk2023-08-115-56/+59
* ProjectExplorer: Rename KitAspect related classeshjk2023-08-106-12/+12
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-3/+6
* Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-18/+18
* ProjectExplorer: Replace the fromMap error return valuehjk2023-07-244-6/+6
* ProjectExplorer: Change ProjectConfiguration::toMap signaturehjk2023-07-214-11/+10