aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projecttree.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectTree: Use Utils::equalEike Ziller2016-03-111-3/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-2/+2
* Open Project: Don't show a error dialog for duplicated projectsDaniel Teske2015-08-241-0/+15
* ProjectTree::currentProject: Introduce a fall back to startupProjectDaniel Teske2015-05-061-6/+11
* Optimize ProjectTree for adding folders/filesDaniel Teske2015-03-091-5/+42
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+2
* ProjectExplorer Nodes: Replace dynamic_cast with as* functionsDaniel Teske2015-02-251-5/+6
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-1/+1
* ProjectExplorer: Fix Collapse All actionOrgad Shaneh2015-02-051-1/+1
* ProjectExplorer: Use explicit namespaceOrgad Shaneh2015-02-041-1/+5
* De-noise some ProjectExplorer/Utils qualificationsOrgad Shaneh2015-02-021-5/+5
* ProjectTree: Make project loading fast againDaniel Teske2015-01-221-5/+9
* Fix crash on changing project templateDaniel Teske2015-01-191-1/+1
* Fix default wrong directory if no files are open in the editorDaniel Teske2015-01-191-0/+19
* Remove DocumentManager::currentFile, use DocumentManager::currentEditorDaniel Teske2015-01-191-3/+3
* ProjectTree: Fix context menu actionsDaniel Teske2015-01-151-4/+65
* ProjectTree: Fix signal emissions for nodes that are not yet mappedDaniel Teske2015-01-151-5/+48
* Refactor ProjectExplorer::Node and remove NodesWatcherDaniel Teske2015-01-141-95/+79
* Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* Suppress "file outside the project" warning when there is no projectOrgad Shaneh2015-01-081-1/+4
* Fix build of ProjectExplorer with g++ 4.8.2.Friedemann Kleint2014-12-191-4/+4
* ProjectExplorer: Fix compile for Qt version less than 5.4Christian Stenger2014-12-181-22/+33
* Fix crash in ProjectTree on restoring a sessionDaniel Teske2014-12-171-21/+52
* Clean up ProjectTreeNikita Baryshnikov2014-12-151-6/+6
* Fix before exit crash in ProjectTreeDaniel Teske2014-12-101-17/+2
* ProjectTree: Initialize bools with false not 0Daniel Teske2014-12-081-3/+3
* Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-0/+360