summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Omit separator lines when copying selected textjkobus2013-04-241-0/+36
* | Refactor codejkobus2013-04-232-67/+51
* | Remove unused variablesjkobus2013-04-232-17/+9
* | Implement expanding / shrinking skipped linesjkobus2013-04-152-7/+130
* | Get rid of QChar::LineSeparatorjkobus2013-04-122-170/+129
* | auto-generate <dependencyList> in .pluginspec filesOswald Buddenhagen2013-04-111-4/+1
* | derive TARGET from QTC_{LIB,PLUGIN}_NAMEOswald Buddenhagen2013-04-031-1/+0
* | make library and plugin dependencies declarativeOswald Buddenhagen2013-04-032-6/+6
* | centralize assignment of TEMPLATE = libOswald Buddenhagen2013-04-021-1/+0
* | automatically include libs' and plugins' _dependencies.pri filesOswald Buddenhagen2013-04-021-1/+0
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-181-0/+8
|\ \ | |/