summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Utils: Make PagedSettings::readSettings() calls shorterhjk2023-05-161-3/+1
* QMakeProject: Use PagedSettings page for optionshjk2023-05-166-115/+58
* Remove ineffective resize() callsAlessandro Portale2023-05-101-1/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-048-8/+8
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-042-8/+8
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-031-2/+2
* Layouting: Handle attach types via setterhjk2023-05-031-1/+2
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-032-2/+2
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-2/+2
* Utils: Make Layouting a top level namespacehjk2023-04-253-3/+3
* Utils: Remove one LayoutBuilder::addRow() overloadhjk2023-04-251-3/+3
* Avoid creation of temporary lists of ProjectNodeshjk2023-04-173-26/+16
* RunExtensions: Move onResultReady and onFinished into asynctask.hJarek Kobus2023-04-171-1/+0
* ProjectExplorer: Inline BuildStepInfohjk2023-03-281-1/+1
* Fix include styleJarek Kobus2023-03-242-6/+8
* QmakeProjectManager: Work around a warninghjk2023-03-241-2/+4
* QmakeProjectManager: Add lib and app binaries to project treeChristian Kandeler2023-03-203-15/+45
* ProjectExplorer: Proliferate FilePath a bithjk2023-03-151-1/+1
* QMakeProject: Use QtConcurrent invocation for async runJarek Kobus2023-03-103-10/+13
* Utils: More explicit host os use to make it stand outhjk2023-03-071-2/+2
* Avoid a few double lookups when expanding environment valueshjk2023-03-031-2/+2
* QMake: Avoid some explicit use of environment iteratorshjk2023-03-021-3/+3
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-013-14/+19
* Qt Designer Custom Widget wizard: Generate XML as raw string literalFriedemann Kleint2023-03-011-1/+2
* Qt Designer Custom Widget wizard: Remove remains of Qt 4Friedemann Kleint2023-03-011-13/+2
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-222-5/+6
|\
| * Translations: Merge "OpenWith::Editors" into "QtC::Core"Alessandro Portale2023-02-202-5/+6
* | QmakeProjectManager: Remove unused declarationhjk2023-02-211-1/+0
|/
* Remove unneeded includes of task.h and taskhub.hJarek Kobus2023-02-141-1/+0
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-8/+8
* Translations: Remove stray Q_DECLARE_TR_FUNCTIONS(...)Alessandro Portale2023-02-102-8/+4
* Translations: Add missing "::" prefixes to QT_TRANSLATE_NOOPAlessandro Portale2023-02-081-7/+7
* ProjectExplorer: Refactor BuildSystem::extraCompilerForSourceChristian Kandeler2023-01-274-7/+10
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-274-0/+23
* QtSupport: Move Designer and Lingust external editors from qmakehjk2023-01-265-319/+0
* QMake: Simplify ExternalEditor creationhjk2023-01-253-169/+115
* Utils: Flatten LayoutBuilder related hierarchieshjk2023-01-201-1/+1
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-6/+2
* ProjectExplorer: Tr::trhjk2023-01-162-7/+5
* QmakeProjectManager: Simplify makefile extraction logic a bithjk2023-01-161-3/+2
* Qmake: Remove ArgumentFlag::OmitProjectPathhjk2023-01-162-3/+0
* Prefix Tr::tr contexts with ::hjk2023-01-133-4/+4
* Qmake: Use FilePath in QtVersion::reportIssueshjk2023-01-123-13/+10
* CppProjectUpdater: Reuse TaskTreeJarek Kobus2023-01-111-0/+1
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-2/+2
* Qmake: Enhance remote parsinghjk2023-01-105-60/+72
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0668-68/+68
* QMakeStep: Use TaskTree for running qmake stepJarek Kobus2023-01-052-61/+52
* AbstractProcessStep: Merge finish() with processFinished()Jarek Kobus2023-01-053-15/+11
* Qmake: Use FileUtils::commonPath instead of the string based versionhjk2023-01-041-4/+4