summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/uncrustify
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Beautifier: Tr::trhjk2023-01-135-43/+31
* 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
* 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 uncrustifyoptionspage.uihjk2022-07-223-179/+98
* AbstractSettings: Introduce VersionUpdaterJarek Kobus2022-06-213-38/+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-021-6/+8
* Use QtcProcess for reading version number in uncrustifyJarek Kobus2021-08-312-8/+8
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-1/+2
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-4/+3
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* ICore: Change some path API to use FilePathEike Ziller2021-04-261-3/+4
* Beautifier: Remove inner namespace levelhjk2020-06-198-36/+14
* Beautifier: Remove dependency on CppEditor and DiffEditorAlexis Murzeau2020-06-051-1/+0
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-3/+3
* Beautifier: Avoid using QObject parent in settings pageshjk2020-01-274-9/+7
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* Beautifier: Use new IOptionsPager convenience functionshjk2020-01-102-100/+50
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1
* Project: Avoid copying the entire files(...) listTobias Hunger2019-06-191-4/+4
* Use Utils::FilePath in SynchronousProcesshjk2019-06-113-4/+4
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-283-8/+8
* Beautifier: Reduce indirectionshjk2019-04-082-31/+17
* Beautifier: ModernizeAlessandro Portale2018-11-141-1/+1
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-302-6/+8
* Beautifier: Long live uncrustifyLorenz Haas2018-07-041-0/+2
* Clean up options page category display name and icon set upEike Ziller2018-04-231-2/+0
* Don't translate default windowTitle again and againRobert Loehning2018-03-061-1/+1
* Beautifier: Re-organize internal interfacehjk2018-02-092-18/+6
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-4/+4
* Beautifier: Fix text selection for the UncrustifyViktor Kireev2017-10-131-1/+4
* Beautifier: Add accelerators to menu itemsOrgad Shaneh2017-07-131-1/+1
* Beautifier: Show version in command tooltipsOrgad Shaneh2017-07-101-0/+1
* Beautifier: Fix tab order of Uncrustify's option pageLorenz Haas2017-03-281-9/+0