/haiku/src/apps/debugger/user_interface/gui/util/ |
H A D | AlertWithCheckbox.h | 94457adea214c81486137226c5a5f0eb5854ea03 Sat Apr 29 20:42:15 UTC 2023 PulkoMandy <pulkomandy@pulkomandy.tk> Debugger: add a "don't ask again" checkbox to alerts
This allows, for example, to skip all the "get debug info" alerts when starting a debug session. But it is a generic implementation and will work for all "question" alerts in Debugger.
For now, the user choices are not saved, this could be done, but then we need a way to access that setting later.
Fixes #14601
Change-Id: Icc49d1b5bc4168d15d7f740d422f464e996f7c9d Reviewed-on: https://review.haiku-os.org/c/haiku/+/6398 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | AlertWithCheckbox.cpp | 94457adea214c81486137226c5a5f0eb5854ea03 Sat Apr 29 20:42:15 UTC 2023 PulkoMandy <pulkomandy@pulkomandy.tk> Debugger: add a "don't ask again" checkbox to alerts
This allows, for example, to skip all the "get debug info" alerts when starting a debug session. But it is a generic implementation and will work for all "question" alerts in Debugger.
For now, the user choices are not saved, this could be done, but then we need a way to access that setting later.
Fixes #14601
Change-Id: Icc49d1b5bc4168d15d7f740d422f464e996f7c9d Reviewed-on: https://review.haiku-os.org/c/haiku/+/6398 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
/haiku/src/apps/debugger/ |
H A D | Debugger.rdef | 94457adea214c81486137226c5a5f0eb5854ea03 Sat Apr 29 20:42:15 UTC 2023 PulkoMandy <pulkomandy@pulkomandy.tk> Debugger: add a "don't ask again" checkbox to alerts
This allows, for example, to skip all the "get debug info" alerts when starting a debug session. But it is a generic implementation and will work for all "question" alerts in Debugger.
For now, the user choices are not saved, this could be done, but then we need a way to access that setting later.
Fixes #14601
Change-Id: Icc49d1b5bc4168d15d7f740d422f464e996f7c9d Reviewed-on: https://review.haiku-os.org/c/haiku/+/6398 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | Jamfile | 94457adea214c81486137226c5a5f0eb5854ea03 Sat Apr 29 20:42:15 UTC 2023 PulkoMandy <pulkomandy@pulkomandy.tk> Debugger: add a "don't ask again" checkbox to alerts
This allows, for example, to skip all the "get debug info" alerts when starting a debug session. But it is a generic implementation and will work for all "question" alerts in Debugger.
For now, the user choices are not saved, this could be done, but then we need a way to access that setting later.
Fixes #14601
Change-Id: Icc49d1b5bc4168d15d7f740d422f464e996f7c9d Reviewed-on: https://review.haiku-os.org/c/haiku/+/6398 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
/haiku/src/apps/debugger/user_interface/gui/ |
H A D | GraphicalUserInterface.h | 94457adea214c81486137226c5a5f0eb5854ea03 Sat Apr 29 20:42:15 UTC 2023 PulkoMandy <pulkomandy@pulkomandy.tk> Debugger: add a "don't ask again" checkbox to alerts
This allows, for example, to skip all the "get debug info" alerts when starting a debug session. But it is a generic implementation and will work for all "question" alerts in Debugger.
For now, the user choices are not saved, this could be done, but then we need a way to access that setting later.
Fixes #14601
Change-Id: Icc49d1b5bc4168d15d7f740d422f464e996f7c9d Reviewed-on: https://review.haiku-os.org/c/haiku/+/6398 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | GraphicalUserInterface.cpp | 94457adea214c81486137226c5a5f0eb5854ea03 Sat Apr 29 20:42:15 UTC 2023 PulkoMandy <pulkomandy@pulkomandy.tk> Debugger: add a "don't ask again" checkbox to alerts
This allows, for example, to skip all the "get debug info" alerts when starting a debug session. But it is a generic implementation and will work for all "question" alerts in Debugger.
For now, the user choices are not saved, this could be done, but then we need a way to access that setting later.
Fixes #14601
Change-Id: Icc49d1b5bc4168d15d7f740d422f464e996f7c9d Reviewed-on: https://review.haiku-os.org/c/haiku/+/6398 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|