aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
* Fix build with newest Qt 6Eike Ziller2020-11-202-2/+2
* Remove unused variablesJarek Kobus2020-11-204-4/+0
* Avoid signal overloadingJarek Kobus2020-11-195-8/+8
* ProjectExplorer: Un-tighten the RunConfiguration::isConfigured() checkChristian Kandeler2020-11-182-1/+6
* ProjectExplorer: Remove QTC_CHECK in BuildStep::buildConfiguration()Christian Kandeler2020-11-181-6/+0
* Don't clash signal names with other methodsJarek Kobus2020-11-182-6/+6
* Reuse the requestExpansion() signal from the base classJarek Kobus2020-11-171-1/+0
* Add some known "path" variables to environment widgetEike Ziller2020-11-171-5/+8
* Use typed syntax in calls to QMetaObject::invokeMethodJarek Kobus2020-11-161-4/+2
* Remove unneeded includesJarek Kobus2020-11-122-1/+8
* Don't pass explicitly the QFutureInterface into Utils::runAsyncJarek Kobus2020-11-114-38/+29
* ProjectExplorer: Set focus to TargetSetupPage when shownhjk2020-11-102-0/+8
* ProjectExplorer: Add shortcut to "Configure Project"hjk2020-11-101-1/+1
* ProjectExplorer: Consider build environmentChristian Kandeler2020-11-103-3/+10
* Aspects: Remove some more default valuesOrgad Shaneh2020-11-105-14/+10
* ProjectExplorer: Add a missing emitOrgad Shaneh2020-11-091-1/+1
* Project explorer: Fix UI textLeena Miettinen2020-11-093-7/+7
* ProjectExplorer: Add some global variables for the active projectChristian Kandeler2020-11-051-9/+54
* Fix more compilation issues with Qt6Eike Ziller2020-11-041-5/+6
* ProjectExplorer: Fix project window layout restore behaviorChristian Kandeler2020-10-301-1/+3
* ProjectExplorer: Fix assert in MakeStepChristian Kandeler2020-10-292-4/+3
* cmake build: Add support for setting user file extensionEike Ziller2020-10-281-0/+5
* ProjectExplorer: Make project window state persistentChristian Kandeler2020-10-262-0/+36
* Fix build with Qt6Eike Ziller2020-10-261-0/+5
* Fix crash for missing BuildSystemThomas Hartmann2020-10-221-1/+4
* Merge remote-tracking branch 'origin/4.13' into 4.14Eike Ziller2020-10-211-3/+11
|\
| * ProjectExplorer: Fix sorting predicate to have a strict weak orderAlexandru Croitor2020-10-201-3/+11
* | QmlDesigner: Add image cacheMarco Bubke2020-10-161-2/+4
* | Merge remote-tracking branch 'origin/4.13' into 4.14Orgad Shaneh2020-10-121-1/+2
|\|
| * ProjectExplorer: Fix compile output window scroll issueChristian Kandeler2020-10-121-1/+1
| * ProjectExplorer: Fix small visual glitch when rebuildingChristian Kandeler2020-10-121-0/+1
* | ProjectExplorer: Make default build dir template backward-comaptibleChristian Kandeler2020-10-122-1/+11
* | ProjectExplorer: Restructure BuildStep summary updatehjk2020-10-094-16/+24
* | ProjectExplorer: Fix CustomProcessStephjk2020-10-091-38/+32
* | ProjectExplorer: Remove unused KitAspectWidget::dirty signalhjk2020-10-091-3/+0
* | ProjectExplorer: Show "<file path>" for "-ensure-kit-for-binary"Alessandro Portale2020-10-091-1/+1
* | ProjectExplorer: Move KitAspect related layout codehjk2020-10-094-34/+37
* | Core: De-pure IOutputPane::visibilityChanged()Orgad Shaneh2020-10-094-9/+0
* | ProjectExplorer: Documentation for some run configuration aspectshjk2020-10-072-1/+187
* | ProjectExplorer: Simplify BuildStepWidget updatinghjk2020-10-072-32/+7
* | ProjectExplorer: Make ArgumentsAspect's label text configurablehjk2020-10-062-2/+9
* | ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-065-31/+12
* | Merge remote-tracking branch 'origin/4.14' into masterEike Ziller2020-10-063-13/+48
|\ \
| * | ProjectExplorer: Make build and run widget width persistentChristian Kandeler2020-10-063-13/+48
* | | ProjectExplorer: ProcessParameters code cosmeticshjk2020-10-052-15/+10
|/ /
* | ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-054-60/+32
* | ProjectExplorer: Remove BuildStepConfigWidget::m_stephjk2020-10-022-4/+1
* | Consolidate build/deploystep default display name handlinghjk2020-10-024-8/+6
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-022-2/+10
|\|
| * projectexplorer: avoid crash if recovery of kit failsFawzi Mohamed2020-09-291-0/+1