# HG changeset patch # User bastiena # Date 1344444040 -7200 # Node ID 205409da0f32f4e5c9403460de007df035a80c2d # Parent eae52b187e297c1fd54743528c1d206455eadbd3 Front IDILL: tablet interactions : zoom, unzoom, move, read a video, show markers for ipad but not android yet filter mosaic, draw curves but not search in video yet, show help diff -r eae52b187e29 -r 205409da0f32 front_idill/src/defaults.js --- a/front_idill/src/defaults.js Thu Aug 02 11:54:08 2012 +0200 +++ b/front_idill/src/defaults.js Wed Aug 08 18:40:40 2012 +0200 @@ -62,8 +62,9 @@ zoomedMargin : 42, host : '127.0.0.1', port : '8080', + touchUpDownDeltaTreshold : 100, mouseUpDownDeltaTreshold : 15, - mouseUpDownDeltaTreshold : 100, + kinectUpDownDeltaTreshold : 100, curveDictionaryMI : './dicoMI.json', curveDictionaryKI : './dicoKI.json', lang : navigator.language, diff -r eae52b187e29 -r 205409da0f32 front_idill/src/img/exitIcon.png Binary file front_idill/src/img/exitIcon.png has changed diff -r eae52b187e29 -r 205409da0f32 front_idill/src/img/homeIcon.png Binary file front_idill/src/img/homeIcon.png has changed diff -r eae52b187e29 -r 205409da0f32 front_idill/src/index.html --- a/front_idill/src/index.html Thu Aug 02 11:54:08 2012 +0200 +++ b/front_idill/src/index.html Wed Aug 08 18:40:40 2012 +0200 @@ -36,6 +36,12 @@ + diff -r eae52b187e29 -r 205409da0f32 front_idill/src/index_souris.html --- a/front_idill/src/index_souris.html Thu Aug 02 11:54:08 2012 +0200 +++ b/front_idill/src/index_souris.html Wed Aug 08 18:40:40 2012 +0200 @@ -25,6 +25,7 @@ IDILL - Mode d'interaction souris + @@ -32,8 +33,11 @@ + + + @@ -59,6 +63,25 @@