aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/beautifierplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Remove inner namespace levelhjk2020-06-191-3/+3
* Beautifier: Remove dependency on CppEditor and DiffEditorAlexis Murzeau2020-06-051-1/+0
* Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+1
* Beautifier: Avoid QObject parent in options pagehjk2020-02-101-11/+13
* Beautifier: Use new IOptionsPager convenience functionshjk2020-01-101-7/+6
* Project: Delay acting on fileListChanged signalTobias Hunger2019-06-201-2/+8
* Project: Avoid copying the entire files(...) listTobias Hunger2019-06-191-1/+1
* Beautifier: Reduce indirectionshjk2019-04-081-3/+1
* Beautifier: ModernizeAlessandro Portale2018-11-141-1/+1
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-336/+3
* Beautifier: Re-organize internal interfacehjk2018-02-091-25/+71
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-2/+1
* TextEditor: move convenience from texteditor to utilsIvan Donchevskii2017-09-221-2/+2
* Beautifier: ClangFormat: Format current syntactic entity for no selectionNikolai Kosjar2017-09-211-0/+6
* Beautifier: ClangFormat: Add action "Disable Formatting for Selected Text"Nikolai Kosjar2017-09-211-0/+6
* Beautifier: Add accelerators to menu itemsOrgad Shaneh2017-07-131-3/+3
* Beautifier: Minor cleanupOrgad Shaneh2017-07-101-8/+5
* Beautifier: Fix leak of GeneralSettingsNikolai Kosjar2017-04-181-1/+1
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-2/+1
* Beautifier: Simplify small code fragmentLorenz Haas2017-02-251-12/+8
* Beautifier: Get rid of QRegExpLorenz Haas2017-02-231-2/+5
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-1/+3
* Beautifier: Move initialization to extensionsInitialized()Ulf Hermann2016-11-081-4/+4
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-1/+1
* Beautifier: Fix untranslated DISPLAY_NAMETakumi ASAKI2016-06-221-1/+1
* Beautifier: Fix code styleLorenz Haas2016-06-071-1/+1
* Beautifier: Make all tools MIME restrict-ableLorenz Haas2016-06-011-16/+15
* Use SynchronousProcess::runBlockingTobias Hunger2016-05-261-1/+1
* Beautifier: Add option to automatically format files on saveLorenz Haas2016-05-151-8/+78
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-12/+11
* Beautifier: tr()-FixesTakumi ASAKI2016-05-111-5/+5
* Beautifier: Modernize, code style, and clean upLorenz Haas2016-05-021-25/+21
* Use "timeout" consistentlyRobert Loehning2016-04-201-2/+2
* Beautifier: Fix clang-format's custom style handlingLorenz Haas2016-04-141-0/+1
* Beautifier: Fix hidden menu on LinuxLorenz Haas2016-03-311-4/+2
* Beautifier: Refactor formatting APILorenz Haas2016-02-291-154/+169
* Beautifier: Use Utils::runAsyncEike Ziller2016-02-151-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* 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