Commit Graph

1003 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 7c1f3144bd Reworked the title formatting functionality. All keywords can be used in all headings, and also added scene numbers. 2020-05-11 19:00:01 +02:00
Veronica K. B. Olsen 4dead91af2 Extended the style formatting of tokenizer and tohtml to allow multiple styles for a block 2020-05-11 18:18:19 +02:00
Veronica K. B. Olsen 3ad4e26dbc Cleanup of unneeded imports 2020-05-11 00:20:46 +02:00
Veronica K. B. Olsen aba7b452e5 Merge branch 'fixes' into compile_novel 2020-05-11 00:07:16 +02:00
Veronica K. B. Olsen aab0b4a846 Fixed help text and added date to the version and help output 2020-05-11 00:03:28 +02:00
Veronica K. B. Olsen 41808ea9b8 Changed __status__ to Pre-Release 2020-05-10 23:58:44 +02:00
Veronica K. B. Olsen c3f1581acf oopsie 2020-05-10 23:56:41 +02:00
Veronica K. B. Olsen df782e823d Reduced the number of command line switches 2020-05-10 23:55:56 +02:00
Veronica K. B. Olsen 0faf1f9986 The isExported option should only apply to files 2020-05-10 23:24:32 +02:00
Veronica K. B. Olsen a7d2ca24a5 Deleted the rest of the no longer needed code 2020-05-10 22:56:30 +02:00
Veronica K. B. Olsen eecf1e000d Finished cleaning up formatting on export and connected all dialog options 2020-05-10 22:51:50 +02:00
Veronica K. B. Olsen 52eb51b44b Deleted the rest ov the convert submodule 2020-05-10 21:29:32 +02:00
Veronica K. B. Olsen 771e44055d Finished save file options for now. Still missing markdown and PDF 2020-05-10 21:27:28 +02:00
Veronica K. B. Olsen 26b8379ada Updated tests again 2020-05-10 19:37:38 +02:00
Veronica K. B. Olsen 4d9e2d03a3 Done building the buttons etc for BuildNovel dialog 2020-05-10 19:31:53 +02:00
Veronica K. B. Olsen 5ab1402854 Fix tests 2020-05-10 16:12:47 +02:00
Veronica K. B. Olsen cf3fc2ef4f Added title formatting settings to project file 2020-05-10 15:57:50 +02:00
Veronica K. B. Olsen 2eaa707f4e Some cleanup of the tokenizer and tohtml classes 2020-05-10 14:44:44 +02:00
Veronica K. B. Olsen 33f4626aec Moved the convert classes we want to keep to the core folder. The rest will be deleted. 2020-05-10 13:51:22 +02:00
Veronica K. B. Olsen 1ad156054c Make sure information is synced properly when item label is changed 2020-05-09 21:49:05 +02:00
Veronica K. B. Olsen 91dd15ab57 Rewritten the tree details pane to show more info 2020-05-09 21:48:35 +02:00
Veronica K. B. Olsen ef40d4f2de Added the new exported option to project tree and item editor 2020-05-09 20:51:27 +02:00
Veronica K. B. Olsen 42b819acd9 Added exported option to NWItem 2020-05-09 20:05:42 +02:00
Veronica K. B. Olsen 3b136bddbb Added document to build GUI 2020-05-09 20:02:19 +02:00
Veronica K. B. Olsen 3089c798dc Added the Build Project dialog and connected it to the GUI in place of the Export tool 2020-05-09 19:26:28 +02:00
Veronica K. B. Olsen 3e0bcfdb1c Added appPath and homePath to debug output 2020-05-09 18:37:38 +02:00
Veronica K. Berglyd Olsen 7f6c808c97 Merge pull request #203 from vkbo/release_0.5
Release 0.5
2020-05-09 17:55:31 +02:00
Veronica K. B. Olsen e60a05bc70 Updated changelog 2020-05-09 17:46:06 +02:00
Veronica K. B. Olsen 04728b74d4 Bump version 2020-05-09 16:45:31 +02:00
Veronica K. Berglyd Olsen 8c8000b8f9 Merge pull request #202 from vkbo/docs
Updated documentation
2020-05-09 16:25:24 +02:00
Veronica K. B. Olsen 1a348b347a Updated documentation 2020-05-09 16:20:59 +02:00
Veronica K. Berglyd Olsen e774a3546f Merge pull request #201 from vkbo/minor_things
Minor Refactoring and Restore Orphan File Label
2020-05-09 14:07:10 +02:00
Veronica K. B. Olsen 59a7be6b89 Imrpoved readability of call 2020-05-09 14:02:20 +02:00
Veronica K. B. Olsen 75adcdf679 Can now restore document label for orphaned files 2020-05-09 13:59:57 +02:00
Veronica K. B. Olsen d44dca6a21 Moved the packing of XML tree into NWTree, and added a function for formatting time stamps 2020-05-09 13:08:11 +02:00
Veronica K. B. Olsen 6cdf203079 Cleanup of comments and a bit of syntax in the project file 2020-05-09 12:17:56 +02:00
Veronica K. Berglyd Olsen c35dff921d Merge pull request #200 from vkbo/doc_meta
Document Meta Data
2020-05-08 23:10:34 +02:00
Veronica K. B. Olsen 5a1ff7e7d3 Opening a document now seems to reset dynamic margins. Added a temporary fix. 2020-05-08 23:02:16 +02:00
Veronica K. B. Olsen 1c98fbcb81 trashRoot handle should be initialised to None 2020-05-08 22:53:58 +02:00
Veronica K. B. Olsen 3c9b25bb49 Updated tests 2020-05-08 22:48:38 +02:00
Veronica K. B. Olsen 23520fef9b Updated sample text 2020-05-08 22:48:29 +02:00
Veronica K. B. Olsen 67562b19b6 Added meta data reading and writing to the document class 2020-05-08 22:44:50 +02:00
Veronica K. Berglyd Olsen 75090a94f8 Merge pull request #199 from vkbo/code_improvements
Code Refactoring
2020-05-08 21:49:23 +02:00
Veronica K. B. Olsen 76b4ffe0f2 Add back some file history from deleted files 2020-05-08 21:40:56 +02:00
Veronica K. B. Olsen aea39ba1aa Renamed the textanalyse file 2020-05-08 21:33:59 +02:00
Veronica K. B. Olsen 894bc41f51 Moved the additions folder into the gui folder as it only contains gui elements 2020-05-08 21:32:38 +02:00
Veronica K. B. Olsen b0c71fb47d Removed the nw/tools folder and moved or merged the code in elsewhere 2020-05-08 21:28:05 +02:00
Veronica K. B. Olsen 9b049b6469 Moved spell checker classes to core folder 2020-05-08 21:02:30 +02:00
Veronica K. B. Olsen 386020bcf8 Renamed 'project' folder to 'core' 2020-05-08 20:58:34 +02:00
Veronica K. B. Olsen 5cc036e125 Fixed a bug in language lookup for enchant spelling 2020-05-08 20:57:03 +02:00