index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
qmldebugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change stateChanged(State) signatures to have (QmlDebugWatch::State)
Bea Lam
2009-11-11
6
-9
/
+9
*
Move graph slider when graph gets wheel event.
Bea Lam
2009-11-05
1
-11
/
+32
*
Show source file and line of an object in the text editor when it
Bea Lam
2009-11-04
5
-5
/
+44
*
Add tooltip and bar highlight when cursor is hovered over a graph bar.
Bea Lam
2009-11-03
1
-21
/
+94
*
Various UI changes: added graph labels and 'clear' button, changed
Bea Lam
2009-11-03
2
-71
/
+155
*
Remember host and port settings.
Bea Lam
2009-11-03
3
-9
/
+26
*
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...
Bea Lam
2009-11-02
24
-20
/
+980
|
\
|
*
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...
Aaron Kennedy
2009-10-30
24
-0
/
+960
|
|
\
|
|
*
fix headers
Warwick Allison
2009-10-29
24
-0
/
+960
|
*
|
Make private headers _p
Aaron Kennedy
2009-10-30
12
-19
/
+19
|
*
|
Rename qfx files to qmlgraphics files
Aaron Kennedy
2009-10-30
1
-1
/
+1
|
|
/
*
|
Minor improvements
Bea Lam
2009-10-29
4
-11
/
+9
|
/
*
Use ShellMode for creator plugin expression widget.
Bea Lam
2009-10-28
2
-1
/
+10
*
Must delete query objects once disconnected.
Bea Lam
2009-10-28
1
-1
/
+8
*
Show contents of list properties within the debugger (like the Creator
Bea Lam
2009-10-28
5
-37
/
+87
*
Auto-select first tree item after reload.
Bea Lam
2009-10-28
2
-2
/
+3
*
Fix crash bug where watch is already deleted
Bea Lam
2009-10-28
1
-1
/
+2
*
Fix context so files can be saved in Inspector mode, and colour
Bea Lam
2009-10-27
3
-10
/
+9
*
minor fixes
Bea Lam
2009-10-27
2
-3
/
+1
*
Show property type in separate column like Creator debugger.
Bea Lam
2009-10-27
1
-7
/
+8
*
Fix build target for standalone qmldebugger.
Bea Lam
2009-10-27
1
-1
/
+2
*
Add qmldebugger/creatorplugin
Bea Lam
2009-10-27
15
-0
/
+1240
*
Move qmldebugger/ into qmldebugger/standalone dir.
Bea Lam
2009-10-27
22
-18
/
+20
*
Increase minimum height
Bea Lam
2009-10-27
1
-1
/
+1
*
Allow debugger components to be reset/cleared.
Bea Lam
2009-10-27
10
-38
/
+109
*
Fix to show expression query widget and allow QmlEngineDebug values
Bea Lam
2009-10-26
10
-23
/
+78
*
Allow canvas sizehint to be configurable and fix signal-slot
Bea Lam
2009-10-22
5
-8
/
+20
*
Give more info about whether a value is null and its value type.
Bea Lam
2009-10-21
3
-20
/
+58
*
Add ExpressionQueryWidget and do some clean up.
Bea Lam
2009-10-20
8
-11
/
+259
*
Give more information about the value of a property when the variant
Bea Lam
2009-10-15
1
-3
/
+13
*
Fix memory leak and remove redundant ContextIdRole.
Bea Lam
2009-10-14
3
-12
/
+18
*
Split the various debugger widgets out into their own files. The
Bea Lam
2009-10-14
15
-751
/
+879
*
Add command line options.
Bea Lam
2009-10-08
1
-6
/
+43
*
If there's only one engine, auto-connect to it and hide engines view.
Bea Lam
2009-09-30
5
-5
/
+35
*
Remove redundant "Fetch object" button and text field.
Bea Lam
2009-09-29
2
-16
/
+0
*
Use splitter to separate tree and property views. Helps with problems
Bea Lam
2009-09-29
1
-7
/
+6
*
Auto-remove from watch table depending on watch state, and check a
Bea Lam
2009-09-28
3
-22
/
+40
*
Indicate which properties are watchable and use bold text instead of
Bea Lam
2009-09-24
4
-32
/
+42
*
Change property view from table to tree like old debugger and move WatchTable...
Bea Lam
2009-09-24
7
-267
/
+419
*
Allow watching of properties to be stopped from watch table. Also fix
Bea Lam
2009-09-23
2
-18
/
+93
*
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...
Bea Lam
2009-09-23
4
-26
/
+43
|
\
|
*
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...
Michael Brasser
2009-09-22
2
-3
/
+3
|
|
\
|
|
*
Renaming: QFxView -> QmlView
Yann Bodson
2009-09-22
2
-3
/
+3
|
*
|
Fixes for framerate monitor.
Michael Brasser
2009-09-22
2
-1
/
+24
|
|
/
|
*
Get the framerate monitor working again.
Michael Brasser
2009-09-21
1
-22
/
+16
*
|
Add some of the functionality from the old debugger (e.g. dynamic updating of...
Bea Lam
2009-09-23
2
-10
/
+422
|
/
*
Track QML API changes.
Warwick Allison
2009-09-14
1
-3
/
+3
*
Rename positioners.
Warwick Allison
2009-08-24
1
-1
/
+1
*
Show full object tree in qml debugger
Kai Koehne
2009-08-14
1
-0
/
+9
*
Fix qmldebugger not finding engines.qml 2
Kai Koehne
2009-08-14
4
-4
/
+14
[next]