aboutsummaryrefslogtreecommitdiff
path: root/js/mediators/io-mediator.js
Commit message (Collapse)AuthorAge
* Adding new RDGE library dataJose Antonio Marquez2012-02-16
|
* Setting up webGL library copy on saveJose Antonio Marquez2012-02-15
|
* Creating NinjaTemplate to HTML functionJose Antonio Marquez2012-02-14
| | | | This function will need to be cleaned up and possibly moved once the MVC structure is in-place for the document.
* Cleaning up mediatorJose Antonio Marquez2012-02-14
|
* integrating save functionalityAnanya Sen2012-02-13
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Save 'code' view filesJose Antonio Marquez2012-02-13
| | | | Added functionality (temp) to save files in code view.
* File Save (with CSS styles)Jose Antonio Marquez2012-02-12
| | | | Temp fix for saving styles in <style> of HTML document.
* File Save (HTML only)Jose Antonio Marquez2012-02-12
| | | | Added the ability to save an HTML file from design view, need to add CSS detection and saving (of styles in <style> only). Also need to add 'Save All' for all file attached to the HTML file.
* Adding download cloud app UIJose Antonio Marquez2012-02-09
|
* New/Open HTML document parsingJose Antonio Marquez2012-02-09
|
* File OpenJose Antonio Marquez2012-02-09
| | | | Adding file open functionality.
* New FileJose Antonio Marquez2012-02-09
| | | | Adding new file functionality, awaiting UI to implement correct file path for templates to hook into mediator.
* Fixing URI for templates, need UI to use correct dataJose Antonio Marquez2012-02-09
|
* fixed undo/redo for each code view document, changed new file integration ↵Ananya Sen2012-02-08
| | | | | | with io mediator Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* allow to open html file in design view,Ananya Sen2012-02-03
| | | | | | integrated file open with io mediator Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* added editor tab save while switching code view tabs,Ananya Sen2012-02-03
| | | | | | integrated new file dialog with io mediator to open the new file in a new tab Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Chrome FileSystem API TestingJose Antonio Marquez2012-02-02
| | | | Doing benchmark testing of the native HTML5 FileSystem API available in Chrome. Need to run testing of local XHR requests and also getting files from packaged app.
* Setting up mediator for UI in FileIOJose Antonio Marquez2012-02-02
|
* File IO clean up and setting upJose Antonio Marquez2012-02-01
Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.