aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Qmake: Add some debug output for file add/remove operationsChristian Kandeler2020-03-163-0/+9
* Qmake: Do not delay initial parsinghjk2020-03-121-9/+19
* qmake: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-1/+1
* QmakeProjectManager: Try harder not to access nodes of in-parse projectChristian Kandeler2020-03-051-5/+18
* Move SimpleProjectWizard to ProjectExplorer pluginBogDan Vatra2020-03-039-418/+1
* Improve simpleprojectwizardBogDan Vatra2020-03-031-9/+139
* ProjectExplorer: Pass extra project files as QSethjk2020-03-031-2/+2
* QmakeProject: Use buildsystem's own build config for toolchain testshjk2020-02-251-7/+5
* Qmake: Do not list all the command-line arguments in the step summaryChristian Kandeler2020-02-201-7/+2
* Qmake: Do not repeat build directory in warning messageChristian Kandeler2020-02-201-8/+5
* De-Q_OBJECT-ify various IEditorFactory derived classeshjk2020-02-131-2/+0
* QmakeProjectManager: Fix null pointer accessChristian Kandeler2020-02-121-6/+7
* QmakeProjectManager: Fix access to deleted objectChristian Kandeler2020-02-101-1/+1
* Qmake: Use direct access to build config from system when availablehjk2020-02-071-8/+5
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* QmakeProjectManager: Make sure we reset the ProFileCacheManagerChristian Kandeler2020-02-072-5/+15
* Qmake: Deactivate parse guard before it can cause troublehjk2020-02-062-3/+6
* TargetSetupPage: Improve reporting on invalid kitsTobias Hunger2020-02-062-16/+32
* Add final specifies to classesIgor Sidorov2020-02-052-2/+2
* Qmake: Don't access never set QMakePriFile::m_buildSystemhjk2020-02-041-2/+5
* QmakeProjectManager: Do not keep an IDocument in QmakePriFileChristian Kandeler2020-02-044-3/+11
* QMakeProjectManager: Move some parsing code out of the UI threadChristian Kandeler2020-02-033-69/+113
* Several SettingsPages: Code cosmeticshjk2020-01-302-3/+2
* Qmake: Handle QFlags deprecationhjk2020-01-292-4/+4
* QmakePM: Let some more built-in qmake variables get highlightedChristian Kandeler2020-01-231-0/+11
* Qmake: Re-add accidentally deleted lineChristian Kandeler2020-01-231-0/+1
* Utils/QMakeProjectManager: Remove dead codeAlessandro Portale2020-01-225-286/+0
* QmakePM: Add editor support for QtIVI qmake variablesChristian Kandeler2020-01-221-0/+9
* ProjectManager: Add convenience Task subclasseshjk2020-01-205-61/+44
* CMake Build: rename target qmljs to QmlJSCristian Adam2020-01-161-1/+1
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-144-64/+52
* ProjectExplorer: De-QObject-ify BuildConfigurationFactorieshjk2020-01-103-9/+7
* ProjectExplorer: Replace BuildConfigurationFactory::availableBuildshjk2020-01-092-29/+25
* Fix build file when 'object_parallel_to_source' is enabledHalfdan Ingvarsson2020-01-093-0/+16
* ProjectExplorer: Pass Id to BuildStep constructorhjk2020-01-095-8/+10
* ProjectExplorer: Register some initial build steps by idhjk2020-01-071-2/+3
* ProjectExplorer: Move some build-related code to BuildManagerChristian Kandeler2019-12-191-0/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-185-18/+18
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-181-7/+13
|\
| * QmakeProjectManager: Extend Qt examples deployment hackChristian Kandeler2019-12-171-7/+13
* | QmakeKitAspect: Leave the toolchains aloneChristian Kandeler2019-12-162-46/+0
* | ProjectExplorer: Pass parameters to BuildConfiguration initializationhjk2019-12-101-6/+6
* | ProjectExplorer: Use function object for special build config inithjk2019-12-092-47/+44
* | Merge remote-tracking branch 'origin/4.11'Orgad Shaneh2019-12-072-7/+15
|\|
| * Android: Don't add contains(ANDROID_TARGET_ARCH,..) scope for Qt 5.14BogDan Vatra2019-12-031-5/+13
| * Android: Default to armv7 instead of arm64 (qmake & CMake)BogDan Vatra2019-12-021-2/+2
* | ProjectExplorer: Settle on fixed set of build step listshjk2019-12-063-24/+15
* | Qmake: Set QmakeBuildConfig aspect values more directlyhjk2019-12-051-8/+3
* | Qmake: Simplify collection of available buildshjk2019-12-051-12/+6