index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
vcsbase
/
vcsbaseeditor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
1
-2
/
+2
*
VcsBase: Proliferate use of FilePath
hjk
2023-01-20
1
-29
/
+20
*
VcsBase: Convert to Tr::tr
hjk
2023-01-18
1
-10
/
+11
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
VcsBase & dependent: Fix const correctness
Jarek Kobus
2022-12-14
1
-1
/
+1
*
DiffEditor/VCS: Save document before applying/reverting patch chunk
Orgad Shaneh
2022-10-19
1
-1
/
+8
*
VcsBase: Fix build
Christian Stenger
2022-10-18
1
-1
/
+1
*
VCS: Fix blaming previous revisions for renamed files
Orgad Shaneh
2022-10-18
1
-3
/
+4
*
VCS: Resolve symlinks on blame
Orgad Shaneh
2022-10-14
1
-2
/
+2
*
VCS: Use more FilePath in VcsBaseEditor
Orgad Shaneh
2022-10-14
1
-38
/
+28
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
VcsBase: Use FilePath in editorTag()
Jarek Kobus
2022-10-06
1
-5
/
+3
*
VcsBaseEditor: Get rid of diffChunkApplied()
Jarek Kobus
2022-09-29
1
-6
/
+2
*
PatchTool: Introduce PatchAction enum
Jarek Kobus
2022-09-29
1
-12
/
+8
*
VcsBaseClient: Fix going to default line number
Jarek Kobus
2022-09-21
1
-12
/
+7
*
VcsPlugin: Use VcsCommand::done() signal instead of finished()
Jarek Kobus
2022-09-20
1
-1
/
+3
*
VcsCommand: Get rid of abort()
Jarek Kobus
2022-09-02
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
VcsCommand: Limit the usage of setCookie()
Jarek Kobus
2022-08-02
1
-7
/
+10
*
Move ShellCommand into VcsBase plugin
Jarek Kobus
2022-08-01
1
-4
/
+4
*
ShellCommand: Remove exitCode arg from finished() signal
Jarek Kobus
2022-07-29
1
-4
/
+2
*
Drop Qt5: VCS: Get rid of QComboBox QOverload
Jarek Kobus
2022-07-19
1
-2
/
+2
*
VcsBaseEditorWidget: Get rid of DiffChunkAction struct
Jarek Kobus
2022-07-19
1
-31
/
+14
*
VcsBaseEditorWidget: Avoid using sender()
Jarek Kobus
2022-07-19
1
-13
/
+13
*
Use setClipboardAndSelection more broadly
hjk
2022-07-15
1
-13
/
+17
*
Utils: More porting.h related changes
hjk
2022-07-14
1
-1
/
+0
*
VcsBase: Cleanup some Utils:: in cpp files
Jarek Kobus
2022-07-13
1
-2
/
+2
*
VcsBase: Hide VcsCommand class
Jarek Kobus
2022-07-13
1
-5
/
+6
*
Utils: Collapse most of porting,h
hjk
2022-07-13
1
-1
/
+1
*
ShellCommand: Merge VcsCommand::VcsRunFlags into RunFlags
Jarek Kobus
2022-07-12
1
-1
/
+1
*
VCSbase: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-05-23
1
-4
/
+5
*
Remove algorithm.h from buildtargetinfo.h
Jarek Kobus
2022-05-18
1
-0
/
+1
*
EditorManager: Remove QString openEditor(At) overloads
Eike Ziller
2021-11-02
1
-1
/
+1
*
VCS: use context menu actions of TextEditor in VcsBaseEditor
David Schulz
2021-10-13
1
-2
/
+4
*
VCS: update the text cursor of VcsBaseEditorWidget
David Schulz
2021-10-13
1
-10
/
+11
*
Core: PatchTool code cosmetics
hjk
2021-08-17
1
-1
/
+1
*
Vcs: Use more FilePath for file paths
hjk
2021-08-02
1
-20
/
+25
*
Vcs: Use FilePath in IVersionControl API
hjk
2021-07-29
1
-1
/
+2
*
VCS: Fix build with Qt6
Eike Ziller
2020-09-21
1
-6
/
+7
*
Core: replace QString with Utils::FilePath to get documents
David Schulz
2020-09-04
1
-1
/
+2
*
Git: Fix filling commit selection combobox for log
Andre Hartmann
2020-05-16
1
-0
/
+6
*
VcsBaseEditor: Reduce scope of local variable
Andre Hartmann
2020-05-16
1
-2
/
+1
*
VcsBaseEditor: Make link colors theme-aware
Andre Hartmann
2020-05-12
1
-2
/
+3
*
VcsBaseEditor: Fix tr context for Copy action
Orgad Shaneh
2020-02-28
1
-1
/
+1
*
VcsBaseEditor: Highlight default actions on context menu
Orgad Shaneh
2020-02-28
1
-5
/
+6
*
VcsBaseEditor: Remove default actions when right-clicking a reference
Orgad Shaneh
2020-02-28
1
-2
/
+6
*
VcsBaseEditor: Remove unused functions
Orgad Shaneh
2020-02-28
1
-14
/
+2
*
VCS: Fix broken annotation changes detection
Orgad Shaneh
2020-02-24
1
-1
/
+1
*
VCS: Replace QRegExp with QRegularExpression in VcsBaseEditor
Orgad Shaneh
2020-02-21
1
-32
/
+39
*
VCS: Refactor annotationChanges() in VcsBaseEditor
Orgad Shaneh
2020-02-20
1
-0
/
+37
[next]