summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier/beautifierplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Add const wherever applicableLorenz Haas2015-06-231-2/+2
* Beautifier: Consistently use qt5 connection styleLorenz Haas2015-06-221-5/+7
* Beautifier: Avoid raw loops wherever applicableLorenz Haas2015-06-221-12/+8
* Beautifier: Support formatting specific lines of file with UncrustifyLorenz Haas2015-06-151-19/+34
* Fix untranslated messagesSergey Belyashov2015-05-191-1/+1
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+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
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* | TextEditor: Shuffle some convenience functionshjk2014-11-251-10/+7
|/
* Normalize connect()sRobert Loehning2014-10-211-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-5/+5
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-7/+7
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
|/
* Beautifier: Handle CRLF for Artistic Style on Windows correctlyLorenz Haas2014-07-101-2/+7
* Beautifier: Format current file asynchronousLorenz Haas2014-07-091-20/+81
* Beautifier: Remove duplicate includeOrgad Shaneh2014-05-281-1/+0
* Beautifier: Fix compilationChristian Stenger2014-05-281-0/+1
* Beautifier: Compile fix on Linuxhjk2014-05-281-0/+1
* Beautifier: Add new class Command and option to format text via pipingLorenz Haas2014-05-281-33/+71
* Beautifier: create temporary file in input file dirPrzemyslaw Gorszkowski2014-05-261-1/+2
* Beautifier: add punctuation to messagesLeena Miettinen2014-03-071-1/+1
* Reduce message duplication in Beautifier plugin.Friedemann Kleint2014-03-051-0/+23
* Normalize connect()Robert Loehning2014-02-281-2/+2
* Beautifier: edit UI textLeena Miettinen2014-02-251-3/+3
* Beautifier: Fix Qt4 compile.David Schulz2014-02-181-3/+4
* Introduce new Beautifier plug-inLorenz Haas2014-02-181-0/+296