aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* QbsProjectManager: Fix object files appearing in locatorChristian Kandeler2017-05-081-1/+2
* ProjectNodes: Fix crash in FolderNode::addFileFilter()Tobias Hunger2017-05-081-1/+2
* Abi: Make MSVC2015 match MSVC2017Tobias Hunger2017-05-051-10/+22
* ProjectExplorer: Fix compile for Qt5.6Christian Stenger2017-05-041-4/+13
* ProjectNodes: add listInProject() to NodeTobias Hunger2017-05-044-8/+29
* ProjectNodes: Move isGenerated from FileNode to NodeTobias Hunger2017-05-042-12/+19
* ProjectNodes: Use a set of flags for bools in NodeTobias Hunger2017-05-042-5/+8
* ProjectNodes: Do not define a copy constructor for FileNodeTobias Hunger2017-05-042-1/+10
* Project: Skip duplicate files earlyTobias Hunger2017-05-041-2/+2
* ProjectNodes: Fix forEachGenericNodeTobias Hunger2017-05-041-1/+1
* CurrentProjectFind: Forward displayNameChanged() signals from projectTobias Hunger2017-04-261-0/+5
* GccToolChain: Fix detection of 32 bit MinGW on 64 bit systemRobert Loehning2017-04-261-1/+1
* ProjectExplorer: Make imported buildconfiguration activeTobias Hunger2017-04-251-0/+10
* ProjectExplorer: Try harder to sort ProjectTree entrieshjk2017-04-251-0/+2
* AbstractProcessStep: Free output parser chain in error caseTobias Hunger2017-04-251-0/+1
* AbstractProcessStep: Make init fail if a process is still runningTobias Hunger2017-04-251-1/+1
* 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
* Project: Remove duplicates from file listTobias Hunger2017-04-241-1/+7
* AbstractProcessStep: WS only changeTobias Hunger2017-04-201-1/+1
* ProjectExplorer: Fix listing of project nodes in the wizard's summary pageTobias Hunger2017-04-192-11/+4
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-142-2/+2
* Reserve some elementsMontel Laurent2017-04-141-0/+1
* Don't use return keyword when not necessaryMontel Laurent2017-04-141-1/+1
* Project: Unify handling of displayNameTobias Hunger2017-04-072-1/+18
* Session: Emit signal when project's displaynames changeTobias Hunger2017-04-071-0/+2
* ProjectExplorer: Fix infinite recursionOrgad Shaneh2017-04-072-0/+6
* ProjectExplorer: Fix clang ABI detectionOrgad Shaneh2017-04-073-14/+33
* Abi: Detect also "windows" as OSOrgad Shaneh2017-04-071-1/+5
* Sessions: Make manager usable again... for LinuxLorenz Haas2017-04-053-5/+7
* ProjectExplorer: Don't rebuild all projects' tree when one is closedhjk2017-04-054-41/+76
* Project explorer: Fix UI text capitalizationLeena Miettinen2017-04-052-2/+2
* ProjectNodes: Handle supported actions one-by-onehjk2017-04-055-36/+49
* ProjectExplorer: Small welcome page improvementAlessandro Portale2017-04-031-3/+4
* MSVCParser: De-noiseOrgad Shaneh2017-04-031-220/+218
* MSVCParser: Support "note" linesOrgad Shaneh2017-04-031-6/+21
* MSVCParser: Minor cleanupOrgad Shaneh2017-04-031-3/+3
* ProjectExplorer: Fix crash when deleting 2 filesOrgad Shaneh2017-04-031-9/+13
* ProjectExplorer: Replace hard assertions with soft onesOrgad Shaneh2017-04-031-2/+2
* ProjectExlorer: Match filenames only to find filetypesTobias Hunger2017-03-301-1/+2
* Project: Set filepath on ContainerNodeTobias Hunger2017-03-292-8/+11
* Project: Move ProjectDocument setup into Project classTobias Hunger2017-03-292-11/+8
* ProjectExplorer: Provide ProjectDocument and use it in all projectsTobias Hunger2017-03-292-5/+56
* Qmake: Add variable choosers where variables are parsedOrgad Shaneh2017-03-293-0/+15
* Guard against infinite loop in pathOrDirectoryFor(Node*,bool)Eike Ziller2017-03-281-1/+1
* Support diff a file from project explorer against the current fileJarek Kobus2017-03-281-0/+64
* ProjectExplorer: De-virtualize Project::files()hjk2017-03-281-2/+2
* ProjectExplorer: Fix enabling state of main project nodeshjk2017-03-286-41/+75
* ProjectExplorer: Handle project file list globallyTobias Hunger2017-03-272-1/+25
* ProjectExplorer: Show something during parsing againhjk2017-03-271-0/+1