summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* Utils: Cleanup of Tooltip interfacehjk2013-09-131-3/+2
* DiffEditor: Remove dead codeTobias Hunger2013-09-121-1/+0
* Apply 'static' pattern to MimeDatabasehjk2013-09-031-3/+1
* Fix generic highlighter autotestjkobus2013-08-301-1/+2
* Add a toolbutton for switching diff view modejkobus2013-08-301-1/+1
* Implement syntax highlighting in diff editorjkobus2013-08-292-30/+171
* Fix id of diff editor according to change b772001cjkobus2013-08-124-46/+8
* EditorFactory: Replace some virtual functions with data membershjk2013-08-021-1/+0
* DiffEditor: fix crash on diff actionNikita Baryshnikov2013-07-191-1/+1
* Fix coding style for else statementsOrgad Shaneh2013-07-171-4/+2
* Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-176-12/+8
* Move IEditor::isTemporary to IDocumentEike Ziller2013-07-124-3/+1
* Move displayName from IEditor to IDocumentEike Ziller2013-07-105-33/+6
* Add QTCREATOR_COMPAT_VERSIONEike Ziller2013-07-091-1/+1
* Make IDocument::fileName a member with setter.Eike Ziller2013-07-092-18/+0
* Fix jumping to wrong line after double click in left viewjkobus2013-07-052-14/+74
* DiffEditor: double click doesn't select the current wordjkobus2013-07-011-0/+2
* DiffEditor: Fix warning about initialization orderNikolai Kosjar2013-06-191-1/+1
* DiffEditor: Show tooltips with filenamesjkobus2013-06-191-1/+32
* Add a DiffShowEditor showing an additional infojkobus2013-06-1912-74/+558
* Take diff colors from color schemejkobus2013-06-122-51/+88
* Fix wrong diff output with span linesjkobus2013-06-074-1/+57
* fix qbs buildJoerg Bornemann2013-06-051-2/+2
* Switch less often to edit modeEike Ziller2013-06-052-2/+2
* diffeditor: Fix qbs buildEike Ziller2013-06-051-2/+2
* DiffEditor: Fix context lines spin box layout.Eike Ziller2013-06-041-1/+2
* Move "Sync Horiz Scroll Bars" corner widget to the toolbarjkobus2013-06-043-12/+13
* DiffEditor: Apply visualize whitespaces according to optionsjkobus2013-06-041-5/+26
* DiffEditor: Rename DiffEditorEditable to DiffEditorhjk2013-06-034-28/+28
* DiffEditor: Cosmeticshjk2013-05-311-1/+4
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-281-1/+0
|\
| * Remove duplicate module dependencies from qbs files.Christian Kandeler2013-05-271-1/+0
* | Editors: Provide a base implementation for {save,restore}Statehjk2013-05-272-13/+0
* | Editors: Provide a base implementation for duplicate{,Supported}hjk2013-05-273-17/+2
* | Use minisplitter inside diff editorjkobus2013-05-261-2/+3
* | React to fontSettingsChanged inside diff editorjkobus2013-05-261-0/+4
* | Add file list combobox to diff editorjkobus2013-05-246-44/+200
* | Synchronize horizontal scroll bars in diff editorjkobus2013-05-232-10/+61
* | Fix highlight artifacts in diff editorjkobus2013-05-221-1/+4
* | Respect tab settings in diff editorjkobus2013-05-221-0/+2
* | Align diff editor toolbar to the rightjkobus2013-05-211-0/+8
* | Diffeditor: Fix stringsTobias Hunger2013-05-151-2/+2
* | Basic integration of diff editor inside git pluginjkobus2013-05-1510-369/+575
* | Implement jumping to original file on double clickjkobus2013-05-071-7/+42
* | Make DiffEditor non-experimentaljkobus2013-05-071-1/+1
* | Add file descriptions, enable file foldingjkobus2013-05-063-207/+461
* | Fix a crash on changing context lines with block selectionjkobus2013-04-241-0/+2