summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/clangformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-3/+2
|/
* Beautifier: Format current file asynchronousLorenz Haas2014-07-092-4/+9
* Beautifier: Harmonize setting's translatable stringsLorenz Haas2014-06-231-2/+2
* Beautifier: Add -assume-filename to clang-formatAdam Strzelecki2014-05-281-0/+1
* Beautifier: Add new class Command and option to format text via pipingLorenz Haas2014-05-282-11/+16
* Cleanup: Remove searchKeywords from optionspage widgetsTobias Hunger2014-05-262-28/+2
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-112-3/+5
|\
| * Reduce message duplication in Beautifier plugin.Friedemann Kleint2014-03-052-3/+5
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+2
|/
* Beautifier: edit UI textLeena Miettinen2014-02-253-5/+5
* Beautifier: Fix Qt4 compile.David Schulz2014-02-181-1/+3
* Introduce new Beautifier plug-inLorenz Haas2014-02-188-0/+940