index
:
qt-creator/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
11.0
12.0
13.0
14.0
15.0
16.0
17.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
3dfirst
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
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-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/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
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
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
debugger
/
watchhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugger: suppress variable tooltips with outdated contents
hjk
2010-09-15
1
-0
/
+6
*
I18n: tr-fixes.
Friedemann Kleint
2010-09-13
1
-3
/
+4
*
debugger: only update variables that are operated on
hjk
2010-09-13
1
-4
/
+7
*
debugger: make some of the dumper generated static strings translatable
hjk
2010-09-08
1
-0
/
+15
*
debugger: provide a method to copy Locals&Watchers contents into a main editor.
hjk
2010-09-08
1
-0
/
+26
*
debugger: more QByteArray/type
hjk
2010-09-01
1
-23
/
+24
*
debugger: make a 'type' a QByteArray, not a QString
hjk
2010-09-01
1
-5
/
+5
*
debugger: fix spelling of synchronous
hjk
2010-08-30
1
-3
/
+3
*
debugger: don't show format options for 'bool'
hjk
2010-08-26
1
-1
/
+1
*
debugger: replace \n by \\n in locals & watchers
hjk
2010-08-26
1
-1
/
+3
*
Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainline
Kai Koehne
2010-08-23
1
-3
/
+6
|
\
|
*
debugger: fix 2.x regression: allow assignment to structure members
hjk
2010-08-18
1
-2
/
+15
*
|
debugger: fix assigning new values to structure members
hjk
2010-08-18
1
-2
/
+12
*
|
debugger: simplify code for inserting new watchitems
hjk
2010-07-23
1
-20
/
+6
*
|
debugger: do not insert multiple "<Edit>" placeholders when creating new watch
hjk
2010-07-22
1
-6
/
+29
*
|
debugger: adjust loading/saving of watched expressions to recent changes
hjk
2010-06-25
1
-4
/
+24
*
|
debugger: allow per item selection of display method in Locals&Watchers
hjk
2010-06-25
1
-10
/
+20
*
|
debugger: simplify handling of context menu actions of the Locals&Watchers view
hjk
2010-06-23
1
-35
/
+40
*
|
debugger: remove special mechanism to update watcher and return window
hjk
2010-06-23
1
-4
/
+5
*
|
debugger: The DebuggerEngine refactoring.
hjk
2010-06-22
1
-45
/
+119
*
|
debugger: make watch and register items non-draggable
hjk
2010-06-07
1
-2
/
+2
*
|
Debugger/WatchWindow: Add menu options to show pointed to addresses.
Friedemann Kleint
2010-05-19
1
-9
/
+32
*
|
debugger: fix resetting type formats in Locals and Watchers
hjk
2010-05-19
1
-1
/
+4
*
|
debugger: show return value of last function call in Locals and Watchers view
hjk
2010-05-19
1
-0
/
+14
|
/
*
debugger: add a cut-down version of the dumpers for python
hjk
2010-04-27
1
-9
/
+11
*
debugger: new files for WatchData; move potentially shared code to watchutils...
hjk
2010-04-27
1
-248
/
+0
*
Fixed debug view of QImage on Windows
Robert Loehning
2010-04-23
1
-0
/
+7
*
Debugger[CDB]: Fix watchers.
Friedemann Kleint
2010-04-15
1
-0
/
+1
*
Debugger[cdb/gdb]: Fix formatting of integers/messages.
Friedemann Kleint
2010-04-09
1
-1
/
+41
*
debugger: polish address display. also remove the mostly unused 'stored' address
hjk
2010-03-23
1
-2
/
+0
*
debugger: hide "watchers" part of Locals&Watchers if there aren't watchers
hjk
2010-03-22
1
-0
/
+1
*
Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.
Friedemann Kleint
2010-03-18
1
-0
/
+1
*
debugger: merge multiple fancy views of the same object
hjk
2010-03-17
1
-4
/
+5
*
debugger: display cosmetics
hjk
2010-03-17
1
-37
/
+40
*
debugger: base individual formats on object addresses, not on inames
hjk
2010-03-17
1
-8
/
+8
*
debugger: add manual test
hjk
2010-03-16
1
-0
/
+1
*
debugger: code cosmetics for custom displays
hjk
2010-03-16
1
-11
/
+25
*
debugger: don't hard code typeformats except for ints and strings
hjk
2010-03-16
1
-9
/
+8
*
debugger: speed up QImage dumper
hjk
2010-03-15
1
-15
/
+30
*
debugger: start reviving graphical data display
hjk
2010-03-15
1
-61
/
+44
*
debugger: implement selected of string encoding per pointer type/individual p...
hjk
2010-03-11
1
-25
/
+75
*
debugger: remove irrelevant comment containing a reminder
hjk
2010-03-09
1
-1
/
+0
*
debugger: empty list of fetched variables at the end of the full cycle
hjk
2010-03-09
1
-7
/
+6
*
debugger: replace a workaround to update the [+] marker when items by a less ...
hjk
2010-03-09
1
-18
/
+15
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
debugger: clear list of expanded items when restarting
hjk
2010-02-25
1
-0
/
+3
*
debugger: plug leak in watch model.
hjk
2010-02-17
1
-0
/
+6
*
debugger: code cosmetics
hjk
2010-02-11
1
-2
/
+4
*
Reapply unconnected changes from reverted commit
Kai Koehne
2010-02-08
1
-1
/
+1
*
Revert "compile everything with QT_USE_FAST_CONCATENATION"
Kai Koehne
2010-02-08
1
-1
/
+1
[next]