diff options
author | Armen Kesablyan | 2012-02-22 16:26:41 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-22 16:26:41 -0800 |
commit | 0bd1cefea2ab350fad1a891bdc926053b799aafc (patch) | |
tree | 962f559fcc02a3dfeb297d59907e40fa153453f3 /js/panels/properties | |
parent | 695bc5082f48dddf66ce31480a4faefc067b38bd (diff) | |
parent | 2d2b1af8b5c0d506fe6a1cf65614101fec145970 (diff) | |
download | ninja-0bd1cefea2ab350fad1a891bdc926053b799aafc.tar.gz |
Merge branch 'refs/heads/master' into new-tool-icons
Diffstat (limited to 'js/panels/properties')
19 files changed, 28 insertions, 16 deletions
diff --git a/js/panels/properties/content.reel/content.css b/js/panels/properties/content.reel/content.css index 2537aea2..2537aea2 100644..100755 --- a/js/panels/properties/content.reel/content.css +++ b/js/panels/properties/content.reel/content.css | |||
diff --git a/js/panels/properties/content.reel/content.html b/js/panels/properties/content.reel/content.html index ab485323..ab485323 100644..100755 --- a/js/panels/properties/content.reel/content.html +++ b/js/panels/properties/content.reel/content.html | |||
diff --git a/js/panels/properties/content.reel/content.js b/js/panels/properties/content.reel/content.js index 1ec6d769..53926c78 100644..100755 --- a/js/panels/properties/content.reel/content.js +++ b/js/panels/properties/content.reel/content.js | |||
@@ -54,8 +54,17 @@ exports.Content = Montage.create(Component, { | |||
54 | this.eventManager.addEventListener( "elementChanging", this, false); | 54 | this.eventManager.addEventListener( "elementChanging", this, false); |
55 | } | 55 | } |
56 | 56 | ||
57 | this.eventManager.addEventListener("openDocument", this, false); | ||
58 | } | ||
59 | }, | ||
60 | |||
61 | // Document is opened - Display the current selection | ||
62 | handleOpenDocument: { | ||
63 | value: function() { | ||
64 | |||
57 | this.eventManager.addEventListener( "elementChange", this, false); | 65 | this.eventManager.addEventListener( "elementChange", this, false); |
58 | 66 | ||
67 | // For now always assume that the stage is selected by default | ||
59 | if(this.application.ninja.selectedElements.length === 0) { | 68 | if(this.application.ninja.selectedElements.length === 0) { |
60 | this.displayStageProperties(); | 69 | this.displayStageProperties(); |
61 | } | 70 | } |
diff --git a/js/panels/properties/properties-panel.js b/js/panels/properties/properties-panel.js index 31bc4919..31bc4919 100644..100755 --- a/js/panels/properties/properties-panel.js +++ b/js/panels/properties/properties-panel.js | |||
diff --git a/js/panels/properties/section.reel/section.html b/js/panels/properties/section.reel/section.html index 8a331119..8a331119 100644..100755 --- a/js/panels/properties/section.reel/section.html +++ b/js/panels/properties/section.reel/section.html | |||
diff --git a/js/panels/properties/section.reel/section.js b/js/panels/properties/section.reel/section.js index b246c171..b246c171 100644..100755 --- a/js/panels/properties/section.reel/section.js +++ b/js/panels/properties/section.reel/section.js | |||
diff --git a/js/panels/properties/sections/custom-rows/color-select.reel/color-select.html b/js/panels/properties/sections/custom-rows/color-select.reel/color-select.html index 9c2588b9..9c2588b9 100644..100755 --- a/js/panels/properties/sections/custom-rows/color-select.reel/color-select.html +++ b/js/panels/properties/sections/custom-rows/color-select.reel/color-select.html | |||
diff --git a/js/panels/properties/sections/custom-rows/color-select.reel/color-select.js b/js/panels/properties/sections/custom-rows/color-select.reel/color-select.js index 60f8efef..60f8efef 100644..100755 --- a/js/panels/properties/sections/custom-rows/color-select.reel/color-select.js +++ b/js/panels/properties/sections/custom-rows/color-select.reel/color-select.js | |||
diff --git a/js/panels/properties/sections/custom-rows/dual-row.reel/dual-row.html b/js/panels/properties/sections/custom-rows/dual-row.reel/dual-row.html index 0398ff4c..0398ff4c 100644..100755 --- a/js/panels/properties/sections/custom-rows/dual-row.reel/dual-row.html +++ b/js/panels/properties/sections/custom-rows/dual-row.reel/dual-row.html | |||
diff --git a/js/panels/properties/sections/custom-rows/dual-row.reel/dual-row.js b/js/panels/properties/sections/custom-rows/dual-row.reel/dual-row.js index 72d216ca..72d216ca 100644..100755 --- a/js/panels/properties/sections/custom-rows/dual-row.reel/dual-row.js +++ b/js/panels/properties/sections/custom-rows/dual-row.reel/dual-row.js | |||
diff --git a/js/panels/properties/sections/custom-rows/single-row.reel/single-row.html b/js/panels/properties/sections/custom-rows/single-row.reel/single-row.html index 27c02380..27c02380 100644..100755 --- a/js/panels/properties/sections/custom-rows/single-row.reel/single-row.html +++ b/js/panels/properties/sections/custom-rows/single-row.reel/single-row.html | |||
diff --git a/js/panels/properties/sections/custom-rows/single-row.reel/single-row.js b/js/panels/properties/sections/custom-rows/single-row.reel/single-row.js index b606d6b8..b606d6b8 100644..100755 --- a/js/panels/properties/sections/custom-rows/single-row.reel/single-row.js +++ b/js/panels/properties/sections/custom-rows/single-row.reel/single-row.js | |||
diff --git a/js/panels/properties/sections/custom.reel/custom.html b/js/panels/properties/sections/custom.reel/custom.html index 6d4cf0cd..6d4cf0cd 100644..100755 --- a/js/panels/properties/sections/custom.reel/custom.html +++ b/js/panels/properties/sections/custom.reel/custom.html | |||
diff --git a/js/panels/properties/sections/custom.reel/custom.js b/js/panels/properties/sections/custom.reel/custom.js index a2b9b9fa..a2b9b9fa 100644..100755 --- a/js/panels/properties/sections/custom.reel/custom.js +++ b/js/panels/properties/sections/custom.reel/custom.js | |||
diff --git a/js/panels/properties/sections/position-and-size.reel/position-and-size.css b/js/panels/properties/sections/position-and-size.reel/position-and-size.css index 227a232b..227a232b 100644..100755 --- a/js/panels/properties/sections/position-and-size.reel/position-and-size.css +++ b/js/panels/properties/sections/position-and-size.reel/position-and-size.css | |||
diff --git a/js/panels/properties/sections/position-and-size.reel/position-and-size.html b/js/panels/properties/sections/position-and-size.reel/position-and-size.html index 79a55385..79a55385 100644..100755 --- a/js/panels/properties/sections/position-and-size.reel/position-and-size.html +++ b/js/panels/properties/sections/position-and-size.reel/position-and-size.html | |||
diff --git a/js/panels/properties/sections/position-and-size.reel/position-and-size.js b/js/panels/properties/sections/position-and-size.reel/position-and-size.js index 49117090..49117090 100644..100755 --- a/js/panels/properties/sections/position-and-size.reel/position-and-size.js +++ b/js/panels/properties/sections/position-and-size.reel/position-and-size.js | |||
diff --git a/js/panels/properties/sections/three-d-view.reel/three-d-view.html b/js/panels/properties/sections/three-d-view.reel/three-d-view.html index 1e24cb55..1e24cb55 100644..100755 --- a/js/panels/properties/sections/three-d-view.reel/three-d-view.html +++ b/js/panels/properties/sections/three-d-view.reel/three-d-view.html | |||
diff --git a/js/panels/properties/sections/three-d-view.reel/three-d-view.js b/js/panels/properties/sections/three-d-view.reel/three-d-view.js index 0c4a9171..35591afa 100644..100755 --- a/js/panels/properties/sections/three-d-view.reel/three-d-view.js +++ b/js/panels/properties/sections/three-d-view.reel/three-d-view.js | |||
@@ -207,29 +207,32 @@ exports.ThreeD = Montage.create(Component, { | |||
207 | templateDidLoad : { | 207 | templateDidLoad : { |
208 | value: function() { | 208 | value: function() { |
209 | Object.defineBinding(this, "axisMode", { | 209 | Object.defineBinding(this, "axisMode", { |
210 | boundObject: this.axisModeGroupControl, | 210 | boundObject: this.axisModeGroupControl, |
211 | boundObjectPropertyPath: "selectedIndex", | 211 | boundObjectPropertyPath: "selectedIndex", |
212 | oneway: false | 212 | oneway: false |
213 | }); | 213 | }); |
214 | |||
215 | this.eventManager.addEventListener("openDocument", this, false); | ||
216 | } | ||
217 | }, | ||
218 | |||
219 | handleOpenDocument: { | ||
220 | value: function() { | ||
214 | 221 | ||
215 | Object.defineBinding(this, "item", { | 222 | Object.defineBinding(this, "item", { |
216 | boundObject: this, | 223 | boundObject: this, |
217 | boundObjectPropertyPath: "application.ninja.selectedElements", | 224 | boundObjectPropertyPath: "application.ninja.selectedElements", |
218 | boundValueMutator: this._getSelectedItem, | 225 | boundValueMutator: this._getSelectedItem, |
219 | oneway: true | 226 | oneway: true |
220 | }); | 227 | }); |
221 | } | 228 | } |
222 | }, | 229 | }, |
223 | 230 | ||
224 | _getSelectedItem: { | 231 | _getSelectedItem: { |
225 | value: function(els) | 232 | value: function(els) { |
226 | { | 233 | if(els.length) { |
227 | if(els.length) | ||
228 | { | ||
229 | return els[0]._element || els[0]; | 234 | return els[0]._element || els[0]; |
230 | } | 235 | } else { |
231 | else | ||
232 | { | ||
233 | return this.boundObject.application.ninja.currentDocument.documentRoot; | 236 | return this.boundObject.application.ninja.currentDocument.documentRoot; |
234 | } | 237 | } |
235 | } | 238 | } |