summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Fix missing watch highlight when the value changesAntonio Di Monaco2019-10-081-2/+2
* Debugger: Do not crash when displaying uninitialized QImageshjk2019-10-011-9/+14
* Use common functions for handling ampersands/acceleratorsEike Ziller2019-08-091-2/+2
* Debugger: Make the time stamp recording option work for single itemshjk2019-04-121-18/+22
* TreeView: Fix mapping to source models in case ProxyModels are involvedhjk2019-04-021-1/+1
* Help: Rename handleHelpRequest to showHelpUrlEike Ziller2019-01-251-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-4/+4
* Debugger: Privatize GdbMi::m_childrenhjk2018-09-261-3/+3
* Debugger: Fix crash when starting with expressionsOrgad Shaneh2018-09-171-1/+0
* Debugger: Move session load/restore handlinghjk2018-08-291-20/+28
* Debugger: Split ToolTipManager into per-engine partshjk2018-08-281-4/+4
* Debugger: Replace Internal::mainWindowhjk2018-08-231-3/+3
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-4/+17
* Debugger: ModernizeAlessandro Portale2018-07-251-18/+18
* Debugger: Allow stack layout to be shown in a memory viewhjk2018-06-251-0/+4
* Debugger: Make "Memory Editor Showing Stack Layout" easier accessiblehjk2018-06-251-2/+1
* Debugger: Add a menu separator between memory views and editorshjk2018-06-251-0/+2
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-191-12/+13
|\
| * Do not leak menus in watch model / debuggerEike Ziller2018-06-141-12/+13
* | Debugger: Code cosmeticshjk2018-05-311-9/+9
|/
* Debugger: Fix brace indentationOrgad Shaneh2018-04-051-1/+1
* Debugger: Add missing breaksOrgad Shaneh2018-04-051-0/+4
* Debugger: Use TypedTreeItem's typed parent ability for WatchItemshjk2018-03-081-1/+1
* Debugger: Modernizehjk2018-02-011-2/+2
* Debugger: Split Expressions view into dock of its ownhjk2017-11-061-12/+11
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-8/+6
* Utils: Fix typo in function nameChristian Stenger2017-09-051-1/+1
* app_version.h: Make IDE name configurableTobias Hunger2017-09-051-1/+2
* Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-06-121-1/+1
|\
| * Debugger: Fix C&P mistakeRobert Loehning2017-06-021-1/+1
* | Reduce usage of qApp in favor of static function callsAlessandro Portale2017-04-241-2/+2
|/
* Debugger: Fix MSVC warningOrgad Shaneh2017-03-151-1/+1
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* BaseTreeView: Make resizeColumns() publicly accessiblehjk2017-02-211-3/+1
* Debugger: Fix setting display format based on typeDavid Schulz2017-02-171-4/+4
* Debugger: Add {Expand,Collapse} Children itemhjk2017-02-151-0/+19
* Utils: Introduce TreeItem::{begin,end}hjk2017-02-081-7/+7
* Debugger: Fix spurious cppcheck warning in reformatCharacterhjk2017-01-251-1/+1
* Debugger: Fix Window grabbing on GDBhjk2016-12-151-13/+56
* Debugger: Remove shadow variableOrgad Shaneh2016-12-071-3/+1
* Debugger: Consolidate watcher insertion code pathshjk2016-11-301-18/+4
* Debugger: Keep watchers alphabetically orderedhjk2016-11-301-4/+4
* Debugger: Use better approximation for sizeof(double)hjk2016-11-291-1/+1
* Debugger: Allow repeated editing of watchershjk2016-11-291-1/+1
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-1/+1
* Debugger: Disable "Select Widget to Add into Expression Evaluator"hjk2016-11-251-3/+4
* Debugger: Show position in separately displayed text in tooltiphjk2016-11-231-1/+25
* Debugger: Don't accumulate return value displayshjk2016-11-181-1/+1