aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnxsettingspage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* Utils: Centralize PersistentSettingsWriter's use of dialogParent()hjk2025-02-181-1/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-4/+4
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+1
* LayoutBuilder: Make the guard the first parameters in "slots"hjk2024-12-021-2/+2
* Qnx: Move an #include to a smaller scopehjk2024-11-291-0/+1
* ProjectExplorer: Support changing the run environmentChristian Kandeler2024-11-201-1/+1
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+4
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-2/+0
* ProjectExplorer: More name disambiguation for device kit aspectsChristian Kandeler2024-11-121-3/+3
* Move applicable settings pages into the new "SDKs" categoryChristian Kandeler2024-11-111-1/+3
* ProjectExplorer: Move KitAspect into its own set of filesChristian Kandeler2024-10-111-2/+3
* Preparatory changes to enable Id ctor from char(&)[]hjk2024-09-121-2/+2
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* ProjectExplorer: Let toolchains be (de)registered in bulkChristian Kandeler2024-07-191-15/+13
* All: More ToolChain->Toolchain renamingshjk2024-01-191-1/+1
* ProjectExplorer: Make DeviceKitAspect mutable for all non-Desktop kitsChristian Kandeler2023-12-141-1/+0
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-4/+4
* ProjectExplorer: Rename ToolchainManager signals and membershjk2023-11-271-3/+3
* ProjectExplorer: Rename ToolChainManager to ToolchainManagerhjk2023-11-271-4/+4
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-4/+4
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-7/+7
* Qnx: Move QnxSettingsPage to new schemehjk2023-11-211-44/+40
* Utils: Use numberedKey(Key, int) more wildlyhjk2023-08-301-2/+2
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-2/+2
* Plugins: And more Store and Keyhjk2023-08-251-21/+21
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-161-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* Qnx: Use new AspectContainer base in QnxToolChainhjk2023-07-211-2/+2
* Translations: Call Tr::tr() where it shouldAlessandro Portale2023-06-091-1/+1
* Qnx: Do not re-validate information on each Qt version manager chancehjk2023-04-271-3/+0
* Qnx: Use more declarative syntax for settings page itemshjk2023-04-271-9/+8
* Qnx: Ensure up-to-date contents of combobox in settingspagehjk2023-04-271-1/+3
* QNX: Mark toolchains detected by manual operation as "manual"hjk2023-04-261-1/+1
* Qnx: Allow kit creator creation per target architecturehjk2023-04-261-19/+40
* Qnx: Also add target architectures in the info boxhjk2023-04-261-2/+10
* Qnx: Re-work item storehjk2023-04-181-64/+553
* Qnx: Allow broader kit generationhjk2023-02-271-1/+1
* Qnx: Improve reading installed configuration for remote build deviceshjk2023-02-221-2/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Qnx: Replace foreach with range-based for loopsJarek Kobus2022-11-241-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-1/+1
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-6/+6
* Qnx: Use LayoutBuilder for settingspacgehjk2022-07-221-74/+39
* Qnx: Modernize a bithjk2022-07-221-6/+2
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-1/+1