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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create symbols for the formal arguments.
Roberto Raggi
2010-08-13
1
-1
/
+15
*
Add the class to its enclosing scope.
Roberto Raggi
2010-08-13
1
-0
/
+2
*
Handle symbol visibility.
Roberto Raggi
2010-08-13
2
-8
/
+36
*
Added the base class symbol to its enclosing class declaration.
Roberto Raggi
2010-08-13
1
-1
/
+1
*
Added a way to bind TranslationUnitAST nodes.
Roberto Raggi
2010-08-13
2
-10
/
+14
*
The core-declarator needs to be visited after the postfix declarators.
Roberto Raggi
2010-08-13
1
-1
/
+1
*
Returns the newly computed type.
Roberto Raggi
2010-08-13
1
-2
/
+1
*
Fix gcc warning
Kai Koehne
2010-08-13
1
-0
/
+2
*
debugger: fix display of QObject properties
hjk
2010-08-13
3
-14
/
+28
*
VCS polishing: Change context menu entry for 'Blame parent'.
Friedemann Kleint
2010-08-13
5
-7
/
+28
*
MSVC compile fix
Alessandro Portale
2010-08-12
1
-1
/
+1
*
Maemo: Polish class interface.
ck
2010-08-12
2
-4
/
+7
*
Maemo: Remove tooltip.
qt-info@nokia.com
2010-08-12
2
-3
/
+1
*
Maemo: Implement GUI for per-device port specification.
qt-info@nokia.com
2010-08-12
5
-35
/
+133
*
Maemo: Cache SSH connection in deployment step.
qt-info@nokia.com
2010-08-12
1
-7
/
+15
*
Maemo: Prepare completely per-device port specifications.
qt-info@nokia.com
2010-08-12
2
-0
/
+97
*
Maemo: Fix race condition in remote mounter.
qt-info@nokia.com
2010-08-12
2
-28
/
+6
*
Maemo: Check whether UTFS server could actually connect.
qt-info@nokia.com
2010-08-12
1
-2
/
+2
*
Maemo: Make deploy mount port user-settable.
qt-info@nokia.com
2010-08-12
7
-21
/
+89
*
Process the translation unit.
Roberto Raggi
2010-08-12
1
-0
/
+3
*
QmlOutline: Support reparenting into object array
Kai Koehne
2010-08-12
3
-6
/
+89
*
Process simple-type-specifiers and class-specifiers.
Roberto Raggi
2010-08-12
2
-19
/
+235
*
Process the ptr-declarators.
Roberto Raggi
2010-08-12
1
-8
/
+22
*
Removed the warns.
Roberto Raggi
2010-08-12
1
-248
/
+15
*
Process the postfix declarators.
Roberto Raggi
2010-08-12
2
-16
/
+36
*
Remember the declarator-id.
Roberto Raggi
2010-08-12
2
-23
/
+31
*
Process names.
Roberto Raggi
2010-08-12
2
-72
/
+258
*
Added Bind::switchScope() and Bind::currentScope().
Roberto Raggi
2010-08-12
2
-0
/
+17
*
Improve MSVC parser
Tobias Hunger
2010-08-12
2
-7
/
+92
*
Compilefix
Thomas Hartmann
2010-08-12
1
-1
/
+0
*
Initial work on the new Binder.
Roberto Raggi
2010-08-12
3
-0
/
+2421
*
QmlJSEditor: Add QuickToolBar to QmlJSEditor
Thomas Hartmann
2010-08-12
8
-2
/
+805
*
QmlDesigner: remove QuickToolBar from QmlDesigner
Thomas Hartmann
2010-08-12
9
-54
/
+32
*
Creating lib: qmleditorwidgets
Thomas Hartmann
2010-08-12
173
-226
/
+2627
*
debugger: tell engine about removed breakpoints
hjk
2010-08-12
1
-1
/
+1
*
debugger: add manual test for custom property dumper
hjk
2010-08-12
1
-5
/
+17
*
debugger: try long(p) == 0 as null-check for pointers as suggested by Tom T.
hjk
2010-08-12
1
-5
/
+6
*
debugger: add manual test for QLocale dumper
hjk
2010-08-12
1
-0
/
+9
*
QmlOutline: Don't decorate root item
Kai Koehne
2010-08-12
1
-0
/
+2
*
Generate AST nodes for the bit fields.
Roberto Raggi
2010-08-12
1
-2
/
+4
*
QmlOutline: Also show values of bindings in outline
Kai Koehne
2010-08-12
2
-17
/
+23
*
QmlOutline: Show id/name/property values only if filter is active
Kai Koehne
2010-08-12
3
-1
/
+14
*
QmlOutline: Show non-leaf bindings even when filter is active
Kai Koehne
2010-08-12
3
-8
/
+9
*
Show files added to INSTALL / DEPLOYMENT
dt
2010-08-12
1
-4
/
+14
*
VCS[git]: Fix branch checkout: Use absolute path.
Friedemann Kleint
2010-08-12
1
-3
/
+3
*
Define __restrict and __extensions__.
Roberto Raggi
2010-08-12
1
-1
/
+1
*
VCS[git]: Add branch combo to the checkout wizard.
Friedemann Kleint
2010-08-12
15
-49
/
+274
*
QuickFix: Add a warning to RefactoringChanges::removeFile.
Christian Kamm
2010-08-12
1
-2
/
+2
*
QuickFix: Simplify getting a Document for a C++ refactoring.
Christian Kamm
2010-08-12
5
-26
/
+13
*
Indenters: Move style setup into the QtStyleCodeFormatter constructors.
Christian Kamm
2010-08-12
9
-38
/
+50
[next]