Commit Graph

41 Commits

Author SHA1 Message Date
Veronica K. B. Olsen ec0f4880fa Let the document editor handle the status of spell checking, and let it set all other classes from there 2019-11-15 22:16:58 +01:00
Veronica K. B. Olsen e841e0211a We should read back the language dictionary setting from the spell class before updating status bar 2019-11-15 21:39:06 +01:00
Veronica K. B. Olsen bc43e924fe Strip non-word characters when adding to user dictionary 2019-11-12 21:24:13 +01:00
Veronica K. B. Olsen 154e91ede8 Remove unused imports 2019-11-09 21:01:43 +01:00
Veronica K. B. Olsen be2f812945 Fix a few minor issues related to opening and resizing of window panes 2019-11-09 14:34:02 +01:00
Veronica K. B. Olsen fab20c6c26 Added a separate text width parameter for zen mode 2019-11-09 14:24:59 +01:00
Veronica K. B. Olsen 90613b857b Finished the zen mode functionality, and added full screen F11 shortcut 2019-11-09 13:52:08 +01:00
Veronica K. B. Olsen 472205f1a6 Added menu entry and function for Zen mode, and cleaned up editor resizing 2019-11-09 01:19:17 +01:00
Veronica K. B. Olsen f01c2f9dee Updated icon and font for session timer, and added language info for status bar 2019-11-08 19:56:38 +01:00
Veronica K. B. Olsen f2265abf32 Finished the GUI option for spell check provider 2019-11-07 20:00:19 +01:00
Veronica K. B. Olsen f5af3fb293 Cleaned up initialisation and config settings for spell checking 2019-11-06 11:45:17 +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
Veronica K. B. Olsen 709689cf55 Added --info flag and modified logging output a bit 2019-11-05 11:25:45 +01:00
Veronica K. B. Olsen ae89cbd7ad Fix growing tree details panel on long labels 2019-11-03 23:14:31 +01:00
Veronica K. B. Olsen 62988df7d2 Clean up imports 2019-11-03 19:44:58 +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 33e3b67ba5 Make sure all code lines are within a 100 characters 2019-11-03 15:36:34 +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 4caa17f5ae Some minor code tweaks 2019-11-02 21:23:00 +01:00
Veronica K. B. Olsen df4ea641c2 The fixed width setting should really be maximum width. The text margins should be minimum margins. 2019-11-02 21:16:24 +01:00
Veronica K. B. Olsen d7d920f485 Some cleanup of unneeded code in drag and drop, and added more debug output 2019-11-02 20:40:17 +01:00
Veronica K. B. Olsen c9f961de20 Disable mutiple file selection for now, as it isn't uesd for anything yet 2019-11-02 20:24:36 +01:00
Veronica K. B. Olsen e9cc55654a Since only tags can be clickable in the viewer, they should use the same colour as in the editor. 2019-11-02 20:10:07 +01:00
Veronica K. B. Olsen e94bdd9340 Allow showing comments in document view pane, with a toggle swithc in document menu 2019-11-02 20:08:02 +01:00
Veronica K. B. Olsen 4c4c4548c4 Save the state of the references panel 2019-11-02 19:41:41 +01:00
Veronica K. B. Olsen 69e3edfaee Make sure the word count is updated when a note is moved to a different folder 2019-11-02 15:28:36 +01:00
Veronica K. B. Olsen 9dbe39347c Disable dragging and dropping onto root level, and allow free moving of notes between root folders. 2019-11-02 15:12:52 +01:00
Veronica K. B. Olsen 0a5d1e593c Make sure deleted items are also deleted from the index, so the index is up to date 2019-11-02 11:40:14 +01:00
Veronica K. B. Olsen 537594202a Doc viewer meta pannel can be hidden, and has a sticky button 2019-11-01 21:32:20 +01:00
Veronica K. B. Olsen 628c51b4da Merge branch 'master' into docview_meta 2019-11-01 19:47:49 +01:00
Veronica K. B. Olsen bc105c1f71 Remove debug code 2019-11-01 19:32:35 +01:00
Veronica K. B. Olsen f823367917 Fixed rendering of tabs in the document viewer 2019-11-01 18:24:42 +01:00
Veronica K. B. Olsen 18f45c5e11 Using scrollarea for the viewer reference panel 2019-10-31 22:55:52 +01:00
Veronica K. B. Olsen c4e090b5eb Quick fix for wrapping label 2019-10-31 22:39:57 +01:00
Veronica K. B. Olsen c20d5fcc39 The preview now generates clickable links 2019-10-31 21:45:00 +01:00
Veronica K. B. Olsen 8eba853f9e Added document references pane to the bottom of the doc viewer 2019-10-31 20:54:08 +01:00
Veronica K. B. Olsen d447453b8a Added a bunch of files needed for setuptools to work correctly£ 2019-10-31 16:45:18 +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 6f893bf321 Cleaned up the source files in the gui folder a bit. 2019-10-31 13:56:00 +01:00