aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.html25
-rwxr-xr-xjs/ninja.reel/ninja.html892
2 files changed, 470 insertions, 447 deletions
diff --git a/index.html b/index.html
index c8048893..edf171d2 100755
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
1<!doctype html> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility LLC. 3Copyright (c) 2012, Motorola Mobility LLC.
4All Rights Reserved. 4All Rights Reserved.
@@ -282,19 +282,38 @@ POSSIBILITY OF SUCH DAMAGE.
282 } 282 }
283 } 283 }
284 </script> 284 </script>
285
286 <script type="text/javascript">
287
288 var _gaq = _gaq || [];
289 _gaq.push(['_setAccount', 'UA-33265831-1']);
290 _gaq.push(['_trackPageview']);
291
292 (function() {
293 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
294 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
295 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
296 })();
297
298 </script>
285 299
286 </head> 300 </head>
287 301
288 <body> 302 <body>
303
289 <div class="mainSplashScreenContainer"> 304 <div class="mainSplashScreenContainer">
305
290 <div id="ninja_logo"></div> 306 <div id="ninja_logo"></div>
307
291 <div id="splashScreenTextBlock" class="baseSplashScreenText"> 308 <div id="splashScreenTextBlock" class="baseSplashScreenText">
292 <p class="mediumSplashScreenText">Version: <span id="splashScreenVersionNumber">0.0.0.0</span></p> 309 <p class="mediumSplashScreenText">Version: <span id="splashScreenVersionNumber">0.0.0.0</span></p>
293 <p>Copyright &copy 2012 Motorola Mobility, Inc. All rights reserved.</p> 310 <p>Copyright &copy 2012 Motorola Mobility, Inc. All rights reserved.</p>
294 <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="splashScreenAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="splashScreenAnchor">other open source software</a>.</p> 311 <p>The Ninja application is made possible by the <a href="http://tetsubo.org/go/ninjaland" target="_blank" class="splashScreenAnchor">Ninja open source project</a> and <a href="credits.html" target="_blank" class="splashScreenAnchor">other open source software</a>.</p>
295 <p>Ninja is available under <a href="license.html" target="_blank" class="splashScreenAnchor">BSD License</a>.</p> 312 <p>Ninja is available under <a href="license.html" target="_blank" class="splashScreenAnchor">BSD License</a>.</p>
296 </div> 313 </div>
314
297 </div> 315 </div>
298 </body> 316
317 </body>
299 318
300</html> 319</html>
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index 258f1686..f80acdca 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -32,482 +32,486 @@ POSSIBILITY OF SUCH DAMAGE.
32</copyright> --> 32</copyright> -->
33 33
34<html> 34<html>
35<head>
36 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
37 35
38 <link href="../../css/ninja.css" rel="stylesheet" type="text/css" media="screen"/> 36 <head>
37
38 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
39 39
40 <title>Main Ninja Component</title> 40 <link href="../../css/ninja.css" rel="stylesheet" type="text/css" media="screen"/>
41 41
42 <script type="text/montage-serialization"> 42 <title>Main Ninja Component</title>
43 {
44 "localStorage": {
45 "prototype": "js/controllers/local-storage-controller[LocalStorage]"
46 },
47 43
48 "toolsData1": { 44 <script type="text/montage-serialization">
49 "prototype": "js/data/tools-data" 45 {
50 }, 46 "localStorage": {
51 47 "prototype": "js/controllers/local-storage-controller[LocalStorage]"
52 "appModel": {
53 "prototype": "js/models/app-model",
54 "bindings": {
55 "currentDocument": {"<-": "@documentList.selectedObjects.0"}
56 }
57 },
58
59 "materialsModel": {
60 "prototype": "js/models/materials-model"
61 },
62
63 "menu": {
64 "prototype": "js/components/menu/menu.reel",
65 "properties": {
66 "element": {"#": "mainMenuBar"}
67 }, 48 },
68 "bindings": { 49
69 "currentDocument": {"<-": "@documentList.selectedObjects.0"} 50 "toolsData1": {
70 } 51 "prototype": "js/data/tools-data"
71 }, 52 },
72 53
73 "splitter1": { 54 "appModel": {
74 "prototype": "js/panels/Splitter", 55 "prototype": "js/models/app-model",
75 "properties": { 56 "bindings": {
76 "element": {"#": "topSplitter"}, 57 "currentDocument": {"<-": "@documentList.selectedObjects.0"}
77 "panel": {"#": "topPanelContainer"} 58 }
78 } 59 },
79 }, 60
80 61 "materialsModel": {
81 "splitter2": { 62 "prototype": "js/models/materials-model"
82 "prototype": "js/panels/Splitter", 63 },
83 "properties": { 64
84 "element": {"#": "leftSplitter"}, 65 "menu": {
85 "panel": {"#": "leftPanelContainer"} 66 "prototype": "js/components/menu/menu.reel",
86 } 67 "properties": {
87 }, 68 "element": {"#": "mainMenuBar"}
88 69 },
89 "splitter3": { 70 "bindings": {
90 "prototype": "js/panels/Splitter", 71 "currentDocument": {"<-": "@documentList.selectedObjects.0"}
91 "properties": { 72 }
92 "element": {"#": "rightSplitter"}, 73 },
93 "panel": {"#": "rightPanelContainer"}, 74
94 "resizeBar": {"#": "rightPanelResizer"} 75 "splitter1": {
95 } 76 "prototype": "js/panels/Splitter",
96 }, 77 "properties": {
97 78 "element": {"#": "topSplitter"},
98 "splitter4": { 79 "panel": {"#": "topPanelContainer"}
99 "prototype": "js/panels/Splitter", 80 }
100 "properties": { 81 },
101 "element": {"#": "bottomSplitter"}, 82
102 "panel": {"@": "timeline"} 83 "splitter2": {
103 } 84 "prototype": "js/panels/Splitter",
104 }, 85 "properties": {
105 86 "element": {"#": "leftSplitter"},
106 "resizer1": { 87 "panel": {"#": "leftPanelContainer"}
107 "prototype": "js/panels/resize-composer", 88 }
108 "properties": { 89 },
109 "element": {"#": "rightPanelResizer"}, 90
110 "component": {"@": "owner"}, 91 "splitter3": {
111 "yAxis": false 92 "prototype": "js/panels/Splitter",
112 }, 93 "properties": {
113 "listeners": [ 94 "element": {"#": "rightSplitter"},
114 { 95 "panel": {"#": "rightPanelContainer"},
115 "type": "resizeStart", 96 "resizeBar": {"#": "rightPanelResizer"}
116 "listener": {"@": "owner"} 97 }
98 },
99
100 "splitter4": {
101 "prototype": "js/panels/Splitter",
102 "properties": {
103 "element": {"#": "bottomSplitter"},
104 "panel": {"@": "timeline"}
105 }
106 },
107
108 "resizer1": {
109 "prototype": "js/panels/resize-composer",
110 "properties": {
111 "element": {"#": "rightPanelResizer"},
112 "component": {"@": "owner"},
113 "yAxis": false
114 },
115 "listeners": [
116 {
117 "type": "resizeStart",
118 "listener": {"@": "owner"}
119 },
120 {
121 "type": "resizeMove",
122 "listener": {"@": "owner"}
123 },
124 {
125 "type": "resizeEnd",
126 "listener": {"@": "owner"}
127 }
128 ]
129 },
130
131 "resizer2": {
132 "prototype": "js/panels/resize-composer",
133 "properties": {
134 "element": {"#": "timelineResizer"},
135 "component": {"@": "owner"},
136 "xAxis": false
117 }, 137 },
118 { 138 "listeners": [
119 "type": "resizeMove", 139 {
120 "listener": {"@": "owner"} 140 "type": "resizeStart",
141 "listener": {"@": "owner"}
142 },
143 {
144 "type": "resizeMove",
145 "listener": {"@": "owner"}
146 },
147 {
148 "type": "resizeEnd",
149 "listener": {"@": "owner"}
150 }
151 ]
152 },
153
154 "resizer3": {
155 "prototype": "js/panels/resize-composer",
156 "properties": {
157 "element": {"#": "pasteboardResizer"},