diff options
author | Valerio Virgillito | 2012-07-09 14:35:44 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-09 14:35:44 -0700 |
commit | 84b3327bd92faafab7954b5eb64c7abe24a3fe13 (patch) | |
tree | 3f56cbed2f08c5a81ea79eaf0bcb9bd031d8a627 /js/io/ui/file-picker | |
parent | c0a42c56f768a873ba637f5b86d5f6a84d4a3312 (diff) | |
parent | 40c6eb2c06b34f65a74d59ef9687251952858bab (diff) | |
download | ninja-84b3327bd92faafab7954b5eb64c7abe24a3fe13.tar.gz |
Merge branch 'normalize' of https://github.com/kriskowal/ninja-internal
Conflicts:
js/components/gradientpicker.reel/gradientpicker.js
js/components/tools-properties/text-properties.reel/text-properties.js
js/document/views/base.js
js/document/views/design.js
js/helper-classes/3D/StageLine.js
js/helper-classes/3D/draw-utils.js
js/lib/drawing/world.js
js/lib/geom/circle.js
js/lib/geom/line.js
js/lib/geom/rectangle.js
js/lib/geom/shape-primitive.js
js/lib/rdge/materials/bump-metal-material.js
js/lib/rdge/materials/flag-material.js
js/lib/rdge/materials/fly-material.js
js/lib/rdge/materials/julia-material.js
js/lib/rdge/materials/keleidoscope-material.js
js/lib/rdge/materials/mandel-material.js
js/lib/rdge/materials/material.js
js/lib/rdge/materials/plasma-material.js
js/lib/rdge/materials/pulse-material.js
js/lib/rdge/materials/radial-gradient-material.js
js/lib/rdge/materials/taper-material.js
js/lib/rdge/materials/twist-vert-material.js
js/lib/rdge/materials/water-material.js
js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
js/panels/Materials/materials-library-panel.reel/materials-library-panel.js
js/panels/Materials/materials-popup.reel/materials-popup.html
js/panels/Materials/materials-popup.reel/materials-popup.js
js/tools/LineTool.js
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/io/ui/file-picker')
4 files changed, 19 insertions, 19 deletions
diff --git a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html index 31816d4d..4476a90d 100755 --- a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html +++ b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
diff --git a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.css b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.css index e4ecf167..7c6e5d3a 100644 --- a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.css +++ b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.css | |||
@@ -39,8 +39,8 @@ POSSIBILITY OF SUCH DAMAGE. | |||
39 | background-color:#494949; | 39 | background-color:#494949; |
40 | font-family: 'Droid Sans', sans-serif; | 40 | font-family: 'Droid Sans', sans-serif; |
41 | border-radius: 8px; | 41 | border-radius: 8px; |
42 | box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); | 42 | box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); |
43 | text-shadow: 1px 1px 1px #000; | 43 | text-shadow: 1px 1px 1px #000; |
44 | } | 44 | } |
45 | 45 | ||
46 | .picker .pickerHeader{ | 46 | .picker .pickerHeader{ |
@@ -229,13 +229,13 @@ POSSIBILITY OF SUCH DAMAGE. | |||
229 | } | 229 | } |
230 | 230 | ||
231 | .picker .buttons button { | 231 | .picker .buttons button { |
232 | float: left; | 232 | float: left; |
233 | width: 100px; | 233 | width: 100px; |
234 | margin-top: 3px; | 234 | margin-top: 3px; |
235 | } | 235 | } |
236 | 236 | ||
237 | .picker .okButton{ | 237 | .picker .okButton{ |
238 | margin: 0px 22px 0px 8px; | 238 | margin: 0px 22px 0px 8px; |
239 | /* | 239 | /* |
240 | margin-right:25px; | 240 | margin-right:25px; |
241 | -webkit-box-align: center; | 241 | -webkit-box-align: center; |
diff --git a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.html b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.html index e11cae17..a9a88c6d 100755 --- a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.html +++ b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!doctype html> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | Copyright (c) 2012, Motorola Mobility, Inc | 3 | Copyright (c) 2012, Motorola Mobility, Inc |
4 | All Rights Reserved. | 4 | All Rights Reserved. |
diff --git a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js index ddccc3d5..0536f7eb 100644 --- a/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js +++ b/js/io/ui/file-picker/picker-navigator.reel/picker-navigator.js | |||
@@ -202,7 +202,7 @@ var PickerNavigator = exports.PickerNavigator = Montage.create(Component, { | |||
202 | } | 202 | } |
203 | } | 203 | } |
204 | }, | 204 | }, |
205 | 205 | ||
206 | pickerModel:{ | 206 | pickerModel:{ |
207 | enumerable:false, | 207 | enumerable:false, |
208 | writable:true, | 208 | writable:true, |
@@ -210,25 +210,25 @@ var PickerNavigator = exports.PickerNavigator = Montage.create(Component, { | |||
210 | }, | 210 | }, |
211 | 211 | ||
212 | willDraw: { | 212 | willDraw: { |
213 | enumerable: false, | 213 | enumerable: false, |
214 | value: function() { | 214 | value: function() { |
215 | 215 | ||
216 | } | 216 | } |
217 | }, | 217 | }, |
218 | draw: { | 218 | draw: { |
219 | enumerable: false, | 219 | enumerable: false, |
220 | value: function() { | 220 | value: function() { |
221 | this.filterVal.innerHTML = this.pickerModel.currentFilter; | 221 | this.filterVal.innerHTML = this.pickerModel.currentFilter; |
222 | 222 | ||
223 | if(this.pickerModel.fatalError !== null){ | 223 | if(this.pickerModel.fatalError !== null){ |
224 | this.error.innerHTML = this.pickerModel.fatalError; | 224 | this.error.innerHTML = this.pickerModel.fatalError; |
225 | } | 225 | } |
226 | 226 | ||
227 | } | 227 | } |
228 | }, | 228 | }, |
229 | didDraw: { | 229 | didDraw: { |
230 | enumerable: false, | 230 | enumerable: false, |
231 | value: function() { | 231 | value: function() { |
232 | 232 | ||
233 | var that = this; | 233 | var that = this; |
234 | this.iconList = null; | 234 | this.iconList = null; |
@@ -376,7 +376,7 @@ var PickerNavigator = exports.PickerNavigator = Montage.create(Component, { | |||
376 | //ready to show picker now | 376 | //ready to show picker now |
377 | this.element.style.visibility = "visible"; | 377 | this.element.style.visibility = "visible"; |
378 | this.element.focus(); | 378 | this.element.focus(); |
379 | } | 379 | } |
380 | }, | 380 | }, |
381 | 381 | ||
382 | updateAddressBar:{ | 382 | updateAddressBar:{ |
@@ -388,7 +388,7 @@ var PickerNavigator = exports.PickerNavigator = Montage.create(Component, { | |||
388 | addressBarEl.value = folderUri; | 388 | addressBarEl.value = folderUri; |
389 | 389 | ||
390 | //update left drive selection | 390 | //update left drive selection |
391 | 391 | ||
392 | } | 392 | } |
393 | } | 393 | } |
394 | }, | 394 | }, |