Skip to content

Commit

Permalink
release/4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Jul 15, 2016
1 parent c1ea754 commit edd9fdc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 203 files
2 changes: 1 addition & 1 deletion dictionaries
Submodule dictionaries updated 1 files
+17 −0 README.md
2 changes: 1 addition & 1 deletion web-apps
Submodule web-apps updated 56 files
+12 −1 Readme.md
+10 −7 apps/common/main/lib/controller/Chat.js
+104 −28 apps/common/main/lib/controller/Plugins.js
+11 −3 apps/common/main/lib/view/About.js
+100 −3 apps/common/main/lib/view/Plugins.js
+ apps/common/main/resources/img/controls/common-controls.png
+ apps/common/main/resources/img/controls/[email protected]
+ apps/common/main/resources/img/plugin/icon_add_on_default.png
+ apps/common/main/resources/img/plugin/[email protected]
+95 −3 apps/common/main/resources/less/plugins.less
+12 −7 apps/documenteditor/main/app/controller/LeftMenu.js
+9 −8 apps/documenteditor/main/app/controller/Main.js
+4 −4 apps/documenteditor/main/app/controller/Statusbar.js
+8 −3 apps/documenteditor/main/app/template/ImageSettings.template
+1 −1 apps/documenteditor/main/app/template/LeftMenu.template
+0 −2 apps/documenteditor/main/app/template/RightMenu.template
+34 −3 apps/documenteditor/main/app/view/ImageSettings.js
+14 −13 apps/documenteditor/main/app/view/LeftMenu.js
+22 −15 apps/documenteditor/main/app/view/ParagraphSettings.js
+2 −2 apps/documenteditor/main/app/view/RightMenu.js
+1 −1 apps/documenteditor/main/app/view/Statusbar.js
+3 −2 apps/documenteditor/main/app/view/Toolbar.js
+1 −1 apps/documenteditor/main/app/view/Viewport.js
+6 −0 apps/documenteditor/main/locale/en.json
+21 −21 apps/documenteditor/main/locale/es.json
+ apps/documenteditor/main/resources/img/toolbar-menu.png
+ apps/documenteditor/main/resources/img/[email protected]
+4 −4 apps/presentationeditor/main/app/controller/LeftMenu.js
+4 −3 apps/presentationeditor/main/app/controller/Main.js
+8 −3 apps/presentationeditor/main/app/template/ImageSettings.template
+0 −2 apps/presentationeditor/main/app/template/RightMenu.template
+1 −1 apps/presentationeditor/main/app/template/SlideSettings.template
+35 −3 apps/presentationeditor/main/app/view/ImageSettings.js
+1 −0 apps/presentationeditor/main/app/view/LeftMenu.js
+2 −2 apps/presentationeditor/main/app/view/RightMenu.js
+26 −17 apps/presentationeditor/main/app/view/SlideSettings.js
+6 −3 apps/presentationeditor/main/app/view/Toolbar.js
+1 −1 apps/presentationeditor/main/app/view/Viewport.js
+2 −0 apps/presentationeditor/main/locale/en.json
+5 −5 apps/presentationeditor/main/locale/es.json
+4 −2 apps/spreadsheeteditor/main/app.js
+29 −5 apps/spreadsheeteditor/main/app/controller/LeftMenu.js
+71 −4 apps/spreadsheeteditor/main/app/controller/Main.js
+6 −1 apps/spreadsheeteditor/main/app/template/ImageSettings.template
+2 −0 apps/spreadsheeteditor/main/app/template/LeftMenu.template
+34 −3 apps/spreadsheeteditor/main/app/view/ImageSettings.js
+29 −1 apps/spreadsheeteditor/main/app/view/LeftMenu.js
+6 −5 apps/spreadsheeteditor/main/app/view/Toolbar.js
+2 −7 apps/spreadsheeteditor/main/app/view/Viewport.js
+4 −2 apps/spreadsheeteditor/main/app_dev.js
+6 −0 apps/spreadsheeteditor/main/locale/en.json
+98 −98 apps/spreadsheeteditor/main/locale/es.json
+ apps/spreadsheeteditor/main/resources/img/toolbar-menu.png
+ apps/spreadsheeteditor/main/resources/img/[email protected]
+1 −0 apps/spreadsheeteditor/main/resources/less/app.less
+1 −0 apps/spreadsheeteditor/main/resources/less/leftmenu.less

0 comments on commit edd9fdc

Please sign in to comment.