aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/artisticstyle
Commit message (Expand)AuthorAgeFilesLines
* Plugins A-L: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+2
* Use the new BaseAspect::addOnChanged in a few placeshjk2024-07-121-2/+3
* SettingsDialog: Call Aspect::cancel on cancelMarcus Tillmanns2024-03-141-1/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Beautifier: Use MenuBuilderhjk2024-02-011-10/+9
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+1
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-1/+1
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-1/+1
* Beautifier: Move ArtisticStyle to new setup schemehjk2023-11-222-113/+101
* Beautifier: Use ActionBuilder to create actionshjk2023-11-131-4/+7
* Beautifier: Fix saving of settingsEike Ziller2023-10-101-0/+1
* Beautifier: Rename settingspage classeshjk2023-08-091-17/+19
* Beautifier: Rename some entities called 'command'hjk2023-07-262-16/+16
* Beautifier: Some filepathificationhjk2023-07-132-20/+18
* Beautifier: Fix usage of static functionChristian Stenger2023-07-101-4/+4
* Beautifier: Move functions from settings to tools [3/3]hjk2023-07-101-4/+3
* Beautifier: Move functions from settings to tools [2/3]hjk2023-07-101-2/+2
* Beautifier: Move functions from settings to tools [1/3]hjk2023-07-101-1/+1
* Beautifier: Move a few strings closer to their usehjk2023-07-102-22/+8
* Beautifier: Merge Artistic style file pairshjk2023-07-104-247/+228
* Beautifier: Proliferate FilePath use in settingshjk2023-06-091-3/+3
* Beautifier: Use FilePath, not FilePathAspect for documentation filehjk2023-05-301-3/+3
* Beautifier: Register aspects more directlyhjk2023-05-262-12/+6
* Beautifier: Use Aspects for part of settingshjk2023-05-226-258/+118
* Remove ineffective resize() callsAlessandro Portale2023-05-101-2/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Layouting: Handle attach types via setterhjk2023-05-031-2/+3
* LayoutBuilder: Reworkhjk2023-05-031-1/+1
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-1/+1
* TextEditor: Use FilePath in Commandhjk2023-02-081-1/+1
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-1/+0
* Beautifier: Tr::trhjk2023-01-136-46/+28
* Beautifier: Drop a few FilePath::toStringhjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-067-7/+7
* Beautifier: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Utils: Remove FilePath::operator+()hjk2022-11-301-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-267-168/+14
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-271-1/+1
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-2/+1
* Beautifier: inline artisticstyleoptionspage.uihjk2022-07-223-166/+93
* AbstractSettings: Introduce VersionUpdaterJarek Kobus2022-06-213-67/+9
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-3/+3
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-5/+7
* Fix the astyle version matchingJarek Kobus2021-08-051-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-2/+2
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2