w2x: Make toolbar visible in Calc and update help files

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@213 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-11-09 12:33:12 +00:00
parent 48fa56895b
commit a9e146d26d
11 changed files with 208 additions and 46 deletions

View file

@ -20,6 +20,7 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6
[w2x] Added toolbar with four buttons: Publish directly to XHTML, publish directly to EPUB, edit EPUB metadata
and edit custom configuration. Publishing directly implies that the file picker is not displayed. Instead
the document will be exported to the same directory as the currently open document and with the same name.
The EPUB buttons are only visible in Writer, the other buttons are also visible in Calc.
This feature bypasses the filter logic, which gives a significant performance gain for large documents.
[all] Filter: Refactored filter code, the actual conversion has been separated from the XExportFilter implementation