aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditorfactory.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: remove text editor action handlerDavid Schulz2024-04-091-27/+1
* DiffEditor: Use nested using namespace declarationsJarek Kobus2023-06-091-4/+2
* Prefix Tr::tr contexts with ::hjk2023-01-131-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* SideBySideDiffEditor: Avoid code repetitionJarek Kobus2022-09-291-2/+2
* DiffEditor: Cleanup includesJarek Kobus2022-09-291-1/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* DiffEditor: Drop Utils:: prefix when using namespace UtilsJarek Kobus2022-06-081-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+2
* TextEditor: De-QObject-ify TextEditorActionHandlerhjk2020-02-101-22/+28
* DiffEditor: Pimpl pluginhjk2020-02-061-2/+1
* Core: Make IEditorFactory::createEditor use a function objecthjk2020-02-051-4/+1
* DiffEditor: Fix editor actionsEike Ziller2017-05-181-0/+22
* Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* DiffEditor: Do not load settings when splitting viewsTobias Hunger2015-04-101-1/+1
* DiffEditor: Make DiffEditor internalTobias Hunger2015-02-161-1/+0
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | DiffEditor: Merge the two construction pathshjk2014-08-221-1/+2
|/
* Implement unified diff editorjkobus2014-06-061-0/+1
* Don't register mimetype for diff editorjkobus2014-03-101-1/+0
* Move DiffEditorController into DiffEditorDocument.Jarek Kobus2014-02-101-5/+1
* Rename DiffEditorWidget -> SideBySideDiffEditorWidgetJarek Kobus2014-01-301-3/+3
* Add DiffEditorControllerjkobus2014-01-161-0/+2
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-081-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix id of diff editor according to change b772001cjkobus2013-08-121-17/+4
* Add a DiffShowEditor showing an additional infojkobus2013-06-191-0/+70