index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
debugger
/
threadshandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Make helpers for stack view contents more widely available
hjk
2025-03-24
1
-1
/
+2
*
Debugger: Adapt to latest settings access style
hjk
2023-07-14
1
-1
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Debugger: update thread selector after setting current thread manually
David Schulz
2022-11-25
1
-0
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Fix logical XOR
Jarek Kobus
2022-10-07
1
-2
/
+2
*
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
-1
/
+1
*
Debugger: Convert to Tr::tr
hjk
2022-07-08
1
-22
/
+13
*
Debugger: Remove foreach / Q_FOREACH usage
Artem Sokolovskii
2022-05-03
1
-1
/
+1
*
Debugger: Aspectify settings
hjk
2021-03-03
1
-2
/
+1
*
Utils: Allow BaseTreeView users to hide columns manually
hjk
2020-11-10
1
-1
/
+0
*
Utils: Start replacing SavedActions by QAction or Utils::Aspect
hjk
2020-10-05
1
-1
/
+1
*
Debugger: Add ability to hide view columns
hjk
2019-12-13
1
-0
/
+1
*
Merge remote-tracking branch 'origin/4.8' into 4.9
Eike Ziller
2019-02-11
1
-1
/
+1
|
\
|
*
Fix crash while quitting debugging
Vikas Pachdha
2019-02-10
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/4.8'
Eike Ziller
2018-11-29
1
-0
/
+5
|
\
|
|
*
Debugger: Fix thread switcher combobox to show current thread
Alexandru Croitor
2018-11-27
1
-0
/
+5
*
|
Merge remote-tracking branch 'origin/4.8'
Eike Ziller
2018-11-09
1
-7
/
+18
|
\
|
|
*
Debugger: Use a QPointer for the thread switcher
hjk
2018-11-07
1
-7
/
+18
*
|
Debugger: Strip QLatin1* where possible
Orgad Shaneh
2018-10-13
1
-4
/
+4
|
/
*
Debugger: Privatize GdbMi::m_children
hjk
2018-09-26
1
-3
/
+3
*
Debugger: Simplify thread switching more
hjk
2018-09-03
1
-7
/
+12
*
Debugger: Fix cdb switching back from stopper thread
hjk
2018-09-03
1
-0
/
+1
*
Debugger: Fix switching threads using the threadsview
hjk
2018-08-31
1
-1
/
+2
*
Debugger: Remove unused ThreadsHandler::pidForGroupId
hjk
2018-08-31
1
-5
/
+0
*
Debugger: Make updateThreads() a setThreads()
hjk
2018-08-31
1
-7
/
+6
*
Debugger: Remove thread handler location reset handling
hjk
2018-08-30
1
-13
/
+0
*
Debugger: Move handling of currentThread to thread handler
hjk
2018-08-30
1
-9
/
+16
*
Debugger: Streamline ThreadHandler
hjk
2018-08-21
1
-269
/
+180
*
Debugger: Make most views per-engine instead of singletons
hjk
2018-08-17
1
-1
/
+1
*
Debugger: Modernize
Alessandro Portale
2018-07-25
1
-4
/
+3
*
Utils: Introduce TreeItem::{begin,end}
hjk
2017-02-08
1
-1
/
+1
*
Debugger: Fix double-click handling in Threads view
Orgad Shaneh
2016-09-29
1
-4
/
+8
*
Utils: Streamline TreeModel API
hjk
2016-07-27
1
-5
/
+5
*
Debugger: Remove some uses of semi-global currentEngine()
hjk
2016-07-18
1
-1
/
+25
*
TreeModel: Introduce a destroyItem() convenience function
hjk
2016-07-06
1
-2
/
+2
*
Debugger: Consolidate icon storage handling
hjk
2016-06-28
1
-13
/
+2
*
Debugger: Use a typed root item in ThreadModel
hjk
2016-06-28
1
-4
/
+4
*
Debugger: Remove debuggerstringutils.h
hjk
2016-06-09
1
-14
/
+14
*
TreeModel: Take responsibility for some of the casting
hjk
2016-05-30
1
-11
/
+5
*
TreeModel: Rework tree iteration
hjk
2016-05-12
1
-10
/
+11
*
Debugger: Avoid multiple inheritance in ThreadHandler
hjk
2016-04-29
1
-61
/
+62
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Themed Icons: Introduce Utils::Icon
Alessandro Portale
2015-11-25
1
-2
/
+3
*
Debugger: Go back to QVector in GdbMi
hjk
2015-10-16
1
-1
/
+1
*
Debugger: Don't quit on inferior-exited.
hjk
2015-06-16
1
-0
/
+24
*
Debugger: Use TreeModel for threads
hjk
2015-06-15
1
-276
/
+229
*
Fix excessive warnings by MSVC 2013 64bit about size_t->int truncation
Friedemann Kleint
2015-02-20
1
-1
/
+1
*
Debugger: Fix crash when hitting a break point
Nikolai Kosjar
2015-02-18
1
-1
/
+1
[next]