summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor/diffeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* DiffEditor: Sort includesAndre Hartmann2015-12-221-12/+12
* Core: Unify the close iconsAlessandro Portale2015-12-041-1/+1
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-7/+5
* Git: Scroll to active file on Show invoked from file logOrgad Shaneh2015-11-031-59/+70
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-4/+5
* Vcs: Simplify code by using Utils::equalDaniel Teske2015-09-071-2/+3
* Move "open" from IEditor to IDocumentEike Ziller2015-06-101-8/+0
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-5/+5
* DiffEditor: Do not load settings when splitting viewsTobias Hunger2015-04-101-73/+87
* Remove some duplicate includesTobias Hunger2015-03-201-1/+0
* DiffEditor: use sentence style capitalization for labelsLeena Miettinen2015-03-161-1/+1
* DiffEditor: Fill in file combobox on new splitsTobias Hunger2015-03-111-1/+1
* DiffEditor: Fix sync toggleTobias Hunger2015-03-111-130/+140
* DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-101-173/+249
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* DiffEditor: Fix selection of next viewTobias Hunger2015-02-231-6/+9
* DiffEditor: Introduce a base class for the different viewsTobias Hunger2015-02-231-78/+65
* DiffEditor: Make DiffEditor internalTobias Hunger2015-02-161-5/+1
* DiffEditor: Make DiffEditorDocument internalTobias Hunger2015-02-161-2/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | DiffEditor: Remove m_controller memberTobias Hunger2015-02-041-22/+24
* | DiffEditor: Assert that document is passed inTobias Hunger2015-02-041-4/+3
* | DiffEditor: Remove a bit of fluffTobias Hunger2015-01-301-2/+1
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-3/+4
* | DiffEditor: Use Qt5 style connectsTobias Hunger2015-01-281-38/+37
* | Replace old svn diff editor with the new onejkobus2014-11-211-6/+11
|/
* Hide some diff editor controls when diff editor is bound to a file.jkobus2014-11-051-3/+6
* Fix reloading of patch filesjkobus2014-10-241-21/+2
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-10/+10
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Remove some unneeded TextEditor:: qualificationshjk2014-09-261-3/+3
* | DiffEditor: Fix summary view appearancehjk2014-09-241-14/+10
* | Fix typosRobert Loehning2014-09-091-1/+1
* | TextEditor: Flip default to 'duplicatedSupported'hjk2014-09-031-2/+0
* | TextEditor: Use more direct approach for fallback IEditor constructionhjk2014-08-291-2/+2
* | TextEditor: Fix regression introduced by recent c094592f8ahjk2014-08-281-8/+4
* | DiffEditor: Merge the two construction pathshjk2014-08-221-28/+3
* | TextEditor: Further *Editor/*EditorWidget disentanglinghjk2014-08-191-7/+2
* | TextEditor: Merge the two sets of *EditorWidget constructorshjk2014-08-191-1/+2
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-08-151-0/+1
|\ \ | |/
| * Fix focus handling in diff editorjkobus2014-08-131-0/+1
* | TextEditor: Consolidate document access functions.hjk2014-08-041-2/+2
* | TextEditor: Remove one stack of EditorWidget constructorshjk2014-08-011-1/+1
|/
* Hide reload button for diff editor when there is no reloaderjkobus2014-07-071-8/+18
* Make it possible to save diff editor contentsjkobus2014-07-041-7/+6