index
:
qt-creator/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
11.0
12.0
13.0
14.0
15.0
16.0
17.0
18.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
3dfirst
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
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-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/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/4.8.0
qds/4.8.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
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
diffeditor
/
diffeditorplugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TaskTree: Switch to qt-ified QtTaskTree
Jarek Kobus
2025-10-31
1
-2
/
+2
*
TaskTree: Rename CallDoneIf and its values
Jarek Kobus
2025-07-23
1
-1
/
+1
*
Utils: Use TextEncoding in TextFileFormat internally
hjk
2025-06-23
1
-1
/
+1
*
Utils: Use TextEncoding instead of TextCodec TextFileFormat::readFile*()
hjk
2025-06-20
1
-5
/
+5
*
Utils: Introduce a Utils::TextCodec class
hjk
2025-05-14
1
-1
/
+1
*
Utils: Avoid QTextCodec in Utils::TextFileFormat interface
hjk
2025-05-12
1
-1
/
+1
*
DiffEditor: FilePath-ify DiffCurrentFileController
hjk
2025-05-12
1
-13
/
+14
*
Utils: Make TextFileFormat::readFile() a member function
hjk
2025-05-09
1
-10
/
+6
*
DiffEditor: Eliminate some FilePath::toUrlishString()
hjk
2025-05-09
1
-10
/
+10
*
DiffEditor: Remove unused variables
Jarek Kobus
2025-05-09
1
-3
/
+0
*
Utils: Make file contents part of TextFileFormat::ReadResult
hjk
2025-05-09
1
-15
/
+9
*
Utils: Make TextFileFormat::ReadResult a class
hjk
2025-04-23
1
-16
/
+15
*
DiffEditor: Remove some unneeded Q_OBJECT declarations
Jarek Kobus
2025-03-04
1
-5
/
+0
*
Core: FilePathify DiffService
David Schulz
2025-03-03
1
-25
/
+27
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-6
/
+6
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
1
-2
/
+2
*
TextEditor: Protect access to TextFileFormat::[m_]codec
hjk
2024-12-19
1
-6
/
+6
*
DiffEditor: Remove private indirection
Jarek Kobus
2024-11-20
1
-31
/
+19
*
DiffEditor: Dismantle diffeditorplugin.h
Jarek Kobus
2024-11-20
1
-13
/
+36
*
DiffEditor: Remove unused static variable
Jarek Kobus
2024-11-20
1
-8
/
+0
*
TaskTree: Refactor For loops
Jarek Kobus
2024-09-16
1
-2
/
+1
*
DiffEditor: Hide DiffEditor definition in .cpp
hjk
2024-07-18
1
-2
/
+3
*
TaskTree: Introduce For element
Jarek Kobus
2024-07-10
1
-3
/
+3
*
DiffFilesController: Simplify recipe
Jarek Kobus
2024-07-09
1
-31
/
+37
*
AsyncTask: Centralize setting global future synchronizer
Eike Ziller
2024-05-21
1
-3
/
+0
*
TaskTree: Rename TreeStorage<> -> Storage<>
Jarek Kobus
2023-11-20
1
-1
/
+1
*
TaskTree: Get rid of Storage subclass of GroupItem
Jarek Kobus
2023-11-20
1
-1
/
+1
*
TaskTree: Rename workflow policies
Jarek Kobus
2023-11-07
1
-1
/
+1
*
TaskTree: Get rid of onGroupError element
Jarek Kobus
2023-11-07
1
-11
/
+8
*
TaskTree: Make it possible to invoke done handler only with DoneResult
Jarek Kobus
2023-11-07
1
-2
/
+2
*
TaskTree: Introduce CallDoneIf enum
Jarek Kobus
2023-11-07
1
-2
/
+2
*
TaskTree: Add Task c'tor taking one handler for done and error
Jarek Kobus
2023-11-06
1
-14
/
+12
*
DiffEditor: Use nested using namespace declarations
Jarek Kobus
2023-06-09
1
-4
/
+2
*
TaskTree: Rename setupRoot into setRecipe
Jarek Kobus
2023-06-08
1
-1
/
+1
*
TaskTree: Rename TaskItem into GroupItem
Jarek Kobus
2023-06-06
1
-1
/
+1
*
TaskTree: Rename optional into finishAllAndDone
Jarek Kobus
2023-05-30
1
-1
/
+1
*
TaskTree: Replace usages of OnGroup... with onGroup... functions
Jarek Kobus
2023-05-19
1
-2
/
+2
*
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
[next]