Veronica Berglyd Olsen
|
31c75ea0b1
|
Add a dialog parser class
|
2024-11-01 19:55:35 +01:00 |
|
Veronica Berglyd Olsen
|
3d935e29eb
|
Update test coverage
|
2024-10-30 00:08:31 +01:00 |
|
Veronica Berglyd Olsen
|
3749c9f21d
|
Fix variable formatting for DocX and ODT
|
2024-10-29 17:50:51 +01:00 |
|
Veronica Berglyd Olsen
|
9bc1561e01
|
Change to use document locale for integers
|
2024-10-29 17:50:51 +01:00 |
|
Veronica Berglyd Olsen
|
d987246062
|
Use Qt for int locale
|
2024-10-29 17:50:50 +01:00 |
|
Veronica Berglyd Olsen
|
42f904f1ea
|
Add field value insertion to all formats
|
2024-10-29 17:50:49 +01:00 |
|
Veronica Berglyd Olsen
|
f92521c93a
|
Process field values in QTextDocuments
|
2024-10-29 17:50:49 +01:00 |
|
Veronica Berglyd Olsen
|
041183f914
|
Add processing of fields in the Tokenizer
|
2024-10-29 17:50:49 +01:00 |
|
Veronica Berglyd Olsen
|
f2d2b4c4f2
|
Generalise the manuscript stats count values
|
2024-10-29 17:47:32 +01:00 |
|
Veronica Berglyd Olsen
|
8db0928724
|
Re-order preferences settings and ensure dialog/narrator symbols are single characters
|
2024-10-27 13:11:50 +01:00 |
|
Veronica Berglyd Olsen
|
a1a58f51b1
|
Add new logic for dialogue narrator break to tokenizer
|
2024-10-27 02:15:06 +02:00 |
|
Veronica Berglyd Olsen
|
ceabc666c3
|
Add font table, fix core.xml bug, clean up code, update tests, for DocX
|
2024-10-26 17:09:50 +02:00 |
|
Veronica Berglyd Olsen
|
7ff8921420
|
Add links to DocX
|
2024-10-25 23:19:23 +02:00 |
|
Veronica Berglyd Olsen
|
fe56c88309
|
Separate spell checking and link scanning, and add ODT support for links
|
2024-10-25 23:19:23 +02:00 |
|
Veronica Berglyd Olsen
|
d71435df53
|
Distinguish between anchor ref and href in tokenizer
|
2024-10-25 23:19:22 +02:00 |
|
Veronica Berglyd Olsen
|
058758122c
|
Add url support in tokenizer and qdoc preview
|
2024-10-25 23:18:27 +02:00 |
|
Veronica Berglyd Olsen
|
6b01bd7ffe
|
Fix title page break issue and add test coverage
|
2024-10-24 17:47:14 +02:00 |
|
Veronica Berglyd Olsen
|
76a9f8e3df
|
Fix a minor issue, and add test
|
2024-10-24 14:32:54 +02:00 |
|
Veronica Berglyd Olsen
|
e15941520f
|
Add working forced line break implementation
|
2024-10-24 01:25:32 +02:00 |
|
Veronica Berglyd Olsen
|
ff7404d01d
|
Add line break shortcode support
|
2024-10-24 01:07:03 +02:00 |
|
Veronica Berglyd Olsen
|
560540618c
|
Process heading line breaks in the Tokenizer
|
2024-10-24 00:02:39 +02:00 |
|
Veronica Berglyd Olsen
|
bfa82f6bb3
|
Add test coverage of title line breaks, and don't break markdown titles
|
2024-10-24 00:02:39 +02:00 |
|
Veronica Berglyd Olsen
|
36d8547f78
|
Correct misspelled variable
|
2024-10-23 17:36:12 +02:00 |
|
Veronica Berglyd Olsen
|
b01c91c0a3
|
Remove more redundant code
|
2024-10-23 17:20:07 +02:00 |
|
Veronica Berglyd Olsen
|
3712b2e93f
|
Combine the different ways of storing generated text data in formats
|
2024-10-23 17:12:13 +02:00 |
|
Veronica Berglyd Olsen
|
0ddc1131dc
|
Replace heading field with a general meta data field in the text block tuple
|
2024-10-23 16:20:50 +02:00 |
|
Veronica Berglyd Olsen
|
f4a941cd93
|
Fix format tag order for HTML validation
|
2024-10-23 11:01:06 +02:00 |
|
Veronica Berglyd Olsen
|
db72f2a722
|
Remove redundant code
|
2024-10-23 10:31:27 +02:00 |
|
Veronica Berglyd Olsen
|
16023676ea
|
Simplify CSS in HTML format
|
2024-10-23 01:27:36 +02:00 |
|
Veronica Berglyd Olsen
|
52e85835df
|
Flip if statement in Tokenizer
|
2024-10-23 01:26:48 +02:00 |
|
Veronica Berglyd Olsen
|
bd5442c9e5
|
Process tags and references in Tokenizer
|
2024-10-22 21:37:18 +02:00 |
|
Veronica Berglyd Olsen
|
c7554f2b8d
|
Process keyword flag in Tokenizer
|
2024-10-22 19:33:05 +02:00 |
|
Veronica Berglyd Olsen
|
63f9cd0bac
|
Tokenize dialogue with colour tag
|
2024-10-22 18:41:34 +02:00 |
|
Veronica Berglyd Olsen
|
c537d0f396
|
Process comments in the Tokenizer
|
2024-10-22 17:37:00 +02:00 |
|
Veronica Berglyd Olsen
|
e759aa8d1b
|
Move colour theme to Tokenizer class
|
2024-10-22 17:07:57 +02:00 |
|
Veronica Berglyd Olsen
|
2d8664b3ce
|
Clean up wrapped code, and rename test variable
|
2024-10-22 00:40:54 +02:00 |
|
Veronica Berglyd Olsen
|
16076ebfb6
|
Move shared formats code to separate file, and rename some variables
|
2024-10-22 00:25:35 +02:00 |
|
Veronica Berglyd Olsen
|
38ca447c8a
|
Convert format codes to enums
|
2024-10-21 23:37:27 +02:00 |
|
Veronica Berglyd Olsen
|
3cc5e4cc7a
|
Handle text justify in Tokenizer instead
|
2024-10-21 18:54:19 +02:00 |
|
Veronica Berglyd Olsen
|
ec7781fb9f
|
Generalise ODT variables to DOC
|
2024-10-21 17:00:44 +02:00 |
|
Veronica Berglyd Olsen
|
787e1a46d1
|
Add DocX test coverage
|
2024-10-21 16:59:43 +02:00 |
|
Veronica Berglyd Olsen
|
148d46fcbc
|
Add settings to DocX and compression to ODT and DocX
|
2024-10-20 23:08:14 +02:00 |
|
Veronica Berglyd Olsen
|
7e1a676e0a
|
Add footnote support to DocX
|
2024-10-20 22:01:13 +02:00 |
|
Veronica Berglyd Olsen
|
e9220c5e77
|
Add DocX page settings and header support
|
2024-10-20 21:02:53 +02:00 |
|
Veronica Berglyd Olsen
|
72d41d4883
|
Refactor XML generation for DocX
|
2024-10-20 17:07:33 +02:00 |
|
Veronica Berglyd Olsen
|
de6c3e9b45
|
Fix issue with global justify, and add indentation to DocX
|
2024-10-19 20:14:01 +02:00 |
|
Veronica Berglyd Olsen
|
a0ab507ed1
|
Fix DocX tabs in text, and page break before issues
|
2024-10-19 19:04:16 +02:00 |
|
Veronica Berglyd Olsen
|
3c76d0e7e3
|
Fix issue with line spacing in DocX
|
2024-10-19 17:08:24 +02:00 |
|
Veronica Berglyd Olsen
|
34127d78bf
|
Move custom XML sub element function to common
|
2024-10-19 17:08:08 +02:00 |
|
Veronica Berglyd Olsen
|
ca33f488f1
|
Get rid of the DocXRun class
|
2024-10-19 14:43:06 +02:00 |
|