summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/sidebysidediffeditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: Keep horizontal scrollbar policy in syncJarek Kobus2018-05-161-0/+20
* DiffEditor: fix various warningsJarek Kobus2018-05-031-3/+2
* Pass this context object to the connect()Jarek Kobus2018-04-091-4/+4
* Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-161-6/+8
* Fix horizontal scrolling in sidebyside diff editorJarek Kobus2018-02-161-2/+23
* Refactor HighlightScrollBarJarek Kobus2017-12-121-18/+73
* SideDiffEditorWidget: Fix Clang semantic warningsAndre Hartmann2017-12-091-2/+2
* DiffEditor: ModernizeAndre Hartmann2017-12-091-9/+7
* DiffEditor: Add missing overrideUlf Hermann2017-11-071-1/+1
* Add folding to Side-by-side diff editorJarek Kobus2017-11-011-1/+141
* DiffEditor: Remove indirect call to firstVisibleBlockDavid Schulz2017-10-251-5/+1
* DiffEditor: remove unused member of SideBySideDiffEditorWidgetDavid Schulz2017-10-251-3/+0
* DiffEditor: Jump to original file on EnterOrgad Shaneh2017-07-311-0/+11
* DiffEditor: Share "failed" state among multiple viewsJarek Kobus2017-07-051-1/+1
* DiffEditor: refactor loops and const correctnessJarek Kobus2017-06-281-39/+22
* DiffEditor: Add context info to side by side editorOrgad Shaneh2017-06-021-9/+11
* DiffEditor: Fix editor actionsEike Ziller2017-05-181-0/+27
* Use QString::*Ref methodMontel Laurent2017-04-211-1/+1
* DiffEditor: De-slotOrgad Shaneh2017-03-201-3/+2
* Display "Waiting for data" properlyJarek Kobus2017-01-091-0/+13
* Refactor DiffEditorWidgets, introduce common widget controllerJarek Kobus2016-07-251-215/+59
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CodePaster: Register type safe service objectEike Ziller2015-07-081-21/+24
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-14/+14
* DiffEditor: When jumping to a file then put that block to the topTobias Hunger2015-04-171-2/+2
* DiffEditor: Remove dead codeTobias Hunger2015-03-111-232/+2
* Clean headers of the DiffEditor plugin.Tobias Hunger2015-03-101-8/+3
* DiffEditor: WS only changeTobias Hunger2015-03-101-1/+1
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-340/+70
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+3
* Use new mime databaseEike Ziller2015-02-171-1/+0
* DiffEditor: Make SideBySideDiffEditorWidget 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-38/+38
* | DiffEditor: Remove a bit of fluffTobias Hunger2015-01-301-6/+0
* | DiffEditor: Compile fix for Qt version less than 5.4Christian Stenger2015-01-291-1/+1
* | DiffEditor: Convert more connects to Qt5 styleTobias Hunger2015-01-281-67/+67
* | Utils: Start simplification of tooltip handlinghjk2014-12-081-2/+1
|/
* 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
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-3/+3
* | Remove unneeded code.jkobus2014-09-261-6/+0
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-5/+5
* | DiffEditor: Simplify makePatchOrgad Shaneh2014-09-091-11/+9
* | DiffEditor: Use new *EditorWidget signals for more direct connectionhjk2014-09-021-3/+2
* | TextEditor: Fix crash due to setting up fall back editor twicehjk2014-09-011-3/+1