aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/diffeditor/diffeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* Replace static_casts by QOverload where possiblehjk2019-02-261-2/+2
* DiffEditor: ModernizeAlessandro Portale2018-11-091-1/+1
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-261-1/+1
* Remove a few redundant occurrences of 'virtual' and 'override'Alessandro Portale2018-06-181-1/+1
* DiffEditor: fix various warningsJarek Kobus2018-05-031-6/+6
* Move git specific stuff out of diff editor pluginJarek Kobus2018-03-151-75/+0
* utils: Let the link icon have a LINK and a LINK_TOOLBAR versionAlessandro Portale2018-03-021-1/+1
* DiffEditor: Minor cleanupOrgad Shaneh2018-02-201-2/+2
* Refactor HighlightScrollBarJarek Kobus2017-12-121-1/+2
* DiffEditor: ModernizeAndre Hartmann2017-12-091-29/+14
* Fix underline color in diff description when hoveringEike Ziller2017-07-101-1/+4
* Fix style of whitespace in diff descriptionEike Ziller2017-07-071-0/+4
* DiffEditor: refactor loops and const correctnessJarek Kobus2017-06-281-8/+8
* DiffEditor: Fix editor actionsEike Ziller2017-05-181-2/+38
* DiffEditor: Fix warning about unused constantTobias Hunger2017-01-301-2/+0
* DiffEditor: drop legacy settingsArnold Dumas2017-01-231-15/+0
* Display "Waiting for data" properlyJarek Kobus2017-01-091-4/+0
* Fix showing/hiding context lines spinbox in diff editorJarek Kobus2016-11-251-8/+7
* Reuse the Guard classJarek Kobus2016-10-211-26/+12
* Move icons to UtilsUlf Hermann2016-08-051-3/+3
* 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
|/