aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectexplorer.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Add more variables for active projectChristian Kandeler2021-01-121-2/+21
* Don't call erase without namespace qualificationEike Ziller2020-12-091-1/+1
* Project explorer: Fix UI textLeena Miettinen2020-11-091-4/+4
* ProjectExplorer: Add some global variables for the active projectChristian Kandeler2020-11-051-9/+54
* ProjectExplorer: Make default build dir template backward-comaptibleChristian Kandeler2020-10-121-1/+10
* ProjectExplorer: Clean up variablesChristian Kandeler2020-10-021-124/+42
* Project Tree: Delay syncing with editor when using the context menuChristian Kandeler2020-09-281-0/+7
* Vcs: Add "bulk delete" feature to APIChristian Kandeler2020-09-041-5/+12
* C++ Refactoring: Fix the include macros in header files after renamingMiklos Marton2020-08-211-3/+6
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-12/+15
|\
| * ProjectExplorer: Fix iterating through files to removeRobert Loehning2020-07-231-4/+5
| * ProjectExplorer: Don't prompt user whether 0 files should be deletedRobert Loehning2020-07-231-8/+10
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-21/+21
* | ProjectExplorer: Allow to add custom output parsers programaticallyChristian Kandeler2020-07-311-1/+20
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* | Merge remote-tracking branch 'origin/4.13'Eike Ziller2020-07-061-1/+1
|\|
| * Project Explorer: Fix UI text capitalization and writing styleLeena Miettinen2020-07-021-1/+1
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-21/+21
|/
* More Qt 6 fixeshjk2020-06-231-3/+3
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+1
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-2/+4
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-26/+22
* ProjectExplorer: Generalize the concept of custom output parsersChristian Kandeler2020-05-111-0/+35
* ProjectExplorer: Change the default value of TerminalAspectChristian Kandeler2020-05-051-1/+1
* ProjectExplorer: Move build step name mapping to BuildManagerhjk2020-04-231-11/+0
* ProjectExplorer: Support bulk removal of files in project treeChristian Kandeler2020-04-221-14/+31
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-141-0/+1
|\
| * QbsProjectManager: Fix one more build key inconsistencyChristian Kandeler2020-04-091-0/+1
* | Disable project-editing actions when parsing is scheduledChristian Kandeler2020-03-191-11/+21
* | Add some additional shortcuts for actionsEike Ziller2020-03-171-2/+2
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-161-3/+3
|\|
| * Project Explorer: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-3/+3
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-041-85/+2
|\|
| * Move SimpleProjectWizard to ProjectExplorer pluginBogDan Vatra2020-03-031-0/+2
| * ProjectExplorer: Simplify update logic after active target changehjk2020-03-021-41/+0
| * ProjectExplorer: Trigger updates more directlyhjk2020-02-281-44/+0
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-271-10/+16
|\|
| * ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-10/+16
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-261-2/+1
|\|
| * ProjectExplorer: Do not disable "Deploy" action if step list is emptyChristian Kandeler2020-02-191-2/+1
* | ProjectExplorer: Make communication between target and selector directhjk2020-02-201-0/+5
* | Project Tree: Add functionality to expand a single node recursivelyChristian Kandeler2020-02-201-0/+9
|/
* ProjectExplorer: Unify (sub-) project error reportingTobias Hunger2020-02-141-24/+24
* Remove apparently unneeded QtPlugin includeshjk2020-02-121-1/+0
* ProjectExplorer: Let users build all projectsChristian Kandeler2020-01-221-7/+52
* ProjectExplorer: Allow to build a project in all configurationsChristian Kandeler2020-01-221-4/+66
* ProjectExplorer: Move "default build dir" setting to new options pageChristian Kandeler2020-01-221-5/+6
* Fix semantics of "-lastsession"Eike Ziller2020-01-071-9/+12
* Session Manager: Do not lose settings made in the default sessionChristian Kandeler2020-01-061-2/+3
* Revert "ProjectTree: Add per-node "Expand" and "Collapse" actions"Christian Kandeler2019-12-201-22/+0