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
/
debuggerplugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename IPlugin::shutdown --> IPlugin::aboutToShutdown
con
2010-04-28
1
-3
/
+3
*
Don't delete members in DebuggerPlugin::shutdown.
con
2010-04-28
1
-14
/
+12
*
Make TextEditorPlugin internal again
Thorbjørn Lindeijer
2010-04-20
1
-2
/
+2
*
Fixed auto-switching issues with QML inspector and c++ debugger
Lasse Holmstedt
2010-04-13
1
-1
/
+13
*
debugger: more breakpoint refactoring
hjk
2010-04-12
1
-5
/
+5
*
Debugger/[gdb]: Remote debugging: Override toolchain gdb-detection
Friedemann Kleint
2010-04-12
1
-1
/
+3
*
debugger: move toggleBreakpoint() from DebuggerManager to DebuggerPlugin
hjk
2010-04-09
1
-5
/
+26
*
debugger: basic support for address-based breakpoints
hjk
2010-04-09
1
-2
/
+13
*
Comment fix and removed misplaced backslash
Thorbjørn Lindeijer
2010-04-08
1
-1
/
+1
*
debugger: prevent the QML editor from setting breakpoints
hjk
2010-04-06
1
-18
/
+39
*
debugger: some gui & code cosmetics
hjk
2010-04-06
1
-14
/
+4
*
debugger: add a context menu action to the stackview to create a full
hjk
2010-03-30
1
-0
/
+12
*
Added icons to options dialog categories
Thorbjørn Lindeijer
2010-03-26
1
-0
/
+3
*
Added an option to register Creator as post-mortem debugger.
Robert Loehning
2010-03-25
1
-1
/
+13
*
Fixes: Tooltips for hover help didn't show up anymore.
con
2010-03-23
1
-21
/
+18
*
Introduced a single convenient function for updating additional contexts
Thorbjørn Lindeijer
2010-03-23
1
-7
/
+4
*
Improved statusbar output for the debugger mode
Jens Bache-Wiig
2010-03-23
1
-0
/
+1
*
context-based hiding/showing of debug menu entries
Lasse Holmstedt
2010-03-19
1
-18
/
+37
*
setting menu item visiblity in debuggeruiswitcher
Lasse Holmstedt
2010-03-18
1
-0
/
+1
*
Added automatic language switching option to debugger settings
Lasse Holmstedt
2010-03-18
1
-18
/
+53
*
Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.
Friedemann Kleint
2010-03-18
1
-0
/
+5
*
Debugger: Improve engine detection.
Friedemann Kleint
2010-03-17
1
-3
/
+6
*
debugger: code cosmetics
hjk
2010-03-11
1
-71
/
+75
*
debugger: re-enable basic support for reverse execution.
hjk
2010-03-11
1
-30
/
+29
*
debugger: use ITextEditor in DebuggerManager
hjk
2010-03-10
1
-9
/
+2
*
debugger: closer dependency plugin<->manager, less signal/slot connections
hjk
2010-03-10
1
-75
/
+59
*
texteditor: return information on whether openEditor actually created an
hjk
2010-03-10
1
-1
/
+2
*
Long live the king!
hjk
2010-03-05
1
-1
/
+1
*
Migrate ManhattanStyle to use QProxyStyle
Jens Bache-Wiig
2010-02-23
1
-1
/
+1
*
Merge branch 'debugintegration'
Lasse Holmstedt
2010-02-16
1
-167
/
+107
|
\
|
*
Changed QML Inspector from a separate global mode to a plugin.
Lasse Holmstedt
2010-02-16
1
-166
/
+106
*
|
debugger: implement basic support for gdb's 'return' command
hjk
2010-02-15
1
-0
/
+5
|
/
*
debugger/texteditor: Add font and size option to debugger panels, QTCREATORB...
hjk
2010-02-12
1
-0
/
+6
*
debugger: some basic support for 'catch catch' and 'catch throw'
hjk
2010-02-11
1
-0
/
+2
*
debugger: re-enable the 'Reset Debugger' action, renamed into 'Abort Debugging'
hjk
2010-02-11
1
-3
/
+4
*
Removed static QIcon instances.
Friedemann Kleint
2010-02-10
1
-7
/
+1
*
debugger: add runToLine and jumpToLine actions to editor context menu in debu...
hjk
2010-02-08
1
-7
/
+22
*
debugger: make handling multiple core files a bit more convenient
hjk
2010-02-03
1
-0
/
+9
*
Merge remote branch 'origin/1.3'
Oswald Buddenhagen
2010-01-29
1
-4
/
+4
|
\
|
*
remove trailing whitespace
Oswald Buddenhagen
2010-01-29
1
-3
/
+3
|
*
debugger: make watchdog timeout configurable
con
2010-01-06
1
-0
/
+1
|
*
debugger: make use of full source file list optional
hjk
2010-01-06
1
-0
/
+1
|
*
debugger: make the option to write timestamps to the log persistent
con
2010-01-06
1
-0
/
+1
|
*
Revert "Debugger: Disable "Start debugging" when attaching/starting remote"
Friedemann Kleint
2009-11-02
1
-15
/
+1
|
*
Debugger: Disable "Start debugging" when attaching/starting remote
Friedemann Kleint
2009-11-02
1
-1
/
+15
*
|
debugger: clean up verbosity settings in trk adapter
hjk
2010-01-15
1
-0
/
+1
*
|
Fixes: Diff editors don't get correct name.
con
2010-01-11
1
-1
/
+1
*
|
Make method naming more consistent.
Tobias Hunger
2010-01-07
1
-8
/
+8
*
|
Debugger: Enable attaching with -client option.
Friedemann Kleint
2009-12-14
1
-34
/
+56
*
|
Add a minimize/maximize action to the output pane
mae
2009-12-14
1
-1
/
+1
[next]