aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugger: add Load Remote Corehjk2012-06-051-5/+41
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-051-34/+8
* ActionManager API cleanup.Eike Ziller2012-05-251-53/+49
* debugger: rework WatchModelhjk2012-05-241-8/+5
* Show shortcuts in debugger tool buttons.Eike Ziller2012-05-241-25/+28
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-231-45/+13
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-2/+2
* Debugger: Rename LocalsAndWatchersWindowKai Koehne2012-05-161-10/+10
* Debugger: Remove 'Clear Code Model' context menu actionKai Koehne2012-05-151-7/+0
* Debugger: Show locals when loading core dumpsKai Koehne2012-05-141-0/+2
* Debugger: Rename actions dealing with watched expressionsKai Koehne2012-05-141-2/+2
* Debugger: Move std:: Qt namespace actions to optionsKai Koehne2012-05-141-1/+1
* editormanager: simplify use of interfacehjk2012-05-111-16/+8
* Merge QML inspector into debugger pluginKai Koehne2012-05-091-13/+57
* use Core::Id for IMode::id and IMode::typehjk2012-05-081-8/+8
* remotelinux: use /proc/*/exe link target to determine local binaryhjk2012-05-041-6/+19
* Debugging: Pass a DebuggingLanguage arg in executeDebuggerCommand()Aurindam Jana2012-04-101-3/+3
* debugger: rework the searchable viewhjk2012-03-291-9/+9
* debugger: fix path to declarative sourceshjk2012-03-281-1/+1
* QmlJSInspector: Reposition the Tool BarAurindam Jana2012-03-281-1/+3
* debugger: make the selection of detach or kill explicithjk2012-03-261-0/+8
* Merge remote-tracking branch 'origin/2.5'Oswald Buddenhagen2012-03-231-6/+20
|\
| * debugger: make Attach to Remote... dialogs better accessiblehjk2012-03-221-6/+20
* | Debugger: Bring Qt Creator to foreground if app interruptsKai Koehne2012-03-231-0/+1
* | debugger: make views searchablehjk2012-03-221-8/+8
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-211-3/+4
|\|
| * debugger: fix quote style and capitalization in gutter menuhjk2012-03-201-3/+4
* | Move the ModelManagerInterface out of the CPlusPlus library.Erik Verbruggen2012-03-141-1/+1
|/
* debugger: better status messages on startup and interrupthjk2012-03-071-2/+2
* Normalized connect()sRobert Loehning2012-03-061-3/+3
* debugger: some people find the log view annoying, even for serious errorshjk2012-02-221-7/+3
* projectexplorer: Make the debugger language chooser a (hardcoded) "aspect"hjk2012-02-211-1/+1
* Debugger: Fix 'attach to QML port'Kai Koehne2012-02-211-0/+1
* ScriptConsole: Refactor to QtMessageLogWindowAurindam Jana2012-02-201-24/+15
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-201-10/+10
* Debugger: New syntax for command-line launchingOrgad Shaneh2012-02-201-39/+37
* debugger: remove a few too-fancy typedefshjk2012-02-161-9/+9
* Removed module names from #include directives.Erik Verbruggen2012-02-151-16/+16
* SessionManager::loadSession inline impl functions and rewriteDaniel Teske2012-02-131-2/+2
* debugger: better wording for the how-to-rebuild-dumpers pagehjk2012-02-071-2/+2
* Debugger: Add "Recent:" combo for Start External/Remote.Friedemann Kleint2012-02-061-98/+19
* Make Open Project wizard skippableDaniel Teske2012-02-031-3/+4
* Debugger: Add Disassembling of functions.Friedemann Kleint2012-02-011-1/+25
* Debugger: Make language to debug (QML/CPP) explicitKai Koehne2012-02-011-1/+9
* Core::ModeManager: make some functions statichjk2012-01-271-9/+6
* Debugger: Use toolchain for remote debuggingOrgad Shaneh2012-01-271-7/+6
* Long live the king!hjk2012-01-261-1/+1
* debugger: add 'inline benchmarking' for the plugin itselfhjk2012-01-261-1/+35
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* debugger: integrate state test into test automation frameworkhjk2012-01-251-55/+149