piskel/js/controller
jdescottes df4978f6af fix : reduce piskel model size
+ piskel deserialization is now clearly asynchronous
+ added utils.Deserializer (not a singleton though, more a builder/loader)
+ utils.Deserializer constructor expects a callback
+ when all layers are loaded and piskel is ready, the callback provided by
  the client is called with piskel as the first argument
- Deserializer doesn't fit in the utils package, which should be reserved
  to singletons : can move it to service as a PiskelLoaderService, and
  Deserializer could remain with only the purely static methods
- ImportController is realying on the Deserializer to build a Piskel but
  it shouldn't. Find a way to mutualize the code necessary to create a
  Piskel from an array of pskl.model.Frame
- still cleanup to do in app.js
- comments to add as well
2013-11-13 23:39:43 +01:00
..
settings fix : reduce piskel model size 2013-11-13 23:39:43 +01:00
AnimatedPreviewController.js Layers:Review:Removed grid drawing routine : was never drawn 2013-09-30 22:44:02 +02:00
DrawingController.js Layers:Review:Removed grid drawing routine : was never drawn 2013-09-30 22:44:02 +02:00
LayersListController.js Layers:Review:Rename LayersController to LayersListController 2013-09-30 21:22:58 +02:00
NotificationController.js Issue 24 : Layers 2013-09-22 21:02:43 +02:00
PaletteController.js Fix jscolor : add jscolor.install to Palette Controller init sequence. Fix layer canvas update on DPI change 2013-09-26 22:43:45 +02:00
PiskelController.js Cleanup of saving/loading process 2013-10-10 00:06:11 +02:00
PreviewFilmController.js Layers:Review:Changed FrameRenderer className property to classes (array) 2013-09-29 23:14:10 +02:00
ToolController.js Merge from master + added more jshint checks (undef and latedef). Very helpful to catch post merge issues. 2013-08-10 14:28:10 +02:00