summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Core: Make IDocument concreteOrgad Shaneh2016-03-172-37/+4
* Autotools: Use Qt5 style connectsTobias Hunger2016-02-1012-37/+28
* Autotools: ModernizeTobias Hunger2016-02-0426-198/+83
* ProjectExplorer: Sprinkle overrides over the codeTobias Hunger2016-01-295-47/+47
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1930-583/+438
* Add default implementation for IDocument::fallbackSaveAs(Path|FileName)Eike Ziller2016-01-192-12/+0
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-142-4/+4
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+2
* Project: Add setRootProjectNode methodTobias Hunger2016-01-112-23/+8
* Project: Do not save filenames in derived classesTobias Hunger2016-01-112-7/+4
* Project: Add setProjectManager methodTobias Hunger2016-01-112-10/+1
* Project: Add setDocument methodTobias Hunger2016-01-114-21/+5
* Project: Sprinkle override over all the projectsTobias Hunger2016-01-071-6/+6
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-168-12/+12
* ProjectConfiguration: Sprinkle override and explicit over the codeTobias Hunger2015-11-164-28/+28
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-3/+3
* AutoTools: Simplify projectNodeTobias Hunger2015-11-023-16/+5
* ProjectNodes: Sprinkle override over the Node classesTobias Hunger2015-10-301-2/+2
* ProjectNode: Provide default implementations of a few functionsDaniel Teske2015-09-152-56/+0
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-032-2/+2
* Project: Improve fromMap() error reporting interfaceDaniel Teske2015-07-282-5/+6
* AutoTools: Handle (abs_)?top_srcdir, and (abs_)?top_builddirTobias Hunger2015-07-091-1/+24
* AutoTools: Handle line continuationsTobias Hunger2015-07-091-2/+9
* AutoTools: Disconnect Qt5-styleTobias Hunger2015-07-091-2/+2
* AutoTools: Improve parsing of CPPFLAGSTobias Hunger2015-07-092-5/+23
* AutoTools: Handle "-I /some/path" as well as "-I/some/path"Tobias Hunger2015-07-091-1/+14
* Autotools: Be a bit more paranoid with pointersTobias Hunger2015-07-061-4/+4
* Add override to IDocument hierarchyEike Ziller2015-06-111-6/+6
* autotools: Set a default buildDirRay Donnelly2015-05-111-1/+5
* AutotoolsPM: Update dependenciesOrgad Shaneh2015-04-212-1/+3
* ProjectManagers: Detect Qt by kit for code-model updateOrgad Shaneh2015-04-211-0/+12
* Remove support for !shadowBuildDaniel Teske2015-03-091-1/+0
* Fix qbs build.Christian Kandeler2015-02-171-1/+0
* Use new mime databaseEike Ziller2015-02-174-18/+7
* CppTools: Remove assertions for CppModelManager::instance()Orgad Shaneh2015-02-171-6/+2
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-132-10/+11
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1230-177/+177
|\
| * Update LicenseEike Ziller2015-01-1630-177/+177
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-063-8/+8
* | Convert to new connect apiMontel Laurent2015-01-305-10/+12
* | Refactor ProjectExplorer::Node and remove NodesWatcherDaniel Teske2015-01-141-2/+0
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-122-2/+2
* | CppTools: Create ProjectInfos explicitlyNikolai Kosjar2014-12-191-3/+1
|/
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Use QFileInfo::exist(f) instead of QFileInfo(f).exists() if possiblehjk2014-11-031-2/+1
* Normalize connect()sRobert Loehning2014-10-211-1/+1
* License update.Eike Ziller2014-10-151-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1429-203/+232
|\
| * License updateEike Ziller2014-10-0930-205/+234
* | CppTools: Change CppModelManager implementation patternhjk2014-09-191-3/+3