# HG changeset patch # User bastiena # Date 1343897720 -7200 # Node ID 3e0773e933125eb01055c2cb2657e2e70fc174b8 # Parent d130980a7ef1f88bc30f760f821ed1a43bd61888 Front IDILL: tmpl config files added diff -r d130980a7ef1 -r 3e0773e93312 front_idill/src/config_kinect.json --- a/front_idill/src/config_kinect.json Thu Aug 02 10:24:09 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -{ - "local":true, - "videoConfigFileLocal":"./player/json/local_videos.json", - "videoConfigFileOnline":"./player/json/online_videos.json", - "mouseInteractions":false, - "noUserModeEnabled":true, - "kinectMinCoordX":"40", - "kinectMinCoordY":"30", - "kinectMaxCoordX":"520", - "kinectMaxCoordY":"260", - "imagesByLine":"5", - "imagesToShow":"20", - "totalImages":"22", - "timeReloadAfterResize":"1000", - "timePrezoom":"500", - "timePreUnzoom":"200", - "zoomTime":"500", - "timeUnzoom":"400", - "timeNeighbourGlowing":"1000", - "timeNeighbourUnglowing":"1000", - "timeMovingToNeighbour":"1000", - "timeSearchFade":"2000", - "timeNotifyFade":"2000", - "timeFilterFade":"2000", - "timeANFade":"500", - "timeShowBigHelp":"1000", - "timeoutZoom":"2000", - "timeoutUnzoom":"1000", - "timeoutMoveToNeighbour":"250", - "timeoutPointersIdle":"2000", - "timeoutAreBothPointersHere":"500", - "timeoutRemoveNotificationByGesture":"1500", - "timeoutNotifySwipe":"1000", - "timeoutSelectTL":"100", - "timeoutSlideTL":"1000", - "timeoutCanNotifyHelp":"1000", - "timeoutRemoveSpinner":"1000", - "timeoutNouser":"3000", - "timeoutNextDrawCurve":"500", - "zoomPercentage":"0.80", - "prezoomPercentage":"0.25", - "zoomedMargin":"42", - "host":"127.0.0.1", - "port":"8090", - "mouseUpDownDeltaTreshold":"15", - "kinectUpDownDeltaTreshold":"20", - "curveDictionaryMI":"./dicoMI.json", - "curveDictionaryKI":"./dicoKI.json", - "lang":"", - "langs":["en", "fr"] -} \ No newline at end of file diff -r d130980a7ef1 -r 3e0773e93312 front_idill/src/config_kinect.json.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/config_kinect.json.tmpl Thu Aug 02 10:55:20 2012 +0200 @@ -0,0 +1,51 @@ +{ + "local":false, + "videoConfigFileLocal":"./player/json/local_videos.json", + "videoConfigFileOnline":"./player/json/online_videos.json", + "mouseInteractions":false, + "noUserModeEnabled":true, + "kinectMinCoordX":"40", + "kinectMinCoordY":"30", + "kinectMaxCoordX":"520", + "kinectMaxCoordY":"260", + "imagesByLine":"5", + "imagesToShow":"20", + "totalImages":"22", + "timeReloadAfterResize":"1000", + "timePrezoom":"500", + "timePreUnzoom":"200", + "zoomTime":"500", + "timeUnzoom":"400", + "timeNeighbourGlowing":"1000", + "timeNeighbourUnglowing":"1000", + "timeMovingToNeighbour":"1000", + "timeSearchFade":"2000", + "timeNotifyFade":"2000", + "timeFilterFade":"2000", + "timeANFade":"500", + "timeShowBigHelp":"1000", + "timeoutZoom":"2000", + "timeoutUnzoom":"1000", + "timeoutMoveToNeighbour":"250", + "timeoutPointersIdle":"2000", + "timeoutAreBothPointersHere":"500", + "timeoutRemoveNotificationByGesture":"1500", + "timeoutNotifySwipe":"1000", + "timeoutSelectTL":"100", + "timeoutSlideTL":"1000", + "timeoutCanNotifyHelp":"1000", + "timeoutRemoveSpinner":"1000", + "timeoutNouser":"3000", + "timeoutNextDrawCurve":"500", + "zoomPercentage":"0.80", + "prezoomPercentage":"0.25", + "zoomedMargin":"42", + "host":"127.0.0.1", + "port":"8090", + "mouseUpDownDeltaTreshold":"15", + "kinectUpDownDeltaTreshold":"20", + "curveDictionaryMI":"./dicoMI.json", + "curveDictionaryKI":"./dicoKI.json", + "lang":"", + "langs":["en", "fr"] +} \ No newline at end of file diff -r d130980a7ef1 -r 3e0773e93312 front_idill/src/config_souris.json --- a/front_idill/src/config_souris.json Thu Aug 02 10:24:09 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -{ - "local":true, - "videoConfigFileLocal":"./player/json/local_videos.json", - "videoConfigFileOnline":"./player/json/online_videos.json", - "mouseInteractions":true, - "noUserModeEnabled":true, - "kinectMinCoordX":"40", - "kinectMinCoordY":"30", - "kinectMaxCoordX":"520", - "kinectMaxCoordY":"260", - "imagesByLine":"5", - "imagesToShow":"20", - "totalImages":"22", - "timeReloadAfterResize":"1000", - "timePrezoom":"500", - "timePreUnzoom":"200", - "zoomTime":"500", - "timeUnzoom":"400", - "timeNeighbourGlowing":"1000", - "timeNeighbourUnglowing":"1000", - "timeMovingToNeighbour":"1000", - "timeSearchFade":"2000", - "timeNotifyFade":"2000", - "timeFilterFade":"2000", - "timeANFade":"500", - "timeShowBigHelp":"1000", - "timeoutZoom":"2000", - "timeoutUnzoom":"1000", - "timeoutMoveToNeighbour":"250", - "timeoutPointersIdle":"2000", - "timeoutAreBothPointersHere":"500", - "timeoutRemoveNotificationByGesture":"1500", - "timeoutNotifySwipe":"1000", - "timeoutSelectTL":"100", - "timeoutSlideTL":"1000", - "timeoutCanNotifyHelp":"1000", - "timeoutRemoveSpinner":"1000", - "timeoutNouser":"3000", - "timeoutNextDrawCurve":"500", - "zoomPercentage":"0.80", - "prezoomPercentage":"0.25", - "zoomedMargin":"42", - "host":"127.0.0.1", - "port":"8090", - "mouseUpDownDeltaTreshold":"15", - "kinectUpDownDeltaTreshold":"20", - "curveDictionaryMI":"./dicoMI.json", - "curveDictionaryKI":"./dicoKI.json", - "lang":"", - "langs":["en", "fr"] -} \ No newline at end of file diff -r d130980a7ef1 -r 3e0773e93312 front_idill/src/config_souris.json.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/config_souris.json.tmpl Thu Aug 02 10:55:20 2012 +0200 @@ -0,0 +1,51 @@ +{ + "local":false, + "videoConfigFileLocal":"./player/json/local_videos.json", + "videoConfigFileOnline":"./player/json/online_videos.json", + "mouseInteractions":true, + "noUserModeEnabled":true, + "kinectMinCoordX":"40", + "kinectMinCoordY":"30", + "kinectMaxCoordX":"520", + "kinectMaxCoordY":"260", + "imagesByLine":"5", + "imagesToShow":"20", + "totalImages":"22", + "timeReloadAfterResize":"1000", + "timePrezoom":"500", + "timePreUnzoom":"200", + "zoomTime":"500", + "timeUnzoom":"400", + "timeNeighbourGlowing":"1000", + "timeNeighbourUnglowing":"1000", + "timeMovingToNeighbour":"1000", + "timeSearchFade":"2000", + "timeNotifyFade":"2000", + "timeFilterFade":"2000", + "timeANFade":"500", + "timeShowBigHelp":"1000", + "timeoutZoom":"2000", + "timeoutUnzoom":"1000", + "timeoutMoveToNeighbour":"250", + "timeoutPointersIdle":"2000", + "timeoutAreBothPointersHere":"500", + "timeoutRemoveNotificationByGesture":"1500", + "timeoutNotifySwipe":"1000", + "timeoutSelectTL":"100", + "timeoutSlideTL":"1000", + "timeoutCanNotifyHelp":"1000", + "timeoutRemoveSpinner":"1000", + "timeoutNouser":"3000", + "timeoutNextDrawCurve":"500", + "zoomPercentage":"0.80", + "prezoomPercentage":"0.25", + "zoomedMargin":"42", + "host":"127.0.0.1", + "port":"8090", + "mouseUpDownDeltaTreshold":"15", + "kinectUpDownDeltaTreshold":"20", + "curveDictionaryMI":"./dicoMI.json", + "curveDictionaryKI":"./dicoKI.json", + "lang":"", + "langs":["en", "fr"] +} \ No newline at end of file