summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectmodels.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Project Explorer: Fix UI textLeena Miettinen2019-06-251-5/+5
* | ProjectExplorer: Add special handling for removing filesVille Nummela2019-06-251-1/+4
|/
* Merge remote-tracking branch 'gerrit/4.9' into 4.10Eike Ziller2019-06-131-0/+5
|\
| * ProjectTree: Save state of "Hide Empty Directories" filterTobias Hunger2019-06-131-0/+5
* | Utils: Rename FileName to FilePathhjk2019-05-281-9/+9
* | Some more FileName::appendPath() -> pathAppended() changeshjk2019-05-171-5/+3
* | Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-03-011-2/+3
|\ \ | |/
| * Qmake: Make sure generated qrc files are treated as suchChristian Kandeler2019-02-221-2/+3
* | Replace static_casts by QOverload where possiblehjk2019-02-261-3/+1
* | ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-1/+1
* | ProjectExplorer: Support Drag and Drop in the project treeChristian Kandeler2019-02-151-1/+318
|/
* Project tree: Do not pretend to support moving files via Drag & DropChristian Kandeler2019-02-051-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* ProjectExplorer: Fix initial top level expansion of projectshjk2018-12-131-0/+4
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-1/+1
* ProjectModel: Fix crash when updating parsing state of projectTobias Hunger2018-07-121-2/+8
* Projects: Fix capitalization in messagesLeena Miettinen2018-06-081-2/+2
* Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-1/+1
* Project: Show warning icon in project treeTobias Hunger2018-05-231-17/+27
* ProjectExplorer: Add and use addNestedNode(...) that takes unique_ptrTobias Hunger2018-05-021-4/+5
* ProjectTree: Do not use disabled state for disabled nodesTobias Hunger2018-04-091-4/+7
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-191-1/+3
|\
| * ProjectTree: Add missing registration of pre-existing projectsTobias Hunger2018-03-161-1/+3
* | Utils: Introduce case friendly comparison function to stringutilsTobias Hunger2018-03-131-12/+1
|/
* ProjectTree: Fix soft assertTobias Hunger2017-10-171-0/+2
* ProjectModels: Use better way to retrieve projectTobias Hunger2017-10-171-4/+1
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* Utils: Fix typo in function nameChristian Stenger2017-09-051-1/+1
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-231-2/+3
|\
| * ProjectExplorer: Don't hide empty resource files like empty directoriesRobert Loehning2017-08-181-2/+3
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-171-11/+12
|\ \ | |/
| * ProjectExplorer: Order projects in session alphabetically againhjk2017-08-171-11/+12
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-151-2/+27
|\ \ | |/
| * ProjectExplorer: Add option to hide empty directories from project treeTobias Hunger2017-08-041-1/+26
| * ProjectExplorer: Fix hiding of generated files in project treeTobias Hunger2017-08-041-1/+1
* | ProjectExplorer: Avoid possible nullptr accessChristian Stenger2017-07-311-1/+1
* | ProjectTree: Show parsing state of projectsTobias Hunger2017-07-281-5/+41
|/
* ProjectExplorer: Try harder to sort ProjectTree entrieshjk2017-04-251-0/+2
* ProjectExplorer: Ensure the FlatModel is build initiallyThomas Hartmann2017-04-241-0/+1
* ProjectExplorer: Let the container node inherit the project iconhjk2017-04-241-2/+7
* ProjectExplorer: Don't rebuild all projects' tree when one is closedhjk2017-04-051-37/+65
* ProjectNodes: Handle supported actions one-by-onehjk2017-04-051-1/+1
* ProjectExplorer: Show something during parsing againhjk2017-03-271-0/+1
* ProjectExplorer: Don't update flat model on projectAddhjk2017-03-241-6/+0
* ProjectExplorer: Merge the two loops in FlatModel::addFolderNodehjk2017-03-241-19/+5
* ProjectExplorer: Avoid some needless intermediate listshjk2017-03-241-15/+17
* ProjectExplorer: Do not try to add a nullptr to the project treeTobias Hunger2017-03-221-1/+1
* ProjectManager: Remove SessionNodehjk2017-03-211-48/+34
* ProjectTree: Decouple ProjectTree from ProjectsTobias Hunger2017-03-161-2/+2