Canvas widgets: Difference between revisions

Jump to navigation Jump to search
m
Line 79: Line 79:
** Allow placing images inside the canvas (required for porting the 2D panels code to the canvas system!){{Not done}}
** Allow placing images inside the canvas (required for porting the 2D panels code to the canvas system!){{Not done}}
** Maybe support displaying shapefiles.{{Not done}}
** Maybe support displaying shapefiles.{{Not done}}
* I also want to unify the canvas creation a bit, such that canvases can be moved seamlessly between the different placements (gui, model,hud, etc.). The normal model placement is great but the gui widget placement needs to be able to also use an already existing canvas.{{Not done}}
* '''Unify the canvas creation a bit''': such that canvases can be moved seamlessly between the different placements (gui, model,hud, etc.). The normal model placement is great but the gui widget placement needs to be able to also use an already existing canvas.{{Not done}}
* '''Support copy&paste''': I'm working on the selection part, but have no clue yet on how to access the system clipboard.{{Not done}}
* '''Support copy&paste''': I'm working on the selection part, but have no clue yet on how to access the system clipboard.{{Not done}}
* '''Support multiple views/windows''': Currently the GUI can only be placed inside one view/window (see Docs/README.multiscreen) but it would be nice to be able to move windows between views.{{Not done}}
* '''Support multiple views/windows''': Currently the GUI can only be placed inside one view/window (see Docs/README.multiscreen) but it would be nice to be able to move windows between views.{{Not done}}

Navigation menu