| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Drop Qt5: Debugger: Get rid of QOverload | Jarek Kobus | 2022-07-20 | 1 | -2/+1 |
| * | Debugger: Convert to Tr::tr | hjk | 2022-07-08 | 1 | -6/+2 |
| * | Debugger: Aspectify settings | hjk | 2021-03-03 | 1 | -2/+0 |
| * | Debugger: Add ability to hide view columns | hjk | 2019-12-13 | 1 | -6/+0 |
| * | Debugger: Introduce a tree level above stack frames | hjk | 2019-06-26 | 1 | -0/+4 |
| * | Debugger: Fix sizing of debugger columns | Aaron Barany | 2019-01-08 | 1 | -9/+32 |
| * | Debugger: Remove some uses of semi-global currentEngine() | hjk | 2016-07-18 | 1 | -219/+2 |
| * | Align copied stacktrace contents with spaces instead of tabs | Mitch Curtis | 2016-02-02 | 1 | -2/+18 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | Debugger: Infrastructure for reworked native mixed debugging | hjk | 2015-10-09 | 1 | -1/+1 |
| * | Debugger: Fix 'Show Address' stack window context menu action | hjk | 2015-02-26 | 1 | -6/+9 |
| * | Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe' | Eike Ziller | 2015-02-12 | 1 | -6/+6 |
| |\ |
|
| | * | Update License | Eike Ziller | 2015-01-16 | 1 | -6/+6 |
| * | | Debugger: Use an enum for column numbers in stack view | hjk | 2014-12-18 | 1 | -3/+3 |
| * | | Debugger: Rework register handling | hjk | 2014-12-18 | 1 | -5/+6 |
| * | | Debugger: Use Core::AsynchronousMessageBox | Marco Bubke | 2014-12-08 | 1 | -2/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/3.2' | Eike Ziller | 2014-10-14 | 1 | -7/+8 |
| |\ |
|
| | * | License update | Eike Ziller | 2014-10-09 | 1 | -7/+8 |
| * | | Debugger: Reduce line noise | hjk | 2014-07-28 | 1 | -14/+9 |
| |/ |
|
| * | Debugger: Consolidate Debugger view creation | hjk | 2014-06-04 | 1 | -2/+1 |
| * | Debugger/Utils: Merge Debugger::TreeView into layer above and below | hjk | 2014-06-04 | 1 | -5/+1 |
| * | Debugger: More column resizing | hjk | 2014-06-04 | 1 | -3/+0 |
| * | Debugger: fix capitalization and punctuation of UI text | Leena Miettinen | 2014-03-06 | 1 | -1/+1 |
| * | Add a stack window menu entry to display QML stack frame. | Friedemann Kleint | 2014-02-25 | 1 | -0/+6 |
| * | Debugger: Add context menu option to save stack as *.tasks file. | Friedemann Kleint | 2014-01-08 | 1 | -0/+35 |
| * | Incremented year in copyright info | Robert Loehning | 2014-01-08 | 1 | -1/+1 |
| * | Debugger: Make tooltips in Stack view configurable | hjk | 2013-09-25 | 1 | -0/+2 |
| * | Fix coding style for else statements | Orgad Shaneh | 2013-07-17 | 1 | -2/+2 |
| * | Clean headers in debugger plugin. | Friedemann Kleint | 2013-03-22 | 1 | -2/+1 |
| * | Incremented year in copyright infov2.6.2 | Robert Loehning | 2013-01-29 | 1 | -1/+1 |
| * | Adjust license headers | hjk | 2012-10-05 | 1 | -21/+20 |
| * | Get rid of some Q_WS_X11. | Nikolai Kosjar | 2012-10-04 | 1 | -2/+0 |
| * | Contact -> qt-project.org | Eike Ziller | 2012-07-19 | 1 | -3/+1 |
| * | Merge remote-tracking branch 'origin/2.5' | Eike Ziller | 2012-03-29 | 1 | -1/+1 |
| |\ |
|
| | * | debugger: fix capitalization in stack context menu | hjk | 2012-03-29 | 1 | -1/+1 |
| * | | debugger: rework the searchable view | hjk | 2012-03-29 | 1 | -12/+12 |
| * | | debugger: fix recent breakage in stack view context menu | hjk | 2012-03-26 | 1 | -3/+1 |
| * | | debugger: make views searchable | hjk | 2012-03-22 | 1 | -2/+4 |
| |/ |
|
| * | Removed module names from #include directives. | Erik Verbruggen | 2012-02-15 | 1 | -8/+8 |
| * | Debugger: Add Disassembling of functions. | Friedemann Kleint | 2012-02-01 | 1 | -3/+37 |
| * | Long live the king! | hjk | 2012-01-26 | 1 | -1/+1 |
| * | debugger: replace static capability check by something potentially dynamic | hjk | 2012-01-16 | 1 | -7/+6 |
| * | Debugger: Compile with QT_NO_CAST_FROM_ASCII. | Friedemann Kleint | 2011-12-21 | 1 | -2/+2 |
| * | Debugger: Hide memory related actions in context menus for QML only | Kai Koehne | 2011-12-01 | 1 | -18/+29 |
| * | all: s/info@qt.nokia.com/qt-info@nokia.com/ | hjk | 2011-11-03 | 1 | -2/+2 |
| * | Debugger: Show/Hide Address Column in Stack Window | Aurindam Jana | 2011-10-17 | 1 | -0/+1 |
| * | debugger: use common baseclass for all dock treeviews | hjk | 2011-09-30 | 1 | -49/+8 |
| * | debugger: use saved "resize columns to contents" settings | hjk | 2011-07-08 | 1 | -0/+4 |