aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* DiffEditor: Assert that we are operating on non-null documentsJarek Kobus2021-12-071-0/+2
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-2/+2
* Use the new file dialog wrappers in some placeshjk2021-08-061-14/+10
* Core: Add FilePath based overloads to EditorManager::openEditor{,at}hjk2021-05-251-2/+2
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-14/+10
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-2/+2
* Diff/Vcs: Use a function object for reloadinghjk2020-02-061-16/+10
* DiffEditor: Pimpl pluginhjk2020-02-061-29/+51
* Git/DiffEditor: Fix staging added/removed lines separatelyJarek Kobus2019-12-021-49/+147
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-191-0/+135
* DiffEditor: ModernizeAlessandro Portale2018-11-091-4/+4
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-301-1/+2
* DiffEditor: detect binary filesJarek Kobus2018-06-071-62/+59
* DiffEditor: fix various warningsJarek Kobus2018-05-031-3/+3
* DiffEditor: Remove unneeded used of global object poolhjk2018-02-081-2/+2
* Core: make useMacShortcut constexprDavid Schulz2018-02-021-2/+2
* DiffEditor: Simplify makePatch tests a bitOrgad Shaneh2018-01-171-35/+4
* DiffEditor: ModernizeAndre Hartmann2017-12-091-288/+288
* DiffEditor: Fix parsing of mode-only change in patchOrgad Shaneh2017-11-271-9/+25
* DiffEditor: Fix saving diff containing new or deleted filesJarek Kobus2017-08-101-1/+1
* DiffEditor: fix the cancellation of diff requestsJarek Kobus2017-07-171-2/+4
* Replace QRegExp with QRegularExpressionJarek Kobus2017-06-281-11/+58
* Support diff a file from project explorer against the current fileJarek Kobus2017-03-281-0/+16
* Prefix editor's uniqueId with plugin nameJarek Kobus2017-01-101-4/+8
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-281-1/+4
|\
| * Make skipOpeningBigTextFile() public and use it in Diff EditorJarek Kobus2016-11-231-1/+4
* | Move diff calculation to the separate threadJarek Kobus2016-11-211-79/+153
|/
* Add some missing constsJarek Kobus2016-11-171-4/+4
* Add missing overridesJarek Kobus2016-11-171-4/+4
* DiffEditor: fix revert chunk for diffs of modified filesJarek Kobus2016-10-211-0/+3
* Use namespace Core in diff editor pluginJarek Kobus2016-10-211-37/+39
* Handle "Diff All Modified Files" action enablementJarek Kobus2016-10-211-39/+49
* Implement diff on close, on revert and on external modificationJarek Kobus2016-10-211-0/+81
* DiffEditor: Fix compile with gcc 4.8 / Qt5.6Christian Stenger2016-10-071-1/+1
* Implement diff for unsaved changesJarek Kobus2016-10-061-39/+263
* Show proper diff when one of diff files is missingJarek Kobus2016-07-251-2/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* fix metatype declaration in a few placesNikita Baryshnikov2015-09-021-1/+1
* DiffEditor: Support mode change in Git diffOrgad Shaneh2015-08-251-1/+17
* DiffEditor: Silence warning about unused variable.Christian Kandeler2015-06-101-3/+2
* DiffEditorManager simplifyNikita Baryshnikov2015-04-131-7/+3
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-58/+31
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-3/+1
* DiffEditor: Make DiffEditorDocument internalTobias Hunger2015-02-161-3/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Port to new connect apiMontel Laurent2015-01-291-1/+1
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-11-241-2/+1
|\|