lp:~chasedouglas/grail/fix-hold-reject

Created by Chase Douglas and last modified
Get this branch:
bzr branch lp:~chasedouglas/grail/fix-hold-reject
Only Chase Douglas can upload to this branch. If you are Chase Douglas please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Chase Douglas
Project:
Grail
Status:
Merged

Recent revisions

228. By Chase Douglas

Maintain weak reference to all touches for updating state

If we hold a full reference, we won't allow for touch rejection until the
touch physically ends. Rather, we should hold a weak reference for the
purpose of updating the touch state. If the touch is rejected (deleted),
we can detect it and remove it from the all_touches_ array. Otherwise, we
delete the all_touches_ reference once the touch has logically ended.

The all_touches_ array has been moved into the subclass recognizers. This
helps ensure the touch updating is performed in only one logical unit
without interference from other classes.

227. By Chase Douglas

Don't bother deleting touch records in recognizer superclass

The touch records are already updated and deleted in the subclasses.

226. By Chase Douglas

Delete subscription in test fixture TearDown() method

The subscription is "owned" by the test fixture, so it should be deleted
by it, not by the test itself.

225. By Chase Douglas

Add regression test for lp:972012

224. By Daniel d'Andrada

Release version 3.0.4

223. By Chase Douglas

Merge switch from XSync awaits to alarms and other fixes

222. By Chase Douglas

Merge tool man pages

221. By Chase Douglas

Merge removal of the --with-xi option, it is now automatically checked

220. By Chase Douglas

Merge fix for daily build FTBFS

219. By Chase Douglas

Merge touch state rework, fixing potential memory growth issues

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:grail
This branch contains Public information 
Everyone can see this information.

Subscribers