aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbsprojectmanagerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-291-1/+1
* QbsProjectManager: Remove unneeded functionChristian Kandeler2025-03-061-14/+0
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-19/+9
* QbsProjectManager: Fix forced reparse functionalityChristian Kandeler2025-01-131-2/+4
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* QbsProjectManager: Force full resolving on "Reparse Qbs"Christian Kandeler2024-12-031-1/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-0/+5
* Utils: Also rename parameteraction.{h,cpp} to action.{h,cpp}hjk2024-01-291-3/+1
* Utils: Rename ParameterAction into Actionhjk2024-01-291-6/+6
* QbsProjectManager: Hide plugin class definition in .cpphjk2024-01-161-5/+70
* QbsProjectManager: Add a language clientChristian Kandeler2023-11-271-0/+2
* Utils/all: Move mime constants into a central placehjk2023-11-081-6/+2
* QbsProjectManager: Create QbsProfileManager on requesthjk2023-08-291-1/+0
* QbsProjectManager: Hide QbsKitAspectFactory implementationhjk2023-08-211-2/+0
* Qbs: Rename some of the KitAspect related classeshjk2023-08-111-1/+1
* QbsBuildSystem: Properly queue parse requestsJarek Kobus2023-07-311-9/+1
* QbsProjectManager: Replace some dynamic_casts with qobject_castsJarek Kobus2023-07-311-5/+5
* QbsInstallStep: Employ task tree for runningJarek Kobus2023-07-241-0/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-9/+9
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
* QbsProjectManager: Convert to using Tr::trAlessandro Portale2022-09-061-17/+18
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QbsProjectManagerPlugin: Avoid using sender()Jarek Kobus2022-07-221-10/+11
* filesystem: Add QFSEngine for filepathsMarcus Tillmanns2022-07-211-2/+2
* Disambiguate the build actions in locator and shortcut settingsEike Ziller2021-07-151-0/+4
* Pass the new node in ProjectTree::currentNodeChangedEike Ziller2021-06-281-4/+3
* QbsProjectManager: Fix context menu grouping warningTasuku Suzuki2021-03-261-1/+1
* Improve grouping and order in the build menuTasuku Suzuki2021-03-251-12/+9
* Remove usages of Core::IdEike Ziller2020-09-211-23/+20
* QbsProjectManager: Disable build and clean actions during parsingChristian Kandeler2020-08-101-0/+7
* ProjectExplorer: Fix use of build step list preamble messageshjk2020-02-281-7/+3
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-3/+0
* ProjectExplorer: Settle on fixed set of build step listshjk2019-12-061-5/+8
* QbsProjectManager: Switch to an out-of-process approachChristian Kandeler2019-11-211-10/+12
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-14/+24
* Remove unused QObject parent arguments on options pageshjk2019-09-111-1/+1
* Unification of desktop run configurations, step 1hjk2019-08-071-3/+0
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* ProjectExplorer: Add "build for current run config" menu entryChristian Kandeler2019-06-061-0/+6
* ProjectExplorer: Rename ProjectTree::findCurrentNode to currentNodehjk2019-04-301-4/+4
* ProjectExplorer: Switch order of template parametershjk2019-04-021-1/+1
* ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-0/+2
* ProjectExplorer: Make kit aspects self-registerhjk2019-03-181-1/+1
* QbsProjectManager: Fix "Build product" action for files in groupsChristian Kandeler2019-03-131-3/+6
* ProjectExplorer: Merge Node::isFileNodeType and asFileNodehjk2019-03-011-1/+1
* ProjectExplorer: Replace Node::setNodeType by virtual functionshjk2019-03-011-1/+1
* Qbs: Remove QbsBaseProjectNode layerhjk2019-02-271-2/+6
* Qbs: Simplify updateBuildActions()hjk2019-02-271-15/+7