]> git.zarvox.org Git - shareboard.git/commit
Action improvements and connection error clarity.
authorDrew Fisher <drew.m.fisher@gmail.com>
Thu, 7 Oct 2010 03:00:21 +0000 (20:00 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Thu, 7 Oct 2010 03:00:21 +0000 (20:00 -0700)
commit03539232a634227a95537286676ec2f501b87259
tree370bed5dfb48982cbd237ba04c7e8e642484f982
parentc5692a9617ac37a711518a37799cd775463d762a
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.
action.cpp
action.h
connectionmanager.cpp
connectionmanager.h
mainwindow.cpp
mainwindow.h