Opened 16 years ago
Closed 16 years ago
#64 closed enhancement (fixed)
Allow stopping an active race
Reported by: | Henrik Heimbuerger | Owned by: | Fabian Rohn |
---|---|---|---|
Priority: | major | Milestone: | MS1: First release (1.0.0) |
Component: | ui | Version: | pre-1.0 |
Keywords: | stop race | Cc: |
Description
This probably just requires a toolbar button in the race perspective that tells the RaceEngine to stop and switches back to the design perspective.
Change History (5)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Status: | assigned → accepted |
---|
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
New commit by frohn (revision [229]):
[Fix for ticket #14 and #64] Start- and StopRaceAction? inherit from union parent (abstract class RaceControl?)
This solution has the effect that both action get the same RaceEngine? and the code is well arranged and minimized.
comment:5 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
New commit by frohn (revision [214]):
[Fix for ticket #64, partial fix for ticket #42] Stop Race Action stitches back to initial perspective
Furthermore I redesigned the actionsets for a better handling between the different perspectives.