aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcsbase/vcsbaseeditor.h
Commit message (Expand)AuthorAgeFilesLines
* VcsBase: Consistently use nullptrTobias Hunger2018-05-071-1/+1
* VCS: Set user choices on editor reloadOrgad Shaneh2017-06-191-2/+2
* VCS: Use Qt5 connect for annotateOrgad Shaneh2016-11-281-3/+0
* VCS: Replace describe slots with lambdasOrgad Shaneh2016-11-281-2/+3
* Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfigOrgad Shaneh2016-10-241-1/+1
* VCS: Replace QToolButtons in VCS toolbar with QActionsJarek Kobus2016-10-241-2/+2
* Git: Use correct line numbers in limited range blameOrgad Shaneh2016-06-141-0/+6
* VcsBase: Modernize headersTobias Hunger2016-02-031-21/+16
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* VcsBase: Add missing override modifier.Christian Kandeler2015-08-201-1/+1
* Add override keyword to IEditor & TextEditorWidget implementationsEike Ziller2015-06-091-8/+8
* Git: Fix filtering of date/time in blameOrgad Shaneh2015-04-121-0/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Git/VCS: Use spinning progress indicator for log viewEike Ziller2015-01-191-0/+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-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-2/+1
* | VcsBase: Remove remaining BaseTextEditor::editor() usagehjk2014-09-021-0/+1
* | TextEditor: Remove some *Widget::createEditor implementationhjk2014-08-281-2/+0
* | Vcs: Convert to new editor construction schemehjk2014-08-281-3/+6
* | Vcs: Some naming re-organizationhjk2014-08-281-2/+2
* | Vcs: Move some static functions from *EditorWidget to *Editorhjk2014-08-281-47/+44
* | Vcs: Move editor construction over to new schemehjk2014-08-211-2/+16
|/
* VCS editors: Fix revision markersEike Ziller2014-01-291-3/+0
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Git: Support annotate revision for renamed filesOrgad Shaneh2013-10-101-0/+1
* VCS: Rename diffBaseDirectory -> workingDirectoryOrgad Shaneh2013-10-101-3/+3
* VCS: Pass workingDirectory for annotateOrgad Shaneh2013-10-101-1/+2
* VCS: Abort previous command for the same editorOrgad Shaneh2013-09-301-0/+2
* Git: Support staging a single chunk.Francois Ferrand2013-09-261-1/+4
* Git: Fix crash on diffOrgad Shaneh2013-09-121-2/+3
* Add common interface for text formats inside syntax highlighterjkobus2013-08-261-5/+1
* VCS: Consolidate codec handlingOrgad Shaneh2013-07-191-1/+1
* VCS: Use relative path for apply/revert chunkOrgad Shaneh2013-07-031-1/+1
* Git: Support change links on commit editorOrgad Shaneh2013-05-311-0/+1
* Git: Provide a commit editor for files opened externallyOrgad Shaneh2013-05-241-1/+1
* VCS: Rename RegularCommandOutput to OtherContentOrgad Shaneh2013-05-241-2/+2
* VCS: Remove unused extension parameter from editorsOrgad Shaneh2013-05-241-1/+0
* Fix Krazy warnings about includes/header guards in version control.Friedemann Kleint2013-03-121-3/+3
* Vcs: Remove "waiting for data" when process failsTobias Hunger2013-02-131-0/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Git: Add subject to log comboboxOrgad Shaneh2013-01-301-0/+2
* | VCS: Devirtualize diff-related functionsOrgad Shaneh2013-01-301-5/+4
* | VCS: Use entries combobox for logOrgad Shaneh2013-01-301-0/+4
* | VCS: Un-static testDiffFileResolvingOrgad Shaneh2013-01-301-1/+1
* | VCSBaseEditor: Make diffFileBrowse more genericOrgad Shaneh2013-01-241-2/+2