aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier
Commit message (Expand)AuthorAgeFilesLines
* Utils: Introduce a Utils::TextCodec classhjk2025-05-141-5/+4
* Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* Beautifier: Fix style saving error handlingLiu Zhangjian2025-03-041-0/+1
* Beautifier: Remove dead endsJarek Kobus2025-02-064-25/+2
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+2
* Plugins: Improve display names of pluginsAlessandro Portale2024-11-191-0/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-152-2/+5
* ClangFormat: Fix terminologyEike Ziller2024-10-072-4/+4
* Unify copyright string and remove yearEike Ziller2024-09-261-1/+1
* Beautifier: Replace FilePath::toStringAndrii Semkiv2024-09-171-2/+3
* ExtensionSystem: Add PluginId and VendorIdMarcus Tillmanns2024-09-021-0/+2
* Plugins: Add URLs to manual page to plugin metadataAlessandro Portale2024-07-291-0/+1
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* Use the new BaseAspect::addOnChanged in a few placeshjk2024-07-124-8/+10
* Plugin meta data: Add full stop to descriptionsEike Ziller2024-06-281-1/+1
* Add long descriptions to some pluginsLeena Miettinen2024-05-311-1/+7
* PluginSpecs: Change URLs from http:// to https://Alessandro Portale2024-05-281-1/+1
* Use LayoutBuilder V2hjk2024-05-272-2/+3
* SettingsDialog: Call Aspect::cancel on cancelMarcus Tillmanns2024-03-143-1/+5
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-283-3/+3
* Beautifier: Use MenuBuilderhjk2024-02-014-58/+55
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-232-2/+4
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-222-4/+2
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-133-7/+7
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-133-7/+7
* Beautifier: Dissolve plugin pimplhjk2023-11-221-77/+52
* Beautifier: New setup also for ClangFormat and Uncrustifyhjk2023-11-225-156/+144
* Beautifier: Move ArtisticStyle to new setup schemehjk2023-11-223-114/+103
* Beautifier: Use ActionBuilder to create actionshjk2023-11-133-38/+45
* Beautifier: Simplify plugin setuphjk2023-11-104-59/+46
* Beautifier: Fix layout of clang format settings pagehjk2023-10-121-1/+2
* Beautifier: Fix saving of settingsEike Ziller2023-10-104-3/+4
* Utils: Don't store widgets in BoolAspectMarcus Tillmanns2023-09-211-4/+3
* Beautifier: Rename settingspage classeshjk2023-08-093-50/+57
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-08-031-1/+2
|\
| * Beautifier: Fix setting customized style (again)Eike Ziller2023-07-311-4/+2
* | Various Plugins: Simplify return QStringList statementsJarek Kobus2023-08-021-1/+1
* | Beautifier: Rename some entities called 'command'hjk2023-07-268-59/+59
* | Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-17/+17
* | Beautifier: Delay-construct main settingshjk2023-07-213-23/+33
* | Replace a few aspect.value() calls with operatpor()hjk2023-07-191-1/+1
* | Beautifier: Let tools self-register centrallyhjk2023-07-143-11/+24
* | Core: Add some sanity check that settings containers don't auto-applyhjk2023-07-131-0/+1
* | Beautifier: Some filepathificationhjk2023-07-136-61/+58
* | Beautifier: Make sure version update process finisheshjk2023-07-112-15/+13
* | Beautifier: Fix usage of static functionChristian Stenger2023-07-102-9/+9
* | Beautifier: Move functions from settings to tools [3/3]hjk2023-07-107-93/+89
* | Beautifier: Move functions from settings to tools [2/3]hjk2023-07-108-49/+36