Commit Graph

202 Commits

Author SHA1 Message Date
Veronica K. B. Olsen db2b95e4a5 Added NWIndex class file 2019-05-27 20:50:01 +02:00
Veronica K. B. Olsen 5c20075b73 Fixed a bug in closing the app with the X button and selecting No on the question 2019-05-26 17:06:40 +02:00
Veronica K. B. Olsen 6c6d1ac325 Added a session timer to the status bar. 2019-05-26 17:02:32 +02:00
Veronica K. B. Olsen 61cbfe08c5 Moved makeAlert to dialog section in main GUI source 2019-05-26 15:55:53 +02:00
Veronica K. B. Olsen c485851df3 Added closing of document feature 2019-05-26 15:55:10 +02:00
Veronica K. B. Olsen 76cb03fad8 Some reorganisation of how stuff is opened and closed. 2019-05-26 15:34:34 +02:00
Veronica K. B. Olsen 367d2c5014 Added a log file that appends session stats. 2019-05-26 14:39:13 +02:00
Veronica K. B. Olsen 601bd3dca6 Filenames are set nwFiles now, and deleted some unused file in nw/gui 2019-05-26 14:06:48 +02:00
Veronica K. B. Olsen 8e9f6ce4c7 Don't spellcheck command lines, and uppercase words 2019-05-26 00:37:23 +02:00
Veronica K. B. Olsen cfa9c8c9c8 Try using d format instead in status bar 2019-05-25 23:47:33 +02:00
Veronica K. B. Olsen 1ded8425d0 Closing project should clear the status bar. 2019-05-25 23:43:09 +02:00
Veronica K. B. Olsen 7450604c1b Fixed a little annoying bit about dialogs and tests 2019-05-25 23:40:17 +02:00
Veronica K. B. Olsen 6530a162fb Fixed tests 2019-05-25 23:34:54 +02:00
Veronica K. B. Olsen 49ea321d92 Session word count now works 2019-05-25 23:24:30 +02:00
Veronica K. B. Olsen 9fc59262a9 Added project word count 2019-05-25 23:16:27 +02:00
Veronica K. B. Olsen 14e44a72bd Changed the layout of the statusbar and added project/session stats 2019-05-25 23:15:48 +02:00
Veronica K. B. Olsen 2bb10bd0d3 Fix setting of defaults in config 2019-05-25 22:13:20 +02:00
Veronica K. B. Olsen 3cbea6eff2 SOme cleanup of code in config, and added tab width option 2019-05-25 22:01:59 +02:00
Veronica K. B. Olsen 6b20232e11 Bumped version and updated changelog 2019-05-25 20:41:05 +02:00
Veronica K. B. Olsen 0f608d4442 Cleaned up import statements 2019-05-25 20:09:03 +02:00
Veronica K. B. Olsen 9dd956bc92 Added exit yes/no dialog 2019-05-25 19:59:43 +02:00
Veronica K. B. Olsen f986325f4e Added icon and shortcut to close project 2019-05-25 19:44:54 +02:00
Veronica K. B. Olsen c40649b22d Slight modification to main GUI test 2019-05-25 19:40:31 +02:00
Veronica K. B. Olsen b4a405c57e Doxument view can now be closed 2019-05-25 19:30:18 +02:00
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