#
10ba3348 |
| 01-Dec-2016 |
Rene Gollent <rene@gollent.com> |
Debugger: Cleanup.
- Split MessageCodes.h into a second file that separates out the application-specific message codes from those used by the core. Adjust includes accordingly. No functional cha
Debugger: Cleanup.
- Split MessageCodes.h into a second file that separates out the application-specific message codes from those used by the core. Adjust includes accordingly. No functional change.
show more ...
|
#
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. Us
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.
show more ...
|