summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* diffeditor: remove unused forward declarationLaurent Montel2019-10-251-1/+0
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-08-224-1/+14
|\
| * Git: Fix branch expansion on show before the diff display is doneOrgad Shaneh2019-08-164-1/+14
* | Avoid warning on empty expressionshjk2019-07-233-3/+3
|/
* Utils: Rename FileName to FilePathhjk2019-05-282-4/+4
* Qt Creator CMake portCristian Adam2019-05-171-0/+22
* Replace static_casts by QOverload where possiblehjk2019-02-261-2/+2
* Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-151-1/+1
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* DiffEditor: ModernizeAlessandro Portale2018-11-0912-32/+30
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-262-2/+2
* Beautifier: Move formatting tools to TextEditorIvan Donchevskii2018-08-307-1687/+11
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-1/+1
* DiffEditor: detect binary filesJarek Kobus2018-06-071-62/+59
* DiffEditor: Keep horizontal scrollbar policy in syncJarek Kobus2018-05-162-0/+21
* Ignore index change when we set the documentJarek Kobus2018-05-041-0/+3
* DiffEditor: fix various warningsJarek Kobus2018-05-039-23/+23
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-133-9/+9
|\
| * Pass this context object to the connect()Jarek Kobus2018-04-093-9/+9
* | Utils: Purge asConstOrgad Shaneh2018-04-091-2/+1
* | Plugins: Re-categorize plugins which are in "Qt Creator" categoryRazi Alavizadeh2018-03-201-1/+0
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-1610-110/+150
|\ \ | |/
| * Move git specific stuff out of diff editor pluginJarek Kobus2018-03-1510-110/+150
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-03-051-1/+1
|\ \ | |/
| * utils: Let the link icon have a LINK and a LINK_TOOLBAR versionAlessandro Portale2018-03-021-1/+1
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-2312-93/+115
|\ \ | |/
| * DiffEditor: Minor cleanupOrgad Shaneh2018-02-201-2/+2
| * Fix repeting Stage/Unstage actions in unified diff editorJarek Kobus2018-02-168-84/+88
| * Don't route request for chunk actions through diff docJarek Kobus2018-02-165-7/+4
| * Fix horizontal scrolling in sidebyside diff editorJarek Kobus2018-02-161-2/+23
* | DiffEditor: Remove unneeded used of global object poolhjk2018-02-081-2/+2
* | Core: make useMacShortcut constexprDavid Schulz2018-02-021-2/+2
|/
* DiffEditor: Replace bool arguments with flags enumAndre Hartmann2018-01-172-3/+10
* 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