summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Separate session loading from project managerEike Ziller2023-05-171-1/+1
* Session: Minimize direct use of reader when loading sessionsEike Ziller2023-05-171-2/+2
* Move restoring startup session to SessionManagerEike Ziller2023-05-171-108/+21
* Session: Move some settings saving to session itselfEike Ziller2023-05-171-6/+0
* RunConfigurationFilter: Remove the old matchesFor() implementationJarek Kobus2023-05-161-75/+19
* ProjectExplorer: Use PagedSettings for BuildPropertiesSettingsPagehjk2023-05-111-1/+0
* ILocatorFilter: Simplify Sync's onSetup in matchersJarek Kobus2023-04-271-2/+1
* RunConfigurationLocatorFilter: Reimplement matchers()Jarek Kobus2023-04-271-14/+73
* ProjectExplorer: Keep "Run" entry in top-level project node visibleChristian Kandeler2023-04-261-3/+3
* ProjectExplorer: Drop known namespacesJarek Kobus2023-04-201-37/+33
* RunConfigurationLocatorFilter: Use Acceptor for LocatorFilterEntryJarek Kobus2023-04-201-59/+41
* Show locator filter descriptions more prominentlyEike Ziller2023-04-181-8/+7
* DirectoryFilter: Hide public methodsJarek Kobus2023-04-111-10/+9
* PE/Qnx: Disentangle BuildStep factories from downstream furtherhjk2023-04-041-0/+2
* Terminal: Add enable settingMarcus Tillmanns2023-03-231-7/+5
* ProjectExplorer: Add a generic copy stephjk2023-03-141-0/+3
* ProjectExplorer: Remove IDevice::terminalCommandMarcus Tillmanns2023-03-021-7/+24
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-85/+86
* Terminal: Coverity warning fixesMarcus Tillmanns2023-02-271-1/+3
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-271-1/+2
|\
| * Avoid triggering device login from recent project listEike Ziller2023-02-231-1/+2
* | Terminal: Add Terminal pluginMarcus Tillmanns2023-02-241-2/+27
|/
* ProjectExplorer: Use new plugin test object setuphjk2023-02-171-5/+3
* LocatorFilterEntry: Add linkForEditorJarek Kobus2023-02-161-4/+2
* Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-101-2/+2
* ExtensionSystem: Remove the IPlugin back pointer to pluginspechjk2023-02-101-1/+2
* ProjectExplorer: Show recent projects with native pathsAlessandro Portale2023-02-031-2/+5
* ProjectExplorer: Tr::trhjk2023-01-161-195/+187
* ProjectExplorer: Move settings structures out of Internal namespaceJarek Kobus2023-01-131-1/+1
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* ProjectExplorer: Introduce and use convenience factory classhjk2023-01-101-8/+5
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-1/+1
* MacroExpander: Generalize registration of project variablesEike Ziller2023-01-091-114/+12
* MacroExpanders: Remove legacy "Current(Project|Build|Kit)" variablesEike Ziller2023-01-091-25/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Make Utils::withTildeHomePath a FilePath memberhjk2023-01-051-1/+1
* Remove unused variablesJarek Kobus2022-12-091-1/+0
* ProjectExplorer: Fix unrelated tooltip appearingChristian Kandeler2022-12-091-1/+3
* ProjectExplorer: Add "Generate" sub-menu to build menuChristian Kandeler2022-12-081-0/+19
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* Merge remote-tracking branch 'origin/9.0'Orgad Shaneh2022-11-281-4/+3
|\
| * Make it possible to select default session from menuEike Ziller2022-11-251-4/+3
* | Core: Rename DocumentModel::fileName() to filePath()hjk2022-11-251-2/+2
* | ProjectExplorer: Improve UI for project-related closing actionsChristian Kandeler2022-11-181-9/+12
* | ProjectExplorer: Use LRU for sorting sessions in menuChristian Kandeler2022-10-211-1/+6
|/
* Fix lupdate issuesEike Ziller2022-10-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-4/+4
* PE: Delay initialization of wizardsChristian Stenger2022-10-061-4/+3
* ProjectExplorer: Limit the usage of qMakePairJarek Kobus2022-10-041-4/+4
* ProjectExplorer: Create wizards one by onehjk2022-09-291-7/+3