summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/uncrustify/uncrustify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* Beautifier: Reduce indirectionshjk2019-04-081-26/+13
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-4/+6
* Beautifier: Long live uncrustifyLorenz Haas2018-07-041-0/+2
* Beautifier: Re-organize internal interfacehjk2018-02-091-11/+4
* 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: Allow to define specific config fileMontel Laurent2017-03-011-0/+6
* Beautifier: Fix untranslated DISPLAY_NAMETakumi ASAKI2016-06-221-3/+3
* Beautifier: Fix code styleLorenz Haas2016-06-071-2/+2
* Beautifier: Make all tools MIME restrict-ableLorenz Haas2016-06-011-1/+10
* Beautifier: Add option to automatically format files on saveLorenz Haas2016-05-151-0/+11
* Beautifier: Modernize, code style, and clean upLorenz Haas2016-05-021-21/+16
* Beautifier: Use Uncrustify's new --assume optionLorenz Haas2016-04-141-2/+7
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* Beautifier: Add fallback for uncrustify's "Format Selected Text"Lorenz Haas2015-12-151-0/+2
* Beautifier: Add const wherever applicableLorenz Haas2015-06-231-1/+2
* Beautifier: Avoid raw loops wherever applicableLorenz Haas2015-06-221-2/+1
* Beautifier: Support formatting specific lines of file with UncrustifyLorenz Haas2015-06-151-3/+41
* Beautifier: Unification of the tool's command generationLorenz Haas2015-06-151-24/+31
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-2/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Use new qt5 connect apiMontel Laurent2015-01-291-1/+1
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-2/+2
|/
* License updateEike Ziller2014-10-091-7/+8
* Beautifier: Format current file asynchronousLorenz Haas2014-07-091-2/+3
* Beautifier: Add new class Command and option to format text via pipingLorenz Haas2014-05-281-10/+13
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-111-3/+4
|\
| * Beautifier: Add constant for a tool's display nameLorenz Haas2014-03-071-3/+3
| * Reduce message duplication in Beautifier plugin.Friedemann Kleint2014-03-051-2/+3
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+2
|/
* Beautifier: edit UI textLeena Miettinen2014-02-251-1/+1
* Introduce new Beautifier plug-inLorenz Haas2014-02-181-0/+146