summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/qmakenodes.h
Commit message (Expand)AuthorAgeFilesLines
* Qmake: Remove QmakeProject::runConfigurationCreatorshjk2018-04-051-1/+0
* ProjectExplorer: Let RunConfiguration declare what nodes it belongs tohjk2018-03-161-1/+0
* Qmake: Make finding pro-files fast, second attemptTobias Hunger2017-11-031-2/+3
* Revert "Qmake: Make finding pro-files fast"Christian Stenger2017-11-021-3/+2
* Qmake: Make finding pro-files fastTobias Hunger2017-11-011-2/+3
* ProjectNodes: Do not derive Project Nodes from QObjectTobias Hunger2017-08-011-1/+1
* ProjectNodes: Handle supported actions one-by-onehjk2017-04-051-1/+1
* ProjectNode: Let add/removeSubprojects operate on single fileshjk2017-03-201-2/+2
* ProjectExplorer: Fix crash on reloading projectsChristian Stenger2017-03-161-2/+2
* qmake: Simplify QmakeProFileNode::buildDir()hjk2017-02-281-11/+1
* qmake: move over from QmakeProjectNodes to QmakeParserNodesTobias Hunger2017-02-221-168/+6
* qmake: Unify TargetInformation and TargetParserInformation againTobias Hunger2017-02-221-42/+1
* qmake: Use nullptr in Qmake*FileNodesTobias Hunger2017-02-221-3/+3
* qmake: Rename QmakeParser*FileNode to Qmake*FileTobias Hunger2017-02-151-1/+1
* qmake: rename QmakePriFile to QmakePriFileNodeDocumentTobias Hunger2017-02-151-3/+3
* qmake: Use enums from Qmake*File over those in Qmake*FileNodeTobias Hunger2017-02-151-2/+1
* qmake: Use Variable enum consistentlyTobias Hunger2017-02-141-41/+4
* qmake: Use ProjectType enum consistentlyTobias Hunger2017-02-141-14/+4
* QMakeProject: Clean up qmakenodes.hhjk2017-02-031-62/+5
* QMake: Fix uninitialized active member in InstallsItemTobias Hunger2016-11-291-1/+1
* QmakeProjectManager: Improve signalling of parser stateTobias Hunger2016-11-091-1/+1
* QmakeProjectManager: Remove dead codeTobias Hunger2016-11-031-1/+0
* fix cumulative qmake evaluation in debug_and_release configsOswald Buddenhagen2016-11-021-1/+3
* de-duplicate INSTALLS resolutionOswald Buddenhagen2016-11-011-5/+11
* don't use QList for items with sizeof(T) != sizeof(void*)Oswald Buddenhagen2016-11-011-1/+2
* de-duplicate resolution of exact sourcesOswald Buddenhagen2016-11-011-18/+10
* apply a build pass to retrieve all project variablesOswald Buddenhagen2016-11-011-0/+1
* unify {,obj}c++{source,header} handling in qmake project managerOswald Buddenhagen2016-11-011-4/+1
* remove some pointless complexity relating to IncludedPriFileOswald Buddenhagen2016-11-011-1/+1
* make VFS aware of exact vs. cumulative evaluationOswald Buddenhagen2016-11-011-1/+1
* chuck sysroot handling out of ProFileEvaluatorOswald Buddenhagen2016-11-011-1/+2
* introduce ProFileReader::fixifiedValues()Oswald Buddenhagen2016-11-011-1/+1
* prune dead code surrounding isDeployableOswald Buddenhagen2016-11-011-3/+0
* remove pretenses of support for DEPLOYMENT with .sourcesOswald Buddenhagen2016-11-011-1/+1
* don't collect dynamic variable names from cumulative readerOswald Buddenhagen2016-10-251-1/+1
* QmlDesigner: Adding support for QML_DESIGNER_IMPORT_PATH in .pro fileThomas Hartmann2016-09-291-0/+1
* Qmake: Warn when project uses unexpected compiler(s) to buildTobias Hunger2016-09-261-1/+3
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Remove unnecessary Q_OBJECT from IDocument subclassesOrgad Shaneh2016-03-241-1/+0
* Core: Make IDocument concreteOrgad Shaneh2016-03-171-4/+0
* Generalize support for extra compilersUlf Hermann2016-02-161-9/+6
* Qmake: Retrieve .h and .cpp extension variables with correct namesUlf Hermann2016-02-161-1/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-191-3/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-141-2/+2
* FolderNodes: Specify filter for Add Existing DirectoryTobias Hunger2015-11-091-2/+7
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-1/+1
* ProjectNodes: Sprinkle override over the Node classesTobias Hunger2015-10-301-23/+21
* ProjectExplorer: Check if the project can rename a specific fileDaniel Teske2015-09-161-1/+10
* QmakeProject: Use QMAKE_PROJECT_NAME to set the display nameDaniel Teske2015-09-021-1/+2