aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorcontroller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Git: Fix branch expansion on show before the diff display is doneOrgad Shaneh2019-08-161-0/+5
* DiffEditor: fix various warningsJarek Kobus2018-05-031-2/+2
* Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-17/+2
* Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-161-6/+23
* DiffEditor: Replace bool arguments with flags enumAndre Hartmann2018-01-171-2/+3
* DiffEditor: ModernizeAndre Hartmann2017-12-091-5/+2
* Move Git-specific logic from DiffEditor to GitOrgad Shaneh2017-05-191-33/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Git: Scroll to active file on Show invoked from file logOrgad Shaneh2015-11-031-2/+8
* DiffEditor: Do not leave a blank line when there are no branchesOrgad Shaneh2015-07-061-2/+5
* DiffEditorManager simplifyNikita Baryshnikov2015-04-131-0/+17
* GitClient: fix diff when committingNikita Baryshnikov2015-04-121-1/+0
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-223/+57
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | DiffEditor: Use Qt5 style connectsTobias Hunger2015-01-281-1/+1
* | DiffEditor: Save a little space by reordering members in ControllerTobias Hunger2015-01-281-3/+3
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-0/+38
|\|
| * DiffEditor: Save description along with diff.Friedemann Kleint2014-11-131-0/+38
* | Replace old svn diff editor with the new onejkobus2014-11-211-5/+16
|/
* Hide some diff editor controls when diff editor is bound to a file.jkobus2014-11-051-4/+4
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | DiffEditor: Simplify makePatchOrgad Shaneh2014-09-091-12/+19
|/
* Save / restore state in diff editor when reloadingjkobus2014-08-131-0/+10
* Rename some methods and variables in DiffEditorjkobus2014-07-071-2/+2
* Hide reload button for diff editor when there is no reloaderjkobus2014-07-071-2/+26
* Git: Add on-demand branches expandingOrgad Shaneh2014-06-241-1/+46
* Compile fixjkobus2014-06-061-0/+7
* Implement unified diff editorjkobus2014-06-061-7/+98
* Move Gui stuff out of DiffEditorControllerjkobus2014-02-241-84/+1
* Add DiffEditorManager, refactoring.jkobus2014-02-181-6/+2
* Remove obsolete commented codeJarek Kobus2014-01-311-10/+0
* Get rid of DiffShowEditor.Jarek Kobus2014-01-301-1/+46
* Add DiffEditorControllerjkobus2014-01-161-0/+160