aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/unifieddiffeditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: Remove workingDir parameter from setDiff()hjk2021-08-171-9/+3
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Qt6: Adapt to removed QMap functionalityhjk2020-08-131-1/+1
* Remove unnecessary removeContextObject callsEike Ziller2020-05-271-9/+4
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-201-2/+2
* Git/DiffEditor: Fix staging added/removed lines separatelyJarek Kobus2019-12-021-11/+6
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-17/+77
* Ignore index change when we set the documentJarek Kobus2018-05-041-0/+3
* Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-161-4/+5
* Refactor HighlightScrollBarJarek Kobus2017-12-121-1/+2
* DiffEditor: ModernizeAndre Hartmann2017-12-091-23/+21
* Add folding to Side-by-side diff editorJarek Kobus2017-11-011-8/+1
* Add folding to Unified diff editorFriedemann Kleint2017-10-051-1/+24
* DiffEditor: Jump to original file on EnterOrgad Shaneh2017-07-311-0/+10
* DiffEditor: refactor loops and const correctnessJarek Kobus2017-06-281-36/+21
* DiffEditor: Fix editor actionsEike Ziller2017-05-181-0/+14
* Display "Waiting for data" properlyJarek Kobus2017-01-091-2/+15
* Refactor DiffEditorWidgets, introduce common widget controllerJarek Kobus2016-07-251-181/+40
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CodePaster: Register type safe service objectEike Ziller2015-07-081-16/+15
* DiffEditor: When jumping to a file then put that block to the topTobias Hunger2015-04-171-1/+2
* Remove some duplicate includesTobias Hunger2015-03-201-1/+0
* Clean headers of the DiffEditor plugin.Tobias Hunger2015-03-101-10/+3
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-98/+34
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+3
* Use new mime databaseEike Ziller2015-02-171-1/+0
* DiffEditor: Make UnifiedDiffEditorWidget internalTobias Hunger2015-02-161-2/+2
* DiffEditor: Make DiffEditorGuiController internalTobias Hunger2015-02-161-0/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | DiffEditor: Remove unused methodsTobias Hunger2015-02-041-5/+0
* | DiffEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-041-2/+2
* | DiffEditor: Fix compile for Qt less than 5.4Christian Stenger2015-02-021-1/+1
* | DiffEditor: Remove some empty destructorsTobias Hunger2015-01-301-5/+0
* | DiffEditor: Convert more connects to Qt5 styleTobias Hunger2015-01-301-31/+30
* | Utils: Simplify tooltip architecture and cleanuphjk2014-12-151-1/+0
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Remove HighLighterFactoryhjk2014-10-021-1/+0
* | Remove unneeded code.jkobus2014-09-261-4/+0
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-3/+3
* | DiffEditor: Simplify makePatchOrgad Shaneh2014-09-091-13/+9
* | TextEditor: Fix crash due to setting up fall back editor twicehjk2014-09-011-3/+1
* | TextEditor: Use more direct approach for fallback IEditor constructionhjk2014-08-291-5/+2
* | TextEditor: Fix regression introduced by recent c094592f8ahjk2014-08-281-3/+2
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-13/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-08-151-1/+28
|\|
| * Show the chunk context info in unified diffjkobus2014-08-141-1/+3
| * Save / restore state in diff editor when reloadingjkobus2014-08-131-0/+25
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
|/