aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager/qmakeprojectmanagerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename files for QmakeMakeStepEike Ziller2018-05-181-1/+1
* Use make step base for qmake projectsEike Ziller2018-05-171-1/+1
* Remove duplicated "Qt Unit Test" wizardMitch Curtis2018-03-091-2/+0
* QmakeProjectManager: Pimpl and remove uses of global object poolhjk2018-02-211-94/+140
* QmakeProject: Use base project node in two more caseshjk2018-01-031-1/+1
* Use project id uniformly as project contexthjk2017-12-201-1/+1
* Session: Move all functionality related to Nodes into ProjectTreeTobias Hunger2017-12-121-2/+2
* Qmake: Fix Build File (context) menu for non-source filesAndre Hartmann2017-10-171-16/+32
* ProjectNodes: Do not derive Project Nodes from QObjectTobias Hunger2017-08-011-5/+5
* Project: Move signalling of parsing state into ProjectTobias Hunger2017-07-261-2/+2
* Qmake: Only offer Add Library wizard for qmake projectsTobias Hunger2017-06-201-1/+1
* QMakePM: Fix crash when running qmake before the project is parsedOrgad Shaneh2017-05-291-3/+17
* ProjectExplorer: Fix enabling state of main project nodeshjk2017-03-281-2/+4
* Qmake: Fix "Build File" for initial opened fileOrgad Shaneh2017-03-151-0/+1
* ProjectExplorer: Follow up on too-much-magic in IProjectManagerhjk2017-03-091-4/+10
* ProjectExplorer: Fix global 'Build Subproject' actionDavid Schulz2017-03-011-3/+3
* Qmake: Fix build/run qmake from context menu againTobias Hunger2017-02-281-9/+11
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-3/+0
* qmake: Avoid passing some context menu data by side channelshjk2017-02-241-17/+5
* ProjectExplorer: Remove arguments from node change signalshjk2017-02-241-4/+5
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-02-011-1/+1
|\
| * QMake: Disable "Build File" action when opening Qt CreatorTobias Hunger2017-01-311-1/+1
* | QMakeProjectManager: Keep more actions visible in the menuTobias Hunger2017-01-311-3/+0
* | QmakePM: Fix build sub dir project actionDavid Schulz2016-12-141-1/+4
* | QmakePM: Fix Build from context menu on subproject nodeOrgad Shaneh2016-11-221-1/+1
* | ProjectExplorer: Rename Node::projectNode to Node::parentProjectNodeTobias Hunger2016-11-101-2/+2
* | ProjectExplorer: Shorten space needed to store a FileTypeTobias Hunger2016-11-031-1/+1
|/
* Simplify Qt external editors (Linguist, Designer)Eike Ziller2016-09-301-5/+2
* QmakeProjectManager: Add a wizard to import project for editing onlyhjk2016-05-271-5/+10
* QMake: ModernizeTobias Hunger2016-03-291-10/+10
* Qmake: Do not show "Run qmake" needlesslyTobias Hunger2016-03-101-0/+2
* Qmake: Modernize codeTobias Hunger2016-03-101-24/+30
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-1/+1
* QMakeProjectManager: Introduce member initialization.Jarek Kobus2015-06-231-6/+0
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-171-7/+2
* IWizardFactory: Create wizards with factoryCreatorsTobias Hunger2015-05-261-5/+6
* QMakeProjectManager: Denoise codeTobias Hunger2015-05-191-47/+48
* QMakeProjectManager: Replace consoleappwizard with a Json wizardTobias Hunger2015-05-181-2/+0
* ProjectManager: Qt Quick application templates via json wizardAlessandro Portale2015-05-151-2/+0
* QmakeProjectManager: Rework run qmake actionDaniel Teske2015-03-091-10/+15
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-2/+1
* ProjectExplorer Nodes: Replace dynamic_cast with as* functionsDaniel Teske2015-02-251-1/+1
* QMake: Stop "Run qmake" from going MIATobias Hunger2015-02-181-0/+2
* Use new mime databaseEike Ziller2015-02-171-3/+3
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-3/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-2/+2