Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | giving the feed reader a default size when empty | Valerio Virgillito | 2012-03-20 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Animation for the Feed reader | Kishore Subramanian | 2012-03-20 |
| | |||
* | Change Youtube channel transition to avoid rendering bug | Stuart Knightley | 2012-03-20 |
| | |||
* | Reformating carousel | François Frisch | 2012-03-19 |
| | |||
* | Preserve-3d on flow and specify default dimensions on picasa-carousel. | Nivesh Rajbhandari | 2012-03-19 |
| | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Update Youtube channel to have three thumbnails | Stuart Knightley | 2012-03-19 |
| | |||
* | Map - width and height should be 100% so resize handles work. | Nivesh Rajbhandari | 2012-03-19 |
| | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | "Category" property should use "select" control. | Nivesh Rajbhandari | 2012-03-19 |
| | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Maps - Apply default width and height styles to components if specified. ↵ | Nivesh Rajbhandari | 2012-03-19 |
| | | | | | | Change default location to Sunnyvale. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
* | Changes to Map and FeedReader | Kishore Subramanian | 2012-03-19 |
| | | | | | | - Added traffic property to Map - Support for show/hide traffic in the example - Changed FeedReader to use only one DIV. No longer uses Repetition - Support multiple modes in the Feed reader - timed/animated | ||
* | Changes to the Demo | Kishore Subramanian | 2012-03-19 |
| | | | | | | - Feed Reader now shows one entry at a time - Category dropdown removed form the Map. It is included as part of the example code - Changed the categories that do not return results | ||
* | Update Youtube player to HTML5 | Stuart Knightley | 2012-03-19 |
| | |||
* | Youtube appending script in draw | François Frisch | 2012-03-19 |
| | |||
* | using channel name rather than url | François Frisch | 2012-03-18 |
| | |||
* | changing the picasa-carousel to use a getter and setter for the queryParameter | Valerio Virgillito | 2012-03-18 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Youtube video is droppable | François Frisch | 2012-03-17 |
| | | | | | | still getting errors with the carousel Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Integrating picasa carousel and youtube channel | François Frisch | 2012-03-17 |
| | |||
* | Adding back webkit-transform styles in set3DProperties. Changing "zoom" to ↵ | Valerio Virgillito | 2012-03-17 |
| | | | | | | | "zoomValue" in map component to avoid scaling the map. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Adding the youtube player | François Frisch | 2012-03-17 |
| | |||
* | Added a new picasa-carousel component as well as an example using it | Benoit Marchant | 2012-03-17 |
| | |||
* | fixing the map styles and temporary disabling the 3d styles for elements. | Valerio Virgillito | 2012-03-17 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Adding components to PI | François Frisch | 2012-03-17 |
| | |||
* | Adding feed reader and map | François Frisch | 2012-03-17 |
| | |||
* | Getting ownerComponent bindings | François Frisch | 2012-03-17 |
| | |||
* | integrating v0.7 montage into ninja | Valerio Virgillito | 2012-03-08 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | adding the template-creator class | Valerio Virgillito | 2012-02-27 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Fixing the selectInput and finishing the textinput | Valerio Virgillito | 2012-02-16 |
| | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | Merge branch 'refs/heads/master' into components | Valerio Virgillito | 2012-02-16 |
|\ | |||
| * | integrating the latest montage fixes for v0.6 into master | Valerio Virgillito | 2012-02-16 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | Merge branch 'refs/heads/master' into components | Valerio Virgillito | 2012-02-15 |
|\| | |||
| * | Merge branch 'components' of https://github.com/mencio/ninja-internal into ↵ | Valerio Virgillito | 2012-02-14 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | integration Conflicts: js/io/document/html-document.js Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * \ | Merge branch 'refs/heads/NinjaInternal' into FileIO | Jose Antonio Marquez | 2012-02-10 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: js/ninja.reel/ninja.html js/stage/stage.reel/stage.html | ||
| * | | | Adding a purge library method | Jose Antonio Marquez | 2012-02-08 |
| | | | | | | | | | | | | | | | | Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest. | ||
| * | | | Merge branch 'refs/heads/NinjaInternal' into FileIO | Jose Antonio Marquez | 2012-02-07 |
| |\ \ \ | |||
| * | | | | Adding ability to copy an entire library for Ninja | Jose Antonio Marquez | 2012-02-07 |
| | | | | | | | | | | | | | | | | | | | | Added the functionality to copy an entire directory/library from a JSON descriptor file into the app sandbox. Need to add logic to dispatch a 'synchronized' event for Ninja to know everything is up to date. | ||
| * | | | | Setting up Chrome File System API class | Jose Antonio Marquez | 2012-02-04 |
| | | | | | | | | | | | | | | | | | | | | Chrome file system API will be used to copy over files from the sandboxed app into the sandboxed file system directory (in Chrome) to then be used by the core API and the cloud. | ||
| * | | | | Merge branch 'refs/heads/NinjaInternal' into FileIO | Jose Antonio Marquez | 2012-02-02 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore js/ninja.reel/ninja.js | ||
| * | | | | | Merged old FileIO | Jose Antonio Marquez | 2012-01-27 |
| | | | | | | |||
* | | | | | | Adding more components pi | Valerio Virgillito | 2012-02-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added rest of the components pi. Missing text-input and select Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | | | | | Adding the button and the dropdown control. | Valerio Virgillito | 2012-02-15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | | | | | Completing the anchor element | Valerio Virgillito | 2012-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | | | | | Adding all the components to the panel | Valerio Virgillito | 2012-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | | | | | Removing the old and obsolete ninja components | Valerio Virgillito | 2012-02-14 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | | | | Merge branch 'refs/heads/master' into components | Valerio Virgillito | 2012-02-13 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/components/treeview/ninja-leaf.reel/ninja-leaf.js Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | | | Merge branch 'text-tool' of https://github.com/dhg637/ninja-internal into ↵ | Valerio Virgillito | 2012-02-09 |
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | feature-branch | ||
| | * | | | More Text Tool Updates | Armen Kesablyan | 2012-02-09 |
| | | | | | |||
| | * | | | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵ | Armen Kesablyan | 2012-02-07 |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | text-tool Conflicts: _scss/compass_app_log.txt css/ninja.css | ||
| | * | | | Refactored rich text editor location | Armen Kesablyan | 2012-02-07 |
| | | | | | |||
| | * | | | Initial Text tool completion. | Armen Kesablyan | 2012-02-07 |
| | | | | | |||
| | * | | | Initial Text Tool Implementation | Armen Kesablyan | 2012-02-02 |
| | | |/ | | |/| | | | | | | | | | Has rich-text-editor in place need to place with finalized version when complete |