aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditor.h
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: Init some more members to nullptrAndre Hartmann2024-02-081-5/+5
* DiffEditor: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-011-2/+2
* Utils, all: Standardize on QtcSettingshjk2023-09-271-1/+1
* DiffEditor: Replace QVector with QListJarek Kobus2023-07-181-1/+1
* DiffEditor: Use nested using namespace declarationsJarek Kobus2023-06-091-4/+2
* DiffEditor: Fix jumping to context line immediately on git showJarek Kobus2023-04-241-0/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* DiffEditor: Persist description widget heightOrgad Shaneh2022-10-241-0/+1
* SideBySideDiffEditor: Avoid code repetitionJarek Kobus2022-09-291-2/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* Don't route request for chunk actions through diff docJarek Kobus2018-02-161-2/+0
* DiffEditor: ModernizeAndre Hartmann2017-12-091-11/+11
* DiffEditor: Clean forward declarationLaurent Montel2017-09-271-1/+0
* DiffEditor: Fix editor actionsEike Ziller2017-05-181-0/+8
* Fix showing/hiding context lines spinbox in diff editorJarek Kobus2016-11-251-2/+2
* Reuse the Guard classJarek Kobus2016-10-211-1/+2
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* DiffEditor: Remove "slots"Orgad Shaneh2015-11-021-5/+4
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-5/+0
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-5/+5
* DiffEditor: Do not load settings when splitting viewsTobias Hunger2015-04-101-3/+5
* DiffEditor: Fix sync toggleTobias Hunger2015-03-111-6/+5
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-19/+25
* DiffEditor: Introduce a base class for the different viewsTobias Hunger2015-02-231-10/+11
* DiffEditor: Make DiffEditor internalTobias Hunger2015-02-161-9/+8
* DiffEditor: Make SideBySideDiffEditorWidget internalTobias Hunger2015-02-161-3/+2
* DiffEditor: Make UnifiedDiffEditorWidget internalTobias Hunger2015-02-161-2/+2
* DiffEditor: Make DiffEditorGuiController internalTobias Hunger2015-02-161-2/+2
* DiffEditor: Make DiffEditorDocument internalTobias Hunger2015-02-161-4/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | DiffEditor: Remove m_controller memberTobias Hunger2015-02-041-1/+0
* | DiffEditor: Use Qt5 style connectsTobias Hunger2015-01-281-1/+3
* | Replace old svn diff editor with the new onejkobus2014-11-211-1/+1
|/
* Hide some diff editor controls when diff editor is bound to a file.jkobus2014-11-051-0/+3
* 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-2/+2
* | DiffEditor: Merge the two construction pathshjk2014-08-221-4/+3
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-1/+0
|/
* Hide reload button for diff editor when there is no reloaderjkobus2014-07-071-0/+2
* Implement unified diff editorjkobus2014-06-061-5/+19
* IEditor: Make duplicatesSupported a value memberhjk2014-05-211-1/+0
* Core: Make IEditor::id a value member and adjust usershjk2014-02-251-1/+0
* Move Gui stuff out of DiffEditorControllerjkobus2014-02-241-1/+3
* Add DiffEditorManager, refactoring.jkobus2014-02-181-9/+7
* Move DiffEditorController into DiffEditorDocument.Jarek Kobus2014-02-101-5/+8
* Get rid of DiffShowEditor.Jarek Kobus2014-01-301-4/+11