summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/uncrustify
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Add const wherever applicableLorenz Haas2015-06-231-1/+2
* Beautifier: Consistently use qt5 connection styleLorenz Haas2015-06-221-1/+1
* Beautifier: Avoid raw loops wherever applicableLorenz Haas2015-06-221-2/+1
* Beautifier: Support formatting specific lines of file with UncrustifyLorenz Haas2015-06-153-4/+45
* Beautifier: Unification of the tool's command generationLorenz Haas2015-06-152-25/+34
* beautifier: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-043-8/+8
* Remove leftovers from Qt::escape().Arnold Dumas2015-06-011-2/+0
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-2/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-127-42/+42
|\
| * Update LicenseEike Ziller2015-01-167-42/+42
* | Use new qt5 connect apiMontel Laurent2015-01-291-1/+1
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-2/+2
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-147-49/+56
|\
| * License updateEike Ziller2014-10-097-49/+56
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-253-11/+8
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* Beautifier: Format current file asynchronousLorenz Haas2014-07-092-3/+8
* Beautifier: Harmonize setting's translatable stringsLorenz Haas2014-06-231-1/+1
* Beautifier: Add new class Command and option to format text via pipingLorenz Haas2014-05-281-10/+13
* Cleanup: Remove searchKeywords from optionspage widgetsTobias Hunger2014-05-262-28/+2
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-272-1/+4
|\
| * Beautifier: Replace $HOME with it's actual valueLorenz Haas2014-03-192-1/+4
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-113-4/+8
|\ \ | |/
| * Beautifier: Add constant for a tool's display nameLorenz Haas2014-03-073-5/+6
| * Reduce message duplication in Beautifier plugin.Friedemann Kleint2014-03-052-3/+6
* | Editors: Move id() from editor to document.Eike Ziller2014-03-051-1/+2
|/
* Beautifier: edit UI textLeena Miettinen2014-02-252-2/+2
* Beautifier: Prevent writing of an empty documentation fileLorenz Haas2014-02-191-6/+15
* Beautifier: Fix Qt4 compile.David Schulz2014-02-181-1/+3
* Introduce new Beautifier plug-inLorenz Haas2014-02-188-0/+830