aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-068-13/+15
* Move InfoBar to UtilsEike Ziller2020-06-181-6/+6
* DiffEditor: Fix leakChristian Kandeler2020-06-171-0/+1
* DiffUtils: Remove unused include and declarationEike Ziller2020-05-292-3/+0
* Remove unnecessary removeContextObject callsEike Ziller2020-05-275-41/+16
* DiffEditor: Fix clang warning about hidden overloadsChristian Kandeler2020-04-232-0/+3
* DiffEditor: add info bar for documents with encoding errorsDavid Schulz2020-04-155-5/+60
* TextEditor: De-QObject-ify TextEditorActionHandlerhjk2020-02-102-22/+36
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* Diff/Vcs: Use a function object for reloadinghjk2020-02-063-21/+22
* DiffEditor: Pimpl pluginhjk2020-02-064-48/+61
* Core: Make IEditorFactory::createEditor use a function objecthjk2020-02-052-11/+1
* Use isEmpty() instead of count() or size()Alessandro Portale2020-01-202-7/+7
* Git/DiffEditor: Fix staging added/removed lines separatelyJarek Kobus2019-12-026-78/+211
* DiffEditor: Stage and unstage selected lines for GitAndre Hartmann2019-11-1913-46/+389
* 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