Commit Graph

942 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 323b46a559 Added direct testing of the NWItem class 2020-05-07 19:43:55 +02:00
Veronica K. B. Olsen 3cb45d0dc3 Added some more checks on item setters 2020-05-07 19:43:22 +02:00
Veronica K. B. Olsen 1a521758d1 Moved the unpacking of XML data into the NWItem class 2020-05-07 01:25:09 +02:00
Veronica K. B. Olsen d5775a7838 Improved lookup of enums 2020-05-07 00:59:05 +02:00
Veronica K. B. Olsen 8037b3a311 Some improvements to the NWItem class, and removal of unused imports of it in the code 2020-05-07 00:38:25 +02:00
Veronica K. Berglyd Olsen 5306b6fd60 Merge pull request #195 from vkbo/gui_fixes
Gui Fixes
2020-05-04 21:25:25 +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 ed6d6515fe Some more corrections to Preferences help text 2020-05-04 21:18:58 +02:00
Veronica K. B. Olsen 35891e6663 Some bugfixes and text changes in the preferences dialog 2020-05-04 20:59:29 +02:00
Veronica K. B. Olsen c6ba779b05 Some further tweaks to the switch widget to make it consistent between GUI themes 2020-05-04 20:58:50 +02:00
Veronica K. B. Olsen 1148936af6 Let's use a character that definitely exists for the document path 2020-05-04 20:31:00 +02:00
Veronica K. B. Olsen ee8c91c3ee Reduce the QSwitch class to only what's needed 2020-05-04 17:59:51 +02:00
Veronica K. B. Olsen 85751851f0 Add some path check to the backup class 2020-05-04 17:59:31 +02:00
Veronica K. B. Olsen 9a1f846c6f Render the document title path separator as HTML 2020-05-04 17:59:00 +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. Berglyd Olsen d706b54785 Merge pull request #193 from vkbo/gui_changes
New Preferences Dialog
2020-05-03 20:24:18 +02:00
Veronica K. B. Olsen 9daa77486c Remove some unneeded imports 2020-05-03 20:16:13 +02:00
Veronica K. B. Olsen cbf0c265b9 Connected the full path in header option to the config gui 2020-05-03 20:04:51 +02:00
Veronica K. B. Olsen c1c67f026b Finished the last tab of the config editor 2020-05-03 19:52:54 +02:00
Veronica K. B. Olsen 4885216395 Fnisished main config editing tab 2020-05-03 19:24:25 +02:00
Veronica K. B. Olsen 0e0b61be8c Moved config of spell check and qriting guides 2020-05-03 19:10:00 +02:00
Veronica K. B. Olsen 6c0c908989 Added Layout tab to main config dialog 2020-05-03 18:02:27 +02:00
Veronica K. B. Olsen 3d0cd5a71c Move a bunch of settings to a new tab in main settings using the new config layout 2020-05-03 16:56:03 +02:00
Veronica K. B. Olsen bf9e365d25 Added a custom class for forms 2020-05-03 16:55:24 +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 e088b03c04 Added original switch code from stack overflow 2020-05-03 12:04:36 +02:00
Veronica K. Berglyd Olsen c0f24b9ba7 Merge pull request #192 from vkbo/title_bar
Document Title Bar
2020-05-02 20:31:41 +02:00
Veronica K. B. Olsen b44669a3b5 Some minor tweaks, and added option for showing full path 2020-05-01 21:30:18 +02:00
Veronica K. B. Olsen bf3ecfbef4 Moved the document title element into the document instead of main GUI 2020-05-01 20:51:46 +02:00
Veronica K. B. Olsen cc1113ea6c Tie things together to ensure title is always updated, and add some needed comments here and there 2020-05-01 18:11:32 +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 0387ce67b7 Base document title class ready. 2020-04-26 21:35:58 +02:00
Veronica K. B. Olsen 3a9de4af38 Remove dummy text from notixe bar class 2020-04-26 20:43:22 +02:00
Veronica K. B. Olsen 9263348b25 Add lock file to git ignore 2020-04-26 20:39:02 +02:00
Veronica K. Berglyd Olsen a48047905a Merge pull request #191 from vkbo/outline_step2
Outline Feature - Step 2
2020-04-26 18:15:16 +02:00
Veronica K. B. Olsen c934532ea2 Loosened the restriction on the synopsis tag a bit 2020-04-26 18:06:57 +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. Berglyd Olsen 7c2ca13e4f Merge pull request #190 from vkbo/bugfixes
Fixed bug in loading of dictionary without enchant installed
2020-04-22 10:27:17 +02:00
Veronica K. B. Olsen a03350269e Removed additional empty line 2020-04-22 10:18:07 +02:00
Veronica K. B. Olsen 4b99cad20d Fixed bug in loading of dictionary without enchant installed 2020-04-22 10:15:58 +02:00
Veronica K. Berglyd Olsen dbeabdc087 Merge pull request #189 from vkbo/license
Added license info to command line help message
2020-04-20 22:42:34 +02:00
Veronica K. B. Olsen 51ddaaf9ba Merge branch 'master' into license 2020-04-20 22:39:45 +02:00
Veronica K. B. Olsen f0e8982753 Added license info to command line help message 2020-04-20 22:39:04 +02:00
Veronica K. Berglyd Olsen 9207b71817 Merge pull request #188 from vkbo/license
Add license blob to source files
2020-04-20 22:37:50 +02:00
Veronica K. B. Olsen 5ab85a38bb Revert header to say 'About' 2020-04-20 22:33:21 +02:00
Veronica K. B. Olsen 6d138d054a Updated the about box 2020-04-20 22:24:56 +02:00
Veronica K. B. Olsen ba3c765ba8 Added license text to source files 2020-04-20 21:50:20 +02:00
Veronica K. Berglyd Olsen 67a3c384fd Merge pull request #183 from vkbo/tweaks
Tweaks (Open Project and Outline)
2020-04-15 21:10:11 +02:00
Veronica K. B. Olsen b4a90f4b02 Fixed tests 2020-04-14 22:49:40 +02:00
Veronica K. B. Olsen 4abec49b0a The opren recent project dialog now remembers column width and projects can be opened with double click 2020-04-14 22:49:25 +02:00