mkatch / apricot

Cross platform pixel art editor
2 stars 0 forks source link

Add a widget for managing layers #12

Open mkatch opened 10 years ago

mkatch commented 10 years ago

At the right side of the application there should be vertical list displaying layer thumbnails of selected animation frame, allowing the user to add, remove and reorder the layers.

Please wait for #11 to close (or to be in an intermediate stage) see how it's implemented, so we have coherent arhitecture. I'm posting this issue right now for the asignee to prepare for it. I'll try to finish #11 as soon as possible.

mkatch commented 10 years ago

The animation management widget, as it is right now, should give an idea. The layer widget does not necessarily have to be implemented based on QGraphicsView. It is good too keep the widgets isolated from the Application itself. They should take minimal needed information to visualize data. For example AnimationView needed Project as it is the root for all frames, but it seems to be sufficient to provide just an AnimationFrame for the layers view.