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
/
debugger
/
debuggerconstants.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debugger: Remove actions from object pool
Kai Koehne
2012-05-14
1
-6
/
+0
*
Merge QML inspector into debugger plugin
Kai Koehne
2012-05-09
1
-1
/
+3
*
Debugger: DebuggerSettings and QmlJSPropertyInspector
Aurindam Jana
2012-04-17
1
-0
/
+5
*
debugger: make the selection of detach or kill explicit
hjk
2012-03-26
1
-0
/
+6
*
ScriptConsole: Refactor to QtMessageLogWindow
Aurindam Jana
2012-02-20
1
-1
/
+2
*
Removed module names from #include directives.
Erik Verbruggen
2012-02-15
1
-1
/
+1
*
Debugger: Make language to debug (QML/CPP) explicit
Kai Koehne
2012-02-01
1
-1
/
+0
*
Long live the king!
hjk
2012-01-26
1
-1
/
+1
*
debugger: replace static capability check by something potentially dynamic
hjk
2012-01-16
1
-2
/
+1
*
ProjectExplorer: use enum instead of QString for run mode
hjk
2012-01-11
1
-4
/
+0
*
debugger: clearer naming for some of the remote operations
hjk
2011-12-07
1
-3
/
+5
*
Debugger: Hide memory related actions in context menus for QML only
Kai Koehne
2011-12-01
1
-0
/
+1
*
all: s/info@qt.nokia.com/qt-info@nokia.com/
hjk
2011-11-03
1
-2
/
+2
*
debugger: cleaner debugger aborting
hjk
2011-11-02
1
-1
/
+1
*
debugger: fix order of special actions to start debugging
hjk
2011-10-19
1
-2
/
+3
*
Debugger: Always show "Start Debugging" methods
Kai Koehne
2011-10-10
1
-0
/
+4
*
debugger: hard-code some qt5 related paths
hjk
2011-09-16
1
-1
/
+2
*
QmlDebugger: Added dialog "Attach to QML Port..."
Aurindam Jana
2011-09-14
1
-0
/
+1
*
Debugger: Replace virtuals by capability flags.
Friedemann Kleint
2011-08-04
1
-6
/
+8
*
debugger: re-organize actions
hjk
2011-08-03
1
-0
/
+1
*
debugger, bookmarks: use char[] for string constants
hjk
2011-07-15
1
-28
/
+28
*
analyzer: refactor progress
hjk
2011-07-04
1
-1
/
+1
*
analyzer: finish split of tools into "tools-with-modes"
hjk
2011-07-04
1
-1
/
+1
*
introduce separate output format for windows debug channel
Oswald Buddenhagen
2011-05-12
1
-3
/
+3
*
Introduced capabilities for OperateByInstruction and RunToLine
Thorbjørn Lindeijer
2011-05-09
1
-0
/
+2
*
debugger: introduce watchpoint-by-expression
hjk
2011-05-09
1
-3
/
+4
*
Fix/add copyright headers
Tobias Hunger
2011-05-06
1
-1
/
+1
*
debugger: make F10/F11 start the app if not running and break on main
hjk
2011-05-02
1
-0
/
+1
*
Debugger: Separate internal constants.
Friedemann Kleint
2011-04-21
1
-71
/
+12
*
Debugger/Stack layout view: Exclude Dereferenced Pointers.
Friedemann Kleint
2011-04-21
1
-0
/
+1
*
Debugger: Fix up titles/tooltips of memory views.
Friedemann Kleint
2011-04-21
1
-0
/
+2
*
Merge branch '2.2'
Oswald Buddenhagen
2011-04-14
1
-14
/
+13
|
\
|
*
Update license.
hjk
2011-04-13
1
-14
/
+13
*
|
Remove unused constants, fix lacking virtual destructor
Jarek Kobus
2011-04-14
1
-3
/
+0
*
|
Debugger: Fix warning, remove unused AttachTcf mode.
Friedemann Kleint
2011-04-08
1
-1
/
+0
*
|
debugger: code cosmetics
hjk
2011-04-07
1
-2
/
+0
*
|
Merge branch '2.2'
Bill King
2011-04-05
1
-1
/
+1
|
\
\
|
|
/
|
*
Fixed value of DisassemblerCapability
Thorbjørn Lindeijer
2011-04-01
1
-1
/
+1
*
|
Debugger: Add size to watch data.
Friedemann Kleint
2011-04-04
1
-0
/
+1
|
/
*
debugger: fix removal of dummy <Edit> watch item using the <Del> key
hjk
2011-03-17
1
-0
/
+1
*
debugger: add possibility to break on fork, vfork, exec, syscall
hjk
2011-03-04
1
-1
/
+2
*
Debugger: Make tracepoints a capability.
Friedemann Kleint
2011-02-21
1
-5
/
+6
*
Introduced a QML-specific debugger tool bar
Thorbjørn Lindeijer
2011-02-16
1
-0
/
+1
*
Debugger: Make breakpoint capabilities more fine-grained.
Friedemann Kleint
2011-02-07
1
-5
/
+8
*
debugger: remove InferiorStopSpontaneous state again
hjk
2011-01-17
1
-1
/
+0
*
debugger: remove EngineRunOk state again
hjk
2011-01-17
1
-1
/
+0
*
debugger: re-do state transitions in combined C++/Qml engine
hjk
2011-01-14
1
-2
/
+8
*
Use the new ProxyAction for the debug button.
con
2011-01-12
1
-1
/
+3
*
It's 2011 now.
con
2011-01-12
1
-1
/
+1
*
Merge branch '2.1'
con
2010-12-17
1
-7
/
+11
|
\
[next]