aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/selectabletexteditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a few {QByteArray,QList}::count related deprecation warningshjk2024-05-241-5/+5
* DiffEditor: Replace QVector with QListJarek Kobus2023-07-181-3/+3
* DiffEditor: Use nested using namespace declarationsJarek Kobus2023-06-091-4/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* SelectableTextEditorWidget: Handle display settingsJarek Kobus2022-10-201-1/+25
* DiffEditor: Simplify DiffSelectionJarek Kobus2022-09-281-2/+2
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-2/+2
* UnifiedDiffEditor: Move polishing selections into working threadJarek Kobus2022-09-281-3/+9
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* DiffEditor: ModernizeAlessandro Portale2018-11-091-3/+1
* Add folding to Side-by-side diff editorJarek Kobus2017-11-011-0/+7
* DiffEditor: refactor loops and const correctnessJarek Kobus2017-06-281-11/+5
* DiffEditor: Remove dead codeEike Ziller2017-05-231-19/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* DiffEditor: Move SelectableTextEditorWidget to internalTobias Hunger2015-02-161-1/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-3/+2
* | DiffEditor: Use settings' foreground color for highlightsjkobus2014-09-291-55/+96
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | TextEditor: Draw background first.hjk2014-09-241-7/+1
* | TextEditor: Fix crash due to setting up fall back editor twicehjk2014-09-011-2/+2
* | TextEditor: Use more direct approach for fallback IEditor constructionhjk2014-08-291-1/+1
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-2/+1
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-1/+2
* | TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-011-1/+2
|/
* Implement unified diff editorjkobus2014-06-061-0/+125