aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Remove unused constantOrgad Shaneh2017-03-201-1/+0
* ProjectExplorer: Don't call kitUpdated() if nothing has changedUlf Hermann2017-03-201-0/+14
* Remove unneeded includes of projectexplorerconstants.hOrgad Shaneh2017-03-203-3/+0
* ProjectNode: Let add/removeSubprojects operate on single fileshjk2017-03-205-9/+9
* ProjectExplorer: Move consts that are used in a single file out of headerOrgad Shaneh2017-03-209-120/+119
* Fix default device not being savedVikas Pachdha2017-03-202-18/+17
* ProjectExplorer: Move code to set up default project structureTobias Hunger2017-03-173-10/+14
* ProjectExplorer: Move built-in parser workarounds to built-in code modelNikolai Kosjar2017-03-162-17/+4
* ProjectExplorer: Update known predefined macros for MSVCNikolai Kosjar2017-03-161-1/+86
* ProjectExplorer: Sort known predefined macros for MSVCNikolai Kosjar2017-03-161-16/+49
* ProjectTree: Decouple ProjectTree from ProjectsTobias Hunger2017-03-163-2/+12
* ProjectNodes: Do not crash when adding a nullptr as a nodeTobias Hunger2017-03-161-0/+1
* ProjectExplorer: Fix crash on reloading projectsChristian Stenger2017-03-161-1/+1
* ProjectWizardPage: Simplify tree walkinghjk2017-03-151-39/+19
* ProjectExplorer: Report VCS topics in all casesTobias Hunger2017-03-151-1/+2
* CMake: Fix some more SOFT-ASSERTS in CMake server-modeTobias Hunger2017-03-152-0/+34
* CMake: Use a CMakeProjectNode as top level cmake nodeTobias Hunger2017-03-151-1/+1
* CMake: Fix projects with complex CMakeLists.txt layoutsTobias Hunger2017-03-152-8/+14
* ToolChains: Write compatibility information for QtC 4.2Tobias Hunger2017-03-141-0/+9
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-143-0/+3
|\
| * QRegExp include cleanupSamuel Gaist2017-03-132-0/+2
| * ProjectExplorer: Evaluate -mfloat-abi for macrosNikolai Kosjar2017-03-131-0/+1
* | GccToolChain: Remove autodetection for gcc-4.0 and 4.2 on macOSTobias Hunger2017-03-141-11/+0
* | ProjectExplorer: Inline FolderNode::recursiveFileNodes()hjk2017-03-142-9/+0
* | ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-142-11/+16
* | ProjectExplorer: Add a SimpleRunControl implementationhjk2017-03-143-87/+113
* | Make QNX a separate OS typeJames McDonnell2017-03-132-0/+21
* | ProjectExplorer: Some code cosmeticshjk2017-03-131-3/+1
* | ProjectNodes: Add method to query FileTypeTobias Hunger2017-03-102-0/+34
* | FolderNode: Remove makeEmpty() againTobias Hunger2017-03-102-10/+0
* | Resources: Register as tree managerTobias Hunger2017-03-101-2/+0
* | ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPIDhjk2017-03-103-5/+6
* | ProjectTree: Add a way to register managers for subtreesTobias Hunger2017-03-103-13/+26
* | ProjectTree: Do not delay updating the modelTobias Hunger2017-03-102-11/+1
* | ProjectTree: Make requirements for subtreeChanged more strictTobias Hunger2017-03-102-3/+3
* | ProjectNodes: Remove no longer necessary signalingTobias Hunger2017-03-106-50/+3
* | ProjectExplorer: Create initial project treeTobias Hunger2017-03-103-0/+12
* | Session: Update SessionNode when Project tree changesTobias Hunger2017-03-105-12/+36
* | Session: Store project and root Project NodeTobias Hunger2017-03-101-12/+25
* | ProjectExplorer: Emit signal when root ProjectNode changesTobias Hunger2017-03-102-0/+5
* | FolderNode: Add isAncesterOf(Node *)Tobias Hunger2017-03-102-0/+12
* | ProjectNodes: Introduce FolderNode::replaceSubtreeTobias Hunger2017-03-106-8/+40
* | ProjectExplorer: Merge ApplicationLauncher and DeviceApplicationRunnerhjk2017-03-106-303/+206
* | ProjectTree: PolishTobias Hunger2017-03-101-4/+3
* | ProjectNodes: Remove recursiveFileNodeTobias Hunger2017-03-102-26/+0
* | Merge remote-tracking branch 'origin/master' into 4.3Orgad Shaneh2017-03-1022-111/+142
|\ \
| * | ProjectExplorer: Use default text when cloning build/run configurationNikolai Kosjar2017-03-102-2/+11
| * | ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-096-43/+60
| * | TextEditor: add right sidebarSerhii Moroz2017-03-095-14/+9
| * | ProjectExplorer: Switch responsibilities for raising applicationshjk2017-03-083-13/+6