aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/clangformat/clangformat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use LayoutBuilder V2hjk2024-05-271-1/+2
* SettingsDialog: Call Aspect::cancel on cancelMarcus Tillmanns2024-03-141-0/+1
* Beautifier: Use MenuBuilderhjk2024-02-011-28/+27
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-4/+4
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-4/+4
* Beautifier: New setup also for ClangFormat and Uncrustifyhjk2023-11-221-54/+77
* Beautifier: Use ActionBuilder to create actionshjk2023-11-131-23/+25
* Beautifier: Fix layout of clang format settings pagehjk2023-10-121-1/+2
* Beautifier: Fix saving of settingsEike Ziller2023-10-101-3/+1
* Utils: Don't store widgets in BoolAspectMarcus Tillmanns2023-09-211-4/+3
* Beautifier: Rename settingspage classeshjk2023-08-091-17/+19
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-08-031-1/+2
|\
* | Beautifier: Rename some entities called 'command'hjk2023-07-261-19/+19
* | Beautifier: Some filepathificationhjk2023-07-131-11/+10
* | Beautifier: Move functions from settings to tools [3/3]hjk2023-07-101-8/+6
* | Beautifier: Move functions from settings to tools [1/3]hjk2023-07-101-1/+1
* | Beautifier: Move a few strings closer to their usehjk2023-07-101-3/+1
* | Beautifier: Merge ClangFormat style file pairshjk2023-07-101-8/+305
|/
* Beautifier: Use Aspects for part of settingshjk2023-05-221-3/+3
* TextEditor: Use FilePath in Commandhjk2023-02-081-1/+1
* Beautifier: Tr::trhjk2023-01-131-6/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Beautifier: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Pass the correct positions to clang-formatMarcel Krems2021-03-221-7/+26
* Add an action to format code using clang-format by linesXiaofeng Wang2020-10-011-0/+30
* Beautifier: Fix freeze in extensionsInitializedhjk2020-06-221-4/+2
* Beautifier: Remove inner namespace levelhjk2020-06-191-10/+8
* Beautifier: Remove dependency on CppEditor and DiffEditorAlexis Murzeau2020-06-051-1/+0
* Beautifier: Avoid using QObject parent in settings pageshjk2020-01-271-2/+0
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-1/+1
* Beautifier: Reduce indirectionshjk2019-04-081-26/+13
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-8/+9
* Beautifier: Re-organize internal interfacehjk2018-02-091-13/+8
* Beautifier: ClangFormat: Format current syntactic entity for no selectionNikolai Kosjar2017-09-211-6/+12
* Beautifier: ClangFormat: Add action "Disable Formatting for Selected Text"Nikolai Kosjar2017-09-211-0/+45
* Beautifier: Add accelerators to menu itemsOrgad Shaneh2017-07-131-1/+1
* Beautifier: added support for fallback-style option for clang-formatPrzemyslaw Gorszkowski2017-03-291-1/+8
* Beautifier: Fix untranslated DISPLAY_NAMETakumi ASAKI2016-06-221-1/+1
* Beautifier: Fix code styleLorenz Haas2016-06-071-2/+2
* Beautifier: Make all tools MIME restrict-ableLorenz Haas2016-06-011-1/+11
* Beautifier: Add option to automatically format files on saveLorenz Haas2016-05-151-6/+14
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-111-1/+1
|\
| * Beautifier: Fix clang-format file style regressionAdam Strzelecki2016-05-111-1/+1
* | Beautifier: Modernize, code style, and clean upLorenz Haas2016-05-021-13/+8
|/
* Beautifier: Fix clang-format's custom style handlingLorenz Haas2016-04-141-10/+6
* Merge remote-tracking branch 'origin/3.6' into 4.0Eike Ziller2016-03-031-2/+10
|\
| * Beautifier: Fix format for clang-format's command line style parameterLorenz Haas2016-02-241-2/+10
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
|/
* Beautifier: Add const wherever applicableLorenz Haas2015-06-231-2/+3