aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/threadshandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Start replacing SavedActions by QAction or Utils::Aspecthjk2020-10-051-1/+1
* Debugger: Add ability to hide view columnshjk2019-12-131-0/+1
* Merge remote-tracking branch 'origin/4.8' into 4.9Eike Ziller2019-02-111-1/+1
|\
| * Fix crash while quitting debuggingVikas Pachdha2019-02-101-1/+1
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-291-0/+5
|\|
| * Debugger: Fix thread switcher combobox to show current threadAlexandru Croitor2018-11-271-0/+5
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-091-7/+18
|\|
| * Debugger: Use a QPointer for the thread switcherhjk2018-11-071-7/+18
* | Debugger: Strip QLatin1* where possibleOrgad Shaneh2018-10-131-4/+4
|/
* Debugger: Privatize GdbMi::m_childrenhjk2018-09-261-3/+3
* Debugger: Simplify thread switching morehjk2018-09-031-7/+12
* Debugger: Fix cdb switching back from stopper threadhjk2018-09-031-0/+1
* Debugger: Fix switching threads using the threadsviewhjk2018-08-311-1/+2
* Debugger: Remove unused ThreadsHandler::pidForGroupIdhjk2018-08-311-5/+0
* Debugger: Make updateThreads() a setThreads()hjk2018-08-311-7/+6
* Debugger: Remove thread handler location reset handlinghjk2018-08-301-13/+0
* Debugger: Move handling of currentThread to thread handlerhjk2018-08-301-9/+16
* Debugger: Streamline ThreadHandlerhjk2018-08-211-269/+180
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-1/+1
* Debugger: ModernizeAlessandro Portale2018-07-251-4/+3
* Utils: Introduce TreeItem::{begin,end}hjk2017-02-081-1/+1
* Debugger: Fix double-click handling in Threads viewOrgad Shaneh2016-09-291-4/+8
* Utils: Streamline TreeModel APIhjk2016-07-271-5/+5
* Debugger: Remove some uses of semi-global currentEngine()hjk2016-07-181-1/+25
* TreeModel: Introduce a destroyItem() convenience functionhjk2016-07-061-2/+2
* Debugger: Consolidate icon storage handlinghjk2016-06-281-13/+2
* Debugger: Use a typed root item in ThreadModelhjk2016-06-281-4/+4
* Debugger: Remove debuggerstringutils.hhjk2016-06-091-14/+14
* TreeModel: Take responsibility for some of the castinghjk2016-05-301-11/+5
* TreeModel: Rework tree iterationhjk2016-05-121-10/+11
* Debugger: Avoid multiple inheritance in ThreadHandlerhjk2016-04-291-61/+62
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-2/+3
* Debugger: Go back to QVector in GdbMihjk2015-10-161-1/+1
* Debugger: Don't quit on inferior-exited.hjk2015-06-161-0/+24
* Debugger: Use TreeModel for threadshjk2015-06-151-276/+229
* Fix excessive warnings by MSVC 2013 64bit about size_t->int truncationFriedemann Kleint2015-02-201-1/+1
* Debugger: Fix crash when hitting a break pointNikolai Kosjar2015-02-181-1/+1
* Debugger: Decrease dependency of protocol structures on Qthjk2015-02-181-2/+2
* Update LicenseEike Ziller2015-01-161-6/+6
* Debugger: Replace debuggerCore() by equivalent free functionshjk2014-10-231-1/+1
* License updateEike Ziller2014-10-091-7/+8
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-19/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Debugger: Fix compilation with Qt4Nikolai Kosjar2013-11-201-1/+2
* Debugger: Sort thread model directlyhjk2013-11-201-34/+63
* Debugger: Re-enable thread view sortinghjk2013-11-191-4/+4
* Debugger: Use thread id, not model row to remember current threadhjk2013-11-171-37/+47
* Debugger: Set model object names at construction timehjk2013-08-191-0/+1
* Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-3/+7