summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Utils: Use FilePath in FileUtils::showInGraphicalShellhjk2021-08-191-1/+1
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-3/+4
* ProjectExplorer: Use more FilePaths in ProjectNodeshjk2021-08-101-2/+2
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-3/+3
* Use the new file dialog wrappers in some placeshjk2021-08-061-14/+13
* ProjectExplorer: Use FilePath for ProjectNode::{path,directory}hjk2021-08-061-14/+13
* Vcs: Use more FilePath for file pathshjk2021-08-021-3/+2
* Core: Use more FilePath in EditorManagerhjk2021-08-021-6/+4
* Core: Use FilePath in IDocumentFactory::open()hjk2021-07-301-5/+8
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-1/+1
* Core: Use FilePath in some functions related to opening fileshjk2021-07-291-5/+6
* ProjectExplorer: Some code cosmeticshjk2021-07-271-91/+90
* ProjectExplorer: Use FilePath in ProjectExplorer::openProject{,s}()hjk2021-07-271-20/+18
* Merge remote-tracking branch 'origin/5.0'hjk2021-07-211-22/+19
|\
| * ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-22/+19
* | Merge remote-tracking branch 'origin/5.0'hjk2021-07-161-5/+23
|\ \ | |/
| * Disambiguate the build actions in locator and shortcut settingsEike Ziller2021-07-151-5/+23
* | Merge remote-tracking branch 'origin/5.0'Orgad Shaneh2021-07-051-2/+2
|\ \ | |/
| * Keep "Build All Projects" the first itemEike Ziller2021-07-051-2/+2
* | ProjectExplorer: add option to close all projects except oneShantanu Tushar2021-07-011-0/+28
|/
* Pass the new node in ProjectTree::currentNodeChangedEike Ziller2021-06-281-10/+11
* MimeDatabase: add FilePath convenience functionDavid Schulz2021-06-231-1/+1
* ProjectExplorer: Move DesktopDevice initializationhjk2021-06-211-2/+2
* ProjectExplorer: Provide a way to extend RunWorkerFactoryhjk2021-06-181-5/+1
* Core: filepathify file renamingDavid Schulz2021-06-171-11/+13
* Core: filepathify expected document changesDavid Schulz2021-06-171-2/+2
* CMake: Duplicate CMake output in Projects modeEike Ziller2021-06-041-0/+5
* Utils: more toFileInfo cleanupDavid Schulz2021-06-041-1/+1
* Utils: Change signature of MacroExpander::registerFileVariableshjk2021-06-031-12/+12
* Core: Use Utils::Link for openEditorAtDavid Schulz2021-05-251-1/+1
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-251-12/+29
|\
| * Fix environment selection of external toolsEike Ziller2021-05-201-12/+29
* | Core: Add FilePath based overloads to EditorManager::openEditor{,at}hjk2021-05-251-2/+2
* | Add output panes to Projects modeEike Ziller2021-05-031-1/+6
* | ICore: Change some path API to use FilePathEike Ziller2021-04-261-2/+1
* | ProjectExplorer: Introduce a build device kit aspecthjk2021-04-191-1/+2
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-091-0/+39
|\ \ | |/
| * ProjectExplorer: (Re-)Add run config variablesChristian Kandeler2021-04-081-0/+39
* | ProjectExplorer: Aspectify Default Build Properties pagehjk2021-03-311-67/+7
* | Improve grouping and order in the build menuTasuku Suzuki2021-03-251-45/+44
|/
* ProjectExplorer: Use qAsConst w/ non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Refactor Locator filter settings savingEike Ziller2021-02-041-2/+3
* Fix build with Qt6Eike Ziller2021-01-211-1/+1
* Make it possible to assign global shortcut to "Show in Explorer/Finder"Eike Ziller2021-01-191-3/+3
* Add "r" as mnemonic for Build > Build for Run ConfigurationMitch Curtis2021-01-181-1/+1
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2021-01-121-2/+21
|\
| * ProjectExplorer: Add more variables for active projectChristian Kandeler2021-01-121-2/+21
* | ProjectExplorer: Fix "open terminal with run env" actionChristian Kandeler2020-12-171-4/+17
* | ProjectExplorer: Add "Open Terminal Here" actions also for project nodesChristian Kandeler2020-12-171-0/+5
* | ProjectExplorer: Don't save defaults to settingsEike Ziller2020-12-161-63/+119