[Touchd-devel] Website and Alpha 3
Status: Alpha
Brought to you by:
tannewt
From: Scott S. <sco...@gm...> - 2008-05-22 07:44:33
|
Hi all 6 of you, I'd like your help on two things. 1) Touchd needs a real website. Preferably it'd have the hand logo. 2) I'm just about finished with alpha 3 and would like to know that the subversion code works for you. This is what I've done so far: * I've broken most of the configuration variables so that they are loaded from a file. * I modified the data structure to go from the device to the engines to support multiple engines through reference counting. * I also modified the event data structure to support different types of events. These are uinput events and dbus events. This structure also allows an engine to claim exclusivity on generating events causing all other engines' events to get dropped. I only use this now to prevent mouse events while typing. * I refactored the icon to allow real time display of the fingers on the touchpad similar to my earlier touchview code. * The icon has an about which displays the version of the daemon running ( it only works for alpha 3+). I still need to finish up the preferences from the icon and switch the device detection to find all supported product ids. After this, I think it'll be beta 1 time which will include a generalized gesture engine that can use string definitions to define types of gestures. What do you think? Any volunteers to help with stuff? Thanks, Scott |