Commit Graph

178 Commits

Author SHA1 Message Date
Veronica K. B. Olsen dbdf28f339 Align text on split view move 2019-05-25 19:12:30 +02:00
Veronica K. B. Olsen 8c34f8f7a3 Pressing F2 is equivalent to pressing Ctrl+E 2019-05-25 19:07:57 +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 4ae32f3269 Rewritten how status items are changed, using a data storage instead of passing colours back and forth from icons 2019-05-22 23:29:55 +02:00
Veronica K. B. Olsen 20418f79ca Fix the GUI tests 2019-05-22 21:21:02 +02:00
Veronica K. B. Olsen 823426f4f8 Loading and saving of status and importance now works 2019-05-19 22:49:24 +02:00
Veronica K. B. Olsen fdd9c58235 Document tree is now refreshed when status colours change 2019-05-19 22:20:54 +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 540aa7fcbc Moved item status recrod keeping into a separate iterable class 2019-05-19 19:03:59 +02:00
Veronica K. B. Olsen 37ec8e6280 Added code to extend the status and importance colour lists 2019-05-19 17:00:05 +02:00
Veronica K. B. Olsen 0b98723b25 Redesigned the project settings GUI to use tabs 2019-05-19 15:00:30 +02:00
Veronica K. B. Olsen 33a509dee0 Merge branch 'improvements' into extended_project_editor 2019-05-19 14:34:42 +02:00
Veronica K. B. Olsen 357a79deea Fixed a bug with adding new root items 2019-05-19 14:34:13 +02:00
Veronica K. B. Olsen b790fe7db9 Started adding a tabbed widget for the project settings GUI 2019-05-19 14:27:57 +02:00
Veronica K. B. Olsen 2a1b371974 Adding a bug trap too ... 2019-05-19 00:20:29 +02:00
Veronica K. B. Olsen f59a815a02 While loops are scary, so just in case ... 2019-05-19 00:15:18 +02:00
Veronica K. B. Olsen 33fe71ae62 Improved tree builing logic to handle out of order items from project file 2019-05-19 00:13:03 +02:00
Veronica K. B. Olsen 0b7511f9a5 Saving space 2019-05-19 00:12:18 +02:00
Veronica K. B. Olsen 251614e9f0 Added theme setting to config file 2019-05-18 20:53:46 +02:00
Veronica K. B. Olsen a2a6fd60bc Added a theme class that loads the theme from config 2019-05-18 20:48:19 +02:00
Veronica K. B. Olsen 48da59321b Set doc viewer header colour to match the editor 2019-05-18 19:41:21 +02:00
Veronica K. B. Olsen ccca604037 Using two splitters instead of one to make positioning easier. 2019-05-18 19:33:18 +02:00
Veronica K. B. Olsen d89e7fcd60 Stupid menu bug. 2019-05-18 18:34:21 +02:00
Veronica K. B. Olsen bec5c0113f Stupid menu bug. 2019-05-18 18:33:26 +02:00
Veronica K. B. Olsen 9e42e01488 Trigger the viewDocument call in gui test, which tests the tokenizer and converter as well 2019-05-18 18:23:44 +02:00
Veronica K. B. Olsen 8c49279280 The GUI test now covers the spell checker as well 2019-05-18 18:20:01 +02:00
Veronica K. B. Olsen bf1b4d5d3b Fixed tests, some resize issues, and cleaned out some unneeded code. 2019-05-18 18:13:25 +02:00
Veronica K. B. Olsen 2bbadcb3bd Open last edited and viewed document when opening project 2019-05-18 18:03:23 +02:00
Veronica K. B. Olsen 76a4e6499b Fix margins for viewer, and handle split positions properly 2019-05-18 17:50:56 +02:00
Veronica K. B. Olsen ac1f9569e6 Document editor and document viewer are now in different panes 2019-05-18 17:09:03 +02:00
Veronica K. B. Olsen c4caac748f Version bump and update to changelog 2019-05-18 15:33:34 +02:00
Veronica K. B. Olsen 19b2521b73 Cursor position is now saved and loaded with the document. 2019-05-18 13:52:45 +02:00
Veronica K. B. Olsen cb71da5200 Move around the class methods a bit 2019-05-18 13:43:49 +02:00
Veronica K. B. Olsen 83a9c6660f Added cursor position to item class. 2019-05-18 13:39:15 +02:00
Veronica K. B. Olsen c13e140e37 Tree must be built from list treeOrder, not the dict keys on python 3.5 2019-05-17 10:11:37 +02:00
Veronica K. B. Olsen 1caf96b2df Make WordCounter return properly 2019-05-17 09:41:52 +02:00
Veronica K. B. Olsen bc39ec7886 GUI tests working locally when headless. 2019-05-17 01:55:37 +02:00
Veronica K. B. Olsen 66f6494894 Added a basic test of the GUI 2019-05-16 23:20:44 +02:00
Veronica K. B. Olsen 63c3182a0e More tests for class Config 2019-05-16 20:27:56 +02:00
Veronica K. B. Olsen 60e14634ef Merge branch 'dev' into importance_flag 2019-05-12 23:27:15 +02:00
Veronica K. B. Olsen e4f277d47e Bumped version to 0.1.2 2019-05-12 23:23:32 +02:00
Veronica K. B. Olsen 8b9b5f40ad Use same colours as for status 2019-05-12 21:59:31 +02:00
Veronica K. B. Olsen 53b97e8399 Importance colours added to the GUI 2019-05-12 21:54:21 +02:00
Veronica K. B. Olsen 8d8fc72cc1 Added common function for generating colour ranges, and added test for the common file 2019-05-12 21:32:09 +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 db8afe344e Caught an unexpected itemclass None, but can't recreate the bug. Added an extra check. 2019-05-12 20:13:37 +02:00
Veronica K. B. Olsen a882ad2c22 Bugfix in item editor 2019-05-12 19:54:49 +02:00
Veronica K. B. Olsen a94715ba71 Bumped version to 0.1.1 2019-05-12 17:54:53 +02:00
Veronica K. B. Olsen 237c92da1a Commented out a debug message 2019-05-12 16:24:14 +02:00
Veronica K. B. Olsen fbdff8d249 Spell check can now be enabled/disabled and re-run on document 2019-05-12 16:18:37 +02:00