| | 1 | 2009-10-25 Armin Burgmeier <armin@arbur.net>, Benjamin Herr <ben@0x539.de> |
| | 2 | |
| | 3 | * code/operations/operation-export-html.hpp: |
| | 4 | * code/operations/operation-export-html.cpp: |
| | 5 | * code/operations/Makefile.am: Added an operation which exports a |
| | 6 | document to a XHTML document. |
| | 7 | |
| | 8 | * code/operations/operations.hpp: |
| | 9 | * code/operations/operations.cpp: Added export_html() functio. |
| | 10 | |
| | 11 | * code/core/header.hpp: |
| | 12 | * code/core/header.cpp: Added a menu entry for exporting a document to |
| | 13 | HTML. |
| | 14 | |
| | 15 | * code/core/folder.hpp: |
| | 16 | * code/core/folder.cpp: |
| | 17 | * code/core/docwindow.hpp: |
| | 18 | * code/core/docwindow.cpp: |
| | 19 | * code/commands/browser-commands.cpp: Store path on remote host and |
| | 20 | its hostname in the DocWindow. |
| | 21 | |
| | 22 | * code/commands/file-tasks/task-export-html.hpp: |
| | 23 | * code/commands/file-tasks/task-export-html.cpp: |
| | 24 | * code/commands/file-tasks/Makefile.am: Added a task for HTML export |
| | 25 | showing a file chooser dialog for the user to select a location to |
| | 26 | export to. |
| | 27 | |
| | 28 | * code/commands/file-commands.hpp: |
| | 29 | * code/commands/file-commands.cpp: Start the task when the user |
| | 30 | activates the corresponding action defined in Header. |
| | 31 | |