Create PositionModel to have a basic model to handle position updates BoatModel and MarkModel now inherit from PositionModel |
|
More...
|
almost 17 years ago
|
Read and Write Marks to file |
|
More...
|
about 17 years ago
|
Separate MoveBoatUndoCommand into HeadingBoatUndoCommand and MoveBoatUndoCommand |
|
More...
|
about 17 years ago
|
remove m_movingModels |
|
More...
|
about 17 years ago
|
keep the view aligned on topleft |
|
More...
|
about 17 years ago
|
Draw a sail, trimmed depending on heading only |
|
More...
|
about 17 years ago
|
move selected boats with keyboard |
|
More...
|
about 17 years ago
|
heading change while creating boats |
|
More...
|
about 17 years ago
|
undo Framework for heading in MoveBoatUndoCommand |
|
More...
|
about 17 years ago
|
Add Mark and Delete Mark - Action in MainWindow - input status and mouse action in SituationScene - GraphicsItem management in SituationScene - Undo Framework |
|
More...
|
about 17 years ago
|
Bug in Selection |
|
More...
|
about 17 years ago
|
simpler item selection with model lists in MainWindow::deleteTrack, MainWindow::AddBoat, SituationScene::addBoatItem, and SituationScene::setSelectedModels |
|
More...
|
about 17 years ago
|
addMark and deleteMark with order |
|
More...
|
about 17 years ago
|
use type() for BoatGraphicsItem and MarkGraphicsItem better selected model lists depending on selected types |
|
More...
|
about 17 years ago
|
MarkGraphicsItem: basic mark drawing |
|
More...
|
about 17 years ago
|
MarkModel: add color |
|
More...
|
about 17 years ago
|
create MarkModel Markmodel can be added/deleted from SituationModel |
|
More...
|
about 17 years ago
|
save unknown xml parameters for boat |
|
More...
|
about 17 years ago
|
save unknown xml parameters for track |
|
More...
|
about 17 years ago
|
save unknown xml parameters for situation |
|
More...
|
about 17 years ago
|
recursive read of unknown xml elements recursive write of unknown xml elements |
|
More...
|
about 17 years ago
|
Signal for laylineChanged Read layline properly from xml draw laylines in SituationScene |
|
More...
|
about 17 years ago
|
Snappy mouse heading around layline angles |
|
More...
|
about 17 years ago
|
Correct compiler warnings for unused variables |
|
More...
|
about 17 years ago
|
SituationModel uses laylineAngle |
|
More...
|
about 17 years ago
|
User can in CREATE_BOAT state create a new track with ControlModifier Cleaning changes in mouseCreateBoat |
|
More...
|
about 17 years ago
|
Set Cursor for different input states |
|
More...
|
about 17 years ago
|
Handle boat selection and move properly with own implementation of mouse events |
|
More...
|
about 17 years ago
|
AddBoatUndoCommand sets heading SituationScene::mouseCreateBoat sets heading from previous boats position |
|
More...
|
about 17 years ago
|
SituationScene handles CREATE_TRACK and CREATE_BOAT states with mouse events |
|
More...
|
about 17 years ago
|