History log of /haiku/src/apps/debugger/user_interface/gui/utility_windows/SignalDispositionEditWindow.h
Revision Date Author Comments
# b3f2ebf0 02-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: More work on signal configuration.

- Introduce SignalDispositionEditWindow for add/editing disposition
exceptions.

SignalsConfigView:
- Factor out helper class SignalDispositionMenu. Use accordingly in
SignalsConfigView and SignalDispositionEditWindow.
- Watch table selection changes to update button statuses appropriately.
- On add/edit request, show disposition edit window.
- Listen for disposition changes from team and react accordingly.

UiUtils:
- Add helper function to map signal defines to strings.

Together with the previous set of commits, this implements #9720.


# b3f2ebf008490ab0b37e7d12fb6e2702f45bcd2b 02-Jul-2015 Rene Gollent <rene@gollent.com>

Debugger: More work on signal configuration.

- Introduce SignalDispositionEditWindow for add/editing disposition
exceptions.

SignalsConfigView:
- Factor out helper class SignalDispositionMenu. Use accordingly in
SignalsConfigView and SignalDispositionEditWindow.
- Watch table selection changes to update button statuses appropriately.
- On add/edit request, show disposition edit window.
- Listen for disposition changes from team and react accordingly.

UiUtils:
- Add helper function to map signal defines to strings.

Together with the previous set of commits, this implements #9720.