aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/uncrustify
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Remove inner namespace levelhjk2020-06-198-36/+14
* Beautifier: Remove dependency on CppEditor and DiffEditorAlexis Murzeau2020-06-051-1/+0
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-091-3/+3
* Beautifier: Avoid using QObject parent in settings pageshjk2020-01-274-9/+7
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-151-1/+0
* Beautifier: Use new IOptionsPager convenience functionshjk2020-01-102-100/+50
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1
* Project: Avoid copying the entire files(...) listTobias Hunger2019-06-191-4/+4
* Use Utils::FilePath in SynchronousProcesshjk2019-06-113-4/+4
* 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
|\