summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbaseeditor.h
Commit message (Expand)AuthorAgeFilesLines
* VcsBase: Proliferate use of FilePathhjk2023-01-201-8/+7
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VCS: Use more FilePath in VcsBaseEditorOrgad Shaneh2022-10-141-2/+2
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-061-2/+2
* VcsBaseEditor: Get rid of diffChunkApplied()Jarek Kobus2022-09-291-2/+1
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-291-2/+3
* VcsBase: Remove Q_PROPERTY definitionshjk2022-09-281-5/+0
* VcsBaseClient: Fix going to default line numberJarek Kobus2022-09-211-3/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Limit the usage of setCookie()Jarek Kobus2022-08-021-1/+2
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-3/+2
* VcsBase: Remove unneeded declarationsJarek Kobus2022-07-291-1/+1
* ShellCommand: Remove exitCode arg from finished() signalJarek Kobus2022-07-291-1/+1
* VcsBaseEditorWidget: Get rid of DiffChunkAction structJarek Kobus2022-07-191-1/+1
* VcsBaseEditorWidget: Avoid using sender()Jarek Kobus2022-07-191-1/+1
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-2/+3
* Vcs: Use more FilePath for file pathshjk2021-08-021-9/+10
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-2/+2
* Small Qt 6 migration stuffhjk2020-07-291-1/+1
* Git: Fix filling commit selection combobox for logAndre Hartmann2020-05-161-0/+2
* VcsBaseEditor: Remove unused functionsOrgad Shaneh2020-02-281-5/+0
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-211-3/+2
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-201-1/+5
* Vcs: Make VcsBaseEditorWidget::test* operate on factories directlyhjk2020-02-131-2/+6
* 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
|/