summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Test: Correct path of loaded project for MacChristian Stenger2013-05-301-7/+8
* Merge remote-tracking branch 'origin/2.7' into 2.8Eike Ziller2013-05-271-1/+3
|\
| * Debugger: Fix passing connection when starting from commandlinehjk2013-05-271-1/+3
* | Debugger: Make kit parameter in fillParameters() non-optionalhjk2013-05-271-1/+1
* | Debugger: Add core function returning string list settings.David Schulz2013-05-271-0/+6
* | Merge branch '2.7'Oswald Buddenhagen2013-05-151-1/+3
|\ \ | |/
| * Fix Breakpoint storing in sessionDaniel Teske2013-05-071-1/+0
| * QmlDebugging: Attach to QML applicationAurindam Jana2013-05-071-0/+3
* | QmlDebugging: Set correct host when attaching to an applicationAurindam Jana2013-05-061-1/+12
* | TextEditors: Separate away methods that actually work on a documentEike Ziller2013-04-191-4/+4
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-181-1/+1
|\ \ | |/
| * Debugger: Re-enable thread combo box for core fileshjk2013-04-111-1/+1
* | CppTools: Rename files to comply with coding standardTobias Hunger2013-04-101-1/+1
* | CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-1/+1
* | Move DebuggerRunConfigurationAspect into DebuggerTobias Hunger2013-04-051-1/+2
* | Demote debuggerrunconfigurationaspectTobias Hunger2013-04-051-1/+1
* | Merge branch 'master' of ssh://codereview.qt-project.org/qt-creator/qt-creatorEike Ziller2013-03-261-0/+1
|\ \
| * | Clean headers in ProjectExplorer.Friedemann Kleint2013-03-261-0/+1
* | | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-261-1/+3
|\ \ \ | |/ / |/| / | |/
| * debugger: Avoid failing assert in theId()Robert Loehning2013-03-191-1/+3
* | DebuggerPlugin: Adjust to MessageManager api changeDaniel Teske2013-03-221-1/+1
* | Clean headers in debugger plugin.Friedemann Kleint2013-03-221-30/+1
* | Debugger: use Id::toSetting when writing settingshjk2013-03-211-1/+1
* | Debugger: Remove deprecated use of Core::Id(QString)hjk2013-03-191-5/+5
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-181-2/+5
|\ \ | |/
| * Debugger: Enable/disable debug buttonAurindam Jana2013-03-131-2/+5
* | Client: Block until editor is closedOrgad Shaneh2013-03-151-1/+2
* | Fix Krazy warnings about includes/header guards in Debugger.Friedemann Kleint2013-03-121-1/+0
|/
* Fix launching the debugger from the command line.Friedemann Kleint2013-03-051-10/+17
* Debugger: Enable debugging of mini dumps on windows.David Schulz2013-02-261-1/+2
* UI text: fix capitalization in debuggerLeena Miettinen2013-02-121-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | LocalApplicationRC: Rename files to localapplicationrunconfiguration.(h|cpp)Tobias Hunger2013-01-281-1/+1
* | Debugger: split editor related code off watchutils.{h,cpp}hjk2013-01-251-0/+1
* | Debugger: remove isEditorDebuggablehjk2013-01-241-5/+0
* | Debugger: split fixCppExpression into some common and some cdb parthjk2013-01-091-1/+4
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | Debugger: de-noisehjk2012-12-301-17/+12
* | Use Core::Id in ICore::showOptionsDialoghjk2012-12-291-3/+1
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-12-141-14/+35
|\ \ | |/
| * Inspector: Add tools to debug menuAurindam Jana2012-12-111-26/+33
| * Inspector: Enable/disable tools on engine stateAurindam Jana2012-12-111-2/+16
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
* | Debugger (qbs): Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-271-2/+2
* | Id: Add QByteArray constructorOrgad Shaneh2012-11-201-7/+7
* | debugger: give access to the section names in a shared objecthjk2012-11-091-0/+31
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-091-0/+1
|\ \ | |/
| * QmlDebugger: Fix Remote QML DebuggingAurindam Jana2012-11-071-0/+1
* | Debugger: Make autotests auto-configure and compile test projecthjk2012-11-061-9/+28