aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorcontroller.h
Commit message (Expand)AuthorAgeFilesLines
* DiffEditorController: Reuse TaskTreeRunnerJarek Kobus2024-01-161-2/+3
* TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-1/+0
* DiffEditor: Refactor DiffEditorControllerJarek Kobus2023-06-091-14/+12
* DiffEditor: Move some methods into protected sectionJarek Kobus2023-06-081-3/+4
* Solutions: Long live Solutions!Jarek Kobus2023-05-171-1/+1
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-3/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* DiffEditorController: Remove unused stuffJarek Kobus2022-12-151-15/+6
* VcsBaseDiffEditorController: Remove unused stuffJarek Kobus2022-12-151-2/+4
* DiffEditorController: Aggregate reloadRecipeJarek Kobus2022-12-151-1/+3
* DiffEditorController: Simplify APIJarek Kobus2022-12-151-4/+3
* DiffEditor: Simplify internalsJarek Kobus2022-12-141-2/+2
* DiffEditorController: Make it possible to setup task treeJarek Kobus2022-12-141-0/+7
* DiffEditorController: Make setReloader() protectedJarek Kobus2022-12-111-4/+3
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-0/+2
* DiffEditorPlugin: Various cleanupsJarek Kobus2022-09-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-201-3/+3
* Diff/Vcs: Use a function object for reloadinghjk2020-02-061-4/+5
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-3/+8
* Git: Fix branch expansion on show before the diff display is doneOrgad Shaneh2019-08-161-0/+1
* Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-8/+2
* Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-161-5/+6
* Don't route request for chunk actions through diff docJarek Kobus2018-02-161-1/+1
* DiffEditor: Replace bool arguments with flags enumAndre Hartmann2018-01-171-1/+7
* DiffEditor: ModernizeAndre Hartmann2017-12-091-3/+3
* DiffEditor: process git diffs asynchronouslyJarek Kobus2017-07-051-1/+1
* Move Git-specific logic from DiffEditor to GitOrgad Shaneh2017-05-191-3/+1
* DiffEditor: De-slotOrgad Shaneh2017-03-201-1/+0
* Prefix editor's uniqueId with plugin nameJarek Kobus2017-01-101-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
* Git: Scroll to active file on Show invoked from file logOrgad Shaneh2015-11-031-1/+3
* Git: Make git show a bit more robustTobias Hunger2015-04-231-1/+1
* DiffEditorManager simplifyNikita Baryshnikov2015-04-131-0/+3
* Clean headers of the DiffEditor plugin.Tobias Hunger2015-03-101-0/+3
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-54/+33
* 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-4/+4
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-0/+1
|\|
| * DiffEditor: Save description along with diff.Friedemann Kleint2014-11-131-0/+1
* | Replace old svn diff editor with the new onejkobus2014-11-211-1/+5
|/
* 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-4/+4
|/
* Save / restore state in diff editor when reloadingjkobus2014-08-131-0/+4
* Hide reload button for diff editor when there is no reloaderjkobus2014-07-071-1/+7
* Git: Add on-demand branches expandingOrgad Shaneh2014-06-241-1/+4