lp:~dandrader/grail/lp960598

Created by Daniel d'Andrada and last modified
Get this branch:
bzr branch lp:~dandrader/grail/lp960598
Only Daniel d'Andrada can upload to this branch. If you are Daniel d'Andrada please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Daniel d'Andrada
Project:
Grail
Status:
Merged

Recent revisions

203. By Daniel d'Andrada

Test for parallel atomic gestures

Also serves as a way to document the behavior of atomic gestures rules.

The test is not strict in the exact number, content or order of slices
produced for the given input. It just checks that the slices come in an
order that makes sense:
 - "Begin" comes before "Update" which comes before "End"
 - "Construction finished == false" comes before "Construction finished == true"
 - Touch slices comes before Drag slices (since a Touch gesture is recognized
    earlier than a Drag)
 - No Pinch slices come out of a physical drag gesture.

202. By Daniel d'Andrada

Under atomic gestures rules there can be more than one accepted gesture

The requirement is that each gesture must take all available touches, but more
than one can be accepted in parallel.

201. By Chase Douglas

Merge fixes for symbol visibility, compile flag usage, and test building

200. By Chase Douglas

Merge fixes for atomic gesture timeout handling and gesture end handling

199. By Daniel d'Andrada

Make code follow Google C++ coding style

198. By Chase Douglas

Merge test fixes branch

This ensures make check will not fail if xorg-gtest is not available.
There are other problems with the testing, which are apparent when
running make distcheck. Those will be fixed up in future branches.

197. By Daniel d'Andrada

Merge "Atomic rules: Don't send slices from premature gestures."

+ refactoring of v3/Recognizer
+ regression test

196. By Daniel d'Andrada

Merged "Erase ended touches from start_times_ map"

195. By Daniel d'Andrada

Merge "A touch cannot be accepted and unaccepted simultaneously."

194. By Daniel d'Andrada

Updated .bzrignore

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