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
*
debugger: add Load Remote Core
hjk
2012-06-05
1
-5
/
+41
*
Add ActionContainer::addSeparator(...)
Eike Ziller
2012-06-05
1
-34
/
+8
*
ActionManager API cleanup.
Eike Ziller
2012-05-25
1
-53
/
+49
*
debugger: rework WatchModel
hjk
2012-05-24
1
-8
/
+5
*
Show shortcuts in debugger tool buttons.
Eike Ziller
2012-05-24
1
-25
/
+28
*
Get rid of lots of ifdef Q_OS_MAC for shortcuts.
Eike Ziller
2012-05-23
1
-45
/
+13
*
Move SSH support into a dedicated library.
Christian Kandeler
2012-05-22
1
-2
/
+2
*
Debugger: Rename LocalsAndWatchersWindow
Kai Koehne
2012-05-16
1
-10
/
+10
*
Debugger: Remove 'Clear Code Model' context menu action
Kai Koehne
2012-05-15
1
-7
/
+0
*
Debugger: Show locals when loading core dumps
Kai Koehne
2012-05-14
1
-0
/
+2
*
Debugger: Rename actions dealing with watched expressions
Kai Koehne
2012-05-14
1
-2
/
+2
*
Debugger: Move std:: Qt namespace actions to options
Kai Koehne
2012-05-14
1
-1
/
+1
*
editormanager: simplify use of interface
hjk
2012-05-11
1
-16
/
+8
*
Merge QML inspector into debugger plugin
Kai Koehne
2012-05-09
1
-13
/
+57
*
use Core::Id for IMode::id and IMode::type
hjk
2012-05-08
1
-8
/
+8
*
remotelinux: use /proc/*/exe link target to determine local binary
hjk
2012-05-04
1
-6
/
+19
*
Debugging: Pass a DebuggingLanguage arg in executeDebuggerCommand()
Aurindam Jana
2012-04-10
1
-3
/
+3
*
debugger: rework the searchable view
hjk
2012-03-29
1
-9
/
+9
*
debugger: fix path to declarative sources
hjk
2012-03-28
1
-1
/
+1
*
QmlJSInspector: Reposition the Tool Bar
Aurindam Jana
2012-03-28
1
-1
/
+3
*
debugger: make the selection of detach or kill explicit
hjk
2012-03-26
1
-0
/
+8
*
Merge remote-tracking branch 'origin/2.5'
Oswald Buddenhagen
2012-03-23
1
-6
/
+20
|
\
|
*
debugger: make Attach to Remote... dialogs better accessible
hjk
2012-03-22
1
-6
/
+20
*
|
Debugger: Bring Qt Creator to foreground if app interrupts
Kai Koehne
2012-03-23
1
-0
/
+1
*
|
debugger: make views searchable
hjk
2012-03-22
1
-8
/
+8
*
|
Merge remote-tracking branch 'origin/2.5'
Eike Ziller
2012-03-21
1
-3
/
+4
|
\
|
|
*
debugger: fix quote style and capitalization in gutter menu
hjk
2012-03-20
1
-3
/
+4
*
|
Move the ModelManagerInterface out of the CPlusPlus library.
Erik Verbruggen
2012-03-14
1
-1
/
+1
|
/
*
debugger: better status messages on startup and interrupt
hjk
2012-03-07
1
-2
/
+2
*
Normalized connect()s
Robert Loehning
2012-03-06
1
-3
/
+3
*
debugger: some people find the log view annoying, even for serious errors
hjk
2012-02-22
1
-7
/
+3
*
projectexplorer: Make the debugger language chooser a (hardcoded) "aspect"
hjk
2012-02-21
1
-1
/
+1
*
Debugger: Fix 'attach to QML port'
Kai Koehne
2012-02-21
1
-0
/
+1
*
ScriptConsole: Refactor to QtMessageLogWindow
Aurindam Jana
2012-02-20
1
-24
/
+15
*
Rename IFile->IDocument and FileManager->DocumentManager
Eike Ziller
2012-02-20
1
-10
/
+10
*
Debugger: New syntax for command-line launching
Orgad Shaneh
2012-02-20
1
-39
/
+37
*
debugger: remove a few too-fancy typedefs
hjk
2012-02-16
1
-9
/
+9
*
Removed module names from #include directives.
Erik Verbruggen
2012-02-15
1
-16
/
+16
*
SessionManager::loadSession inline impl functions and rewrite
Daniel Teske
2012-02-13
1
-2
/
+2
*
debugger: better wording for the how-to-rebuild-dumpers page
hjk
2012-02-07
1
-2
/
+2
*
Debugger: Add "Recent:" combo for Start External/Remote.
Friedemann Kleint
2012-02-06
1
-98
/
+19
*
Make Open Project wizard skippable
Daniel Teske
2012-02-03
1
-3
/
+4
*
Debugger: Add Disassembling of functions.
Friedemann Kleint
2012-02-01
1
-1
/
+25
*
Debugger: Make language to debug (QML/CPP) explicit
Kai Koehne
2012-02-01
1
-1
/
+9
*
Core::ModeManager: make some functions static
hjk
2012-01-27
1
-9
/
+6
*
Debugger: Use toolchain for remote debugging
Orgad Shaneh
2012-01-27
1
-7
/
+6
*
Long live the king!
hjk
2012-01-26
1
-1
/
+1
*
debugger: add 'inline benchmarking' for the plugin itself
hjk
2012-01-26
1
-1
/
+35
*
Replace Q_WS_MAC with Q_OS_MAC.
Morten Johan Sorvig
2012-01-26
1
-1
/
+1
*
debugger: integrate state test into test automation framework
hjk
2012-01-25
1
-55
/
+149
[next]