aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectwizardpage.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Export summary pageMarcus Tillmanns2024-04-051-11/+12
* ProjectExplorer: Fix sorting of file names in subpaths in wizard summaryAlessandro Portale2023-11-171-1/+1
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-021-2/+2
* Wizards: Speed up JsonSummaryPage::initialize()Christian Kandeler2023-06-261-4/+7
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-5/+3
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* ProjectExplorer: Tr::trhjk2023-01-161-11/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* PE: Fix wording on summary pageChristian Stenger2022-10-071-2/+4
* Git: VcsBase: Squish: Make tst_git_local run againRobert Löhning2022-10-071-0/+2
* Restore object names lost while inliningRobert Löhning2022-09-301-0/+2
* ProjectExplorer: Use more FilePath in wizards, mostly JsonWizard*Alessandro Portale2022-09-051-25/+24
* ProjectExplorer: inline projectwizardpage.uiAlessandro Portale2022-08-261-39/+66
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: ProjectExplorer: Get rid of QOverloadJarek Kobus2022-07-201-3/+3
* ProjectExplorer: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-121-6/+8
* ProjectExplorer: Use more FilePaths in ProjectNodeshjk2021-08-101-8/+9
* ProjectExplorer: Use FilePath for ProjectNode::{path,directory}hjk2021-08-061-3/+3
* Vcs: Use more FilePath for file pathshjk2021-08-021-1/+2
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-2/+2
* Wizards: Make sure project combobox uses same sorting as project treeChristian Kandeler2019-10-011-0/+5
* ProjectExplorer: Move ProjectExplorerPlugin::directoryFor etchjk2019-08-021-4/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* ProjectExplorer: Replace Node::setNodeType by virtual functionshjk2019-03-011-1/+1
* Replace static_casts by QOverload where possiblehjk2019-02-261-3/+3
* Merge remote-tracking branch 'origin/4.7' into 4.8Eike Ziller2018-10-221-2/+3
|\
| * Fix soft assert when adding file to subfolder in generic projectEike Ziller2018-10-181-2/+3
* | ProjectExplorer: ModernizeAlessandro Portale2018-07-161-3/+3
|/
* Wizards: Fix project file name in root directoryOrgad Shaneh2018-01-081-1/+3
* ProjectExplorer: Fix node selection in wizard dialogsTobias Hunger2017-05-221-0/+5
* ProjectExplorer: Fix listing of project nodes in the wizard's summary pageTobias Hunger2017-04-191-10/+4
* ProjectNodes: Handle supported actions one-by-onehjk2017-04-051-4/+2
* ProjectManager: Remove SessionNodehjk2017-03-211-21/+12
* ProjectWizardPage: Simplify tree walkinghjk2017-03-151-39/+19
* ProjectExplorer: Remove FolderNode::projectNodes()hjk2017-02-231-4/+5
* ProjectExplorer: Remove some more uses of FolderNode::projectNodes()hjk2017-02-231-8/+10
* ProjectExplorer: Make naming of methods on Nodes more consistentTobias Hunger2016-11-101-2/+2
* ProjectExplorer: Shorten NodeType enumTobias Hunger2016-11-031-1/+1
* Utils: Streamline TreeModel APIhjk2016-07-271-3/+2
* ProjectExplorer: Fix crash on adding a project to a subdir projectTobias Hunger2016-04-271-2/+6
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-50/+38
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-6/+6
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SummaryPage: Be more robust wrt. selecting from the comboboxTobias Hunger2015-12-101-3/+4
* Wizard: Always prefer context nodeTobias Hunger2015-11-091-4/+5
* Wizard: Stop summarypage from getting confused by similar project namesTobias Hunger2015-11-041-3/+9
* add hideProjectUi property to summary pageTim Jenssen2015-07-021-0/+6
* hide version control ui in "add" wizards based on available vc pluginsTim Jenssen2015-07-011-0/+12