aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qbsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* QbsPM: Fix wrong {GCC|Clang} compiler name and prefix handlingDenis Shienkov2020-03-161-8/+8
* Qbs: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-1/+1
* QbsProjectManager: Consider cpp.platformDefines for the code modelChristian Kandeler2020-03-102-1/+4
* QbsProjectManager: Fix default install rootChristian Kandeler2020-03-051-2/+3
* ProjectExplorer: Pass extra project files as QSethjk2020-03-031-2/+2
* Qbs: Fix build target key of project partChristian Stenger2020-03-021-3/+8
* QbsProjectManager: Use the same build key as in previous versionsChristian Kandeler2020-02-201-2/+3
* Qbs: Use more sensible build step summariesChristian Kandeler2020-02-203-5/+3
* QbsProjectManager: Do not store expanded qbs executable pathChristian Kandeler2020-02-192-2/+8
* Qbs: Avoid a FilePath<->QString roundtrip in QbsInstallStephjk2020-02-142-5/+5
* Qbs: Pass related info directly to command line creation functionhjk2020-02-148-99/+74
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-072-4/+0
* CMake/Qbs: Do not emit Project::fileListChanged()Christian Kandeler2020-02-071-1/+0
* QbsProjectManager: Build up the project tree in a dedicated threadChristian Kandeler2020-02-064-46/+81
* CppTools: Optionally move raw project parts creation into threadChristian Kandeler2020-02-061-13/+30
* QbsProjectManager: Fix setting up extra compilersChristian Kandeler2020-02-063-17/+35
* Add final specifies to classesIgor Sidorov2020-02-053-3/+3
* QbsProjectManager: Improve interactive build config creationChristian Kandeler2020-01-271-6/+4
* QbsProjectManager: Make BuildInfo::typeName uniqueChristian Kandeler2020-01-271-1/+2
* QbsProjectManager: Relax qbs API version checkChristian Kandeler2020-01-231-1/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-1/+1
* ProjectManager: Add convenience Task subclasseshjk2020-01-205-18/+9
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-201-3/+3
|\
| * QbsProjectManager: Fix setting qbs.architecture for AndroidChristian Kandeler2020-01-171-3/+3
* | CMake Build: rename target qmljs to QmlJSCristian Adam2020-01-161-1/+1
* | Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-3/+1
* | ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-144-21/+10
* | ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-103-13/+9
* | QbsProjectManager: Properly mark generated module filesChristian Kandeler2020-01-101-3/+8
* | ProjectExplorer: Replace BuildConfigurationFactory::availableBuildshjk2020-01-092-28/+24
* | ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-097-20/+14
* | QbsProjectManager: Add a settings category iconAlessandro Portale2019-12-194-0/+5
* | QbsProjectManager: Do not try to call qbs if there is no executableChristian Kandeler2019-12-184-3/+15
* | Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
* | ProjectExplorer: Pass parameters to BuildConfiguration initializationhjk2019-12-101-7/+7
* | ProjectExplorer: Use function object for special build config inithjk2019-12-092-43/+41
* | ProjectExplorer: Settle on fixed set of build step listshjk2019-12-062-13/+12
* | QbsProjectManager: Do not call qbs config unnecessarilyChristian Kandeler2019-12-065-16/+19
* | ProjectExplorer: Provide the option to build only the app to be runChristian Kandeler2019-12-054-1/+19
* | Utils: Move FileUtils::resolvePath to FilePathhjk2019-12-052-6/+6
* | ProjectExplorer: Use full class for TriState valuehjk2019-12-033-70/+43
* | Qmake: Make proper use of BuildDirectoryAspectChristian Kandeler2019-11-281-2/+2
* | QtSupport: Introduce QtQuickCompilerAspectChristian Kandeler2019-11-254-3/+37
* | ProjectExplorer: Introduce SeparateDebugInfoAspectChristian Kandeler2019-11-254-2/+41
* | ProjectExplorer: Add a base class for build aspectsChristian Kandeler2019-11-253-7/+26
* | QtSupport: Add a QmlDebuggingAspectChristian Kandeler2019-11-254-74/+28
* | QbsProjectManager: Let users provide a default install rootChristian Kandeler2019-11-225-7/+34
* | QbsProjectManager: Switch to an out-of-process approachChristian Kandeler2019-11-2137-1968/+2338
* | ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-0/+10
* | ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-1/+1