summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditorwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor source propertyjkobus2013-12-191-10/+0
* Braces cleanupOrgad Shaneh2013-11-141-3/+2
* Normalize connect()sRobert Loehning2013-10-101-1/+1
* Apply static pattern to TextEditorSettinghjk2013-09-201-10/+11
* Fix compilation of generichighlighter test on Windowsjkobus2013-09-181-5/+2
* DiffEditor: Preserve source for state recoveryOrgad Shaneh2013-09-131-0/+10
* 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
* Implement syntax highlighting in diff editorjkobus2013-08-291-27/+169
* Fix coding style for else statementsOrgad Shaneh2013-07-171-4/+2
* Move IEditor::isTemporary to IDocumentEike Ziller2013-07-121-1/+0
* Fix jumping to wrong line after double click in left viewjkobus2013-07-051-14/+70
* DiffEditor: double click doesn't select the current wordjkobus2013-07-011-0/+2
* DiffEditor: Show tooltips with filenamesjkobus2013-06-191-1/+32
* Take diff colors from color schemejkobus2013-06-121-51/+79
* Fix wrong diff output with span linesjkobus2013-06-071-1/+39
* Switch less often to edit modeEike Ziller2013-06-051-1/+1
* Move "Sync Horiz Scroll Bars" corner widget to the toolbarjkobus2013-06-041-11/+1
* DiffEditor: Apply visualize whitespaces according to optionsjkobus2013-06-041-5/+26
* Editors: Provide a base implementation for duplicate{,Supported}hjk2013-05-271-4/+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-241-8/+68
* Synchronize horizontal scroll bars in diff editorjkobus2013-05-231-8/+55
* Fix highlight artifacts in diff editorjkobus2013-05-221-1/+4
* Respect tab settings in diff editorjkobus2013-05-221-0/+2
* Basic integration of diff editor inside git pluginjkobus2013-05-151-50/+110
* Implement jumping to original file on double clickjkobus2013-05-071-7/+42
* Add file descriptions, enable file foldingjkobus2013-05-061-198/+430
* Fix a crash on changing context lines with block selectionjkobus2013-04-241-0/+2
* Omit separator lines when copying selected textjkobus2013-04-241-0/+36
* Refactor codejkobus2013-04-231-67/+47
* Remove unused variablesjkobus2013-04-231-8/+6
* Implement expanding / shrinking skipped linesjkobus2013-04-151-7/+125
* Get rid of QChar::LineSeparatorjkobus2013-04-121-163/+127
* Add cleanupSemantics method, produce nicer diff outputjkobus2013-03-141-2/+2
* Optimize painting of skipped lines, don't paint "..."jkobus2013-03-071-106/+81
* Standardize IEditor subclass names, don't capitalize namespacesjkobus2013-02-221-3/+3
* Rename namespace DIFFEditor to DiffEditor.Friedemann Kleint2013-02-211-2/+2
* Experimental integration of DiffEditorjkobus2013-02-181-0/+1027