aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+3
* ProjectExplorer: Do not activate kits via right clickChristian Kandeler2020-06-291-0/+21
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-2/+2
* ProjectExplorer: Move some of the BuildInfo setup code to central placeshjk2020-01-141-1/+1
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-281-0/+22
|\
| * ClangTools: Add "go to project settings" toolbar buttonNikolai Kosjar2019-11-271-0/+22
* | ProjectExplorer: Add shortcut for switching active projectChristian Kandeler2019-11-191-0/+12
|/
* ProjectExplorer: SimplifyNikolai Kosjar2019-11-011-2/+0
* ProjectExplorer: Add convenience Project::addTargetFor{Default,}Kithjk2019-08-011-6/+2
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* ProjectExplorer: Collapse BuildInfo hierarchyhjk2019-01-301-7/+4
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-5/+2
* ProjectExplorer: ModernizeAlessandro Portale2018-07-161-7/+7
* ProjectExplorer: Use unique_ptr to hold targets in projectsTobias Hunger2018-05-241-3/+4
* ProjectExplorer: Make "Manage..." kits button work againhjk2018-04-241-4/+2
* Improve "Import Existing Build..." in project paneTasuku Suzuki2018-03-151-1/+1
* Avoid some memory leaks at shutdownUlf Hermann2018-03-071-1/+2
* iOS: Fix crash on startup when a device is connectedVikas Pachdha2017-05-241-0/+2
* ProjectExplorer: Make imported buildconfiguration activeTobias Hunger2017-04-251-0/+10
* Project explorer: Fix UI text capitalizationLeena Miettinen2017-04-051-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* Utils: Introduce TreeItem::{begin,end}hjk2017-02-081-3/+3
* ProjectExplorer: Add space between treeview entrieshjk2017-02-031-1/+7
* KitManager: Get rid of KitMatcher classTobias Hunger2017-01-181-2/+2
* ProjectWindow: Add a PanelsWidget convenience constructorhjk2016-12-151-6/+4
* ProjectWindow: Rename SelectorModel to ProjectWindowPrivatehjk2016-12-121-62/+68
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-091-31/+61
|\
| * Projects mode: Disable "Import" button if not supported by projectEike Ziller2016-12-081-0/+3
| * ProjectWindow: Add a buttons to import builds to project treehjk2016-12-061-30/+59
* | ProjectExplorer: Avoid possible nullptr dereferenceTobias Hunger2016-12-011-6/+8
|/
* ProjectExplorer: Don't show context menu when it makes no sensehjk2016-11-151-9/+3
* Fix lacks of Q_OBJECT macroSergey Belyashov2016-11-111-2/+2
* ProjectExplorer: Fix possible use-after-free in Project comboboxTobias Hunger2016-11-031-1/+2
* ProjectExplorer: Revive project importerhjk2016-10-171-12/+63
* ProjectExplorer: Add an "Active Project" label to Project windowhjk2016-10-171-0/+8
* ProjectExplorer: Filter out unusable kitshjk2016-10-141-7/+9
* ProjectWindow: More tree polishhjk2016-10-101-9/+5
* ProjectWindow: Some code cosmeticshjk2016-10-071-6/+5
* ProjectWindow: Fix display of kit list after loading new projectshjk2016-10-061-249/+198
* ProjectExplorer: Remove PropertiesPanel structhjk2016-10-041-6/+3
* ProjectWindow: Make switched-to project active againhjk2016-09-301-1/+2
* ProjectWindow: Don't show icons in project comboboxhjk2016-09-291-10/+0
* ProjectWindow: Move Project combobox back from top barhjk2016-09-281-5/+6
* Projects mode: Make plus icon dark and get rid of branch indicatorsEike Ziller2016-09-211-0/+6
* ProjectWindow: Make kit activation easierhjk2016-09-191-1/+2
* ProjectExplorer: Some polishing of the new ProjectWindow layouthjk2016-09-141-72/+266
* TreeModel: Introduce a TreeItem::indexInParent() convenience functionhjk2016-08-031-1/+1
* TreeModel: Move some base TreeItem code out-of-linehjk2016-08-031-1/+1
* Utils: Streamline TreeModel APIhjk2016-07-271-5/+4