Commit Graph

39 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 03f1142e40 Added replace quotes function, and cleaned up some buggy behaviour with undo and how changes are tracked 2020-06-19 21:56:37 +02:00
Veronica K. B. Olsen b0380adc5f Added line and paragraph separatir unicodes back into nwUnicode class 2020-06-19 21:55:43 +02:00
Veronica K. B. Olsen 61856cec5b Added new constants for document insert feature 2020-06-19 17:34:41 +02:00
Veronica K. B. Olsen 3bfe214682 Added thin space and thin non-breaking space to unicode class 2020-06-18 23:45:23 +02:00
Veronica K. B. Olsen a64d867ed4 Added a quote symbol selection dialog 2020-06-18 19:30:02 +02:00
Veronica K. B. Olsen d2b1b8b57e Added back in strikethrough support 2020-06-13 10:27:02 +02:00
Veronica K. B. Olsen 49049e19d8 Moved the emphasis regexes to a constants class 2020-06-13 10:08:00 +02:00
Veronica K. B. Olsen 1f434718ec Replaced underline format with bold-italic, and all formats now use star, not underscore 2020-06-12 22:00:14 +02:00
Veronica K. B. Olsen 73b02be9b3 Removed handle column from outline 2020-06-02 11:55:21 +02:00
Veronica K. B. Olsen 199ecc28e3 The build dialog should show the result from last build when opening 2020-05-31 13:38:16 +02:00
Veronica K. B. Olsen a7bca8486f Added the ToC files as well to the repo 2020-05-30 00:16:53 +02:00
Veronica K. B. Olsen d27e2dc60f Added code to write contents txt and json files on project close 2020-05-30 00:15:07 +02:00
Veronica K. B. Olsen 36ca2ee309 Cleane dup project open and handling of legacy project content 2020-05-29 23:01:25 +02:00
Veronica K. B. Olsen dd14a38889 An update to how text is extracted from the text editor, conforms to the description in the Qt docs. 2020-05-29 20:38:46 +02:00
Veronica K. B. Olsen 68b8d8b469 Rewritten about dialog 2020-05-21 17:16:14 +02:00
Veronica K. B. Olsen 82c24d75ef Merge branch 'master' into dev_0.6 2020-05-14 18:57:55 +02:00
Veronica K. B. Olsen e865e5b448 Added support for icon themes in the source. Still need to add it to preferences. 2020-05-13 23:23:13 +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 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 020a4c548a Fixed formatting of URL in license docstring 2020-05-04 21:20:55 +02:00
Veronica K. B. Olsen e2b9e01c44 Replace the arrow unicodes with some more universal ones 2020-05-04 17:58:17 +02:00
Veronica K. B. Olsen 1fe9ff0af7 Updated the switch class to match code standard 2020-05-03 12:45:58 +02:00
Veronica K. B. Olsen 7d91a15841 The document title bar is no populated on document open 2020-05-01 17:36:02 +02:00
Veronica K. B. Olsen 946331145f Added a hidden handle column to the outline tree, and connected the double click to open a document 2020-04-26 17:48:14 +02:00
Veronica K. B. Olsen ba3c765ba8 Added license text to source files 2020-04-20 21:50:20 +02:00
Veronica K. B. Olsen 61ed3ee721 Added Outline enums and column labels to constants submodule 2020-04-09 19:46:10 +02:00
Veronica K. B. Olsen 32c6d80efb Restructured the way column state is preserved in the Outline tree 2020-03-10 23:18:58 +01:00
Veronica K. B. Olsen af410e0b15 Added functions to read and write project lockfile 2020-02-26 22:09:37 +01:00
Veronica K. B. Olsen c688c66d5b Project manager dialog now lists recent projects and lets the user open one of these, or browse for a folder 2020-02-26 17:44:11 +01:00
Veronica K. B. Olsen 4977ffd843 Clean up old json files 2020-02-19 19:57:08 +01:00
Veronica K. B. Olsen ecb739425b Added new class to save dialog optins 2020-02-19 18:58:19 +01:00
Veronica K. B. Olsen aab9805bc6 Remove dependency on appdirs package for finding config dir as this is provided by Qt 2020-02-15 21:39:21 +01:00
Veronica K. B. Olsen ca7617ad07 Remove the project cache folder as it isn't, and was never really, needed 2020-02-13 19:07:51 +01:00
Veronica K. B. Olsen 6cac679458 Added merge documents dialog and related code 2020-01-23 15:52:27 +01:00
Veronica K. B. Olsen 1711e5c615 Block formatting now complete 2019-11-21 14:31:12 +01:00
Veronica K. B. Olsen 20e1c2f6f2 Added the menu entry and handling of block formats 2019-11-21 14:00:55 +01:00
Veronica K. B. Olsen 1aae09463d Fixed code typo 2019-11-05 18:29:44 +01:00
Veronica K. B. Olsen 526edc9902 Remove duplicate dictionary entries 2019-11-05 18:26:30 +01:00
Veronica K. B. Olsen 0e84452533 Reorganise constants, and add ISO language codes in order to drop dependency pycountry 2019-11-05 18:14:40 +01:00