aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
...
* DiffEditor: Simplify makePatch tests a bitOrgad Shaneh2018-01-171-35/+4
* Refactor HighlightScrollBarJarek Kobus2017-12-124-20/+79
* SideDiffEditorWidget: Fix Clang semantic warningsAndre Hartmann2017-12-091-2/+2
* DiffEditor: ModernizeAndre Hartmann2017-12-0921-478/+440
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-273-16/+37
|\
| * DiffEditor: Fix parsing of mode-only change in patchOrgad Shaneh2017-11-273-16/+37
* | DiffEditor: Add missing overrideUlf Hermann2017-11-071-1/+1
* | Add folding to Side-by-side diff editorJarek Kobus2017-11-015-9/+152
* | DiffEditor: Remove indirect call to firstVisibleBlockDavid Schulz2017-10-251-5/+1
* | DiffEditor: remove unused member of SideBySideDiffEditorWidgetDavid Schulz2017-10-251-3/+0
* | Add folding to Unified diff editorFriedemann Kleint2017-10-051-1/+24
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-2/+1
|/
* DiffEditor: Clean forward declarationLaurent Montel2017-09-274-8/+0
* Merge remote-tracking branch 'origin/4.4'Orgad Shaneh2017-08-301-1/+1
|\
| * Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* | Replace QLatin1String, QStringLiteral ("") with QString()Nikita Baryshnikov2017-08-211-1/+1
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-08-155-300/+453
|\|
| * DiffEditor: Fix saving diff containing new or deleted filesJarek Kobus2017-08-102-18/+56
| * DiffEditor: Optimize patch processingJarek Kobus2017-08-101-282/+375
| * DiffEditor: Jump to original file on EnterOrgad Shaneh2017-07-313-0/+22
* | Utils: Separate rendering out of ProgressIndicatorTobias Hunger2017-07-271-1/+1
|/
* DiffEditor: fix the cancellation of diff requestsJarek Kobus2017-07-171-2/+4
* DiffEditor: make some public methods privateJarek Kobus2017-07-101-2/+2
* Fix underline color in diff description when hoveringEike Ziller2017-07-101-1/+4
* Fix style of whitespace in diff descriptionEike Ziller2017-07-071-0/+4
* DiffEditor: Share "failed" state among multiple viewsJarek Kobus2017-07-055-15/+43
* Make it possible to cancel async diff calculationJarek Kobus2017-07-052-7/+28
* DiffEditor: process git diffs asynchronouslyJarek Kobus2017-07-051-1/+1
* Merge remote-tracking branch 'origin/master' into 4.4Orgad Shaneh2017-06-301-1/+1
|\
| * DiffEditor: Fix buildNikolai Kosjar2017-06-281-1/+1
* | DiffEditor: disable saveAs action during reloadJarek Kobus2017-06-292-1/+11
|/
* DiffEditor: refactor loops and const correctnessJarek Kobus2017-06-285-150/+98
* Replace QRegExp with QRegularExpressionJarek Kobus2017-06-283-182/+266
* DiffEditor: Add context info to side by side editorOrgad Shaneh2017-06-021-9/+11
* DiffEditor: Remove dead codeEike Ziller2017-05-231-19/+1
* Move Git-specific logic from DiffEditor to GitOrgad Shaneh2017-05-192-36/+2
* DiffEditor: Fix editor actionsEike Ziller2017-05-1810-10/+158
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* Use QString::*Ref methodMontel Laurent2017-04-212-2/+2
* Reserve some elementsMontel Laurent2017-04-141-0/+1
* Support diff a file from project explorer against the current fileJarek Kobus2017-03-282-0/+17
* DiffEditor: De-slotOrgad Shaneh2017-03-206-19/+12
* Merge remote-tracking branch 'origin/4.2' into 4.3Orgad Shaneh2017-03-142-0/+2
|\
| * QRegExp include cleanupSamuel Gaist2017-03-132-0/+2
* | DiffEditor: Fix warning about unused constantTobias Hunger2017-01-301-2/+0
* | DiffEditor: drop legacy settingsArnold Dumas2017-01-231-15/+0
* | Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-2/+2
* | Prefix editor's uniqueId with plugin nameJarek Kobus2017-01-103-5/+12
* | Display "Waiting for data" properlyJarek Kobus2017-01-098-8/+47
* | Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-11-301-1/+1
|\|