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
/
clearcase
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace a few occurrences of QStringList() << ...
hjk
2017-02-08
1
-4
/
+4
*
Utils: Introduce a TemporaryDirectory and TemporaryFile class
Tobias Hunger
2017-01-20
1
-3
/
+3
*
VCS: Use Qt5 connect for annotate
Orgad Shaneh
2016-11-28
2
-11
/
+1
*
VCS: Replace describe slots with lambdas
Orgad Shaneh
2016-11-28
2
-5
/
+5
*
Rename VcsBaseEditorParameterWidget -> VcsBaseEditorConfig
Orgad Shaneh
2016-10-24
1
-1
/
+0
*
VCS: Add a way to filter out files/directories that belong to a VCS
Tobias Hunger
2016-10-21
2
-0
/
+8
*
VCS: "final"-ize IVersionControl implementations
Tobias Hunger
2016-10-21
1
-17
/
+17
*
UI files: Fix tab order in lots of UI forms
Nazar Gerasymchuk
2016-08-02
2
-0
/
+10
*
Fix qbs build on macOS
Christian Kandeler
2016-07-28
1
-1
/
+1
*
SynchronousProcess: Store raw bytes from stdout/stderr of the process
Tobias Hunger
2016-07-15
1
-2
/
+2
*
ClearCase: Adapt to removed signal
Orgad Shaneh
2016-05-30
1
-1
/
+5
*
vcs: fix compiler warning
Nikita Baryshnikov
2016-05-13
1
-3
/
+2
*
Fix up QProcess::waitForFinished()
Tobias Hunger
2016-05-11
1
-6
/
+6
*
ClearCase: Fix plugin unit tests
Christian Stenger
2016-03-10
1
-1
/
+1
*
VCS: Reslot describe functions
Orgad Shaneh
2016-02-12
1
-1
/
+3
*
ClearCase: Use Utils::runAsync
Eike Ziller
2016-02-12
1
-4
/
+3
*
Polish: Remove some more useless "slots" from headers
Tobias Hunger
2016-02-10
4
-21
/
+19
*
ClearCase: Modernize
Tobias Hunger
2016-02-04
22
-172
/
+84
*
Preferably use QStringRef::toInt().
Friedemann Kleint
2016-02-04
1
-1
/
+1
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
26
-451
/
+326
*
IDocument: Rename defaultPath and suggestedFileName
Eike Ziller
2016-01-14
1
-1
/
+1
*
Rename Project::ExcludeGeneratedFiles
Ulf Hermann
2016-01-13
1
-2
/
+1
*
ClearCase: Make updateStatusActions() a slot again
Christian Stenger
2015-11-30
1
-1
/
+1
*
ClearCase: Use Qt5-style connects
Tobias Hunger
2015-11-23
2
-43
/
+45
*
Clear Case: fix UI text
Leena Miettinen
2015-10-22
2
-4
/
+4
*
ClearCase: replace link with text URL
Leena Miettinen
2015-07-06
1
-4
/
+4
*
ClearCase: Persist save keep file on undo checkout
Knut Petter Svendsen
2015-06-11
3
-11
/
+22
*
ClearCase: Add setting to not prompt for comment
Knut Petter Svendsen
2015-06-11
7
-18
/
+59
*
Add override keyword to IEditor & TextEditorWidget implementations
Eike Ziller
2015-06-09
2
-4
/
+5
*
IVersionControl: Add method to get a ShellCommand for initial checkouts
Tobias Hunger
2015-05-11
1
-0
/
+1
*
Vcs: Sprinkle overrides over IVersionControls
Tobias Hunger
2015-05-08
1
-17
/
+17
*
Vcs: Split up VcsCommand
Tobias Hunger
2015-05-04
2
-12
/
+18
*
Vcs: Standardize on second based timeouts
Tobias Hunger
2015-04-13
4
-51
/
+44
*
Merge remote-tracking branch 'origin/3.4'
Eike Ziller
2015-04-02
1
-2
/
+2
|
\
|
*
Don't mix iterator and const_iterator
Kai Koehne
2015-04-02
1
-2
/
+2
*
|
VCS: Rename DiffHighlighter -> DiffAndLogHighlighter
Orgad Shaneh
2015-03-25
1
-1
/
+1
|
/
*
Vcs: fix missing icons in SubmitFileModel
Hugues Delorme
2015-03-11
1
-1
/
+2
*
Vcs: rename overload SubmitEditor::diffSelectedFiles() for rows
Hugues Delorme
2015-03-06
1
-1
/
+2
*
Prefix duplicate names in Open Documents to make them unique
Orgad Shaneh
2015-02-26
1
-1
/
+1
*
Clean exported headers of the TextEditor plugin.
Friedemann Kleint
2015-02-26
1
-0
/
+1
*
ClearCaseSettings: initialize member
Nikita Baryshnikov
2015-02-25
1
-1
/
+2
*
Use new mime database
Eike Ziller
2015-02-17
1
-3
/
+3
*
Core: Use FileName for DocumentModel::Entry::fileName
Orgad Shaneh
2015-02-16
1
-1
/
+1
*
ClearCase: Do not use ProjectTree::currentProject
Tobias Hunger
2015-02-16
1
-5
/
+9
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
26
-153
/
+153
|
\
|
*
Update License
Eike Ziller
2015-01-16
26
-153
/
+153
*
|
Misc: Remove unneeded qualifications
Orgad Shaneh
2015-02-06
2
-4
/
+4
*
|
Use new qt5 connect api
Montel Laurent
2015-01-29
1
-4
/
+7
*
|
ClearCase: WS-only change
Tobias Hunger
2015-01-26
1
-5
/
+5
*
|
ClearCase: Sprinkle with auto
Tobias Hunger
2015-01-22
5
-20
/
+16
[next]