aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tools
Commit message (Collapse)AuthorAge
* BSD LicenseKris Kowal2012-07-09
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* gh-329 Make Template Creator restore the elements after serializationAntónio Afonso2012-07-03
| | | To create the serialization the element of each component needs to point to a new one, since the code was not restoring these elements the components were left in an undefined state.
* Can bind Multiple instanceArmen Kesablyan2012-06-25
| | | | Signed-off-by: Armen Kesablyan <armen@motorola.com>
* Attempting to track clean nodesJose Antonio Marquez2012-05-30
| | | | Need to figure out CSS overwrite issue <style>
* Initialize an internal Template variable in TemplateCreatorAntónio Afonso2012-05-30
|
* Stop serializing the child components of the top components are not serializedAntónio Afonso2012-05-30
| | | We just removed them before serializing and add them again afterwards.
* Stop adding ids to elements in template creatorAntónio Afonso2012-05-30
| | | | This is the fix for Motorola-Mobility/montage#648
* Avoid duplicate labels in template creatorAntónio Afonso2012-05-30
| | | This is the fix for Motorola-Mobility/montage#649
* Fixing preview bugJose Antonio Marquez2012-05-16
| | | | Also setting up for Montage component serialization.
* Preliminary Montage Template CleanupJose Antonio Marquez2012-05-09
| | | | The template creator is currently not returning serializing code, but does clean the document. Need to investigate reason why, currently all components are removed on save.
* Tests and clean-upJose Antonio Marquez2012-03-18
|
* Temp I/O functionality for M-JS componentsJose Antonio Marquez2012-03-18
| | | | Added the ability to save montages component serialization from Ninja. Very rough, but functional.
* adding the template-creator classValerio Virgillito2012-02-27
Signed-off-by: Valerio Virgillito <valerio@motorola.com>