Commit Graph

4679 Commits

Author SHA1 Message Date
Veronica K. B. Olsen 3793d03e4e Moved the NWDoc instance from main GUI to the docEditor as it is not really needed in the main view. 2019-06-09 10:16:40 +02:00
Veronica K. B. Olsen 579db06651 Fixed merge conflicts 2019-06-09 09:39:18 +02:00
Veronica K. B. Olsen 121473969e Some reshuffling of loading into document viewer 2019-06-09 09:36:37 +02:00
Veronica K. B. Olsen 94da52982d Obey justify option also in viewer 2019-06-08 23:10:11 +02:00
Veronica K. B. Olsen 11bdf03f7c Improved the way document for viewing is selected. 2019-06-08 23:02:37 +02:00
Veronica K. B. Olsen 075b003cd4 Added url to about box, and a bit more info. 2019-06-08 22:48:32 +02:00
Veronica K. B. Olsen b3c17e0fb5 Updated app infor and about box 2019-06-08 22:43:56 +02:00
Veronica K. B. Olsen 28429ecd1f Shuffling bits around 2019-06-08 22:29:48 +02:00
Veronica K. B. Olsen 1d9cbdc968 Merge branch 'master' into improvements 2019-06-08 22:29:02 +02:00
Veronica K. B. Olsen 87a9aca4b7 Updated credits list 2019-06-08 22:28:26 +02:00
Veronica K. Berglyd Olsen c67ceb4245 Merge pull request #24 from vkbo/autoreplace
AutoReplace
2019-06-08 22:17:30 +02:00
Veronica K. Berglyd Olsen 36f7333e97 Merge branch 'master' into autoreplace 2019-06-08 22:15:04 +02:00
Veronica K. Berglyd Olsen e1f4915ad6 Merge pull request #25 from vkbo/release_0.1.5
Release 0.1.5
2019-06-08 22:13:16 +02:00
Veronica K. B. Olsen 3bddc57cae Bumped version and updated changelog 2019-06-08 22:10:45 +02:00
Veronica K. B. Olsen 1bc2abaa41 Some changes to the syntax highlighter to match the rules in the autoreplace code 2019-06-08 22:00:12 +02:00
Veronica K. B. Olsen 32cf37c720 Added test coverage for autoreplace 2019-06-08 21:08:27 +02:00
Veronica K. B. Olsen 49ef736b28 Updated tests 2019-06-08 20:54:23 +02:00
Veronica K. B. Olsen dcf4903c64 Implemented the auto-replace code in the doc viewer. 2019-06-08 20:44:10 +02:00
Veronica K. B. Olsen 2d55ec06cc Auto-replace values now loaded and saved. 2019-06-08 20:02:09 +02:00
Veronica K. B. Olsen f219d1f8bb Updated the auto-replace GUI 2019-06-08 19:29:43 +02:00
Veronica K. B. Olsen 32a5ce2933 Merge branch 'master' into autoreplace 2019-06-08 16:03:23 +02:00
Veronica K. Berglyd Olsen 59319f4f64 Merge pull request #23 from vkbo/disable_menuitems
Menu bugfix
2019-06-08 16:01:51 +02:00
Veronica K. B. Olsen 07244045cc Make sure no menu items crashes the app when there is no project open 2019-06-08 15:57:22 +02:00
Veronica K. B. Olsen ac044fc434 Trying an editable table 2019-06-08 15:15:06 +02:00
Veronica K. B. Olsen f5af655956 Started adding the autoreplace tab to project settings 2019-06-04 23:17:06 +02:00
Veronica K. B. Olsen ec6937beeb Added highlighting for replace tags 2019-06-04 21:28:39 +02:00
Veronica K. B. Olsen 5ff56a2b4b Properly set application name 2019-06-03 21:19:05 +02:00
Veronica K. Berglyd Olsen dc1fbc414c Merge pull request #22 from vkbo/indexer
Tags Indexer and Simple TimeLine
2019-06-01 21:21:53 +02:00
Veronica K. B. Olsen 3e7f3609af Only compare tagsindex if python version >= 3.6 2019-06-01 21:19:33 +02:00
Veronica K. B. Olsen fa52baa109 Remove the delay that helps to show the index build progress bar. 2019-06-01 21:13:24 +02:00
Veronica K. B. Olsen 9642b8e91f Addded a reference file for the json index too. 2019-06-01 21:07:08 +02:00
Veronica K. B. Olsen 48dc34c54d Updated tests and added a minimal test for timelineview. 2019-06-01 21:03:53 +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 8cf85db94a Made timeline view labels transparent, and changed red to blue 2019-06-01 19:14:25 +02:00
Veronica K. B. Olsen 53e9234cfd Set autoresize of timeline table 2019-06-01 17:34:55 +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 915d9807f7 Some more tweaking of the table view of the timeline 2019-05-31 21:53:10 +02:00
Veronica K. B. Olsen 57c03a2c5c Generating the data for the timeline now works. Probably a bit fragile and in need of more checks. 2019-05-31 20:34:31 +02:00
Veronica K. B. Olsen 67c2912c7f Started adding timelibe view GUI 2019-05-31 18:59:53 +02:00
Veronica K. B. Olsen f719266846 Added colour for tag errors 2019-05-30 22:09:08 +02:00
Veronica K. B. Olsen ce96ac9961 tags are now case sensitive, and need to be unique 2019-05-30 22:03:52 +02:00
Veronica K. B. Olsen fa33d42fe2 Can't pop dictionary keys while looping 2019-05-30 20:18:40 +02:00
Veronica K. B. Olsen a2d0f937ae Connected the syntax highlicghter to the index. It now shows valid keywords and values 2019-05-30 19:57:02 +02:00
Veronica K. B. Olsen b526b0f5d9 Got a working version of index builder that seems to do what is needed. 2019-05-30 18:45:17 +02:00
Veronica K. B. Olsen 2962ab4070 Added menu option and function to scan all files to count words and build index 2019-05-30 14:37:25 +02:00
Veronica K. B. Olsen 0a09dcd0a7 Moved the word counting bit to a separate file 2019-05-30 12:38:43 +02:00
Veronica K. B. Olsen c273198e75 Reduced the index to a single dictionary 2019-05-28 22:18:37 +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 e828d9f041 Added a tag index, and added more valid keywords 2019-05-27 23:03:44 +02:00
Veronica K. B. Olsen ccef2a1e51 Building a simple index now works 2019-05-27 22:28:58 +02:00