]>
git.zarvox.org Git - shareboard.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Drew Fisher [Thu, 7 Oct 2010 20:28:00 +0000 (13:28 -0700)]
Make client speak the redefined protocol to the server correctly.
Also, force enum to remain consistent.
Drew Fisher [Thu, 7 Oct 2010 03:00:21 +0000 (20:00 -0700)]
Action improvements and connection error clarity.
This patchset reworks the structure of Action and its subclasses.
It also adds polymorphic receiving of some types of actions over
the network.
Lastly, connection errors are now reported to the user.
Drew Fisher [Thu, 7 Oct 2010 00:43:55 +0000 (17:43 -0700)]
Alignment tweaks; return to connection prompt if disconnected.
Drew Fisher [Thu, 7 Oct 2010 00:41:19 +0000 (17:41 -0700)]
Refactor ConnectWidget into Shareboard, the primary central widget stack.
Begin implementing ShareboardCanvas, the actual drawing surface.
Drew Fisher [Tue, 5 Oct 2010 05:57:48 +0000 (22:57 -0700)]
Near-complete implementation of actions, a shell menu, and basic network connections.
A number of things are still stubbed out while we work out network protocol specifics.