Ryans Stuff

By arcx33
  • Period: to

    Bold

    Add embolding support to widgets
  • Period: to

    Scrolled window widget

    Implement scrolled window widget
  • Period: to

    Menu and Dialog

    Implement Menu and Dialog handling in stack widget. Add lua to control their use
  • Period: to

    EntryWidget

    Repair entry widget so it does multiline properly, can be readonly, can hold more that it can display, etc
  • Period: to

    Change Notifications

    Augment DataObject so changes fire off updates on anything using the object
  • Period: to

    Cache

    Basic Cache implementation
  • Period: to

    DataObject Serializer

    Refactor the protocol code into serialization code so we can read/write data objects to/from disk - dont worry about collapsing protocol operations at this time
  • Period: to

    Cache Manager

    Pass all sync requests through a cache manager wich can then pass to connection manager if remote copy is needed/updated
  • Period: to

    Policy

    Implement policy for cache manager