summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Try to watch local variable in watchwindow-DND, too.Friedemann Kleint2012-10-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Get rid of some Q_WS_X11.Nikolai Kosjar2012-10-041-2/+0
* debugger: handle "bad" characters when d&d'ing new watchershjk2012-09-211-1/+5
* Handle watching/tooltips of C++ editor tokens consistently.Friedemann Kleint2012-09-031-2/+7
* Debugger: Fix stack layout display.Friedemann Kleint2012-08-211-13/+14
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: move watchpoint convenience functions to breakhandlerhjk2012-06-041-30/+3
* Debugger: Remove 'Change Global Display Formats...'Kai Koehne2012-06-011-7/+4
* debugger: prevent watched expressions from re-appearinghjk2012-05-251-12/+7
* debugger: fix regression when trying to remove watched expressionshjk2012-05-241-11/+12
* debugger: rework WatchModelhjk2012-05-241-12/+28
* Debugger: Enable 'Select Widget ...' only if one can add expression evaluatorsKai Koehne2012-05-181-2/+2
* Debugger: Show 'Remove expression evaluator' actions only for watchesKai Koehne2012-05-161-2/+2
* Debugger: Remove 'Clear Code Model' context menu actionKai Koehne2012-05-151-7/+0
* Debugger: Rename actions dealing with watched expressionsKai Koehne2012-05-141-9/+9
* Debugger: Move std:: Qt namespace actions to optionsKai Koehne2012-05-141-2/+0
* Merge QML inspector into debugger pluginKai Koehne2012-05-091-1/+5
* debugger: do nothing if the L&E context menu is cancelledhjk2012-04-271-1/+3
* qtcassert: move actual printing to separate function and enforce stylehjk2012-04-171-1/+1
* debugger: rework the searchable viewhjk2012-03-291-56/+56
* debugger: make views searchablehjk2012-03-221-20/+21
* debugger: better display of the "local format follows type" optionhjk2012-03-131-7/+7
* Debugger: use QString::fromLatin1 instead of QString::fromAsciiDenis Mingulov2012-02-161-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-16/+16
* Long live the king!hjk2012-01-261-1/+1
* debugger: do not disable updates on locals and expressionshjk2012-01-201-12/+0
* debugger: replace static capability check by something potentially dynamichjk2012-01-161-7/+6
* debugger: better guess at engine capabilities in dummy enginehjk2012-01-131-0/+1
* Debugging: Context Menu check for Watch Point CapabilityAurindam Jana2011-12-281-1/+2
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-3/+3
* debugger: fix deletion of multiple watchershjk2011-12-161-4/+10
* debugger: make use of dynamic type for dumpers configurablehjk2011-11-301-0/+1
* debugger: Disable setting of watchpoints on non-existing variableshjk2011-11-181-1/+9
* debugger: code cosmeticshjk2011-11-151-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | Small include header fixesHarald Fernengel2011-11-091-0/+1
* | debugger: add dialog to edit display typeshjk2011-11-081-1/+6
|/
* debugger: use common baseclass for all dock treeviewshjk2011-09-301-45/+9
* debugger: Fix context menu behavior for evaluated expression childrenhjk2011-08-251-2/+6
* debugger: Remove All Watch Items -> Remove All Evaluated Expressionshjk2011-08-251-5/+9
* Debugger: Replace virtuals by capability flags.Friedemann Kleint2011-08-041-3/+3
* debugger: offer an option to show C-style escaped stringshjk2011-08-031-0/+7
* debugger: code/ui cosmeticshjk2011-08-031-41/+45
* debugger: allow insertion of evaluated expressions for core fileshjk2011-08-031-0/+1
* Debugger: Fix crash in stack frame layout display.Friedemann Kleint2011-07-281-1/+2
* Fix original string messagesJarek Kobus2011-07-051-1/+1
* debugger: split BreakpointIndex into plugin and debugger specific parthjk2011-06-271-2/+2
* debugger: fix expansion of object in gdb tooltips on first clickhjk2011-05-271-1/+1