Commit Graph

26 Commits

Author SHA1 Message Date
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
Veronica K. B. Olsen b303eb6539 Further PEP8 compliance changes 2019-11-03 18:02:47 +01:00
Veronica K. B. Olsen 7c95af951a Make comments and docstrings comply with PEP8 2019-11-03 17:23:39 +01:00
Veronica K. B. Olsen f6bc1f32e5 Also remove the debuggui feature, as the functionality os handled otherwise if still needed 2019-11-03 15:14:34 +01:00
Veronica K. B. Olsen dfb790e73d Added a menu option to show storage details about the currently open file 2019-11-02 22:14:57 +01:00
Veronica K. B. Olsen c815a9ce01 Added a noticeBar to the top of the document editor that can display notifications 2019-10-31 14:45:00 +01:00
Veronica K. B. Olsen 9fea45b7df The editable flag for files is now respected by the editor, and trash files are not editable 2019-10-31 13:37:27 +01:00
Veronica K. B. Olsen 489eae2e0d Adding non-breaking space support for editor and html, latex export 2019-10-29 14:49:11 +01:00
Veronica K. B. Olsen 4fcff94b05 Make sure the document isn't overwritten if it exists, but we have an error loading it due to encoding, or otherwise 2019-10-28 14:12:26 +01:00
Veronica K. B. Olsen f760eeb544 Set encoding for all text reads and writes to utf8, as windows defaults to latin1 2019-10-28 13:44:13 +01:00
Veronica K. B. Olsen ccef2a1e51 Building a simple index now works 2019-05-27 22:28:58 +02:00
Veronica K. B. Olsen ad79b60961 Changed the way creating new, and closing projects is done to make it more roubust 2019-05-24 00:37:45 +02:00
Veronica K. B. Olsen edb6c41788 Manipulating statuses now seem to work, and update correctly. 2019-05-19 21:55:50 +02:00
Veronica K. B. Olsen e2895ce4f7 Improved the alert to user interface, and added an enum class for severity flags. 2019-05-12 20:34:52 +02:00
Veronica K. B. Olsen 92da5a335b Added an alert wrapper for both popup box and logger 2019-05-04 11:46:15 +02:00
Veronica K. B. Olsen faa1fe6efb Added open and save status messages to the status bar. 2019-05-04 10:24:40 +02:00
Veronica K. B. Olsen 3631b239fc Proagate word counts and save them for files. 2019-04-22 17:02:52 +02:00
Veronica K. B. Olsen d8f962cf84 Added text autoreplace functionality to doc editor. 2019-04-20 17:46:00 +02:00
Veronica K. B. Olsen f68a64503e Improvements to saving meta data, and added counting of words, etc 2019-04-19 23:42:30 +02:00
Veronica K. B. Olsen 5609d16978 Fixed the utf-8 thingy at the top of files 2019-04-14 13:20:19 +02:00
Veronica K. B. Olsen 4d448cad9d Some changes to item classes, and added a sample context menu to the tree view 2019-04-13 21:45:55 +02:00
Veronica K. B. Olsen eca8a807ce Renamed the document files to nwd as they are no longer strictly markdown 2019-04-13 18:45:59 +02:00
Veronica K. B. Olsen 7126e59bc7 Testing out going with markdown instead of html. 2019-04-06 10:25:49 +02:00
Veronica K. B. Olsen 8c10251fff Changed initial version to 0.0.1 2018-11-02 22:11:11 +01:00
Veronica K. B. Olsen d9e6a6f0b4 Can now open and save documents. 2018-11-01 21:51:46 +01:00
Veronica K. B. Olsen abd9d441ad Started adding project and doc classes. 2018-09-29 20:33:19 +02:00