aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/artisticstyle/artisticstylesettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Merge Artistic style file pairshjk2023-07-101-201/+0
* 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-261-6/+0
* Beautifier: Use Aspects for part of settingshjk2023-05-221-84/+105
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-1/+0
* Beautifier: Tr::trhjk2023-01-131-6/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-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-261-24/+2
* AbstractSettings: Introduce VersionUpdaterJarek Kobus2022-06-211-49/+5
* 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
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-2/+4
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-7/+7
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Core: Add a default parameter to various ICore::*path functionshjk2021-04-271-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-3/+4
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-1/+1
* More QRegularExpression and include for Qt 6hjk2020-06-251-2/+2
* Beautifier: Remove inner namespace levelhjk2020-06-191-6/+3
* All: Use Utils::SkipEmptyPartshjk2020-06-171-1/+2
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-5/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* Beautifier: Allow to define specific config file for AStyleLorenz Haas2017-03-281-4/+28
* Beautifier: Get rid of QRegExpLorenz Haas2017-02-231-5/+7
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-2/+2
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-3/+3
* Use SynchronousProcess::runBlockingTobias Hunger2016-05-261-2/+2
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-14/+13
* Beautifier: Modernize, code style, and clean upLorenz Haas2016-05-021-48/+42
* Astyle: Fix concurrency issue with updating versionEike Ziller2016-02-171-16/+14
* Astyle: Read the version also from stdoutEike Ziller2016-02-161-11/+18
* Beautifier: Use Utils::runAsyncEike Ziller2016-02-151-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* Beautifier: Consistently use qt5 connection styleLorenz Haas2015-06-221-1/+2
* Beautifier: Avoid raw loops wherever applicableLorenz Haas2015-06-221-3/+2
* Remove leftovers from Qt::escape().Arnold Dumas2015-06-011-1/+0
* 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
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/