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
/
diffeditor
/
diffeditorplugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tasking::Tree: Rename Tree into TaskTreeTask
Jarek Kobus
2023-05-10
1
-1
/
+1
*
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
1
-1
/
+1
*
Tasking::Async: Rename Async into AsyncTask
Jarek Kobus
2023-05-03
1
-3
/
+3
*
All Plugins: Use global future synchronizer
Jarek Kobus
2023-04-25
1
-11
/
+5
*
DiffEditor: Use QtConcurrent invocation for async tasks
Jarek Kobus
2023-03-09
1
-14
/
+13
*
TaskTree: Add TreeStorage::operator*()
Jarek Kobus
2023-02-21
1
-1
/
+1
*
DiffEditor: Fix a crash when "No difference"
Jarek Kobus
2023-02-03
1
-5
/
+12
*
Use simpler Plugin::initialize() when feasible
hjk
2023-01-20
1
-6
/
+1
*
DiffEditor: Tr::tr
Alessandro Portale
2023-01-19
1
-22
/
+21
*
DiffEditorPlugin: Avoid code repetition
Jarek Kobus
2023-01-12
1
-51
/
+19
*
DiffEditorPlugin: Remove unused includes
Jarek Kobus
2023-01-12
1
-47
/
+28
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
DiffFilesController: Reuse task tree
Jarek Kobus
2022-12-15
1
-42
/
+48
*
DiffEditorPlugin: Expose plugin's future synchronizer
Jarek Kobus
2022-11-09
1
-4
/
+3
*
DiffEditorPlugin: Introduce DiffFileInfoArray
Jarek Kobus
2022-09-29
1
-1
/
+1
*
PatchTool: Introduce PatchAction enum
Jarek Kobus
2022-09-29
1
-19
/
+31
*
DiffEditor: Cleanup includes
Jarek Kobus
2022-09-29
1
-2
/
+0
*
DiffEditorPlugin: Various cleanups
Jarek Kobus
2022-09-28
1
-18
/
+18
*
DiffEditor: Use DiffSide enum inside ReloadInput
Jarek Kobus
2022-09-28
1
-32
/
+20
*
DiffEditor: Use DiffSide enum inside FileData
Jarek Kobus
2022-09-28
1
-56
/
+46
*
DiffEditor: Use DiffSide enum inside RowData
Jarek Kobus
2022-09-28
1
-14
/
+14
*
DiffEditor: Use DiffSide enum inside ChunkData
Jarek Kobus
2022-09-28
1
-38
/
+21
*
UnifiedDiffEditor: Move showing diff into separate thread
Jarek Kobus
2022-09-28
1
-4
/
+20
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
DiffEditor: Drop Utils:: prefix when using namespace Utils
Jarek Kobus
2022-06-08
1
-25
/
+24
*
DiffEditor: Fix git diff parsing for rename + mode change
Orgad Shaneh
2022-02-07
1
-0
/
+20
*
Collect Qt Creator debug menu items into common submenu
Eike Ziller
2022-01-26
1
-1
/
+1
*
DiffEditor: Assert that we are operating on non-null documents
Jarek Kobus
2021-12-07
1
-0
/
+2
*
Utils: Pass dialog parent to Utils::* file dialog
hjk
2021-08-17
1
-2
/
+2
*
Use the new file dialog wrappers in some places
hjk
2021-08-06
1
-14
/
+10
*
Core: Add FilePath based overloads to EditorManager::openEditor{,at}
hjk
2021-05-25
1
-2
/
+2
*
Utils: filepathify TextFileFormat
David Schulz
2021-05-18
1
-14
/
+10
*
Don't access static functions/fields via instance
Alessandro Portale
2020-11-19
1
-1
/
+1
*
Core: replace QString with Utils::FilePath to get documents
David Schulz
2020-09-04
1
-2
/
+2
*
Diff/Vcs: Use a function object for reloading
hjk
2020-02-06
1
-16
/
+10
*
DiffEditor: Pimpl plugin
hjk
2020-02-06
1
-29
/
+51
*
Git/DiffEditor: Fix staging added/removed lines separately
Jarek Kobus
2019-12-02
1
-49
/
+147
*
DiffEditor: Stage and unstage selected lines for Git
Andre Hartmann
2019-11-19
1
-0
/
+135
*
DiffEditor: Modernize
Alessandro Portale
2018-11-09
1
-4
/
+4
*
Beautifier: Move formatting tools to TextEditor
Ivan Donchevskii
2018-08-30
1
-1
/
+2
*
DiffEditor: detect binary files
Jarek Kobus
2018-06-07
1
-62
/
+59
*
DiffEditor: fix various warnings
Jarek Kobus
2018-05-03
1
-3
/
+3
*
DiffEditor: Remove unneeded used of global object pool
hjk
2018-02-08
1
-2
/
+2
*
Core: make useMacShortcut constexpr
David Schulz
2018-02-02
1
-2
/
+2
*
DiffEditor: Simplify makePatch tests a bit
Orgad Shaneh
2018-01-17
1
-35
/
+4
*
DiffEditor: Modernize
Andre Hartmann
2017-12-09
1
-288
/
+288
*
DiffEditor: Fix parsing of mode-only change in patch
Orgad Shaneh
2017-11-27
1
-9
/
+25
*
DiffEditor: Fix saving diff containing new or deleted files
Jarek Kobus
2017-08-10
1
-1
/
+1
*
DiffEditor: fix the cancellation of diff requests
Jarek Kobus
2017-07-17
1
-2
/
+4
*
Replace QRegExp with QRegularExpression
Jarek Kobus
2017-06-28
1
-11
/
+58
[next]