summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/project.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakeProjectManager: Add lib and app binaries to project treeChristian Kandeler2023-03-211-3/+14
* QmakeProjectManager: Add lib and app binaries to project treeChristian Kandeler2023-03-201-1/+0
* ProjectExplorer: Add functionality for mapping source files to binariesChristian Kandeler2023-03-161-11/+36
* ProjectExplorer: Add infrastructure for source -> binary mappingChristian Kandeler2023-03-161-0/+77
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-12/+34
* Utils: Add FilePath::copyRecursivelyMarcus Tillmanns2023-01-251-4/+3
* ProjectExplorer: Tr::trhjk2023-01-161-26/+27
* MacroExpander: Generalize registration of project variablesEike Ziller2023-01-091-0/+125
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ProjectExplorer: Add infastructure for build system specific generatorsChristian Kandeler2022-12-151-1/+11
* ProjectExplorer: Add "Generate" sub-menu to build menuChristian Kandeler2022-12-081-0/+23
* Utils: Remove FilePath::operator+()hjk2022-11-301-2/+2
* QmlJS: Fix Follow under cursorMarcus Tillmanns2022-11-081-0/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Code cosmeticshjk2022-06-241-0/+2
* ProjectExplorer: Move makeInstallCommand()hjk2022-06-131-15/+0
* ProjectExplorer: Use FilePath in installRoot machineryhjk2022-06-101-2/+2
* ProjectExplorer: Use CommandLine in MakeInstallCommandhjk2022-06-101-2/+3
* ProjectExplorer: Make BuildSystem:Name variable availableChristian Kandeler2022-06-031-1/+2
* Do not enter edit mode when opening a .qmlproject as QDSThomas Hartmann2022-02-071-0/+5
* ProjectExplorer: Prevent cascading "Replacement for" kit namesChristian Kandeler2021-10-201-2/+3
* Don't call DocumentManager::addDocument() from non-main threadJarek Kobus2021-10-201-1/+2
* Fix build with C++20Eike Ziller2021-10-191-1/+1
* ProjectExplorer: Give build systems a nameChristian Kandeler2021-09-091-0/+1
* ProjectExplorer: prevent using QFileInfo on remote pathsDavid Schulz2021-09-091-1/+1
* ProjectExplorer: De-noise project.cpphjk2021-08-261-147/+129
* ProjectExplorer: Streamline access to buildDirectoryTemplate datahjk2021-08-241-6/+4
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-0/+1
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+2
* Use the new file dialog wrappers in some placeshjk2021-08-061-6/+4
* ProjectExplorer: Use FilePath in ProjectExplorer::openProject{,s}()hjk2021-07-271-2/+1
* ProjectTree: Improve performance of finding nodesEike Ziller2021-07-141-1/+1
* Project: Remove knowsAllBuildExecutables featureCristian Adam2021-07-011-11/+0
* Avoid registering individual files for watchingEike Ziller2021-06-111-3/+6
* Core: Add FilePath based overloads to EditorManager::openEditor{,at}hjk2021-05-251-1/+1
* Revert "Revert "Merge remote-tracking branch 'origin/4.15'""Eike Ziller2021-05-071-0/+18
* Revert "Merge remote-tracking branch 'origin/4.15'"Marco Bubke2021-05-061-18/+0
* Merge remote-tracking branch 'origin/4.15'Tim Jenssen2021-05-061-0/+18
|\
| * ProjectExplorer: Enable to easily check if a project has dirty filesTapani Mattila2021-05-051-0/+18
* | ProjectExplorer: Prevent target switch on project that's to be removedChristian Kandeler2021-05-061-1/+71
|/
* QmakeProjectManager: Fix possible crash on project document reloadChristian Kandeler2021-04-131-0/+19
* Aspects: Remove some more default valuesOrgad Shaneh2020-11-101-1/+2
* Project explorer: Fix UI textLeena Miettinen2020-11-091-1/+1
* projectexplorer: avoid crash if recovery of kit failsFawzi Mohamed2020-09-291-0/+1
* QmakeProjectManager: Fix crash on reparsingChristian Kandeler2020-09-281-1/+6
* ProjectExplorer: Remove replacement kitsChristian Kandeler2020-09-211-0/+1
* QmakeProjectManager: Restore incremental re-parsingChristian Kandeler2020-09-151-4/+23
* Merge remote-tracking branch 'origin/qds-1.59' into 4.13Tim Jenssen2020-08-131-0/+15
|\
| * projectexplorer: add availableQmlPreviewTranslations()Tim Jenssen2020-07-151-0/+15