aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/clangformat
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Fix freeze in extensionsInitializedhjk2020-06-221-4/+2
* Beautifier: Remove inner namespace levelhjk2020-06-198-36/+15
* 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-1/+1
* Beautifier: Avoid using QObject parent in settings pageshjk2020-01-274-7/+4
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* Beautifier: Use new IOptionsPager convenience functionshjk2020-01-102-101/+53
* Use Utils::FilePath in SynchronousProcesshjk2019-06-112-2/+2
* Beautifier: Reduce indirectionshjk2019-04-082-32/+18
* Beautifier: ModernizeAlessandro Portale2018-11-141-1/+1
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-302-10/+11
* 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-20/+11
* Beautifier: ClangFormat: Format current syntactic entity for no selectionNikolai Kosjar2017-09-217-48/+27
* Beautifier: ClangFormat: Add action "Disable Formatting for Selected Text"Nikolai Kosjar2017-09-213-0/+48
* Beautifier: Add accelerators to menu itemsOrgad Shaneh2017-07-131-1/+1
* Beautifier: Show version in command tooltipsOrgad Shaneh2017-07-101-0/+1
* Beautifier: added support for fallback-style option for clang-formatPrzemyslaw Gorszkowski2017-03-295-64/+112
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* Beautifier: Fix untranslated DISPLAY_NAMETakumi ASAKI2016-06-222-2/+4
* Beautifier: Fix code styleLorenz Haas2016-06-072-3/+3
* Beautifier: Make all tools MIME restrict-ableLorenz Haas2016-06-015-5/+31
* Beautifier: Add option to automatically format files on saveLorenz Haas2016-05-152-8/+17
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-111-1/+1
|\
| * Beautifier: Fix clang-format file style regressionAdam Strzelecki2016-05-111-1/+1
* | Beautifier: Modernize, code style, and clean upLorenz Haas2016-05-026-148/+126
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-153-11/+26
|\|
| * Beautifier: Fix clang-format's custom style handlingLorenz Haas2016-04-143-11/+26
* | Wholesale conversion to #pragma oncehjk2016-03-304-16/+4
|/
* Merge remote-tracking branch 'origin/3.6' into 4.0Eike Ziller2016-03-031-2/+10
|\
| * Beautifier: Fix format for clang-format's command line style parameterLorenz Haas2016-02-241-2/+10
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-197-126/+91
* | Beautifier: Add fallback for uncrustify's "Format Selected Text"Lorenz Haas2015-12-151-1/+4
|/
* Beautifier: Add const wherever applicableLorenz Haas2015-06-232-3/+4
* Beautifier: Consistently use qt5 connection styleLorenz Haas2015-06-221-1/+1
* Beautifier: Avoid raw loops wherever applicableLorenz Haas2015-06-221-3/+1
* Beautifier: Add DISPLAY_NAME constant to ClangFormatLorenz Haas2015-06-152-1/+2
* beautifier: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-043-9/+9
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-4/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-127-42/+42
|\
| * Update LicenseEike Ziller2015-01-167-42/+42
* | Use new qt5 connect apiMontel Laurent2015-01-291-2/+2
* | TextEditor: Shuffle some convenience functionshjk2014-11-251-3/+3
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-147-49/+56
|\
| * License updateEike Ziller2014-10-097-49/+56
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-253-12/+9
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1