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 |
|
Veronica K. B. Olsen
|
db2b95e4a5
|
Added NWIndex class file
|
2019-05-27 20:50:01 +02:00 |
|
Veronica K. Berglyd Olsen
|
a9bf8a814b
|
Merge pull request #21 from vkbo/improvements
Improvements
|
2019-05-26 17:14:37 +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. Berglyd Olsen
|
93f9b37587
|
Merge pull request #20 from vkbo/release
Bumped version and updated changelog
|
2019-05-25 20:44:02 +02:00 |
|
Veronica K. B. Olsen
|
6b20232e11
|
Bumped version and updated changelog
|
2019-05-25 20:41:05 +02:00 |
|
Veronica K. Berglyd Olsen
|
c9b0e27038
|
Merge pull request #19 from vkbo/improvements
Improvements
|
2019-05-25 20:15:54 +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 |
|