Veronica Berglyd Olsen
|
cb755ba820
|
Move recent cache out of config, and update all tests
|
2022-11-09 20:54:13 +01:00 |
|
Veronica Berglyd Olsen
|
8721d53ab2
|
Clean up the config class names and methods
|
2022-11-09 18:47:50 +01:00 |
|
Veronica Berglyd Olsen
|
47b57172eb
|
Change lastPath to a Path object
|
2022-11-09 18:21:40 +01:00 |
|
Veronica Berglyd Olsen
|
9d3291aba6
|
Change assetPath to a Path object
|
2022-11-09 17:44:20 +01:00 |
|
Veronica Berglyd Olsen
|
6792c11a71
|
Change dataPath to a Path object
|
2022-11-09 00:25:50 +01:00 |
|
Veronica Berglyd Olsen
|
6f5539de90
|
Change confPath to a Path object
|
2022-11-09 00:09:40 +01:00 |
|
Veronica Berglyd Olsen
|
9500c3bdb2
|
Make some remaining project class bariables private
|
2022-11-08 23:09:08 +01:00 |
|
Veronica Berglyd Olsen
|
5999e72592
|
Add a storage class (#1225)
|
2022-11-08 22:46:50 +01:00 |
|
Veronica Berglyd Olsen
|
0b44cf9c0a
|
Fix issues with variying file order in zip archive
|
2022-11-08 22:29:54 +01:00 |
|
Veronica Berglyd Olsen
|
f5a3280565
|
Add test coverage of storage class
|
2022-11-08 22:19:22 +01:00 |
|
Veronica Berglyd Olsen
|
ee79d3d6d6
|
Fix tests for core classes
|
2022-11-08 19:48:06 +01:00 |
|
Veronica Berglyd Olsen
|
b024c0996d
|
Move zipping of project to storage class
|
2022-11-08 19:25:56 +01:00 |
|
Veronica Berglyd Olsen
|
262a6c36b7
|
Rename NWDoc class to NWDocument
|
2022-11-07 22:51:09 +01:00 |
|
Veronica Berglyd Olsen
|
26f7bb4b32
|
Change how spel checking and booleans in general are saved in the XML
|
2022-11-07 22:46:30 +01:00 |
|
Veronica Berglyd Olsen
|
42f2bf3628
|
Merge branch 'main' into storage_class
|
2022-11-07 12:24:19 +01:00 |
|
Veronica Berglyd Olsen
|
6f6fe876e2
|
Fix parameter missing in Python 3.7
|
2022-11-07 10:45:53 +01:00 |
|
Veronica Berglyd Olsen
|
615ee2958a
|
Remove project path attribute from project class
|
2022-11-06 00:39:30 +01:00 |
|
Veronica Berglyd Olsen
|
a75424e44b
|
Use storage class to return document objects
|
2022-11-06 00:29:43 +01:00 |
|
Veronica Berglyd Olsen
|
76a1421fde
|
Remove project content attribute from project class
|
2022-11-06 00:15:24 +01:00 |
|
Veronica Berglyd Olsen
|
972ed25a8c
|
Remove project cache attribute from project class
|
2022-11-05 23:33:50 +01:00 |
|
Veronica Berglyd Olsen
|
21ab4e58f9
|
Remove project meta attribute from project class
|
2022-11-05 23:29:25 +01:00 |
|
Veronica Berglyd Olsen
|
82b34d9d2c
|
Move lock file code to storage class
|
2022-11-05 22:14:33 +01:00 |
|
Veronica Berglyd Olsen
|
9cdf840d12
|
Make some minor improvements to the xml reader
|
2022-11-05 21:37:10 +01:00 |
|
Veronica Berglyd Olsen
|
72cc0cf0aa
|
Add project file format 1.5
|
2022-11-05 21:13:18 +01:00 |
|
Veronica Berglyd Olsen
|
c6d3f680cc
|
Add a UUID to projects
|
2022-11-05 17:03:45 +01:00 |
|
Veronica Berglyd Olsen
|
8b4dac4e13
|
Split project data class back into a separate file
|
2022-11-05 16:24:57 +01:00 |
|
Veronica Berglyd Olsen
|
783a849e09
|
Remove the old legacy format code
|
2022-11-05 16:19:19 +01:00 |
|
Veronica Berglyd Olsen
|
407e7fa69e
|
Add storage code to handle projecty structure and old projects
|
2022-11-05 16:15:26 +01:00 |
|
Veronica Berglyd Olsen
|
2b8d51035d
|
Fix version requirements in debian build file
|
2022-11-03 23:48:30 +01:00 |
|
Veronica Berglyd Olsen
|
2e590b742f
|
Move new project tool to core tools (resolves #1152)
|
2022-11-03 23:47:51 +01:00 |
|
Veronica Berglyd Olsen
|
bd81ea0880
|
Make project xml class and tests use pathlib instead of os
|
2022-11-03 22:17:25 +01:00 |
|
Veronica Berglyd Olsen
|
dfd9e15951
|
Use storage class to open and save project XML
|
2022-11-03 21:51:56 +01:00 |
|
Veronica Berglyd Olsen
|
96b011cf70
|
Rename doctools module to coretools
|
2022-11-03 21:41:57 +01:00 |
|
Veronica Berglyd Olsen
|
3eee8442a7
|
Make packing and unpacking item data consistent
|
2022-11-03 17:30:54 +01:00 |
|
Veronica Berglyd Olsen
|
da4f4b0801
|
Add prototyype storage class
|
2022-11-01 22:58:12 +01:00 |
|
Veronica Berglyd Olsen
|
717d516f6a
|
Delegate responsibility for the index to the project class
|
2022-11-01 22:32:29 +01:00 |
|
Veronica Berglyd Olsen
|
e85bd56f60
|
Auto-open first document (#1223)
|
2022-11-01 19:23:35 +01:00 |
|
Veronica Berglyd Olsen
|
a2f92c1223
|
Auto-open first document on new project (#1219)
|
2022-11-01 19:15:32 +01:00 |
|
Veronica Berglyd Olsen
|
9dd1a60629
|
Fix bug with active icon on item details panel
|
2022-11-01 19:11:38 +01:00 |
|
Veronica Berglyd Olsen
|
5abc9784f1
|
Refactor project XML handling (#1221)
|
2022-11-01 18:44:59 +01:00 |
|
Veronica Berglyd Olsen
|
f1100d4475
|
Remove minimal project from test suite
|
2022-11-01 18:32:29 +01:00 |
|
Veronica Berglyd Olsen
|
494b94430c
|
Fix tests broken by xml rewrite
|
2022-11-01 18:31:03 +01:00 |
|
Veronica Berglyd Olsen
|
5b7f2b2b55
|
Add test coverage of the project xml class
|
2022-11-01 17:14:57 +01:00 |
|
Veronica Berglyd Olsen
|
f41db97860
|
Clean up the content loading
|
2022-11-01 13:36:22 +01:00 |
|
Veronica Berglyd Olsen
|
0cfaf4f021
|
Drop the total word count value in the XML and rewrite how counts are handled
|
2022-11-01 12:21:16 +01:00 |
|
Veronica Berglyd Olsen
|
6fd7107675
|
Remove pre-generatiopn of status and importance items
|
2022-10-31 23:18:16 +01:00 |
|
Veronica Berglyd Olsen
|
a88a2f5b40
|
Change file format to save dictionaries consistently
|
2022-10-31 22:37:05 +01:00 |
|
Veronica Berglyd Olsen
|
13b9e5a434
|
Move project data class to project file
|
2022-10-31 21:25:40 +01:00 |
|
Veronica Berglyd Olsen
|
a760aff826
|
Complete the xml writer class
|
2022-10-31 20:05:20 +01:00 |
|
Veronica Berglyd Olsen
|
3a161e90f9
|
Complete loading project xml via data class
|
2022-10-31 18:11:46 +01:00 |
|