aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/beautifierplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Use MenuBuilderhjk2024-02-011-4/+4
* Beautifier: Dissolve plugin pimplhjk2023-11-221-77/+52
* Beautifier: New setup also for ClangFormat and Uncrustifyhjk2023-11-221-3/+3
* Beautifier: Move ArtisticStyle to new setup schemehjk2023-11-221-1/+2
* Beautifier: Simplify plugin setuphjk2023-11-101-36/+45
* Beautifier: Rename some entities called 'command'hjk2023-07-261-1/+1
* Beautifier: Delay-construct main settingshjk2023-07-211-15/+5
* Beautifier: Let tools self-register centrallyhjk2023-07-141-10/+5
* Beautifier: Move functions from settings to tools [3/3]hjk2023-07-101-46/+3
* Beautifier: Move functions from settings to tools [2/3]hjk2023-07-101-4/+4
* Beautifier: Base Beautifier::GeneralSettings on Core::PagedSettingshjk2023-05-121-11/+7
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-1/+0
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-5/+1
* Beautifier: Tr::trhjk2023-01-131-14/+10
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0
* Don't leak BeautifierPluginPrivate on shutdownJarek Kobus2021-08-311-0/+7
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Do not pop up general messages paneEike Ziller2021-01-041-1/+1
* Remove unneeded includesJarek Kobus2020-11-121-1/+0
* Add an action to format code using clang-format by linesXiaofeng Wang2020-10-011-0/+6
* Beautifier: Remove inner namespace levelhjk2020-06-191-3/+3
* Beautifier: Remove dependency on CppEditor and DiffEditorAlexis Murzeau2020-06-051-1/+0
* Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+1
* Beautifier: Avoid QObject parent in options pagehjk2020-02-101-11/+13
* Beautifier: Use new IOptionsPager convenience functionshjk2020-01-101-7/+6
* Project: Delay acting on fileListChanged signalTobias Hunger2019-06-201-2/+8
* Project: Avoid copying the entire files(...) listTobias Hunger2019-06-191-1/+1
* Beautifier: Reduce indirectionshjk2019-04-081-3/+1
* Beautifier: ModernizeAlessandro Portale2018-11-141-1/+1
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-336/+3
* Beautifier: Re-organize internal interfacehjk2018-02-091-25/+71
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-2/+1
* TextEditor: move convenience from texteditor to utilsIvan Donchevskii2017-09-221-2/+2
* Beautifier: ClangFormat: Format current syntactic entity for no selectionNikolai Kosjar2017-09-211-0/+6
* Beautifier: ClangFormat: Add action "Disable Formatting for Selected Text"Nikolai Kosjar2017-09-211-0/+6
* Beautifier: Add accelerators to menu itemsOrgad Shaneh2017-07-131-3/+3
* Beautifier: Minor cleanupOrgad Shaneh2017-07-101-8/+5
* Beautifier: Fix leak of GeneralSettingsNikolai Kosjar2017-04-181-1/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* Beautifier: Simplify small code fragmentLorenz Haas2017-02-251-12/+8
* Beautifier: Get rid of QRegExpLorenz Haas2017-02-231-2/+5
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-1/+3
* Beautifier: Move initialization to extensionsInitialized()Ulf Hermann2016-11-081-4/+4
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-1/+1
* Beautifier: Fix untranslated DISPLAY_NAMETakumi ASAKI2016-06-221-1/+1