summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/vcsbaseeditor.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* VcsBase: Proliferate use of FilePathhjk2023-01-201-29/+20
* VcsBase: Convert to Tr::trhjk2023-01-181-10/+11
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* VcsBase & dependent: Fix const correctnessJarek Kobus2022-12-141-1/+1
* DiffEditor/VCS: Save document before applying/reverting patch chunkOrgad Shaneh2022-10-191-1/+8
* VcsBase: Fix buildChristian Stenger2022-10-181-1/+1
* VCS: Fix blaming previous revisions for renamed filesOrgad Shaneh2022-10-181-3/+4
* VCS: Resolve symlinks on blameOrgad Shaneh2022-10-141-2/+2
* VCS: Use more FilePath in VcsBaseEditorOrgad Shaneh2022-10-141-38/+28
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* VcsBase: Use FilePath in editorTag()Jarek Kobus2022-10-061-5/+3
* VcsBaseEditor: Get rid of diffChunkApplied()Jarek Kobus2022-09-291-6/+2
* PatchTool: Introduce PatchAction enumJarek Kobus2022-09-291-12/+8
* VcsBaseClient: Fix going to default line numberJarek Kobus2022-09-211-12/+7
* VcsPlugin: Use VcsCommand::done() signal instead of finished()Jarek Kobus2022-09-201-1/+3
* VcsCommand: Get rid of abort()Jarek Kobus2022-09-021-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* VcsCommand: Limit the usage of setCookie()Jarek Kobus2022-08-021-7/+10
* Move ShellCommand into VcsBase pluginJarek Kobus2022-08-011-4/+4
* ShellCommand: Remove exitCode arg from finished() signalJarek Kobus2022-07-291-4/+2
* Drop Qt5: VCS: Get rid of QComboBox QOverloadJarek Kobus2022-07-191-2/+2
* VcsBaseEditorWidget: Get rid of DiffChunkAction structJarek Kobus2022-07-191-31/+14
* VcsBaseEditorWidget: Avoid using sender()Jarek Kobus2022-07-191-13/+13
* Use setClipboardAndSelection more broadlyhjk2022-07-151-13/+17
* Utils: More porting.h related changeshjk2022-07-141-1/+0
* VcsBase: Cleanup some Utils:: in cpp filesJarek Kobus2022-07-131-2/+2
* VcsBase: Hide VcsCommand classJarek Kobus2022-07-131-5/+6
* Utils: Collapse most of porting,hhjk2022-07-131-1/+1
* ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlagsJarek Kobus2022-07-121-1/+1
* VCSbase: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-231-4/+5
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-0/+1
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-1/+1
* VCS: use context menu actions of TextEditor in VcsBaseEditorDavid Schulz2021-10-131-2/+4
* VCS: update the text cursor of VcsBaseEditorWidgetDavid Schulz2021-10-131-10/+11
* Core: PatchTool code cosmeticshjk2021-08-171-1/+1
* Vcs: Use more FilePath for file pathshjk2021-08-021-20/+25
* Vcs: Use FilePath in IVersionControl APIhjk2021-07-291-1/+2
* VCS: Fix build with Qt6Eike Ziller2020-09-211-6/+7
* Core: replace QString with Utils::FilePath to get documentsDavid Schulz2020-09-041-1/+2
* Git: Fix filling commit selection combobox for logAndre Hartmann2020-05-161-0/+6
* VcsBaseEditor: Reduce scope of local variableAndre Hartmann2020-05-161-2/+1
* VcsBaseEditor: Make link colors theme-awareAndre Hartmann2020-05-121-2/+3
* VcsBaseEditor: Fix tr context for Copy actionOrgad Shaneh2020-02-281-1/+1
* VcsBaseEditor: Highlight default actions on context menuOrgad Shaneh2020-02-281-5/+6
* VcsBaseEditor: Remove default actions when right-clicking a referenceOrgad Shaneh2020-02-281-2/+6
* VcsBaseEditor: Remove unused functionsOrgad Shaneh2020-02-281-14/+2
* VCS: Fix broken annotation changes detectionOrgad Shaneh2020-02-241-1/+1
* VCS: Replace QRegExp with QRegularExpression in VcsBaseEditorOrgad Shaneh2020-02-211-32/+39
* VCS: Refactor annotationChanges() in VcsBaseEditorOrgad Shaneh2020-02-201-0/+37