summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Base AbstractSettings on Utils::AspectContainerhjk2023-05-121-1/+2
* Beautifier: Base Beautifier::GeneralSettings on Core::PagedSettingshjk2023-05-127-241/+74
* Remove ineffective resize() callsAlessandro Portale2023-05-104-8/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-044-4/+4
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-043-4/+4
* Layouting: Handle attach types via setterhjk2023-05-032-4/+6
* LayoutBuilder: Reworkhjk2023-05-031-1/+1
* Utils: Make Layouting a top level namespacehjk2023-04-256-6/+6
* Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-104-4/+4
* Qbs: Update some qbs filesChristian Stenger2023-02-081-0/+1
* TextEditor: Use FilePath in Commandhjk2023-02-083-3/+3
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-272-2/+0
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-6/+2
* Beautifier: Tr::trhjk2023-01-1330-206/+133
* Prefix Tr::tr contexts with ::hjk2023-01-133-3/+5
* Beautifier: Drop a few FilePath::toStringhjk2023-01-135-20/+16
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0638-38/+38
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-12-141-2/+5
|\
| * Beautifier/ClangFormat: Fix style check box statesEike Ziller2022-12-131-2/+5
* | Beautifier: Pass context object to lambda connectionsJarek Kobus2022-12-084-4/+4
* | 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