Changeset 26a9d64489ba6656c3731dace07bf4c2602cf7b9
- Timestamp:
- 10/26/09 00:41:27 (4 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- b24d6e3f35e707fb850b2b22d7a9fe58cab8ad9f
- Children:
- 141ee663983752704f30415a3b0f341506d31fc3
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2009-10-26T00:41:27Z+0100
- Message:
-
Added ChangeLog? entry for HTML export
2009-10-25 Armin Burgmeier <armin@…>, Benjamin Herr <ben@…>
- code/operations/operation-export-html.hpp:
- code/operations/operation-export-html.cpp:
- code/operations/Makefile.am: Added an operation which exports a
document to a XHTML document.
- code/operations/operations.hpp:
- code/operations/operations.cpp: Added export_html() functio.
- code/core/header.hpp:
- code/core/header.cpp: Added a menu entry for exporting a document to
HTML.
- code/core/folder.hpp:
- code/core/folder.cpp:
- code/core/docwindow.hpp:
- code/core/docwindow.cpp:
- code/commands/browser-commands.cpp: Store path on remote host and
its hostname in the DocWindow?.
- code/commands/file-tasks/task-export-html.hpp:
- code/commands/file-tasks/task-export-html.cpp:
- code/commands/file-tasks/Makefile.am: Added a task for HTML export
showing a file chooser dialog for the user to select a location to
export to.
- code/commands/file-commands.hpp:
- code/commands/file-commands.cpp: Start the task when the user
activates the corresponding action defined in Header.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rd451ded
|
r26a9d64
|
|
| | 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 | |
| 1 | 32 | 2009-10-24 Armin Burgmeier <armin@arbur.net> |
| 2 | 33 | |