aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* QmakePM: De-slotOrgad Shaneh2017-03-202-25/+20
* ProjectNode: Let add/removeSubprojects operate on single fileshjk2017-03-204-15/+13
* Qmake: Expand variables in the arguments previewOrgad Shaneh2017-03-201-1/+1
* Qmake: Remove superfluous qualificationsOrgad Shaneh2017-03-201-3/+3
* QmakePM: Introduce Qmake:Makefile variableOrgad Shaneh2017-03-201-0/+7
* Qmake: Fix possible SOFT_ASSERT in qmake desktop RCTobias Hunger2017-03-161-1/+2
* ProjectExplorer: Fix crash on reloading projectsChristian Stenger2017-03-161-2/+2
* CppTools: Add target information to ProjectPartTobias Hunger2017-03-151-0/+1
* Qmake: Fix "Build File" for sub-projects in priOrgad Shaneh2017-03-151-3/+5
* Qmake: Fix "Build File" for initial opened fileOrgad Shaneh2017-03-151-0/+1
* add extra arguments for qmakeVikas Pachdha2017-03-142-1/+26
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-142-0/+2
|\
| * QRegExp include cleanupSamuel Gaist2017-03-132-0/+2
* | ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-4/+2
* | ResourceTopLevelNode: Simplify useTobias Hunger2017-03-101-1/+0
* | ProjectExplorer: Create initial project treeTobias Hunger2017-03-101-1/+0
* | Make all projects generate a fresh project treeTobias Hunger2017-03-103-10/+6
* | Merge remote-tracking branch 'origin/master' into 4.3Orgad Shaneh2017-03-106-27/+20
|\ \
| * | CppTools: De-duplicate and rename function in ProjectPartNikolai Kosjar2017-03-091-1/+1
| * | ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-096-25/+18
| * | Qmake: Use QmakeProFile, not QmakeProFileNodeTobias Hunger2017-03-081-1/+1
* | | Fix a crash when configured kit list is emptyJarek Kobus2017-03-091-5/+7
|/ /
* | ProjectExplorer: Use visitor-by-lambda for project treehjk2017-03-081-66/+23
* | Revert "CppTools: Do not put configuration document into global snapshot and ...Nikolai Kosjar2017-03-071-0/+2
* | Utils: Wrap MimeDatabase into static functionshjk2017-03-033-13/+7
* | ProjectManager: Cut ties between Project and IProjectManagerhjk2017-03-016-62/+20
* | Qmake: Clean up createProFileReader method of QmakeProjectTobias Hunger2017-03-012-18/+14
* | ProjectExplorer: Fix global 'Build Subproject' actionDavid Schulz2017-03-011-3/+3
* | QMake: Simplify QmakeProject::creationIds use furtherhjk2017-02-283-6/+12
* | ProjectManager: Centralize "File not found handling"hjk2017-02-282-9/+2
* | ProjectExplorer: Remove Project manager parameter from some constructorshjk2017-02-282-2/+2
* | Qmake: Fix build/run qmake from context menu againTobias Hunger2017-02-284-42/+40
* | QMake: Centralize determination of available creationIdshjk2017-02-283-15/+15
* | qmake: Simplify QmakeProFileNode::buildDir()hjk2017-02-282-22/+11
* | Move mimetype definitions to plugin specsEike Ziller2017-02-274-38/+37
* | qmake: Avoid passing some context menu data by side channelshjk2017-02-243-60/+41
* | qmake: Keep list of executables if none is marked qtc_runnablehjk2017-02-241-2/+5
* | ProjectExplorer: Remove arguments from node change signalshjk2017-02-242-7/+6
* | ProjectExplorer: Remove FolderNode::projectNodes()hjk2017-02-231-2/+3
* | Remove spaces in initializer listsTim Jenssen2017-02-2213-27/+27
* | qmake: Use a QSet<FileName> for sets of foldersTim Jenssen2017-02-222-21/+17
* | qmake: sprinkle some constTim Jenssen2017-02-221-6/+6
* | qmake: move over from QmakeProjectNodes to QmakeParserNodesTobias Hunger2017-02-2218-2651/+317
* | qmake: Remove QmakePriFile::runConfigurationsTobias Hunger2017-02-222-11/+0
* | qmake: Add knowsFile() method to QmakePriFileTobias Hunger2017-02-222-0/+8
* | qmake: Unify TargetInformation and TargetParserInformation againTobias Hunger2017-02-227-88/+46
* | qmake: Introduce QmakeNodeTreeBuilderTobias Hunger2017-02-225-103/+266
* | qmake: Add method to find QmakePriFiles and QmakeProFilesTobias Hunger2017-02-222-38/+22
* | qmake: Use more FileNames in Qmake*FileTobias Hunger2017-02-222-58/+64
* | qmake: Add accessor for file lists to QmakePriFileTobias Hunger2017-02-222-0/+17