aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier
Commit message (Expand)AuthorAgeFilesLines
* Utils: Remove FilePath::operator+()hjk2022-11-303-6/+6
* Beautifier: Fix enabling of optionsEike Ziller2022-10-171-3/+5
* Replace missing qAsConst with std::as_const()Jarek Kobus2022-10-101-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-2/+2
* Various plugins: Replace foreach with ranged for loopJarek Kobus2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-2638-912/+76
* Utils: Settle on lowerSnakeCase for LayoutBuilder::Setterhjk2022-07-275-6/+6
* Utils: Make the second parameter to LayoutBuilder::attach() an enumhjk2022-07-261-1/+1
* Utils: Introduce a Layouting::empty itemhjk2022-07-261-1/+0
* Utils: Introduce Layouting::{br,st}hjk2022-07-254-8/+4
* Beautifier: inline artisticstyleoptionspage.uihjk2022-07-225-168/+94
* Beautifier: Inline configurationdialog.uihjk2022-07-225-163/+88
* Beautifier: inline uncrustifyoptionspage.uihjk2022-07-225-181/+99
* Beautifier: Inline clangformatoptionspage.uihjk2022-07-225-187/+95
* Beautifier: inline generaloptionspage.uihjk2022-07-225-201/+67
* Beautifier: inline configurationpanel.uihjk2022-07-225-99/+62
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* Beautifier: Build with Qt 5Eike Ziller2022-06-221-0/+2
* AbstractSettings: Introduce VersionUpdaterJarek Kobus2022-06-218-124/+96
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-3/+3
* Get rid of no-op calls to QtcProcess::kill()Jarek Kobus2022-03-242-21/+16
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-022-11/+15
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-254-4/+4
* Remove qmake build filesEike Ziller2022-01-202-59/+0
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-1/+0
* Don't leak BeautifierPluginPrivate on shutdownJarek Kobus2021-08-312-0/+8
* Use QtcProcess for reading version number in uncrustifyJarek Kobus2021-08-312-8/+8
* Fix the astyle version matchingJarek Kobus2021-08-051-1/+1
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-232-3/+3
* Do not pass QStringView by const referenceKai Köhne2021-06-171-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-022-3/+3
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-192-3/+6
* Utils: filepathify fileutilsDavid Schulz2021-05-181-3/+3
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-142-11/+10
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-103-3/+3
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-272-3/+2
* ICore: Change some path API to use FilePathEike Ziller2021-04-264-14/+19
* Pass the correct positions to clang-formatMarcel Krems2021-03-222-7/+27
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-172-2/+2
* Do not pop up general messages paneEike Ziller2021-01-041-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-272-2/+2
* Remove unneeded includesJarek Kobus2020-11-121-1/+0
* Qt6: Sprinkle QLatin1Strings for QStringView comparisonsEike Ziller2020-10-081-1/+1
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-024-0/+39
|\
| * Add an action to format code using clang-format by linesXiaofeng Wang2020-10-014-0/+39
* | Fix build issues with Qt6Eike Ziller2020-09-181-4/+4
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
|/
* More QRegularExpression and include for Qt 6hjk2020-06-251-2/+2
* Beautifier: Fix freeze in extensionsInitializedhjk2020-06-221-4/+2