front_idill/src/defaults.js
changeset 79 9eff85166868
parent 77 205409da0f32
--- a/front_idill/src/defaults.js	Wed Aug 08 18:42:01 2012 +0200
+++ b/front_idill/src/defaults.js	Thu Aug 16 14:32:19 2012 +0200
@@ -1,72 +1,72 @@
-/*
-* This file is part of the TraKERS\Front IDILL package.
-*
-* (c) IRI <http://www.iri.centrepompidou.fr/>
-*
-* For the full copyright and license information, please view the LICENSE
-* file that was distributed with this source code.
-*/
-
-/*
- * Projet : TraKERS
- * Module : Front IDILL
- * Fichier : defaults.js
- * 
- * Auteur : alexandre.bastien@iri.centrepompidou.fr
- * 
- * Fonctionnalités : Ce fichier contient la configuration par défaut du Front IDILL.
- */
- 
- var default_parameters = {
-	local : true,
-	mouseInteractions : true,
-	noUserModeEnabled : true,
-	kinectMinCoordX : 40,
-	kinectMinCoordY : 30,
-	kinectMaxCoordX : 520,
-	kinectMaxCoordY : 260,
-	videoConfigFileLocal : "./player/json/local_videos.json",
-	videoConfigFileOnline : "./player/json/online_videos.json",
-	timeReloadAfterResize : 1000,
-	imagesByLine : 5,
-	imagesToShow : 20,
-	totalImages : 23,
-	timePrezoom : 500,
-	timePreUnzoom : 200,
-	zoomTime : 500,
-	timeUnzoom : 400,
-	timeNeighbourGlowing : 1000,
-	timeNeighbourUnglowing : 1000,
-	timeMovingToNeighbour : 1000,
-	timeSearchFade : 2000,
-	timeNotifyFade : 2000,
-	timeFilterFade : 2000,
-	timeANFade : 500,
-	timeFilling : 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,
-	timeoutNexrDrawCurve : 500,
-	zoomPercentage : 0.80,
-	prezoomPercentage : 0.25,
-	zoomedMargin : 42,
-	host : '127.0.0.1',
-	port : '8080',
-	touchUpDownDeltaTreshold : 100,
-	mouseUpDownDeltaTreshold : 15,
-	kinectUpDownDeltaTreshold : 100,
-	curveDictionaryMI : './dicoMI.json',
-	curveDictionaryKI : './dicoKI.json',
-	lang : navigator.language,
-	langs : ["en", "fr"]
+/*
+* This file is part of the TraKERS\Front IDILL package.
+*
+* (c) IRI <http://www.iri.centrepompidou.fr/>
+*
+* For the full copyright and license information, please view the LICENSE
+* file that was distributed with this source code.
+*/
+
+/*
+ * Projet : TraKERS
+ * Module : Front IDILL
+ * Fichier : defaults.js
+ * 
+ * Auteur : alexandre.bastien@iri.centrepompidou.fr
+ * 
+ * Fonctionnalités : Ce fichier contient la configuration par défaut du Front IDILL.
+ */
+ 
+ var default_parameters = {
+    local : true,
+    mouseInteractions : true,
+    noUserModeEnabled : true,
+    kinectMinCoordX : 40,
+    kinectMinCoordY : 30,
+    kinectMaxCoordX : 520,
+    kinectMaxCoordY : 260,
+    videoConfigFileLocal : "./player/json/local_videos.json",
+    videoConfigFileOnline : "./player/json/online_videos.json",
+    timeReloadAfterResize : 1000,
+    imagesByLine : 5,
+    imagesToShow : 20,
+    totalImages : 23,
+    timePrezoom : 500,
+    timePreUnzoom : 200,
+    zoomTime : 500,
+    timeUnzoom : 400,
+    timeNeighbourGlowing : 1000,
+    timeNeighbourUnglowing : 1000,
+    timeMovingToNeighbour : 1000,
+    timeSearchFade : 2000,
+    timeNotifyFade : 2000,
+    timeFilterFade : 2000,
+    timeANFade : 500,
+    timeFilling : 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,
+    timeoutNexrDrawCurve : 500,
+    zoomPercentage : 0.80,
+    prezoomPercentage : 0.25,
+    zoomedMargin : 42,
+    host : '127.0.0.1',
+    port : '8080',
+    touchUpDownDeltaTreshold : 100,
+    mouseUpDownDeltaTreshold : 15,
+    kinectUpDownDeltaTreshold : 100,
+    curveDictionaryMI : './dicoMI.json',
+    curveDictionaryKI : './dicoKI.json',
+    lang : navigator.language,
+    langs : ["en", "fr"]
 }
\ No newline at end of file