aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotoolsprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* 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
* | C++: update project info once after finishing adding all project parts.Erik Verbruggen2014-09-121-0/+1
* | autotools: Use summaryInWorkdir() for configure stepRay Donnelly2014-09-101-1/+1
* | autotools: Allow builds to be done in buildDirRay Donnelly2014-09-036-17/+61
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+20
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | AutotoolsProject: put different languages into separate project parts.Erik Verbruggen2014-08-212-25/+19
* | CppTools: Move Project{Part,Info} to new cppprojects.{h,cpp}Nikolai Kosjar2014-08-201-1/+1
|/
* C++: fix include/framework path handling.Erik Verbruggen2014-07-041-1/+4
* Always pass Core::Id by value.Christian Kandeler2014-07-0110-34/+34
* IDocument: Make mimeType a value memberhjk2014-07-012-6/+1
* Unify "missing compiler" and "missing build configuration" tasksTobias Hunger2014-06-231-5/+7
* Nuke plugins PROVIDER settingsOrgad Shaneh2014-05-081-2/+0
* Project: Use Utils::FileName as return type for projectDirectory(...)Tobias Hunger2014-05-062-5/+4
* Project: Use Utils::FileName as return type for projectFilePath()Tobias Hunger2014-05-061-1/+1
* Autotools: Remove unused methodTobias Hunger2014-05-052-6/+0
* ProjectNodes: Refactor runConfigurationsFor()hjk2014-04-292-7/+0
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* BuildSteps: emitting tasks from init() works fineDaniel Teske2014-04-042-19/+5