summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-0929-198/+226
* Show the chunk context info in unified diffjkobus2014-08-143-3/+10
* DiffEditorDocument: Assign mimetypeOrgad Shaneh2014-08-141-0/+1
* Save / restore state in diff editor when reloadingjkobus2014-08-136-10/+80
* Fix focus handling in diff editorjkobus2014-08-132-0/+2
* DiffEditor: Fix no newline handlingOrgad Shaneh2014-08-112-9/+95
* Fix reading of git format-patch outputjkobus2014-08-041-4/+11
* DiffEditor: Use explicit DirectConnection for context menuOrgad Shaneh2014-08-041-2/+4
* DiffEditor: Fix newline handling for not the last chunkJarek Kobus2014-07-282-2/+1
* DiffEditor: Add a failing test for regressionOrgad Shaneh2014-07-281-0/+50
* DiffEditor: Tests cleanupOrgad Shaneh2014-07-281-232/+209
* Fix newline handling in diff editorjkobus2014-07-093-43/+190
* Handle similarity index in git commitsjkobus2014-07-073-29/+223
* Rename some methods and variables in DiffEditorjkobus2014-07-076-16/+16
* Hide reload button for diff editor when there is no reloaderjkobus2014-07-077-28/+70
* Make it possible to save diff editor contentsjkobus2014-07-046-30/+108
* Fix double click on removed lines in unifieddiffeditorjkobus2014-07-041-6/+31
* Fix double click in left view of sidebysidediffeditorjkobus2014-07-041-3/+4
* IDocument: Make mimeType a value memberhjk2014-07-012-6/+0
* Remove unused variables.Erik Verbruggen2014-06-272-4/+4
* TextEditor: Simplify HighlighterFactory hierarchyhjk2014-06-262-7/+7
* Git: Add on-demand branches expandingOrgad Shaneh2014-06-244-2/+128
* DiffEditor: Avoid "jump to file" for directories and nonexistent filesOrgad Shaneh2014-06-232-2/+6
* Revert "VCS: Open diff/blame editors in other split"Tobias Hunger2014-06-171-3/+1
* Fix test for DiffEditorjkobus2014-06-171-1/+1
* DiffEditor: Support patch with empty new/deleted fileOrgad Shaneh2014-06-162-3/+19
* qbs build fix: add selectabletexteditorwidget.cpp/h filesTim Sander2014-06-131-0/+2
* DiffEditor: Remake of the toolbar icons incl. @2x variantsAlessandro Portale2014-06-137-0/+3
* Move reload icon from diff editor to coreAlessandro Portale2014-06-134-3/+1
* DiffEditor: Support patch with new/deleted fileOrgad Shaneh2014-06-112-5/+45
* DiffEditor: Fix testOrgad Shaneh2014-06-111-33/+19
* DiffEditor: Cleanup regexpsOrgad Shaneh2014-06-111-23/+26
* Compile fixjkobus2014-06-064-8/+17
* Implement unified diff editorjkobus2014-06-0629-633/+3637
* IEditor: Make duplicatesSupported a value memberhjk2014-05-211-1/+0
* DiffEditor: Pass const lists and string by referenceOrgad Shaneh2014-05-202-3/+3
* DocumentModel: Make interface statichjk2014-05-131-2/+2
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-021-0/+5
|\
| * Compile fix for Qt4Robert Loehning2014-04-161-2/+2
| * DiffEditor: replace carriage return chars with spaces.jkobus2014-04-161-0/+5
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-187-259/+89
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-1111-59/+64
|\ \ | |/
| * 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