Commit Graph

48 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 4a98f58a20 Added more system checks and help now opens the documentation website 2019-10-24 21:13:11 +02:00
Veronica K. B. Olsen dc12d518c0 Fixed test 2019-10-23 21:34:25 +02:00
Veronica K. B. Olsen 558af9f329 Added an import file to document feature 2019-10-23 21:05:33 +02:00
Veronica K. B. Olsen 3aa07e9b33 Added a options state class for timeline view GUI 2019-10-21 18:59:03 +02:00
Veronica K. B. Olsen 5ae77bc637 Fix issue with spell language being None 2019-09-14 13:41:56 +02:00
Veronica K. B. Olsen 57929a1138 Added version checking for Qt5 and PyQt5 dependencies 2019-09-14 11:41:24 +02:00
Veronica K. B. Olsen f11cc452d8 Backup options and settings complete 2019-06-26 18:13:02 +02:00
Veronica K. B. Olsen fba7987104 Connected backup options to preferences dialog 2019-06-26 15:12:57 +02:00
Veronica K. B. Olsen 44b83532cf Added config options to file 2019-06-23 19:28:49 +02:00
Veronica K. B. Olsen 570b4a2fc4 Added and connected class to handle project backups 2019-06-16 23:31:32 +02:00
Veronica K. B. Olsen f80e9cf94a Some tweaks to dialog design 2019-06-15 23:10:15 +02:00
Veronica K. B. Olsen 583e10adec Added dark tomorrow theme and separated gui theme from syntax 2019-06-15 15:24:29 +02:00
Veronica K. B. Olsen 4e5f2d30f4 Rewritten how document margins and text width is handled 2019-06-15 12:25:02 +02:00
Veronica K. B. Olsen c48b1deb8f Added wrapper classes for spell checker so new libraries can be added 2019-06-11 20:27:29 +02:00
Veronica K. B. Olsen f9f8d292d1 Finished all the autoreplace options in the config gui 2019-06-11 15:43:04 +02:00
Veronica K. B. Olsen 4aa6e25acd Connected the last items added to preferences gui to config 2019-06-10 23:14:53 +02:00
Veronica K. B. Olsen 8fd7d8c666 Added gui elements for setting margins and auto-replace 2019-06-10 22:46:15 +02:00
Veronica K. B. Olsen 30f25fcb2b Added a number of options to the config gui 2019-06-10 21:55:17 +02:00
Veronica K. B. Olsen ca0a756fe5 Added autosave and theme to preferences dialog 2019-06-10 14:41:32 +02:00
Veronica K. B. Olsen b3df4ee0f2 Added the code needed for opening documentation in the viewer 2019-06-09 10:35:12 +02:00
Veronica K. B. Olsen 504e7fb70f Fixed a small bug, and updated config test 2019-06-01 20:07:29 +02:00
Veronica K. B. Olsen bcd3cf5bcd Added buttons to rebuild index and timeline view 2019-06-01 17:19:03 +02:00
Veronica K. B. Olsen 8d871c0252 The index is now built and saved as a json file 2019-05-28 19:44:14 +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 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 251614e9f0 Added theme setting to config file 2019-05-18 20:53:46 +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 ac1f9569e6 Document editor and document viewer are now in different panes 2019-05-18 17:09:03 +02:00
Veronica K. B. Olsen 63c3182a0e More tests for class Config 2019-05-16 20:27:56 +02:00
Veronica K. B. Olsen edab608c3b Some changes to core classes and files to support the test suite 2019-05-12 13:29:41 +02:00
Veronica K. B. Olsen ea34884d8c Updated config class to split the initialisation into a function 2019-05-12 11:59:47 +02:00
Veronica K. B. Olsen 9565b14d8b Autosaving works, and document and project tracks whether they have been changed or not. 2019-05-05 00:11:46 +02:00
Veronica K. B. Olsen 9ea70aeeaf Added spelling language to config, and updated sample project 2019-05-04 22:25:34 +02:00
Veronica K. B. Olsen db67816276 Added text size and justify as editor options. 2019-04-23 17:45:38 +02:00
Veronica K. B. Olsen ffc577c943 Added format menu back in, and added a generic wrapping function that can do text formatting and wrap selection in quotes. 2019-04-23 16:37:48 +02:00
Veronica K. B. Olsen ae19cc7237 Updated autoreplace to handle quotes better, and to not destry undo history when replacing on a selection. 2019-04-22 21:16:03 +02:00
Veronica K. B. Olsen 03d1cee2b3 Implemented a working word and char counter that runs in the background at regular intervals. 2019-04-22 14:15:28 +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 5609d16978 Fixed the utf-8 thingy at the top of files 2019-04-14 13:20:19 +02:00
Veronica K. B. Olsen ffdcb997af Finished the handling of text width, window resize, and save and load of editor config. 2019-04-07 23:38:34 +02:00
Veronica K. B. Olsen 2ed9fb12de Handling of window size and change 2019-04-06 21:58:48 +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 0f8090601b Added some the tree building code, with the help of 3 G&Ts. 2018-10-27 23:54:34 +02:00
Veronica K. B. Olsen c8dab032b9 Added more application menu entries. 2018-10-27 17:11:48 +02:00
Veronica K. B. Olsen 83ea8c4f4f Added some more debug elements. 2018-10-27 15:52:25 +02:00
Veronica K. B. Olsen 9704307b4d Save project added, and a number of bits here and there. 2018-10-23 21:52:50 +02:00
Veronica K. B. Olsen 8937229fdb Added the Config class back in fro the old project. 2018-09-22 18:47:01 +02:00