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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vcs: Use new FilePathAspect in a few places
hjk
2023-05-17
2
-2
/
+2
*
Utils: Make PagedSettings::readSettings() calls shorter
hjk
2023-05-16
1
-1
/
+1
*
Vcs: Use PagedSettings for all plugin settings
hjk
2023-05-15
1
-2
/
+2
*
All: Use the shorter access to aspect values in a few places
hjk
2023-05-12
2
-3
/
+3
*
VcsBase: Remove unused settings member
hjk
2023-05-12
1
-3
/
+0
*
TaskTree: Prepare for de-utils-ization - part 2
Jarek Kobus
2023-05-12
2
-7
/
+6
*
Remove ineffective resize() calls
Alessandro Portale
2023-05-10
2
-3
/
+0
*
Process: Rename QtcProcessPrivate -> ProcessPrivate
Jarek Kobus
2023-05-10
1
-1
/
+1
*
VCS: fix compile of CommonVcsSettings
David Schulz
2023-05-09
1
-2
/
+0
*
VcsPlugin: shift signalling of settings changes
hjk
2023-05-09
3
-10
/
+10
*
VcsBase: Move some private pieces off vcsplugin.h
hjk
2023-05-08
2
-34
/
+39
*
VcsBase: Use functor for apply in CommonSettingsWidget
hjk
2023-05-08
1
-54
/
+41
*
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Jarek Kobus
2023-05-04
6
-6
/
+6
*
Utils: Rename QtcProcess -> Process
Jarek Kobus
2023-05-04
7
-22
/
+22
*
Layouts: Add/remove contentMargins where needed
Alessandro Portale
2023-05-04
1
-4
/
+4
*
Layouting: Handle attach types via setter
hjk
2023-05-03
1
-2
/
+3
*
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
2
-2
/
+2
*
Tasking::Async: Rename Async into AsyncTask
Jarek Kobus
2023-05-03
1
-4
/
+4
*
All Plugins: Use global future synchronizer
Jarek Kobus
2023-04-25
3
-14
/
+3
*
DiffEditor: Fix jumping to context line immediately on git show
Jarek Kobus
2023-04-24
1
-0
/
+1
*
VCS: Fix jumping to last line on some editors
Orgad Shaneh
2023-04-21
1
-0
/
+1
*
Utils: Continue Environment/EnvironmentChange consolidation
hjk
2023-03-24
1
-3
/
+3
*
DiffEditor: Use QtConcurrent invocation for async tasks
Jarek Kobus
2023-03-09
1
-11
/
+2
*
VcsBase: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-09
1
-14
/
+15
*
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-03-02
1
-0
/
+1
|
\
|
*
VCS: Fix bad wrapping on Linux
Orgad Shaneh
2023-03-01
1
-0
/
+1
*
|
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
3
-10
/
+12
*
|
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-02-22
1
-4
/
+12
|
\
\
|
|
/
|
*
VCS: Recover clearer actions when closing commit editor
Orgad Shaneh
2023-02-18
1
-4
/
+12
*
|
Merge remote-tracking branch 'origin/10.0'
Eike Ziller
2023-02-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Use common tool tip for "Configure..." kind of buttons
Eike Ziller
2023-02-16
1
-1
/
+1
*
|
Git: Reduce sync processes
Orgad Shaneh
2023-02-14
2
-0
/
+19
|
/
*
Translations: Change translation context prefix from "::" to "QtC::"
Alessandro Portale
2023-02-10
1
-1
/
+1
*
Translations: Replace QCoreApplication::translate() with Tr::tr()
Alessandro Portale
2023-02-10
2
-3
/
+4
*
Remove unneeded includes of QFutureWatcher/Interface
Jarek Kobus
2023-02-01
1
-1
/
+0
*
Git: Fix instant blame text encoding
Andre Hartmann
2023-01-30
2
-2
/
+4
*
Use simpler Plugin::initialize() when feasible
hjk
2023-01-20
2
-7
/
+2
*
VcsBase: Proliferate use of FilePath
hjk
2023-01-20
6
-59
/
+47
*
VcsBase: Convert to Tr::tr
hjk
2023-01-18
22
-172
/
+170
*
Subversion: Mask credentials in command line everywhere
Orgad Shaneh
2023-01-17
2
-6
/
+17
*
VCS: Clean up code for vcs toolbar
Tasuku Suzuki
2023-01-16
2
-36
/
+1
*
VCS: Add a button to open settings on Commit Form
Tasuku Suzuki
2023-01-16
1
-0
/
+10
*
Git: improve "The commit subject is very short."
Tasuku Suzuki
2023-01-16
1
-2
/
+8
*
Prefix Tr::tr contexts with ::
hjk
2023-01-13
3
-4
/
+4
*
VcsPlugins: Use multi-arg for strings
Jarek Kobus
2023-01-11
1
-8
/
+5
*
Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settings
hjk
2023-01-10
2
-2
/
+2
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
54
-54
/
+54
*
VcsBaseDiffEditorController: Use setUseCtrlCStub for vcs commands
Jarek Kobus
2022-12-15
1
-0
/
+1
*
VcsBaseDiffEditorController: Remove unused stuff
Jarek Kobus
2022-12-15
2
-137
/
+0
*
VcsBaseDiffEditorController: Make post processing reusable
Jarek Kobus
2022-12-15
2
-9
/
+31
[next]