aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: Add action to (un)fold all blocksAndre Hartmann7 days1-0/+23
* Clean up some includeshjk2025-05-141-1/+0
* Utils: allow setting ANSI escaped text on all document based editorsDavid Schulz2025-02-201-1/+1
* DiffEditor: Move IDiffView hierarchy to diffeditor.cpphjk2024-10-101-13/+242
* Revert "DiffEditorController: Add an option to set a syntax highlighter"Jarek Kobus2024-08-061-10/+0
* Git: Use ANSI colors for show descriptionOrgad Shaneh2024-08-061-1/+6
* DiffEditorController: Add an option to set a syntax highlighterJarek Kobus2024-08-051-0/+10
* DiffEditor: Hide DiffEditor definition in .cpphjk2024-07-181-1/+87
* DiffEditor: Remove unused methodsJarek Kobus2024-07-171-15/+0
* Core: Add a static IContext::attach() functionhjk2024-07-041-4/+1
* DiffEditor: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-10/+10
* SyntaxHighlighter: Move SyntaxHighlighter to separate threadArtem Sokolovskii2023-12-111-1/+1
* SyntaxHighlighter: Move highlighter creating to TextDocumentArtem Sokolovskii2023-11-201-1/+1
* Utils, all: Standardize on QtcSettingshjk2023-09-271-3/+3
* DiffEditor: Use nested using namespace declarationsJarek Kobus2023-06-091-4/+2
* DiffEditor: Fix jumping to context line immediately on git showJarek Kobus2023-04-241-47/+38
* DiffEditor: Tr::trAlessandro Portale2023-01-191-10/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* DiffEditor: Simplify internalsJarek Kobus2022-12-141-5/+5
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* DiffEditor: Persist description widget heightOrgad Shaneh2022-10-241-2/+14
* DiffEditor: Limit the usage of qMakePairJarek Kobus2022-09-301-2/+2
* DiffEditor: Use namespace UtilsJarek Kobus2022-09-291-11/+12
* SideBySideDiffEditor: Avoid code repetitionJarek Kobus2022-09-291-6/+2
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-18/+19
* DiffEditor: Use DiffSide enum inside FileDataJarek Kobus2022-09-281-4/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Various plugins: Get rid of QOverloadJarek Kobus2022-07-201-3/+4
* DiffEditor: Remove workingDir parameter from setDiff()hjk2021-08-171-1/+1
* Core: Signal duplicated editorshjk2021-01-141-0/+2
* DiffEditor: Improve initial size of description widgetOrgad Shaneh2020-10-081-0/+23
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* DiffEditor: Fix leakChristian Kandeler2020-06-171-0/+1
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-13/+4
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* Replace static_casts by QOverload where possiblehjk2019-02-261-2/+2
* DiffEditor: ModernizeAlessandro Portale2018-11-091-1/+1
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-1/+1
* DiffEditor: fix various warningsJarek Kobus2018-05-031-6/+6
* Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-75/+0
* utils: Let the link icon have a LINK and a LINK_TOOLBAR versionAlessandro Portale2018-03-021-1/+1
* DiffEditor: Minor cleanupOrgad Shaneh2018-02-201-2/+2
* Refactor HighlightScrollBarJarek Kobus2017-12-121-1/+2
* DiffEditor: ModernizeAndre Hartmann2017-12-091-29/+14
* Fix underline color in diff description when hoveringEike Ziller2017-07-101-1/+4
* Fix style of whitespace in diff descriptionEike Ziller2017-07-071-0/+4
* DiffEditor: refactor loops and const correctnessJarek Kobus2017-06-281-8/+8