aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* Compile fix for Qt4Robert Loehning2014-04-161-2/+2
* DiffEditor: replace carriage return chars with spaces.jkobus2014-04-161-0/+5
* Reorder coloring inside diff editorjkobus2014-03-121-21/+13
* Diff Editor: Fix compilation with Qt < 5.2.Friedemann Kleint2014-03-121-3/+5
* DiffEditor: refactor internal structures.jkobus2014-03-116-241/+77
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* Don't register mimetype for diff editorjkobus2014-03-105-8/+4
* Move more function into diffutils, fix calculateOriginalData.jkobus2014-03-104-46/+54
* VCS: Open diff/blame editors in other splitTobias Hunger2014-03-072-3/+6
* EditorManager: Add OpenEditorFlags to openEditorWithContentsTobias Hunger2014-03-071-2/+0
* Move internal structures and some functions into diffutils.hjkobus2014-02-286-367/+463
* Prepare for patch generation, fix internals.jkobus2014-02-274-83/+129
* Refactor internal structures inside diff editorjkobus2014-02-271-39/+37
* Small refactor.jkobus2014-02-261-12/+16
* DiffEditor: Remove DescriptionEditor helper class.hjk2014-02-251-14/+6
* Core: Make IEditor::id a value member and adjust usershjk2014-02-253-11/+7
* Move Gui stuff out of DiffEditorControllerjkobus2014-02-2410-154/+290
* Add DiffEditorManager, refactoring.jkobus2014-02-1814-116/+260
* Compile fix with Qt 4hjk2014-02-141-0/+1
* Move some functions to Differ, add unified diffJarek Kobus2014-02-143-585/+651
* Fix commentJarek Kobus2014-02-141-2/+2
* Qbs/qmake: Fix dependencies of pluginsTobias Hunger2014-02-112-1/+5
* Move DiffEditorController into DiffEditorDocument.Jarek Kobus2014-02-105-52/+95
* Provide parent to getOpenFileName() and getSaveFileName()Robert Loehning2014-01-311-2/+3
* Remove obsolete commented codeJarek Kobus2014-01-312-14/+0
* Get rid of DiffShowEditor.Jarek Kobus2014-01-3012-386/+216
* Fix a warning about no setFontSettings() slotJarek Kobus2014-01-301-1/+1
* Rename DiffEditorWidget -> SideBySideDiffEditorWidgetJarek Kobus2014-01-3012-118/+127
* Rename DiffEditorFile -> DiffEditorDocumentJarek Kobus2014-01-306-21/+21
* Refactor diff editor widget, fix whitespaces handlingjkobus2014-01-303-304/+872
* Remove unneeded stuffJarek Kobus2014-01-302-26/+7
* TextEditors: Move font settings to documentEike Ziller2014-01-242-6/+7
* Fix empty contents in git show editorJarek Kobus2014-01-221-0/+2
* DiffEditor: Fix warnings on clang/msvcTobias Hunger2014-01-171-3/+3
* Fix return arg of Diff class getterjkobus2014-01-162-2/+2
* Add default arg to Diff ctorjkobus2014-01-162-4/+4
* Add DiffEditorControllerjkobus2014-01-1612-137/+431
* Fix display of inserted lines by the end of filejkobus2014-01-161-9/+14
* Core: Merge Find and Locator into Core pluginhjk2014-01-141-1/+0
* Get rid of DiffEditor::editorWidget();jkobus2014-01-133-4/+9
* Editors: Remove useless parent widget argument from create/duplicateEike Ziller2014-01-084-6/+6
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-0819-19/+19
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0819-19/+19
* | Refactor source propertyjkobus2013-12-192-14/+0
|/
* Braces cleanupOrgad Shaneh2013-11-144-20/+12
* Normalize connect()sRobert Loehning2013-10-101-1/+1
* qbs project files: Make use of new qbsSearchPaths property.Christian Kandeler2013-10-091-1/+1
* Apply static pattern to TextEditorSettinghjk2013-09-202-16/+16
* Fix compilation of generichighlighter test on Windowsjkobus2013-09-181-5/+2
* DiffEditor: Preserve source for state recoveryOrgad Shaneh2013-09-132-0/+15