aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/uncrustify
Commit message (Expand)AuthorAgeFilesLines
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-283-8/+8
* Beautifier: Reduce indirectionshjk2019-04-082-31/+17
* Beautifier: ModernizeAlessandro Portale2018-11-141-1/+1
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-302-6/+8
* Beautifier: Long live uncrustifyLorenz Haas2018-07-041-0/+2
* 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-18/+6
* 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: Show version in command tooltipsOrgad Shaneh2017-07-101-0/+1
* Beautifier: Fix tab order of Uncrustify's option pageLorenz Haas2017-03-281-9/+0
* Beautifier: Remove code that has no effectLorenz Haas2017-03-281-1/+0
* Beautifier: Allow to define specific config fileMontel Laurent2017-03-015-6/+66
* Replace a few occurrences of QStringList() << ...hjk2017-02-081-1/+1
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-021-0/+7
* Beautifier: Fix untranslated DISPLAY_NAMETakumi ASAKI2016-06-223-5/+8
* Beautifier: Fix code styleLorenz Haas2016-06-072-3/+3
* Beautifier: Make all tools MIME restrict-ableLorenz Haas2016-06-015-5/+30
* Use SynchronousProcess::runBlockingTobias Hunger2016-05-261-1/+1
* Beautifier: Add option to automatically format files on saveLorenz Haas2016-05-152-1/+13
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-5/+8
* Beautifier: Modernize, code style, and clean upLorenz Haas2016-05-025-86/+70
* Beautifier: Use Uncrustify's new --assume optionLorenz Haas2016-04-143-3/+55
* Wholesale conversion to #pragma oncehjk2016-03-304-17/+4
* 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-155-0/+29
* 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