summaryrefslogtreecommitdiff
path: root/src/plugins/diffeditor
Commit message (Expand)AuthorAgeFilesLines
* Wholesale conversion to #pragma oncehjk2016-03-3014-56/+14
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1926-428/+303
* IDocument: Rename defaultPath and suggestedFileNameEike Ziller2016-01-142-4/+4
* 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-256-15/+60
* Git: Scroll to active file on Show invoked from file logOrgad Shaneh2015-11-035-64/+93
* DiffEditor: Remove "slots"Orgad Shaneh2015-11-021-5/+4
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-238-6/+10
* DiffEditor: Add indication on failureOrgad Shaneh2015-09-151-4/+8
* Vcs: Simplify code by using Utils::equalDaniel Teske2015-09-071-2/+3
* fix metatype declaration in a few placesNikita Baryshnikov2015-09-021-1/+1
* DiffEditor: Support mode change in Git diffOrgad Shaneh2015-08-252-1/+21
* CodePaster: Register type safe service objectEike Ziller2015-07-084-37/+45
* DiffEditor: Do not leave a blank line when there are no branchesOrgad Shaneh2015-07-061-2/+5
* DiffEditor: avoid gcc warningNikita Baryshnikov2015-07-011-1/+1
* Add override to IDocument hierarchyEike Ziller2015-06-111-8/+9
* Editor manager: Abort with a single message if file is not readable.Eike Ziller2015-06-102-8/+10
* DiffEditor: Silence warning about unused variable.Christian Kandeler2015-06-101-3/+2
* Move "open" from IEditor to IDocumentEike Ziller2015-06-104-16/+5
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-095-31/+31
* DiffEditor: Parse git diffs properlyTobias Hunger2015-04-271-29/+27
* Git: Make git show a bit more robustTobias Hunger2015-04-231-1/+1
* DiffEditor: When jumping to a file then put that block to the topTobias Hunger2015-04-172-3/+4
* DiffEditorManager simplifyNikita Baryshnikov2015-04-139-197/+23
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-132-2/+1
|\
| * GitClient: fix diff when committingNikita Baryshnikov2015-04-121-1/+0
| * DiffEditorManager fix typo in assertNikita Baryshnikov2015-04-061-1/+1
* | DiffEditor: Do not load settings when splitting viewsTobias Hunger2015-04-103-77/+93
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-243-3/+0
|\ \ | |/
| * Remove some duplicate includesTobias Hunger2015-03-203-3/+0
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-191-1/+1
|\ \ | |/
| * DiffEditor: use sentence style capitalization for labelsLeena Miettinen2015-03-161-1/+1
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-161-1/+2
|\ \ | |/
| * DiffEditor: Do not soft-assert when savingTobias Hunger2015-03-131-1/+2
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-125-374/+149
|\ \ | |/
| * DiffEditor: Fix line number forcingTobias Hunger2015-03-111-2/+1
| * DiffEditor: Fill in file combobox on new splitsTobias Hunger2015-03-111-1/+1
| * DiffEditor: Remove dead codeTobias Hunger2015-03-112-235/+2
| * DiffEditor: Fix sync toggleTobias Hunger2015-03-112-136/+145
* | Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-03-1125-1519/+983
|\ \ | |/
| * Clean headers of the DiffEditor plugin.Tobias Hunger2015-03-1011-38/+29
| * DiffEditor: WS only changeTobias Hunger2015-03-101-1/+1
| * DiffEditor: Refactor the user-facing partsTobias Hunger2015-03-1024-1487/+960
* | Remove aggregation dependency from project filesNikita Baryshnikov2015-03-092-2/+0
|/
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-052-0/+2
* Prefix duplicate names in Open Documents to make them uniqueOrgad Shaneh2015-02-262-2/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-264-0/+9
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-3/+1
* DiffEditor: Fix selection of next viewTobias Hunger2015-02-231-6/+9