aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Debugger: Replace debuggerCore() by equivalent free functionshjk2014-10-231-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Debugger: Reduce line noisehjk2014-07-281-6/+6
|/
* Debugger: Remove special column resizing in the break viewhjk2014-07-161-14/+0
* Debugger: Consolidate Debugger view creationhjk2014-06-041-8/+1
* Debugger/Utils: Merge Debugger::TreeView into layer above and belowhjk2014-06-041-1/+2
* Debugger: More column resizinghjk2014-06-041-4/+1
* DebuggerViews: Fix keyboard navigation on OS XDaniel Teske2014-04-161-1/+1
* Debugger: Replace a few mainwindow uses with dialogparenthjk2014-02-121-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Debugger: Add history completer to path choosersTobias Hunger2013-11-261-0/+1
|/
* Debugger: Remove some confusing duplicationsTobias Hunger2013-11-131-2/+2
* Make "Reset warnings" option reset "Do not ask again" messages.Eike Ziller2013-11-011-2/+4
* Debugger: Keep secondary dialogs on top of the main windowhjk2013-10-171-1/+2
* Debugger: Disable inapplicable context menu entries for sub-breakpointshjk2013-08-191-2/+5
* Debugger: Remove linebreak in warning message.Friedemann Kleint2013-06-121-1/+1
* Debugger: Nag user before removing all breakpointshjk2013-06-071-1/+12
* Debugger: Add basic breakpoint handling and stepping to LLDB backendhjk2013-04-101-4/+7
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-11/+0
* Debugger: Enable/Disable breakpoints with SpaceNikolai Kosjar2013-02-181-0/+12
* 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
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-1/+1
* | debugger: open 'Add Breakpoint' dialog on double click on backgroundhjk2012-10-091-4/+8
|/
* Adjust license headershjk2012-10-051-21/+20
* Removed pointless numerus formRobert Loehning2012-09-101-1/+1
* debugger: add support for temporary breakpointshjk2012-08-211-0/+16
* debugger: fix use of multi-line breakpoint commands.hjk2012-08-211-132/+310
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Fix the rest of the warnings about integer sign change with ICCThiago Macieira2012-05-221-1/+1
* BreakHandler: DebuggerEngine for breakpointIdAurindam Jana2012-05-041-7/+9
* QmlDebugger: Refactor QML Signal HandlerAurindam Jana2012-04-161-3/+3
* debugger: rework the searchable viewhjk2012-03-291-30/+39
* debugger: make views searchablehjk2012-03-221-18/+13
* Debugger: use QString::fromLatin1 instead of QString::fromAsciiDenis Mingulov2012-02-161-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-5/+5
* Long live the king!hjk2012-01-261-1/+1
* debugger: replace static capability check by something potentially dynamichjk2012-01-161-22/+18
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-1/+1
* Debugger: Hide memory related actions in context menus for QML onlyKai Koehne2011-12-011-1/+2
* BreakDialog: BreakpointAtJavaScriptThrowAurindam Jana2011-11-031-1/+4
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* BreakDialog: Command and Message Fields.Aurindam Jana2011-10-221-4/+14
* V8DebuggerClient: Enable breakpoints on ExceptionsAurindam Jana2011-10-111-2/+5
* Debugger: Change BreakpointOnSignalHandler to BreakpointOnQMLSignalHandlerAurindam Jana2011-09-301-3/+3
* debugger: use common baseclass for all dock treeviewshjk2011-09-301-45/+8