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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compile.
Roberto Raggi
2010-08-12
1
-12
/
+12
*
Fix link error of qmlobserver by adjusting build order
Alessandro Portale
2010-08-06
1
-1
/
+2
*
Added private header check
Lasse Holmstedt
2010-08-06
1
-1
/
+1
*
Fix compilation of QML Observer
Lasse Holmstedt
2010-08-06
1
-1
/
+1
*
QML Observer: reverted hack, fixed compilation for ibmake
Lasse Holmstedt
2010-08-05
1
-6
/
+4
*
Compile.
Roberto Raggi
2010-08-02
1
-4
/
+2
*
Moved CrumblePath to Utils
Lasse Holmstedt
2010-07-30
3
-5
/
+18
*
QML Observer: Don't use the custom style on mac
Lasse Holmstedt
2010-07-30
1
-6
/
+8
*
QML Observer: Remove compiler warning
Lasse Holmstedt
2010-07-30
1
-0
/
+1
*
QML Observer: Made toolbar and crumble path look better
Lasse Holmstedt
2010-07-30
4
-3
/
+41
*
Compile fix for QmlObserver
Lasse Holmstedt
2010-07-29
1
-0
/
+9
*
Remove src/tools/qml/qmlobserver/qdeclarativedesignview.h as it is now in qml...
Olivier Goffart
2010-07-29
1
-137
/
+0
*
Refactored QmlJS Live Preview into a library
Lasse Holmstedt
2010-07-29
74
-8385
/
+8
*
QML JS Debugger: support the debugger statement
Olivier Goffart
2010-07-29
2
-4
/
+18
*
QML Observer: Fixed issues with resizing and changed splitter to widget
Lasse Holmstedt
2010-07-28
2
-15
/
+14
*
QML Observer: fix possible crash
Lasse Holmstedt
2010-07-28
1
-3
/
+1
*
Applied 07321dfceed41c1851781841e03c4148da47e41e to qmlobserver
Lasse Holmstedt
2010-07-28
2
-57
/
+50
*
Qml JS Debugger: If the exact line number is not known, fallback to the funct...
Olivier Goffart
2010-07-28
1
-1
/
+4
*
added missing license headers
Lasse Holmstedt
2010-07-28
2
-0
/
+58
*
Added crumble path to QML observer for showing the current context
Lasse Holmstedt
2010-07-28
17
-23
/
+365
*
Adjust border rects close to screen borders so that they are visible
Lasse Holmstedt
2010-07-28
4
-3
/
+29
*
QmlJS Live Preview: Showing object id's in context menu
Lasse Holmstedt
2010-07-27
6
-4
/
+35
*
QmlJS Live Preview: Added color box to toolbar
Lasse Holmstedt
2010-07-27
3
-0
/
+18
*
QML JS Debugger: Break when there is an uncaught exception
Olivier Goffart
2010-07-23
2
-8
/
+11
*
QML JS Debugger: use RIIA for initializeing an evaluation context
Olivier Goffart
2010-07-23
2
-23
/
+30
*
QML JS Debugger: Asynchronous call to watchHandler()->endCycle()
Olivier Goffart
2010-07-23
1
-0
/
+7
*
QML JS Debugger: add 'this' in the locals
Olivier Goffart
2010-07-23
2
-12
/
+22
*
QML JS Debugger: Ability to edit properties from the debugger
Olivier Goffart
2010-07-22
1
-1
/
+30
*
QML JS Debugger: Hides signals/slot/method
Olivier Goffart
2010-07-22
1
-0
/
+5
*
QML JS Debugger: Better support of QObject
Olivier Goffart
2010-07-22
1
-6
/
+8
*
QML JS Debugger: clicking on the stackstrace shows the locals of this context
Olivier Goffart
2010-07-22
1
-0
/
+25
*
QML JS Debugger: Be able to expand objects
Olivier Goffart
2010-07-22
2
-10
/
+53
*
QML JS Debugger: Better way to stream watch data
Olivier Goffart
2010-07-22
1
-6
/
+82
*
Qml Live Preview: Update the QmlJSLiveTextPreview When the document is reloaded.
Olivier Goffart
2010-07-20
3
-2
/
+15
*
Qml Live Preview: Match debug Id for new created objects.
Olivier Goffart
2010-07-19
1
-0
/
+1
*
QmlJsDelta: Add ability to remove object
Olivier Goffart
2010-07-19
1
-0
/
+5
*
Refresh context area mask when the context object size changes
Lasse Holmstedt
2010-07-16
2
-0
/
+19
*
QML JS debugging: premilary support of locals
Olivier Goffart
2010-07-16
1
-1
/
+1
*
Live preview: Creating objects dynamically
Lasse Holmstedt
2010-07-16
4
-1
/
+47
*
Fix warnings on windows
Tobias Hunger
2010-07-15
3
-13
/
+13
*
Changed handling of selected items to use weak pointers
Lasse Holmstedt
2010-07-15
4
-15
/
+29
*
Remove context if it is destroyed
Lasse Holmstedt
2010-07-15
2
-0
/
+15
*
Fixed OS X qml observer name
Lasse Holmstedt
2010-07-15
1
-2
/
+3
*
Compile fix
Kai Koehne
2010-07-15
1
-3
/
+3
*
Clear editor items (highlights, selections) when not in design mode
Lasse Holmstedt
2010-07-14
2
-1
/
+11
*
Merge branch 'qmljsinspector'
Olivier Goffart
2010-07-14
1
-0
/
+6
|
\
*
|
clear highlight when not in design mode
Lasse Holmstedt
2010-07-14
1
-0
/
+1
*
|
renamed pro file
Lasse Holmstedt
2010-07-14
1
-0
/
+0
*
|
rename dir qmlviewer -> qmlobserver
Lasse Holmstedt
2010-07-14
91
-0
/
+0
*
|
rename qmlviewer to qmlobserver
Lasse Holmstedt
2010-07-14
2
-2
/
+2
[next]