History log of /haiku/src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.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.


# b66f61af 28-Jun-2015 Rene Gollent <rene@gollent.com>

Debugger: Add config view for signals.

SignalsConfigView:
- Provide basic configuration for signal dispositions.

TeamSettingsWindow:
- Add signals view to tab list.


# 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.


# b66f61af9ba9d12a605029fe5c60d5b746be2872 28-Jun-2015 Rene Gollent <rene@gollent.com>

Debugger: Add config view for signals.

SignalsConfigView:
- Provide basic configuration for signal dispositions.

TeamSettingsWindow:
- Add signals view to tab list.