Opened 16 years ago
Closed 16 years ago
#42 closed enhancement (fixed)
Split main perspective into a design perspective and a race perspective
Reported by: | Fabian Rohn | Owned by: | Fabian Rohn |
---|---|---|---|
Priority: | critical | Milestone: | MS1: First release (1.0.0) |
Component: | ui | Version: | pre-1.0 |
Keywords: | perspectives | Cc: |
Description
I think through this seperation the whole application is better logical splitted. The question what will be shown after the race starts may also be answered.
Design Perspective could consist of following views:
- Tile Explorer/Palette? where the user could select the tiles for insertion
- Track Properties where for instance a List with all tiles is shown
Change History (12)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
New commit by frohn (revision [157]):
[Partial fix for ticket #6 and #42] Fixed last Commit und added TrackOutline?
comment:4 Changed 16 years ago by
New commit by frohn (revision [158]):
[Partial fix for ticket #6 and #42] A Selection inside the Track Outline leads also to a selection of a tile inside the TrackWidget?
comment:5 Changed 16 years ago by
New commit by frohn (revision [168]):
[Partial fix for ticket #6 and #42] Track designer now completely synchronized with Track Outline View
Track Outline has now also a small scaled 16x16 Image.
The Selection is shown in an ugly light gray, when the focus is on Track Designer. But this is exactly the Eclipse way, if you look at unfocused selection inside the Eclipse IDE.
comment:6 Changed 16 years ago by
Milestone: | MS2: Track editor available → MS1: First usable version |
---|
Batch moved all tickets from MS2 (track editor) to MS1 (first working version).
comment:7 Changed 16 years ago by
Component: | unspecified → ui |
---|---|
Priority: | major → critical |
Summary: | Split Main Perspective into a Design Perpektive and a Race Perspective → Split main perspective into a design perspective and a race perspective |
comment:8 Changed 16 years ago by
Status: | new → accepted |
---|
comment:9 Changed 16 years ago by
New commit by frohn (revision [201]):
[Fix for ticket #42] Perspective change on Race Start Action
No we have two alternating perspectives - EditorPerspective? and RacePerspective?.
NOTE 1: Switching back to Editor Perspective is not implemented, yet
NOTE 2: Please look at the comments in de.jacavi.rcp.perspectives.RacePerspectives?, experiment with the two alternatives of displaying the TrackView? (with or without border) and give me a response.
comment:10 Changed 16 years ago by
I like alternative 2 a lot more design-wise. However, it makes it harder to rearrange the perspective (no view title to drag around), and it's not so easy to get the track in fullscreen. (You basically have to know the Ctrl-m shortcut, I don't think there's another way...)
So my suggestion would be alternative 2 and a toolbar button for maximising the track view.
comment:11 Changed 16 years ago by
comment:12 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
New commit by frohn (revision [146]):
[Partial fix for ticket #6 and #42] Track Designer redesigned
The Trackdesigner now instantiates only the Track Widget. The Tiles to enlarge the track are outsourced in the Tile Explorer View (maybe the name has to be reconsider). This view is always updated if the Active Editor change.
The Tiles aren't more embedded into a Coolbar, but now in several Buttons, which could now be scrolled.