aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core: do not activate open documents entry on right clickDavid Schulz2024-03-011-13/+1
* Projects: Fix misc settings widgets if vanished targets are shownEike Ziller2024-02-231-5/+5
* Remove CommandButtonEike Ziller2024-01-261-8/+10
* Remove focus rect from some input fields on macOSEike Ziller2024-01-261-0/+1
* Core: Let callers specify which part of an options page to pre-selectChristian Kandeler2024-01-191-1/+1
* ProjectWindow: Initialize vanishedTargetsItemEike Ziller2024-01-181-1/+1
* ProjectExplorer: Do not create replacement kits automaticallyEike Ziller2024-01-121-3/+172
* Utils: Fix function name case StyleHelper::Uifont -> uifontAlessandro Portale2023-12-071-2/+2
* Utils: Align enum StyleHelper::UiElement with upcoming design system #1Alessandro Portale2023-11-171-2/+2
* Use StyleHelper::UiFont()Alessandro Portale2023-11-151-6/+3
* ProjectExplorer: Not create Manage Kits button if Kit options are hiddenTasuku Suzuki2023-11-141-6/+5
* Utils, all: Standardize on QtcSettingshjk2023-09-271-2/+2
* ProjectExplorer: Start with selected kithjk2023-08-211-2/+11
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-021-4/+3
* Merge remote-tracking branch 'origin/11.0' into qds/devTim Jenssen2023-06-021-16/+12
|\
| * ProjectExplorer: Remove some pointerage around KitOptionsPagehjk2023-05-161-2/+1
| * ProjectExplorer: Prevent context menu on ProjectSelectorAlessandro Portale2023-05-091-3/+0
| * Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2023-03-301-2/+8
| |\
| * | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-11/+11
* | | ProjectExplorer: Fix check for "Kits" page hidingMiikka Heikkinen2023-06-021-1/+1
| |/ |/|
* | Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-19/+19
|\|
| * Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-101-4/+3
| * ProjectExplorer: Tr::trhjk2023-01-161-15/+15
| * Prefix Tr::tr contexts with ::hjk2023-01-131-3/+4
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* | ProjectExplorer: Hide Manage Kits button if Kit options are hiddenMiikka Heikkinen2023-03-021-2/+8
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Add a non-toolbar variant of the MINUS iconAlessandro Portale2022-08-181-1/+1
* Drop Qt5: ProjectExplorer: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Projects mode: Use "Show Right Sidebar" action to toggle build outputEike Ziller2022-07-051-2/+25
* BuildSystemOutputWindow: Don't leak actions on shutdownJarek Kobus2022-06-271-41/+35
* ProjectExplorer: Add a common template for project settingsArtem Sokolovskii2022-05-241-2/+3
* ProjectExplorer: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-121-1/+2
* ProjectExplorer: Remove Icon from main panelAlessandro Portale2022-01-141-4/+3
* Add text search functionality to output window centrallyEike Ziller2021-09-201-1/+7
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-2/+2
* Use the new file dialog wrappers in some placeshjk2021-08-061-6/+4
* Fix lupdate issuesEike Ziller2021-07-091-3/+3
* Add zoom buttons and use editor font in build system outputEike Ziller2021-06-221-0/+32
* Add filter input to build system outputEike Ziller2021-06-221-0/+71
* Add clear button to build system outputEike Ziller2021-06-221-4/+49
* CMake: Duplicate CMake output in Projects modeEike Ziller2021-06-041-14/+23
* ProjectExplorer: Replace project mode main window splitter by dockwidgethjk2021-06-031-0/+13
* ProjectExplorer: Fix project mode layout issueChristian Kandeler2021-05-041-3/+7
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-2/+2
* ProjectExplorer: Fix project window layout restore behaviorChristian Kandeler2020-10-301-1/+3
* ProjectExplorer: Make project window state persistentChristian Kandeler2020-10-261-0/+30
* 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