aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager/qbssettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* QbsProfileManager: Support remote qbsChristian Kandeler2024-12-181-21/+36
* Qbs: Return FilePath from QbsSettings::qbsSettingsBaseDirhjk2024-12-171-2/+2
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-2/+0
* Restore a clean system environmentChristian Kandeler2024-10-281-0/+13
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* Utils: Streamline QtcSettings interfacehjk2023-09-281-2/+2
* Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+2
* ProjectExplorer: Add context object into connectionsJarek Kobus2023-08-021-2/+2
* Reduce usage of app_version headerEike Ziller2023-06-261-3/+2
* QbsProjectManager: Let users reset the path to qbsChristian Kandeler2023-06-151-7/+23
* Some more tr fixesEike Ziller2023-06-141-0/+1
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Qbs: Use IOptionPage::setWidgetCreator() for settingshjk2023-04-211-26/+6
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* QbsProjectManager: Convert to using Tr::trAlessandro Portale2022-09-061-9/+8
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Replace more used of PathChooser::pathChanged by filePathChangedhjk2022-07-011-1/+1
* QbsSettings: Get rid of call to waitForStarted()Jarek Kobus2022-06-301-3/+1
* QbsProjectManager: Call qbs-config directlyChristian Kandeler2022-02-251-0/+12
* Use QtcProcess in QbsSettingsJarek Kobus2021-11-031-3/+4
* QbsProjectManager: Make qbs version available in settingsChristian Kandeler2021-06-251-12/+30
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-1/+1
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-3/+3
* QbsProjectManager: Fix default install rootChristian Kandeler2020-03-051-2/+3
* QbsProjectManager: Do not store expanded qbs executable pathChristian Kandeler2020-02-191-2/+7
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-3/+1
* QbsProjectManager: Add a settings category iconAlessandro Portale2019-12-191-0/+3
* QbsProjectManager: Do not try to call qbs if there is no executableChristian Kandeler2019-12-181-1/+4
* QbsProjectManager: Let users provide a default install rootChristian Kandeler2019-11-221-0/+14
* QbsProjectManager: Switch to an out-of-process approachChristian Kandeler2019-11-211-0/+192