aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/watchwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: edit debugger API docsLeena Miettinen2013-09-091-1/+1
* Debugger: Update scrollbar when navigating with the keyboardOrgad Shaneh2013-08-161-1/+2
* Debugger: Save watcher historyhjk2013-06-111-1/+3
* Doc: Remove \fn lines adjacent to functionsOrgad Shaneh2013-06-051-5/+2
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-081-1/+0
|\
| * Remove unneeded typedefsKai Koehne2013-04-021-1/+0
* | Clean headers in debugger plugin.Friedemann Kleint2013-03-221-7/+0
* | Debugger: Sort out the 'address' vs 'origaddr' fieldshjk2013-03-081-62/+63
* | Escape & in evaluation expressionsThiago Macieira2013-03-081-1/+2
|/
* 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
* | Debugger: make variable format changes work with multi-selectionhjk2013-01-101-8/+15
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Fix crash in context menu for edit formats.Friedemann Kleint2012-12-281-1/+3
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-271-0/+5
|\|
| * Inspector: Update Editor on object selectionAurindam Jana2012-11-261-0/+5
* | Fix memory highlighting of first variable/member.Friedemann Kleint2012-11-151-2/+4
* | Improve color highlighting of memory view.Friedemann Kleint2012-11-151-18/+8
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-291-1/+1
|\|
| * Try to watch local variable in watchwindow-DND, too.Friedemann Kleint2012-10-291-1/+1
* | Inspector: Set the context of consoleAurindam Jana2012-10-251-0/+5
|/
* 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