aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* Editor: multi cursor supportDavid Schulz2021-09-271-1/+0
* Core: FilePath-ify DocumentManagerhjk2021-09-222-4/+4
* Vcs: Use FilePath for working directory in DiffEditorControllerhjk2021-08-206-29/+29
* Fix buildChristian Kandeler2021-08-171-1/+1
* Utils: Pass dialog parent to Utils::* file dialoghjk2021-08-171-2/+2
* Core: PatchTool code cosmeticshjk2021-08-171-1/+1
* DiffEditor: Remove workingDir parameter from setDiff()hjk2021-08-177-31/+17
* Use the new file dialog wrappers in some placeshjk2021-08-061-14/+10
* Core: filepathify expected document changesDavid Schulz2021-06-171-3/+5
* Core: Add FilePath based overloads to EditorManager::openEditor{,at}hjk2021-05-251-2/+2
* Core: filepathify IDocumentDavid Schulz2021-05-193-17/+15
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-14/+10
* DiffEditor: Use unique action group idDavid Schulz2021-04-191-1/+1
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-172-2/+2
* DiffEditor: Rely on compiler generated constructorsJarek Kobus2021-02-171-7/+5
* Core: Signal duplicated editorshjk2021-01-141-0/+2
* Decorate some classes and methods with final keywordJarek Kobus2020-11-191-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* DiffEditor: Improve initial size of description widgetOrgad Shaneh2020-10-081-0/+23
* DiffEditor: Fix Qt6 buildEike Ziller2020-09-092-166/+146
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-042-3/+3
* Qt6: Adapt to removed QMap functionalityhjk2020-08-132-2/+2
* 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