aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/abstractsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Move functions from settings to tools [1/3]hjk2023-07-101-375/+0
* Utils: Make aspect settings access implicithjk2023-07-071-5/+2
* Utils: Make FancyLineEdit placeholder validation optionalhjk2023-06-121-1/+2
* Beautifier: Use FilePath, not FilePathAspect for documentation filehjk2023-05-301-1/+1
* Beautifier: Register aspects more directlyhjk2023-05-261-2/+0
* Beautifier: Use Aspects for part of settingshjk2023-05-221-77/+41
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Beautifier: Tr::trhjk2023-01-131-7/+8
* Beautifier: Drop a few FilePath::toStringhjk2023-01-131-10/+7
* 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
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Various plugins: Replace foreach with ranged for loopJarek Kobus2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* AbstractSettings: Introduce VersionUpdaterJarek Kobus2022-06-211-15/+72
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* Do not pass QStringView by const referenceKai Köhne2021-06-171-1/+1
* Utils: filepathify fileutilsDavid Schulz2021-05-181-3/+3
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-2/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-5/+7
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Qt6: Sprinkle QLatin1Strings for QStringView comparisonsEike Ziller2020-10-081-1/+1
* Fix build issues with Qt6Eike Ziller2020-09-181-4/+4
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-2/+2
* ClangFormat: Add the interaction with BeautifierIvan Donchevskii2019-04-291-2/+3
* Beautifier: ModernizeAlessandro Portale2018-11-141-3/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-4/+2
* Beautifier: Accept C and Objective-C files by defaultLorenz Haas2016-09-081-1/+2
* Beautifier: Make all tools MIME restrict-ableLorenz Haas2016-06-011-2/+56
* Beautifier: Modernize, code style, and clean upLorenz Haas2016-05-021-20/+17
* Beautifier: Fix clang-format's custom style handlingLorenz Haas2016-04-141-35/+39
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* Beautifier: Add const wherever applicableLorenz Haas2015-06-231-1/+1
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove Qt version checks.Christian Kandeler2014-09-081-4/+0
* | "foreach (QString" -> "foreach (const QString &"Alessandro Portale2014-07-241-3/+3
|/
* Beautifier: Add new class Command and option to format text via pipingLorenz Haas2014-05-281-1/+14
* Beautifier: edit UI textLeena Miettinen2014-02-251-5/+5
* Beautifier: Use QXmlStreamReader instead of QDomDocumentLorenz Haas2014-02-191-24/+26
* Beautifier: Fix Qt4 compile.David Schulz2014-02-181-0/+4
* Introduce new Beautifier plug-inLorenz Haas2014-02-181-0/+317