summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ProjectExplorer: Provide the option to build only the app to be runChristian Kandeler2019-12-052-0/+13
* | Qmake: Accept global build settings as authorativehjk2019-12-052-7/+28
* | Utils: Move FileUtils::resolvePath to FilePathhjk2019-12-051-2/+2
* | Qmake: Simplify use of helper for creation of shadow dir pathshjk2019-12-053-25/+18
* | ProjectExplorer: Use full class for TriState valuehjk2019-12-035-56/+48
* | ProjectExplorer: Let user provide default build propertiesChristian Kandeler2019-12-021-2/+4
* | Add "s" as mnemonic for Build > Build SubprojectMitch Curtis2019-12-021-1/+1
* | Qmake: Parse two AppMan specific variableshjk2019-12-023-0/+10
* | QmakeBuildConfiguration: Make use of Qt-related build aspectsChristian Kandeler2019-11-285-253/+119
* | QmakeBuildConfiguration: Make use of SeparateDebugInfoAspectChristian Kandeler2019-11-285-73/+52
* | Qmake: Make proper use of BuildDirectoryAspectChristian Kandeler2019-11-287-434/+115
* | Qmake: Inline qmakestep.uihjk2019-11-276-339/+173