aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier
Commit message (Expand)AuthorAgeFilesLines
* More QRegularExpression and include for Qt 6hjk2020-06-251-2/+2
* Beautifier: Fix freeze in extensionsInitializedhjk2020-06-221-4/+2
* Beautifier: Remove inner namespace levelhjk2020-06-1925-107/+44
* All: Use Utils::SkipEmptyPartshjk2020-06-172-1/+6
* Beautifier: Remove dependency on CppEditor and DiffEditorAlexis Murzeau2020-06-057-9/+1
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-093-5/+5
* Utils: Rename PathChooser::{f,setF}ileName() to {f,setF}ilePath()hjk2020-04-093-5/+5
* Fix lupdate issuesEike Ziller2020-03-181-1/+3
* Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+1
* Beautifier: Avoid QObject parent in options pagehjk2020-02-103-15/+16
* Beautifier: Avoid using QObject parent in settings pageshjk2020-01-2712-26/+19
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* Core: Provide empty implementation for IOptionPageWidget::finish()hjk2020-01-154-4/+0
* Beautifier: Use new IOptionsPager convenience functionshjk2020-01-1011-400/+196
* Utils: Rename FilePathList to simply FilePathshjk2019-12-182-2/+2
* Remove unused QObject parent arguments on options pageshjk2019-09-114-10/+5
* Remove usages of deprecated APIsSona Kurazyan2019-09-031-1/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-1/+1
* Project: Delay acting on fileListChanged signalTobias Hunger2019-06-201-2/+8
* Project: Avoid copying the entire files(...) listTobias Hunger2019-06-193-10/+10
* Use Utils::FilePath in SynchronousProcesshjk2019-06-1110-16/+15
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-286-16/+16
* Qt Creator CMake portCristian Adam2019-05-171-0/+27
* ClangFormat: Add the interaction with BeautifierIvan Donchevskii2019-04-293-11/+10
* Beautifier: Reduce indirectionshjk2019-04-088-97/+51
* Replace static_casts by QOverload where possiblehjk2019-02-262-2/+2
* Beautifier: ModernizeAlessandro Portale2018-11-149-11/+9
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-3013-520/+31
* Beautifier: Long live uncrustifyLorenz Haas2018-07-041-0/+2
* Beautifier: Use override consistentlyTobias Hunger2018-05-071-1/+1
* Update Options dialog iconsAlessandro Portale2018-04-246-3/+4
* Clean up options page category display name and icon set upEike Ziller2018-04-235-10/+2
* Don't translate default windowTitle again and againRobert Loehning2018-03-065-5/+5
* Beautifier: Re-organize internal interfacehjk2018-02-099-134/+100
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-083-10/+9
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-10-131-1/+4
|\
| * Beautifier: Fix text selection for the UncrustifyViktor Kireev2017-10-131-1/+4
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-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-219-48/+34
* Beautifier: ClangFormat: Add action "Disable Formatting for Selected Text"Nikolai Kosjar2017-09-215-0/+55
* Fix more copyright years in pluginsEike Ziller2017-08-291-1/+1
* Beautifier: Add accelerators to menu itemsOrgad Shaneh2017-07-134-6/+6
* Beautifier: Show version in command tooltipsOrgad Shaneh2017-07-103-0/+3
* Beautifier: Minor cleanupOrgad Shaneh2017-07-103-14/+7
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-194-11/+13
|\
| * Beautifier: Fix leak of GeneralSettingsNikolai Kosjar2017-04-184-11/+13
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-03-302-10/+0
|\|
| * Beautifier: Fix tab order of Uncrustify's option pageLorenz Haas2017-03-281-9/+0