Second draft of w2x toolbar

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@185 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-10-22 11:57:55 +00:00
parent a50dad69f4
commit 934dd30696
20 changed files with 365 additions and 222 deletions

View file

@ -2,6 +2,9 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6
---------- version 1.5.1 ----------
[w2x] Added toolbar with two buttons to publish directly to XHTML/EPUB.
[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 export dialog is not displayed. Instead
the document will be exported to the same directory as the currently open document and with the same name.
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