aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/settings
Commit message (Expand)AuthorAgeFilesLines
* De-noise *codestylepreferencesfactories a bithjk2025-02-131-41/+26
* Move CodeStylePreferencesFactory implementation to .cpphjk2025-02-133-51/+41
* TextEditor: Remove references to ProjectExplorer::ProjectChristian Kandeler2025-02-103-7/+7
* ClangFormat et al.: Refactor settings factoriesAndrii Semkiv2025-02-105-38/+87
* Core: Provide settings categories centrallyChristian Kandeler2024-11-152-4/+0
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* Nim: Clean up some editor component creationhjk2024-01-101-1/+1
* Plugins: A bit more Keys and Storehjk2023-08-251-2/+2
* TextEditor: Push back explicit use of core settingshjk2023-07-191-8/+2
* Nim: Move code style related code to nimcodestylesettingspage.cpphjk2023-07-184-77/+96
* Nim: Convert tool settings to latest stylehjk2023-07-182-7/+31
* Use simpler IOptionPage::setLayouter overload in a few more placeshjk2023-05-311-3/+3
* Nim: Use a FilePathAspect for nimsuggest settingshjk2023-05-232-3/+1
* Utils: Make PagedSettings::readSettings() calls shorterhjk2023-05-161-1/+1
* Core: Make PagedSettings autoapply by default in the basehjk2023-05-111-3/+0
* Nim: Use PagedSettings for Tools settings pagehjk2023-05-102-31/+19
* Nim: Normalize somewhat unusal ctor/dtor splithjk2023-05-052-28/+13
* Nim: Remove now-unnecessary function reimplementationshjk2023-05-051-3/+0
* Layouts: Add/remove contentMargins where neededAlessandro Portale2023-05-041-1/+0
* Layouting: Handle attach types via setterhjk2023-05-031-1/+2
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-068-8/+8
* Remove unused includes of QLayoutJarek Kobus2022-11-181-1/+0
* Nim: Convert to Tr::trhjk2022-10-115-25/+24
* Nim: Inline nimcodestylepreferenceswidget.uihjk2022-10-105-113/+37
* Use SPDX license identifiersLucie Gérard2022-08-268-192/+16
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-1/+1
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-1/+1
* Utils: Make Layouting::Group { .. } less weirdhjk2022-07-221-1/+1
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-102-0/+3
|\
| * ClangFormat: Fix settings checkboxes disappearanceArtem Sokolovskii2022-05-102-0/+3
* | ClangFormat: Fix unsaving properties for global settingsArtem Sokolovskii2022-03-304-6/+8
|/
* Nim: Adapt to new AspectContainer base classhjk2021-04-011-1/+1
* Nim: Aspectify NimSettingshjk2021-04-015-283/+55
* Core/Utils: Migrate further to Utils::Idhjk2020-07-062-3/+3
* Nim: Remove unused class memberChristian Kandeler2020-04-272-6/+3
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Fix lupdate issuesEike Ziller2020-03-181-1/+1
* Several SettingsPages: Code cosmeticshjk2020-01-304-11/+9
* TextEditor: De-noise ICodeStylePreferences setup a bithjk2020-01-292-8/+1
* TextEditor: De-QObject-ify ICodeStylePreferences factorieshjk2020-01-291-1/+1
* Nim: Use new settings page convenience functionshjk2020-01-272-50/+25
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-162-5/+2
* Remove unused QObject parent arguments on options pageshjk2019-09-112-4/+3
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Nim: Remove a few unneeded parent argumentshjk2019-03-272-8/+6
* Nim: Remove translated string which would not be shown anywayRobert Loehning2019-03-061-3/+0
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-223-5/+4
* Nim: Add code completion with NimSuggestFilippo Cucchetto2019-01-085-9/+314
* Nim: Consistently use nullptrTobias Hunger2018-05-081-1/+1