novelWriter 2.2rc1__py3-none-any.whl → 2.3b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/METADATA +1 -1
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/RECORD +141 -129
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/WHEEL +1 -1
- novelwriter/__init__.py +11 -6
- novelwriter/assets/i18n/nw_de_DE.qm +0 -0
- novelwriter/assets/i18n/nw_en_US.qm +0 -0
- novelwriter/assets/i18n/nw_es_419.qm +0 -0
- novelwriter/assets/i18n/nw_fr_FR.qm +0 -0
- novelwriter/assets/i18n/nw_it_IT.qm +0 -0
- novelwriter/assets/i18n/nw_ja_JP.qm +0 -0
- novelwriter/assets/i18n/nw_nb_NO.qm +0 -0
- novelwriter/assets/i18n/nw_zh_CN.qm +0 -0
- novelwriter/assets/i18n/project_de_DE.json +1 -0
- novelwriter/assets/i18n/project_en_US.json +1 -0
- novelwriter/assets/i18n/project_es_419.json +11 -0
- novelwriter/assets/i18n/project_fr_FR.json +11 -0
- novelwriter/assets/i18n/project_it_IT.json +11 -0
- novelwriter/assets/i18n/project_ja_JP.json +2 -1
- novelwriter/assets/i18n/project_nb_NO.json +1 -0
- novelwriter/assets/i18n/project_zh_CN.json +11 -0
- novelwriter/assets/icons/typicons_dark/icons.conf +9 -2
- novelwriter/assets/icons/typicons_dark/mixed_import.svg +5 -0
- novelwriter/assets/icons/typicons_dark/nw_tb-bold-md.svg +4 -0
- novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg +3 -1
- novelwriter/assets/icons/typicons_dark/nw_tb-italic-md.svg +4 -0
- novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg +3 -1
- novelwriter/assets/icons/typicons_dark/nw_tb-strike-md.svg +4 -0
- novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg +3 -1
- novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg +4 -2
- novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg +4 -2
- novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg +4 -2
- novelwriter/assets/icons/typicons_dark/typ_document-add-col.svg +8 -0
- novelwriter/assets/icons/typicons_dark/typ_document-add.svg +4 -0
- novelwriter/assets/icons/typicons_dark/typ_document.svg +4 -0
- novelwriter/assets/icons/typicons_dark/typ_th-dot-more.svg +4 -0
- novelwriter/assets/icons/typicons_light/icons.conf +9 -2
- novelwriter/assets/icons/typicons_light/mixed_import.svg +5 -0
- novelwriter/assets/icons/typicons_light/nw_tb-bold-md.svg +4 -0
- novelwriter/assets/icons/typicons_light/nw_tb-bold.svg +3 -1
- novelwriter/assets/icons/typicons_light/nw_tb-italic-md.svg +4 -0
- novelwriter/assets/icons/typicons_light/nw_tb-italic.svg +3 -1
- novelwriter/assets/icons/typicons_light/nw_tb-strike-md.svg +4 -0
- novelwriter/assets/icons/typicons_light/nw_tb-strike.svg +3 -1
- novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg +4 -2
- novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg +4 -2
- novelwriter/assets/icons/typicons_light/nw_tb-underline.svg +4 -2
- novelwriter/assets/icons/typicons_light/typ_document-add-col.svg +8 -0
- novelwriter/assets/icons/typicons_light/typ_document-add.svg +4 -0
- novelwriter/assets/icons/typicons_light/typ_document.svg +4 -0
- novelwriter/assets/icons/typicons_light/typ_th-dot-more.svg +4 -0
- novelwriter/assets/images/novelwriter-text-dark.svg +4 -0
- novelwriter/assets/images/novelwriter-text-light.svg +4 -0
- novelwriter/assets/images/welcome-dark.jpg +0 -0
- novelwriter/assets/images/welcome-light.jpg +0 -0
- novelwriter/assets/manual.pdf +0 -0
- novelwriter/assets/sample.zip +0 -0
- novelwriter/assets/syntax/default_dark.conf +1 -0
- novelwriter/assets/syntax/default_light.conf +1 -0
- novelwriter/assets/syntax/grey_dark.conf +1 -0
- novelwriter/assets/syntax/grey_light.conf +1 -0
- novelwriter/assets/syntax/light_owl.conf +1 -0
- novelwriter/assets/syntax/night_owl.conf +1 -0
- novelwriter/assets/syntax/solarized_dark.conf +1 -0
- novelwriter/assets/syntax/solarized_light.conf +1 -0
- novelwriter/assets/syntax/tomorrow.conf +1 -0
- novelwriter/assets/syntax/tomorrow_night.conf +1 -0
- novelwriter/assets/syntax/tomorrow_night_blue.conf +1 -0
- novelwriter/assets/syntax/tomorrow_night_bright.conf +1 -0
- novelwriter/assets/syntax/tomorrow_night_eighties.conf +1 -0
- novelwriter/assets/text/credits_en.htm +4 -2
- novelwriter/assets/themes/default_dark.conf +2 -2
- novelwriter/assets/themes/default_light.conf +2 -2
- novelwriter/common.py +64 -66
- novelwriter/config.py +39 -44
- novelwriter/constants.py +39 -17
- novelwriter/core/buildsettings.py +8 -8
- novelwriter/core/coretools.py +194 -155
- novelwriter/core/docbuild.py +7 -4
- novelwriter/core/document.py +7 -7
- novelwriter/core/index.py +90 -57
- novelwriter/core/item.py +23 -5
- novelwriter/core/options.py +11 -10
- novelwriter/core/project.py +72 -47
- novelwriter/core/projectdata.py +3 -16
- novelwriter/core/projectxml.py +14 -42
- novelwriter/core/sessions.py +4 -3
- novelwriter/core/spellcheck.py +6 -4
- novelwriter/core/status.py +5 -4
- novelwriter/core/storage.py +179 -141
- novelwriter/core/tohtml.py +6 -4
- novelwriter/core/tokenizer.py +74 -46
- novelwriter/core/tomd.py +2 -2
- novelwriter/core/toodt.py +41 -31
- novelwriter/core/tree.py +5 -4
- novelwriter/dialogs/about.py +88 -179
- novelwriter/dialogs/docmerge.py +30 -20
- novelwriter/dialogs/docsplit.py +33 -22
- novelwriter/dialogs/editlabel.py +20 -8
- novelwriter/dialogs/preferences.py +562 -725
- novelwriter/dialogs/{projsettings.py → projectsettings.py} +301 -270
- novelwriter/dialogs/quotes.py +47 -36
- novelwriter/dialogs/wordlist.py +128 -59
- novelwriter/enum.py +25 -22
- novelwriter/error.py +2 -2
- novelwriter/extensions/circularprogress.py +12 -12
- novelwriter/extensions/configlayout.py +185 -146
- novelwriter/extensions/{wheeleventfilter.py → eventfilters.py} +15 -5
- novelwriter/extensions/modified.py +81 -0
- novelwriter/extensions/novelselector.py +27 -13
- novelwriter/extensions/pagedsidebar.py +15 -20
- novelwriter/extensions/simpleprogress.py +8 -9
- novelwriter/extensions/statusled.py +9 -9
- novelwriter/extensions/switch.py +32 -64
- novelwriter/extensions/switchbox.py +2 -7
- novelwriter/extensions/versioninfo.py +153 -0
- novelwriter/gui/doceditor.py +250 -214
- novelwriter/gui/dochighlight.py +66 -94
- novelwriter/gui/docviewer.py +71 -98
- novelwriter/gui/docviewerpanel.py +140 -47
- novelwriter/gui/editordocument.py +3 -3
- novelwriter/gui/itemdetails.py +9 -9
- novelwriter/gui/mainmenu.py +47 -46
- novelwriter/gui/noveltree.py +53 -61
- novelwriter/gui/outline.py +100 -76
- novelwriter/gui/projtree.py +193 -67
- novelwriter/gui/sidebar.py +9 -8
- novelwriter/gui/statusbar.py +49 -7
- novelwriter/gui/theme.py +65 -74
- novelwriter/guimain.py +173 -330
- novelwriter/shared.py +68 -30
- novelwriter/tools/dictionaries.py +7 -8
- novelwriter/tools/lipsum.py +34 -28
- novelwriter/tools/manusbuild.py +3 -4
- novelwriter/tools/manuscript.py +25 -32
- novelwriter/tools/manussettings.py +194 -225
- novelwriter/tools/noveldetails.py +525 -0
- novelwriter/tools/welcome.py +802 -0
- novelwriter/tools/writingstats.py +26 -13
- novelwriter/assets/icons/typicons_dark/nw_tb-markdown.svg +0 -8
- novelwriter/assets/icons/typicons_dark/nw_tb-shortcode.svg +0 -8
- novelwriter/assets/icons/typicons_light/nw_tb-markdown.svg +0 -8
- novelwriter/assets/icons/typicons_light/nw_tb-shortcode.svg +0 -8
- novelwriter/assets/images/wizard-back.jpg +0 -0
- novelwriter/assets/text/gplv3_en.htm +0 -641
- novelwriter/assets/text/release_notes.htm +0 -17
- novelwriter/dialogs/projdetails.py +0 -525
- novelwriter/dialogs/projload.py +0 -298
- novelwriter/dialogs/updates.py +0 -182
- novelwriter/extensions/pageddialog.py +0 -130
- novelwriter/tools/projwizard.py +0 -478
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/LICENSE.md +0 -0
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/entry_points.txt +0 -0
- {novelWriter-2.2rc1.dist-info → novelWriter-2.3b1.dist-info}/top_level.txt +0 -0
@@ -1,48 +1,49 @@
|
|
1
|
-
novelwriter/__init__.py,sha256=
|
2
|
-
novelwriter/common.py,sha256=
|
3
|
-
novelwriter/config.py,sha256=
|
4
|
-
novelwriter/constants.py,sha256=
|
5
|
-
novelwriter/enum.py,sha256=
|
6
|
-
novelwriter/error.py,sha256=
|
7
|
-
novelwriter/guimain.py,sha256=
|
8
|
-
novelwriter/shared.py,sha256=
|
9
|
-
novelwriter/assets/manual.pdf,sha256=
|
10
|
-
novelwriter/assets/sample.zip,sha256=
|
11
|
-
novelwriter/assets/i18n/nw_de_DE.qm,sha256=
|
12
|
-
novelwriter/assets/i18n/nw_en_US.qm,sha256=
|
13
|
-
novelwriter/assets/i18n/nw_es_419.qm,sha256=
|
14
|
-
novelwriter/assets/i18n/nw_fr_FR.qm,sha256=
|
15
|
-
novelwriter/assets/i18n/nw_it_IT.qm,sha256=
|
16
|
-
novelwriter/assets/i18n/nw_ja_JP.qm,sha256=
|
17
|
-
novelwriter/assets/i18n/nw_nb_NO.qm,sha256
|
1
|
+
novelwriter/__init__.py,sha256=gNAe-DyJUsWpabNov1LZUvQ8qQ_92bkRhVWOTPF4x9Q,7562
|
2
|
+
novelwriter/common.py,sha256=FxdmFrOYru9LsEOyMzvN4JjxBqFgqhRUG_OVDx4wJ3k,17150
|
3
|
+
novelwriter/config.py,sha256=BsFUe4kyxRq3tnI1KtswJgu_C1OKrd447iQ0kj5y4tY,34397
|
4
|
+
novelwriter/constants.py,sha256=_ikr9p_tjwXtPMZiC4f7MzjT7xEU7XGxdh5Vwu47fEY,19759
|
5
|
+
novelwriter/enum.py,sha256=wq94Fl6a2uClsVnwIqJ1mpZ-XjqstR1HrbVPNy7k_0c,3251
|
6
|
+
novelwriter/error.py,sha256=jKIAB6pxWnin4CSaX0DCRUMeZRtwnieIuV5fsW6MW50,7136
|
7
|
+
novelwriter/guimain.py,sha256=JvyYQueTH06dA7cJBe4f3cl0dYgIrOOvHyw170HknM8,52038
|
8
|
+
novelwriter/shared.py,sha256=oxRYUP7erzAuZ7p-cm7WiCF96KiL5ZIJt-OJONa_RXQ,13582
|
9
|
+
novelwriter/assets/manual.pdf,sha256=ZG_W6XCwurEti8WMhfyJU8BB74utmzS8SCsLe5sh0wA,2410863
|
10
|
+
novelwriter/assets/sample.zip,sha256=UyT6dgzUfLsgs4uNiLawh9uXR_nnGj4-KmWg1Vb62Q4,27308
|
11
|
+
novelwriter/assets/i18n/nw_de_DE.qm,sha256=eMPpx_WiG78miAmQwORDZ65sdsUiYGesV53ZOjgbQsg,104414
|
12
|
+
novelwriter/assets/i18n/nw_en_US.qm,sha256=DMmC_fvKotPVIRj2JV32uwDfjvmStw3r2YnOd9MyXbg,96408
|
13
|
+
novelwriter/assets/i18n/nw_es_419.qm,sha256=voOkQJFeRMSlmk2vUOyY3d7x2YzfGARKGi7L7XESbEI,106529
|
14
|
+
novelwriter/assets/i18n/nw_fr_FR.qm,sha256=z5IBHZ1xP_L814f2rEsaWr3jDujKM6wQr--WrxWWPvA,106774
|
15
|
+
novelwriter/assets/i18n/nw_it_IT.qm,sha256=KVtKGTvQQ_6Bzj1O501xs38RlvWx4wP_UKxniYXugMs,106518
|
16
|
+
novelwriter/assets/i18n/nw_ja_JP.qm,sha256=EaSAd7vJMVhojKCljSKeyCkdwZLSy0FEKxLD3D_NgrY,79207
|
17
|
+
novelwriter/assets/i18n/nw_nb_NO.qm,sha256=R6uoSsJD4uk2GeMTv5BEr4y7DiU3LgksQBWBd94z9TY,99040
|
18
18
|
novelwriter/assets/i18n/nw_nl_NL.qm,sha256=vyljBV5rlP5o4dmVQUj29qKRINjDlqHIYHZsiL_-vrw,90885
|
19
19
|
novelwriter/assets/i18n/nw_pt_BR.qm,sha256=JvZ2tXyDdhlfnm25zIq13pcxbvnch5cGte44ENix3LE,103080
|
20
|
-
novelwriter/assets/i18n/nw_zh_CN.qm,sha256=
|
21
|
-
novelwriter/assets/i18n/project_de_DE.json,sha256=
|
20
|
+
novelwriter/assets/i18n/nw_zh_CN.qm,sha256=2sgQgLwMig9h2VGgcJExjrmzaIb0BFwyCyqmY7RpLPM,71433
|
21
|
+
novelwriter/assets/i18n/project_de_DE.json,sha256=85ud9rxRHyXm85QDmW_LKcUE8h0L1Bvukaf5Tjt-wpg,2818
|
22
22
|
novelwriter/assets/i18n/project_en_GB.json,sha256=EcQAVEiQgRL3qobuzkPTfOWIxAc3Om-tA7nXUFFXEdI,2483
|
23
|
-
novelwriter/assets/i18n/project_en_US.json,sha256=
|
24
|
-
novelwriter/assets/i18n/project_es_419.json,sha256=
|
25
|
-
novelwriter/assets/i18n/project_fr_FR.json,sha256=
|
26
|
-
novelwriter/assets/i18n/project_it_IT.json,sha256=
|
27
|
-
novelwriter/assets/i18n/project_ja_JP.json,sha256=
|
28
|
-
novelwriter/assets/i18n/project_nb_NO.json,sha256=
|
23
|
+
novelwriter/assets/i18n/project_en_US.json,sha256=EcQAVEiQgRL3qobuzkPTfOWIxAc3Om-tA7nXUFFXEdI,2483
|
24
|
+
novelwriter/assets/i18n/project_es_419.json,sha256=Z6CAhc0hzekUZFDM-0ykRRsckJG4c2AETy4Xa_f2T7s,2730
|
25
|
+
novelwriter/assets/i18n/project_fr_FR.json,sha256=CBojo05gdhxev5pFg889ENe_CKOHSDv3oj8SmkBFqGg,2788
|
26
|
+
novelwriter/assets/i18n/project_it_IT.json,sha256=C_S5P86hGHaJ_sE-B3ceQGJgDzkXalyjF816oClf9h0,2566
|
27
|
+
novelwriter/assets/i18n/project_ja_JP.json,sha256=8P03f2D9o2TlSxFU5ugRa-DJDeDZr_I_omDWN-xv3lY,2393
|
28
|
+
novelwriter/assets/i18n/project_nb_NO.json,sha256=e8E9c188KRPJfgZa298hDiaLEuhjHMxbRMaIF8HaVew,2298
|
29
29
|
novelwriter/assets/i18n/project_nl_NL.json,sha256=4Dikb3z-XlzVH_fxByiQfLsPR9W3LvbayOkjbIQcugc,2386
|
30
30
|
novelwriter/assets/i18n/project_nn_NO.json,sha256=7ZfmtFWHcDMiLVqdOEDHQWHbpoC_bv5ESmf_-CoYiks,2250
|
31
31
|
novelwriter/assets/i18n/project_pt_BR.json,sha256=2eZNZeGs6l8_ghbGkAziuo3ERFNZ2hxTnZtB2PR1wFY,2461
|
32
32
|
novelwriter/assets/i18n/project_ru_RU.json,sha256=F4QkD6VVDCtGdil7uoXCmuczvUpe9tv-1L-3Eyc8sKE,3699
|
33
|
-
novelwriter/assets/i18n/project_zh_CN.json,sha256=
|
33
|
+
novelwriter/assets/i18n/project_zh_CN.json,sha256=cfl0TsnbISYUvygOw015y0x0REDG97xR0yjyJ85Jm34,2322
|
34
34
|
novelwriter/assets/icons/novelwriter.ico,sha256=OJRIeeUcmS7Di51NA3uF5_Ov4V8T47gQ9qWv6C7qDeA,171059
|
35
35
|
novelwriter/assets/icons/novelwriter.svg,sha256=Ad_SgOdXSDJtFR3DLCx6Afme15I78r38_YxCfO9F2z4,8511
|
36
36
|
novelwriter/assets/icons/x-novelwriter-project.ico,sha256=MXdZSYi3j95aIsT5bZo6CkhxmS75cThP9O_38UR7sjg,170697
|
37
37
|
novelwriter/assets/icons/x-novelwriter-project.svg,sha256=VHf1aClkA91tZVYb3LFk9bi_Dw25QBVSjUJAjSD-YX4,5143
|
38
38
|
novelwriter/assets/icons/typicons_dark/README.md,sha256=6ZxJq-19PNrMdeuVeVg84aLjxhr9oF7dLwuMFVGQyq0,1065
|
39
|
-
novelwriter/assets/icons/typicons_dark/icons.conf,sha256=
|
39
|
+
novelwriter/assets/icons/typicons_dark/icons.conf,sha256=s_xjOPaVRPKMW6wLLq1r5J8Byi376BF8tj6wnnaPyM4,4214
|
40
40
|
novelwriter/assets/icons/typicons_dark/mixed_document-chapter.svg,sha256=POP_Cs3bkkKAmrS_fTgjj90eyNK0bipNGgOhDDlXKu0,1650
|
41
41
|
novelwriter/assets/icons/typicons_dark/mixed_document-note.svg,sha256=OaPRbvkA7h4GA4mnFXJRORv80h2nAsJTmlIR8Msrwt8,1650
|
42
42
|
novelwriter/assets/icons/typicons_dark/mixed_document-scene.svg,sha256=9vXiKJZzzTJCfUDxGNr57IAvw2LQ7pitW7GwOOhrEN8,1647
|
43
43
|
novelwriter/assets/icons/typicons_dark/mixed_document-section.svg,sha256=5XA6h1jsE-jgz4Om8EckTB_guztWxjteIapf_k9PvfI,1647
|
44
44
|
novelwriter/assets/icons/typicons_dark/mixed_document-title.svg,sha256=p0xUKBRGycN4ajlr3VtbZqmjO6fFSySj7R8HCTGoCn8,1647
|
45
45
|
novelwriter/assets/icons/typicons_dark/mixed_edit.svg,sha256=fHQ7s9zRfnPmLnX56goLDciJWk3ISU1FgclaA2EU8qE,1093
|
46
|
+
novelwriter/assets/icons/typicons_dark/mixed_import.svg,sha256=XiitW007_GjKNMzby9gJvDhxM1YdoMY_iB9hLQrgWHk,912
|
46
47
|
novelwriter/assets/icons/typicons_dark/mixed_input-checked.svg,sha256=sjBBHcHWBwf6P3UIcLThccrDqaGLHUgV-ov6v6WXsAw,1208
|
47
48
|
novelwriter/assets/icons/typicons_dark/mixed_input-none.svg,sha256=1uSgoXznt31ynAj3MHC-vVdDuaszmtEKbfofepNs7g4,1058
|
48
49
|
novelwriter/assets/icons/typicons_dark/mixed_input-unchecked.svg,sha256=Ml28wWspg9oipeuBbEOQnS2t0K67A4CO49p6nBKl8EI,1272
|
@@ -62,14 +63,15 @@ novelwriter/assets/icons/typicons_dark/nw_search-case.svg,sha256=RTXth9FpdP83AjW
|
|
62
63
|
novelwriter/assets/icons/typicons_dark/nw_search-preserve.svg,sha256=PSjnk3BbKXGdCOnpaIK623EJml-75gRILs2cJrqo_B4,854
|
63
64
|
novelwriter/assets/icons/typicons_dark/nw_search-regex.svg,sha256=j5u8KQD1LqwWHe7FG_fpyljN3KDWtbsrhI9Jp0eOGcw,746
|
64
65
|
novelwriter/assets/icons/typicons_dark/nw_search-word.svg,sha256=sIZxSAvl_uO_k8EUZWsI8bhBXGfBKfuy5oI052_E5NM,247
|
65
|
-
novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg,sha256=
|
66
|
-
novelwriter/assets/icons/typicons_dark/nw_tb-
|
67
|
-
novelwriter/assets/icons/typicons_dark/nw_tb-
|
68
|
-
novelwriter/assets/icons/typicons_dark/nw_tb-
|
69
|
-
novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg,sha256=
|
70
|
-
novelwriter/assets/icons/typicons_dark/nw_tb-
|
71
|
-
novelwriter/assets/icons/typicons_dark/nw_tb-
|
72
|
-
novelwriter/assets/icons/typicons_dark/nw_tb-
|
66
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-bold-md.svg,sha256=WkeUP6xYSkV2aayMxBg30-3D1-lASL0_GtKbSU196KU,987
|
67
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-bold.svg,sha256=D42tFbrt-CYzAEzw3I3HZPdCy-HtZipsSNM7wiE8IAA,1259
|
68
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-italic-md.svg,sha256=tJWQ8-FgR3sY3T5iKj30O2zQl1mtSr7ADxyRLOJh3rE,277
|
69
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-italic.svg,sha256=FlL6g_cPN85405MN2_fmmmOdIVHiiywpfyDlLWytHfk,515
|
70
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-strike-md.svg,sha256=7EcssNMul3_yuXrKLoMMJ_54Zfg5niL1KNCUWcQcjv8,1395
|
71
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-strike.svg,sha256=uO12-KZ3Nx4GEL2mIXub01eCtHfKDR05-I33FdJ38NM,1698
|
72
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-subscript.svg,sha256=dOhhKxlsdWuQ7tq8HkBcShjNOUBpyEKgUP1RoFDlPLs,1550
|
73
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-superscript.svg,sha256=0TpY0nIinD4dwgwh0Nyfs0C4rJDcc2JsgxnXSE0flco,1549
|
74
|
+
novelwriter/assets/icons/typicons_dark/nw_tb-underline.svg,sha256=Z0ooKzRV_g298UX22uuUxZPC21Z9DN-1y4sY3vVIaZE,1121
|
73
75
|
novelwriter/assets/icons/typicons_dark/typ_arrow-down-thick-grey.svg,sha256=PsEm_GCebnkMvtVm1OUbVU0hvA2nL8bWlrlyrAWh0tE,519
|
74
76
|
novelwriter/assets/icons/typicons_dark/typ_arrow-forward.svg,sha256=Io2wWbs2Z0z5GHzDkmf3AkNZZqyfSC0ilWVDvGv5Q5U,538
|
75
77
|
novelwriter/assets/icons/typicons_dark/typ_arrow-maximise.svg,sha256=m4w3ZUHy3R2aTtvLKZpmd6FPijjkaG6A5jhiqfTp9mg,1029
|
@@ -90,7 +92,10 @@ novelwriter/assets/icons/typicons_dark/typ_cog.svg,sha256=ssr3otEIZ-pUrnq_iijdoo
|
|
90
92
|
novelwriter/assets/icons/typicons_dark/typ_delete-full.svg,sha256=AyrNxUpajl6ukPmt1EYG8Um7BL8evszoU3NstrUpAAs,713
|
91
93
|
novelwriter/assets/icons/typicons_dark/typ_delete.svg,sha256=uvMReK_XahcXm35newtGKrcXsQsHdAX5jB84MWQDDwU,753
|
92
94
|
novelwriter/assets/icons/typicons_dark/typ_directions-full.svg,sha256=zdoD3rN51ba8KHM7E0Zr-Fb0jHAqHEVIFPJDJtf8SzQ,1002
|
95
|
+
novelwriter/assets/icons/typicons_dark/typ_document-add-col.svg,sha256=h2Wb4v7Y0t3Ow0ghIRs6m5ZwYcTH0-oNuomVLxRuWP0,1456
|
96
|
+
novelwriter/assets/icons/typicons_dark/typ_document-add.svg,sha256=MMYrRKM7_l9PYOu9wxEvvr6Cl3MOwrhio6Ov49E-WAo,1083
|
93
97
|
novelwriter/assets/icons/typicons_dark/typ_document-text.svg,sha256=YLIx9UGJOH-TZVFQy-9DZRVV4NcyGUSLHURfeFmoNVM,2359
|
98
|
+
novelwriter/assets/icons/typicons_dark/typ_document.svg,sha256=sQ3WLwkulrsLBdPAFJZVivWMf0M1lFQudE9R9HmF5Oc,737
|
94
99
|
novelwriter/assets/icons/typicons_dark/typ_export-grey.svg,sha256=B17RWooBQ-QdI1x9Wnc_qzU5R-QnNxLIc6cC3AFNLyc,784
|
95
100
|
novelwriter/assets/icons/typicons_dark/typ_export.svg,sha256=W0474TDm4hGFR3L1l4EI2lnrgwPbzvLF98B3qADnTOQ,772
|
96
101
|
novelwriter/assets/icons/typicons_dark/typ_eye.svg,sha256=i50mrAYP-CIA5GWVw1HoQ37fF42mOsumvdJ4QGFaFK8,872
|
@@ -117,19 +122,21 @@ novelwriter/assets/icons/typicons_dark/typ_search.svg,sha256=ahjax3IvhlP0sc08W-w
|
|
117
122
|
novelwriter/assets/icons/typicons_dark/typ_star.svg,sha256=FIaFtvCYIjBuhcP7nNhRsbpZv48qhCR9JW3aifYqWyU,901
|
118
123
|
novelwriter/assets/icons/typicons_dark/typ_stopwatch-grey.svg,sha256=Dwb1BdXeZbDJrZ2nX5VNRfqTTzrD-bOIxUTj0rAG-VQ,1434
|
119
124
|
novelwriter/assets/icons/typicons_dark/typ_th-dot-menu.svg,sha256=ZTW0p8OxLw0R1Xj1tPf4pPR7rHHgDtAXJTd4x-CNT6I,629
|
125
|
+
novelwriter/assets/icons/typicons_dark/typ_th-dot-more.svg,sha256=GEBhivlN6G9sYf3wM4aU4p7kexO8ejvieMIpfEujRs8,612
|
120
126
|
novelwriter/assets/icons/typicons_dark/typ_th-list-grey.svg,sha256=zx4iK9nlfDFaYau_rnbXM_wrQT7A7eW268j4EkBACSE,1114
|
121
127
|
novelwriter/assets/icons/typicons_dark/typ_times.svg,sha256=FalsElY0nNAJYxs-RVvvCUPWdqtuoEPCkqd1_VOvH5A,711
|
122
128
|
novelwriter/assets/icons/typicons_dark/typ_trash.svg,sha256=XjO0SRcnPDrg9Qe8zR5W1k20liKKRop4O2liv2KILQY,2456
|
123
129
|
novelwriter/assets/icons/typicons_dark/typ_user.svg,sha256=00gZEDr59B1A7A4o0w5VjCJOHnQHANsgXBhnB_VTMU4,733
|
124
130
|
novelwriter/assets/icons/typicons_dark/typ_warning-full.svg,sha256=zqqV82C37dWH_yHoSuPo-BLsErg0sl8_VlB6fzXL4VE,970
|
125
131
|
novelwriter/assets/icons/typicons_light/README.md,sha256=nyGvWLJ8cusLYP8YsjX_l213NkDE_GHrwctZ-I_JQUg,1066
|
126
|
-
novelwriter/assets/icons/typicons_light/icons.conf,sha256=
|
132
|
+
novelwriter/assets/icons/typicons_light/icons.conf,sha256=M7zFjrnt2Z5bDFBnSb9pFgWyKPOrhoeb_BowUOs4mPk,4217
|
127
133
|
novelwriter/assets/icons/typicons_light/mixed_document-chapter.svg,sha256=kXNwPbeKR3eupIrqtDQrNGq5sL8vdExLfPMrMX2sEsw,1650
|
128
134
|
novelwriter/assets/icons/typicons_light/mixed_document-note.svg,sha256=XpKQ2Fj7J3I3BT9mAQkjk_A4eP7uy94vPeDBA62fOYI,1650
|
129
135
|
novelwriter/assets/icons/typicons_light/mixed_document-scene.svg,sha256=kwNPNaCJixTSpTPRFYxEHt3hVqhpwGJTCfZfu8rJvYE,1650
|
130
136
|
novelwriter/assets/icons/typicons_light/mixed_document-section.svg,sha256=2mp_ZAGwSNhCWLqrDCtU4w1Ke_GelAt5warnmNix8k0,1650
|
131
137
|
novelwriter/assets/icons/typicons_light/mixed_document-title.svg,sha256=5_1qjivue2lRBa6a-hQRqcqFAGzCWceowNI5lRRkAwg,1650
|
132
138
|
novelwriter/assets/icons/typicons_light/mixed_edit.svg,sha256=aBYpqFX6lCTVVUTzMph81uqfNlhmUxODjZo1juy3PXM,1100
|
139
|
+
novelwriter/assets/icons/typicons_light/mixed_import.svg,sha256=lad5N1wOjDrTLxEzT0PcQMGTrhSQRQH_RVUZgbgq0Gg,918
|
133
140
|
novelwriter/assets/icons/typicons_light/mixed_input-checked.svg,sha256=uevUoQv7D-6g1RgE0gG2ZWek3118qIAcgkqg7zxK8Zs,1208
|
134
141
|
novelwriter/assets/icons/typicons_light/mixed_input-none.svg,sha256=V6uPJ1f85DYXpuuC3n4-lV1U8zfyXYMbOHYBy9-uiQs,1055
|
135
142
|
novelwriter/assets/icons/typicons_light/mixed_input-unchecked.svg,sha256=uKyeneabnW80b04DpK2k0Y7-uyoC-R3HLse19aSkVww,1269
|
@@ -149,14 +156,15 @@ novelwriter/assets/icons/typicons_light/nw_search-case.svg,sha256=cU9e-bOh0vCrI_
|
|
149
156
|
novelwriter/assets/icons/typicons_light/nw_search-preserve.svg,sha256=ggEvIlqfEyjxR_IzP0R0TwVXK5nTaIxyWP4TGgmpLvs,885
|
150
157
|
novelwriter/assets/icons/typicons_light/nw_search-regex.svg,sha256=uYWEIptuiwsVhp5Q30JalDsUTqfMktPosteARZbSXkI,760
|
151
158
|
novelwriter/assets/icons/typicons_light/nw_search-word.svg,sha256=3gbTxBpaa2qeufByuN_VGQPMlrNfm2PPbBbNDAx3sNE,254
|
152
|
-
novelwriter/assets/icons/typicons_light/nw_tb-bold.svg,sha256=
|
153
|
-
novelwriter/assets/icons/typicons_light/nw_tb-
|
154
|
-
novelwriter/assets/icons/typicons_light/nw_tb-
|
155
|
-
novelwriter/assets/icons/typicons_light/nw_tb-
|
156
|
-
novelwriter/assets/icons/typicons_light/nw_tb-strike.svg,sha256=
|
157
|
-
novelwriter/assets/icons/typicons_light/nw_tb-
|
158
|
-
novelwriter/assets/icons/typicons_light/nw_tb-
|
159
|
-
novelwriter/assets/icons/typicons_light/nw_tb-
|
159
|
+
novelwriter/assets/icons/typicons_light/nw_tb-bold-md.svg,sha256=1x1uoFq06iKVXNtd3oWMxQ99nz_27IW6Mm6Zn_Rypk8,994
|
160
|
+
novelwriter/assets/icons/typicons_light/nw_tb-bold.svg,sha256=CW-Q8HLg989PhdwRq_YQ7x_FcE64yk_4wDxqhNA9b2Y,1272
|
161
|
+
novelwriter/assets/icons/typicons_light/nw_tb-italic-md.svg,sha256=TlfmG-iapQo2Z75-83T_aSqmlzaZPxB13HQjeiXhhWY,284
|
162
|
+
novelwriter/assets/icons/typicons_light/nw_tb-italic.svg,sha256=HMeA9SYJ6g7p53kr0Bv9Kqm75I_7zUxDCvdSKmZd_KE,528
|
163
|
+
novelwriter/assets/icons/typicons_light/nw_tb-strike-md.svg,sha256=wzHCVcfMvjrL5W3Jfl8UsQiAfjHwXEFSpmmR5F69QQg,1402
|
164
|
+
novelwriter/assets/icons/typicons_light/nw_tb-strike.svg,sha256=HtAYlTga42JVpoUJGyuHX6v4he8__9YiN0tzvOrtqiw,1711
|
165
|
+
novelwriter/assets/icons/typicons_light/nw_tb-subscript.svg,sha256=j8qncFQqiC5vZfFELENtX9COMcrI7NnyED17ki7tC08,1551
|
166
|
+
novelwriter/assets/icons/typicons_light/nw_tb-superscript.svg,sha256=-B-iVCPsoCaz9ZiVkHN6em2BJOI65_ssjFqZM75wxZ0,1550
|
167
|
+
novelwriter/assets/icons/typicons_light/nw_tb-underline.svg,sha256=rxSFWY2lNpSuF2jbUk_jyfoHk_B5d2bLncaCY-2LT7w,1141
|
160
168
|
novelwriter/assets/icons/typicons_light/typ_arrow-down-thick-grey.svg,sha256=FZFt51KLkvqrP0nM_bnCjKkELcLT7KMWB059gvSMKk4,523
|
161
169
|
novelwriter/assets/icons/typicons_light/typ_arrow-forward.svg,sha256=vDYZrsNe2Afo8-MqS9HV_gsz6aFraYZUyJeAdOXaE4Y,541
|
162
170
|
novelwriter/assets/icons/typicons_light/typ_arrow-maximise.svg,sha256=bz93DwuiB_2Baf-oG5SsMdWGccYogyNqR2Yq3OQ4bDY,1032
|
@@ -177,7 +185,10 @@ novelwriter/assets/icons/typicons_light/typ_cog.svg,sha256=NZnARNb0zWAkqpfkBrai6
|
|
177
185
|
novelwriter/assets/icons/typicons_light/typ_delete-full.svg,sha256=sESm4F5KLSBzZUx-45EyHSYNsS5W55hEmhFCtHjUvro,713
|
178
186
|
novelwriter/assets/icons/typicons_light/typ_delete.svg,sha256=ZC9LHosfdYGZWUdc66dOkzXcNePfkdGnbVqqMQ4QpbU,753
|
179
187
|
novelwriter/assets/icons/typicons_light/typ_directions-full.svg,sha256=U8zciM3cNoku3xp-_TTs15RShl3fDl1URgkMJ-A4WfU,1005
|
188
|
+
novelwriter/assets/icons/typicons_light/typ_document-add-col.svg,sha256=TtmBL9marXDjH2JYh04jGGtoiivZRbW2JTlbe6tQjzI,1456
|
189
|
+
novelwriter/assets/icons/typicons_light/typ_document-add.svg,sha256=7KRxqbzCf_kp7CE42DdPeS7xFluYKQsHq1AljjuoTXI,1090
|
180
190
|
novelwriter/assets/icons/typicons_light/typ_document-text.svg,sha256=AckgX3ABVx5HXrpJH0IG-nKqhaaGhwtS6Vv0g-ydXR0,2262
|
191
|
+
novelwriter/assets/icons/typicons_light/typ_document.svg,sha256=GyqHX33SUeLqphp7ak0pX56YuTg6jlYuSvYmDYHlE6c,744
|
181
192
|
novelwriter/assets/icons/typicons_light/typ_export-grey.svg,sha256=L9YMhoVE0L3lGa0Vlfn7KoI6eHD4gNiCD9Ou5TOLtsE,791
|
182
193
|
novelwriter/assets/icons/typicons_light/typ_export.svg,sha256=qAUqhrxBlNBrpQ6btO_30pbR2QSHWXEgGjxOMuCIAHs,775
|
183
194
|
novelwriter/assets/icons/typicons_light/typ_eye.svg,sha256=GpkDqhF_WvtdOMYbl_iI_ihFc3PJ-5FMM01wbOsrYv4,875
|
@@ -204,102 +215,103 @@ novelwriter/assets/icons/typicons_light/typ_search.svg,sha256=jshV8Oy3vSOSlAew22
|
|
204
215
|
novelwriter/assets/icons/typicons_light/typ_star.svg,sha256=CCLyse0_0JhxOl_xDnpsQWtgp_bD49oW8VO9YjJF8ko,901
|
205
216
|
novelwriter/assets/icons/typicons_light/typ_stopwatch-grey.svg,sha256=LMhGCltTFOSiFlsJ4K1aci4nXmxGupBKufqe117NnO0,1438
|
206
217
|
novelwriter/assets/icons/typicons_light/typ_th-dot-menu.svg,sha256=AZz7XH3VNRC1JLT3kFNIX6y5S_j6TWXWNSPWf6k0g6A,636
|
218
|
+
novelwriter/assets/icons/typicons_light/typ_th-dot-more.svg,sha256=_bYxpdn_ms8zxjD1tG0ZMUqaj4ABELKJ3-sdOPUVoYY,619
|
207
219
|
novelwriter/assets/icons/typicons_light/typ_th-list-grey.svg,sha256=XKAdaWypd1hggZ_HP0ZWqy4S8zvhNB92PjWA5AUkRaI,746
|
208
220
|
novelwriter/assets/icons/typicons_light/typ_times.svg,sha256=rlNZ1askrWpmw-neS3HrwuOxzSe7g7Owqvrb-mzUXQM,711
|
209
221
|
novelwriter/assets/icons/typicons_light/typ_trash.svg,sha256=THerHUXB4l6qjcnIdFCzA7eZxOVhcODDQMtYeDj-z5s,2453
|
210
222
|
novelwriter/assets/icons/typicons_light/typ_user.svg,sha256=q4a-kdXIABSyYlk2BEGPuxnyaM4vTpvLwQNv5-rQ6mQ,736
|
211
223
|
novelwriter/assets/icons/typicons_light/typ_warning-full.svg,sha256=5pCnfBPckrRDznMAOGj2-zmMxUSQi4nK4i07jAVkc_c,970
|
212
|
-
novelwriter/assets/images/
|
213
|
-
novelwriter/assets/
|
214
|
-
novelwriter/assets/
|
215
|
-
novelwriter/assets/
|
216
|
-
novelwriter/assets/syntax/
|
217
|
-
novelwriter/assets/syntax/
|
218
|
-
novelwriter/assets/syntax/
|
219
|
-
novelwriter/assets/syntax/
|
220
|
-
novelwriter/assets/syntax/
|
221
|
-
novelwriter/assets/syntax/
|
222
|
-
novelwriter/assets/syntax/
|
223
|
-
novelwriter/assets/syntax/
|
224
|
-
novelwriter/assets/syntax/
|
225
|
-
novelwriter/assets/syntax/
|
226
|
-
novelwriter/assets/
|
227
|
-
novelwriter/assets/
|
224
|
+
novelwriter/assets/images/novelwriter-text-dark.svg,sha256=gbbDiXd92OV5c6qGREDkAnTnEApxYPbqyrbUHB8mtiM,5976
|
225
|
+
novelwriter/assets/images/novelwriter-text-light.svg,sha256=ziTrfrr0WO9JWBzSfuuKBlYFCkENfEBp3MyOYTNGUYQ,5983
|
226
|
+
novelwriter/assets/images/welcome-dark.jpg,sha256=MPRYUI1yEjzee1uHGWlrR352U1LFSSV92awDheFtmZo,299007
|
227
|
+
novelwriter/assets/images/welcome-light.jpg,sha256=FcS5GA5G6o9KgmADYHktyR3GHquNlPNIUQeQQiscQzA,279989
|
228
|
+
novelwriter/assets/syntax/default_dark.conf,sha256=lNu--KbYZZK7FgH1dXJkRsXQYLJTJRtYqoWsilWWlik,809
|
229
|
+
novelwriter/assets/syntax/default_light.conf,sha256=BiB6GC72offpIVKxdijO4i29v1D-k5guG-tBvIFq0uo,810
|
230
|
+
novelwriter/assets/syntax/grey_dark.conf,sha256=9Z7hSrzU246WRSgIJ9Eb4A3kZ0soHSV5vo5mMefTrFU,806
|
231
|
+
novelwriter/assets/syntax/grey_light.conf,sha256=-B3C0ttENSMdB07YAE8mtJJpH5A2u6hmRIJW5BQETpk,807
|
232
|
+
novelwriter/assets/syntax/light_owl.conf,sha256=gni5rTDWsjxKros7-9WJtmKhs917Mxj3oxVOIzBjyxc,1458
|
233
|
+
novelwriter/assets/syntax/night_owl.conf,sha256=UPwtd02k_lUUZ8_hqk-h4dS2khdZq2BYzmJShsEHAt0,1458
|
234
|
+
novelwriter/assets/syntax/solarized_dark.conf,sha256=vCOm3xy13v7q580_KjDwufsJr1EpD5pgcclhIktyqNc,799
|
235
|
+
novelwriter/assets/syntax/solarized_light.conf,sha256=AxbtqwjCbIDA7lW18oPARaQidm8sTeTD7Cz_MTHnR40,800
|
236
|
+
novelwriter/assets/syntax/tomorrow.conf,sha256=GOhtuIE1exA5PE3r3ecgohzikZ761mENXYOrNP-bc0k,1456
|
237
|
+
novelwriter/assets/syntax/tomorrow_night.conf,sha256=YXO9vA-4Hu8vcVzecHbRDyLHHNrZl6Ti958NwLlLnFo,1468
|
238
|
+
novelwriter/assets/syntax/tomorrow_night_blue.conf,sha256=O1CKnKninSBQcObvMXQVejIaP9sqa7bejoJSynZlqMQ,1478
|
239
|
+
novelwriter/assets/syntax/tomorrow_night_bright.conf,sha256=uxxyqWpmKEH_Y4d5eZ4fUxWzfdpGzEMH3I1pgdkFgZ8,1482
|
240
|
+
novelwriter/assets/syntax/tomorrow_night_eighties.conf,sha256=GhI5x5e9B8in5JzIdFTh17-PG3SHlBsAh9sEMBAbgAY,1486
|
241
|
+
novelwriter/assets/text/credits_en.htm,sha256=MiQFA-ucjaDJ7lGAcD8bcha22iTzrBq-9ICyBrbfXLs,3526
|
228
242
|
novelwriter/assets/text/lipsum.txt,sha256=sGA6AC_p4jrUifxLxy3cSODeRwkpBNXDPGgX6YRTm2s,62937
|
229
|
-
novelwriter/assets/text/release_notes.htm,sha256=ju0_lVd_AijV6LStW7Nb-vcIfizwhAlppyoBXHNZvbQ,637
|
230
243
|
novelwriter/assets/themes/default.conf,sha256=K0LZ64lODpCtUg3pISTAP4UKvEYMvPkmIYN9RDEaWwk,72
|
231
|
-
novelwriter/assets/themes/default_dark.conf,sha256=
|
232
|
-
novelwriter/assets/themes/default_light.conf,sha256=
|
244
|
+
novelwriter/assets/themes/default_dark.conf,sha256=L6xHLbgVb4E4SkQRSgCV7yEoxH9RxPunCjBuLpU8JEY,925
|
245
|
+
novelwriter/assets/themes/default_light.conf,sha256=o_FJRMidFo-DJYK8bB-jdelcD5qg7MwW4J8lL9nlZUY,928
|
233
246
|
novelwriter/assets/themes/solarized_dark.conf,sha256=HIP9icMtRljUmMH7PmU0IrcLGUSXVDaG97070Hc0UVM,852
|
234
247
|
novelwriter/assets/themes/solarized_light.conf,sha256=jUfaCnWXM4GAOI1eUioj_nP0RiMrnr8MEOprSg7qUU4,854
|
235
248
|
novelwriter/core/__init__.py,sha256=IrBU9r8-lBnwqAD79xtpaDMortj23X-t6zQ1RIWluY4,39
|
236
|
-
novelwriter/core/buildsettings.py,sha256=
|
237
|
-
novelwriter/core/coretools.py,sha256=
|
238
|
-
novelwriter/core/docbuild.py,sha256=
|
239
|
-
novelwriter/core/document.py,sha256=
|
240
|
-
novelwriter/core/index.py,sha256=
|
241
|
-
novelwriter/core/item.py,sha256=
|
242
|
-
novelwriter/core/options.py,sha256=
|
243
|
-
novelwriter/core/project.py,sha256=
|
244
|
-
novelwriter/core/projectdata.py,sha256=
|
245
|
-
novelwriter/core/projectxml.py,sha256=
|
246
|
-
novelwriter/core/sessions.py,sha256=
|
247
|
-
novelwriter/core/spellcheck.py,sha256=
|
248
|
-
novelwriter/core/status.py,sha256=
|
249
|
-
novelwriter/core/storage.py,sha256=
|
250
|
-
novelwriter/core/tohtml.py,sha256=
|
251
|
-
novelwriter/core/tokenizer.py,sha256=
|
252
|
-
novelwriter/core/tomd.py,sha256=
|
253
|
-
novelwriter/core/toodt.py,sha256=
|
254
|
-
novelwriter/core/tree.py,sha256=
|
249
|
+
novelwriter/core/buildsettings.py,sha256=TDdxsqHzOCx5KFSEC8WdhgKu0iT2IRpUE5-klcmbSOA,21350
|
250
|
+
novelwriter/core/coretools.py,sha256=f-ytgHlm4FyXji4qkWdPB_g-kXkUVbAmYv1ars2JR34,18647
|
251
|
+
novelwriter/core/docbuild.py,sha256=wMzemc-Mz0kacdLp3c53VdhJ5bJawAcbV7_Kbm3J-RU,11620
|
252
|
+
novelwriter/core/document.py,sha256=cD865KUEK6v41pwWR85L6uoq1_2kp1U1PE-OGA7T9pw,11396
|
253
|
+
novelwriter/core/index.py,sha256=1hzA0HiL-14HFQRapziHObXZonjhEev3sEe6Gvx_2ZU,48319
|
254
|
+
novelwriter/core/item.py,sha256=6a-9Aty4_RIFE-90IxR8t19Fjyl_uHJAwz_TzUn8oRI,18104
|
255
|
+
novelwriter/core/options.py,sha256=6gMe3cXq4U-oSN3zSoGtfiCOW6hX9xtjDssrbZYrtGY,7397
|
256
|
+
novelwriter/core/project.py,sha256=dxdcDti1F40EqsFtEN5SnUfP2MlJWW9YyKlK2Lhjz2Q,22729
|
257
|
+
novelwriter/core/projectdata.py,sha256=NYhTL6qIbJxJX98-_zZdV4LzI2-tqdWaMvGYi0Xi4WU,9826
|
258
|
+
novelwriter/core/projectxml.py,sha256=_B2XZFxua1tucqvLc3BiJWVsk6sr4FNohKEYLShlQO0,21894
|
259
|
+
novelwriter/core/sessions.py,sha256=aixCK4x52FsCnDeC6UD-xnqLEwy4eM-QVYEsoDJGjus,4431
|
260
|
+
novelwriter/core/spellcheck.py,sha256=AfNOymVlJULF6tSz9ldAj5gyY_k1fHyKzsTivXxQJXg,7235
|
261
|
+
novelwriter/core/status.py,sha256=cT19gI2c5xPlfyYgrK3_E5U3AWSYnl4aG3GsYykyjGo,8707
|
262
|
+
novelwriter/core/storage.py,sha256=aGlIh0zkCKUAKGK4HBUTTlJVl6lwxJMHc9WQHqMttgI,20469
|
263
|
+
novelwriter/core/tohtml.py,sha256=5K2Cp8nRgrmhYhLLjU--TeVC1me0ch2G8WoxSk6BqS4,17301
|
264
|
+
novelwriter/core/tokenizer.py,sha256=oCx5mzNLV2wUzmr4J6LeZG3xgCOM1qWVDwLoFBMaiZY,31961
|
265
|
+
novelwriter/core/tomd.py,sha256=aWFqX88Gjp5MnWVTh6b8Db_2MalWkklg2VwzDQ74OCw,7073
|
266
|
+
novelwriter/core/toodt.py,sha256=ZTGpHdovp2ozifUrAIuVlR0Tarf4dLg7XK0bEOCk4Ms,56786
|
267
|
+
novelwriter/core/tree.py,sha256=fI3c20hgGm32CeIT-kyTwYBhUKFxoDAd1n3bDP9XTvI,18580
|
255
268
|
novelwriter/dialogs/__init__.py,sha256=8a0BuN7-dtzkgPhkwX2KNq8gG2rqpyCAwI-U06KhU5Y,42
|
256
|
-
novelwriter/dialogs/about.py,sha256=
|
257
|
-
novelwriter/dialogs/docmerge.py,sha256=
|
258
|
-
novelwriter/dialogs/docsplit.py,sha256=
|
259
|
-
novelwriter/dialogs/editlabel.py,sha256=
|
260
|
-
novelwriter/dialogs/preferences.py,sha256=
|
261
|
-
novelwriter/dialogs/
|
262
|
-
novelwriter/dialogs/
|
263
|
-
novelwriter/dialogs/
|
264
|
-
novelwriter/dialogs/quotes.py,sha256=ErwylPacaqn4uuzSkoTzgOzH84psEovyYvSSgOzdW9E,4022
|
265
|
-
novelwriter/dialogs/updates.py,sha256=dP1p0IlzsTZUuhEqRWHkCxmJ3QeODB3LW5eYGP0ogFY,5364
|
266
|
-
novelwriter/dialogs/wordlist.py,sha256=Yn67GE52sA9r0o_6sGLobSYap1rTMEBocmLTkTG0M8s,5586
|
269
|
+
novelwriter/dialogs/about.py,sha256=vQitySA60wRNSVOBgMZXr9ajSo_2czJ5XKg8bPbqINc,4980
|
270
|
+
novelwriter/dialogs/docmerge.py,sha256=MbXjyr_ho_NiJPZEnlZjwWiH_8McxOOAFlGJs0DbmDQ,5960
|
271
|
+
novelwriter/dialogs/docsplit.py,sha256=knReihsHpzNzxaA3vTt6-9quN-BlJmD4mxC5P1IfOiw,9088
|
272
|
+
novelwriter/dialogs/editlabel.py,sha256=LdnWaSExZcdOZv52ks2PjKBzuzHX2XXOTZ9u-SW_brs,2903
|
273
|
+
novelwriter/dialogs/preferences.py,sha256=OsYFGGTq0e8eRcmmCgHHYexXvncjknACUnSqSsx9XtY,36723
|
274
|
+
novelwriter/dialogs/projectsettings.py,sha256=tmiVoDp45kVAmk-kBdn8FE8NhWJMflQS9_k5k2bzlas,25712
|
275
|
+
novelwriter/dialogs/quotes.py,sha256=uCxCraABVaaCaNR_s0VpSFNAztdA0ykdjKQUyDalDY8,4561
|
276
|
+
novelwriter/dialogs/wordlist.py,sha256=Uxr7-O8IJrE8BOwWOD3U8t04I-j2u5Z4f2IJSrA08jc,8511
|
267
277
|
novelwriter/extensions/__init__.py,sha256=ybwq7BzrU1QYw7pd-QC9iCKoB6MIh_FysriNkkHOSMo,51
|
268
|
-
novelwriter/extensions/circularprogress.py,sha256=
|
269
|
-
novelwriter/extensions/configlayout.py,sha256=
|
270
|
-
novelwriter/extensions/
|
271
|
-
novelwriter/extensions/
|
272
|
-
novelwriter/extensions/
|
273
|
-
novelwriter/extensions/
|
274
|
-
novelwriter/extensions/
|
275
|
-
novelwriter/extensions/
|
276
|
-
novelwriter/extensions/
|
277
|
-
novelwriter/extensions/
|
278
|
+
novelwriter/extensions/circularprogress.py,sha256=UrqZCgnJgFVuUvUV0V-9noWKCROJWkDtaC44ijvuJPA,3747
|
279
|
+
novelwriter/extensions/configlayout.py,sha256=GITZpZQ_Fp07x3NvljthFLh0G9Gelj9QlECmBf1em8k,8682
|
280
|
+
novelwriter/extensions/eventfilters.py,sha256=XehDoXwsnCvI1D3uieuYu5J3kxZggdV6Teo7Z0xZw7E,2581
|
281
|
+
novelwriter/extensions/modified.py,sha256=uoCpMlZmS_WtTD1tNzIqm149gqZPoPzStQFJghpVRHY,2329
|
282
|
+
novelwriter/extensions/novelselector.py,sha256=5ccEDvqrbvrG7khZBrOiJwxsjjRnkFX-A4ZT-lj_z_g,3821
|
283
|
+
novelwriter/extensions/pagedsidebar.py,sha256=-6aIeuIVcZSbAGr_yheneyt9MEfVsCpYYFqjHdP5I-A,7234
|
284
|
+
novelwriter/extensions/simpleprogress.py,sha256=kOnzYgkY1O8SB4u9MRufAHqA0hu5_2kM1A-ecw-CGvI,1793
|
285
|
+
novelwriter/extensions/statusled.py,sha256=2mhx6UDoCzB9h1stluQaNT9xVWv63F7-82qFUwlhEms,2272
|
286
|
+
novelwriter/extensions/switch.py,sha256=8OJ2T7CCBVQxBQqRa39t6ndoBRIKGrDaaggpUIwrA5E,4259
|
287
|
+
novelwriter/extensions/switchbox.py,sha256=HFoU2Xd6C04nBsOE0HjQQy7OmQthvlHBgTETWyu0btQ,4116
|
288
|
+
novelwriter/extensions/versioninfo.py,sha256=jnK9epE6Hlg0bZAIar-r12U0HgjDqHbO4RPTo7Lz9Xw,5117
|
278
289
|
novelwriter/gui/__init__.py,sha256=8afC6rASWwWCc7KS_6s2whwTpboQt_495AvyGMLLatQ,38
|
279
|
-
novelwriter/gui/doceditor.py,sha256=
|
280
|
-
novelwriter/gui/dochighlight.py,sha256=
|
281
|
-
novelwriter/gui/docviewer.py,sha256=
|
282
|
-
novelwriter/gui/docviewerpanel.py,sha256
|
283
|
-
novelwriter/gui/editordocument.py,sha256=
|
284
|
-
novelwriter/gui/itemdetails.py,sha256=
|
285
|
-
novelwriter/gui/mainmenu.py,sha256=
|
286
|
-
novelwriter/gui/noveltree.py,sha256=
|
287
|
-
novelwriter/gui/outline.py,sha256=
|
288
|
-
novelwriter/gui/projtree.py,sha256=
|
289
|
-
novelwriter/gui/sidebar.py,sha256=
|
290
|
-
novelwriter/gui/statusbar.py,sha256=
|
291
|
-
novelwriter/gui/theme.py,sha256=
|
290
|
+
novelwriter/gui/doceditor.py,sha256=z2e203wq0HwnUM5aiwDy1NVvM_xqPu6--wFvy6HvCUY,116077
|
291
|
+
novelwriter/gui/dochighlight.py,sha256=K48kI1G-63RHIRrAB9b0MWPnN9Bm_YYOnkrF8fmu-3Q,16380
|
292
|
+
novelwriter/gui/docviewer.py,sha256=hnUSithBTpSQHb86ODOHdnjz_oSFO9JrXI49CA24-eo,34058
|
293
|
+
novelwriter/gui/docviewerpanel.py,sha256=-KL-AvkDo8YcEd-JU6nBBS1_1eS9kJzEq9PPlU0rmus,20692
|
294
|
+
novelwriter/gui/editordocument.py,sha256=w--yYT1au3UdPGiVB1ipuariyi9kPFrfJQCVvvNSz2o,3632
|
295
|
+
novelwriter/gui/itemdetails.py,sha256=oil8pOANtgOmpTatdmfOvsS4tkivxE7RM1BdtqcrIts,9814
|
296
|
+
novelwriter/gui/mainmenu.py,sha256=9ONWpWXlS95twk96fF7hB2qIcpYzwuRvkRMEypInxlw,37917
|
297
|
+
novelwriter/gui/noveltree.py,sha256=z2xqM8_5nrYjk1W2Sue9O7PxqtVaNY4uwuSAz51ltOQ,28469
|
298
|
+
novelwriter/gui/outline.py,sha256=p6i1dpWOSB5SMBZ8NR83v5tm60sXwB37Wk5u-oIDWYs,41636
|
299
|
+
novelwriter/gui/projtree.py,sha256=TYsdapWdYdVFDUdgxOtKPViDI9FZCcIwp1vBmSzySqI,77829
|
300
|
+
novelwriter/gui/sidebar.py,sha256=JPwI3-n4uLlMvSZDZSVV7q9Lwy-qScsX-QzF3rTskvY,6612
|
301
|
+
novelwriter/gui/statusbar.py,sha256=gl2sT2pmlv-QVhqkiQPHxHEholu-WBfvNJykzyOjBUo,9281
|
302
|
+
novelwriter/gui/theme.py,sha256=bCCr1Fgbdkx46Rt31nXQH2f9WYiNKfdqkUVSr-L1Spw,29521
|
292
303
|
novelwriter/tools/__init__.py,sha256=1MVOieA7WQw_xjH7d944hko81I4OM7gPAdSomN8zz3M,40
|
293
|
-
novelwriter/tools/dictionaries.py,sha256=
|
294
|
-
novelwriter/tools/lipsum.py,sha256=
|
295
|
-
novelwriter/tools/manusbuild.py,sha256=
|
296
|
-
novelwriter/tools/manuscript.py,sha256=
|
297
|
-
novelwriter/tools/manussettings.py,sha256=
|
298
|
-
novelwriter/tools/
|
299
|
-
novelwriter/tools/
|
300
|
-
|
301
|
-
novelWriter-2.
|
302
|
-
novelWriter-2.
|
303
|
-
novelWriter-2.
|
304
|
-
novelWriter-2.
|
305
|
-
novelWriter-2.
|
304
|
+
novelwriter/tools/dictionaries.py,sha256=Pa9w0buzLoXDLmaCRGOGXc7Fd1qj55PVThGK5jqFMFY,9132
|
305
|
+
novelwriter/tools/lipsum.py,sha256=hKp5siA5TC_KGDufTGy0j0fqSjSwPDdiNvOAuVsMImk,4784
|
306
|
+
novelwriter/tools/manusbuild.py,sha256=Jg0B8MgGI_wqDtzkJvOVD2VB_ow5GotFqsEIbG03RHo,13773
|
307
|
+
novelwriter/tools/manuscript.py,sha256=31X2rDbD34AfAICIh9VLlsm5x1LsPhkmvvhN5Gpn4Pc,29743
|
308
|
+
novelwriter/tools/manussettings.py,sha256=wZ1AB8FFU9dA4KcS4j7dVoY-2ea4kEqLAS4O48JAwlw,48448
|
309
|
+
novelwriter/tools/noveldetails.py,sha256=_3uKLHllqKgWVWJKzOp1_oqBfeKJxIia7lgzIuAJalE,18482
|
310
|
+
novelwriter/tools/welcome.py,sha256=79s0eDMOw9d7fyRHtrW_JpZQp4dayhEO7FeHje6I_r0,27649
|
311
|
+
novelwriter/tools/writingstats.py,sha256=ukgQJRtIKij0bF13Z0Vo-KMkxkTjk7OzOQrjBZIbrJ8,22557
|
312
|
+
novelWriter-2.3b1.dist-info/LICENSE.md,sha256=2GirkkLrPfQqx7fACKRJjtKJUegKc8067erGvcDVQHM,32197
|
313
|
+
novelWriter-2.3b1.dist-info/METADATA,sha256=16xktC97X-CexSVpGQxTCDfVJXbhXywC3YCUFsAaUn0,2582
|
314
|
+
novelWriter-2.3b1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
315
|
+
novelWriter-2.3b1.dist-info/entry_points.txt,sha256=lN-EspQDlSi_RtYp_OVKtyRsbwZEjPuaux0DK_9i3Ts,98
|
316
|
+
novelWriter-2.3b1.dist-info/top_level.txt,sha256=wFFEucjEeNC_Ap5ULBuEutg5a1Uc0-YO9uFT5L2naNI,12
|
317
|
+
novelWriter-2.3b1.dist-info/RECORD,,
|
novelwriter/__init__.py
CHANGED
@@ -6,7 +6,7 @@ File History:
|
|
6
6
|
Created: 2018-09-22 [0.0.1]
|
7
7
|
|
8
8
|
This file is a part of novelWriter
|
9
|
-
Copyright 2018–
|
9
|
+
Copyright 2018–2024, Veronica Berglyd Olsen
|
10
10
|
|
11
11
|
This program is free software: you can redistribute it and/or modify
|
12
12
|
it under the terms of the GNU General Public License as published by
|
@@ -37,14 +37,14 @@ from novelwriter.shared import SharedData
|
|
37
37
|
# ============
|
38
38
|
|
39
39
|
__package__ = "novelwriter"
|
40
|
-
__copyright__ = "Copyright 2018–
|
40
|
+
__copyright__ = "Copyright 2018–2024, Veronica Berglyd Olsen"
|
41
41
|
__license__ = "GPLv3"
|
42
42
|
__author__ = "Veronica Berglyd Olsen"
|
43
43
|
__maintainer__ = "Veronica Berglyd Olsen"
|
44
44
|
__email__ = "code@vkbo.net"
|
45
|
-
__version__ = "2.
|
46
|
-
__hexversion__ = "
|
47
|
-
__date__ = "
|
45
|
+
__version__ = "2.3b1"
|
46
|
+
__hexversion__ = "0x020300b1"
|
47
|
+
__date__ = "2024-02-16"
|
48
48
|
__status__ = "Stable"
|
49
49
|
__domain__ = "novelwriter.io"
|
50
50
|
|
@@ -76,6 +76,7 @@ def main(sysArgs: list | None = None):
|
|
76
76
|
"config=",
|
77
77
|
"data=",
|
78
78
|
"testmode",
|
79
|
+
"meminfo"
|
79
80
|
]
|
80
81
|
|
81
82
|
helpMsg = (
|
@@ -92,6 +93,7 @@ def main(sysArgs: list | None = None):
|
|
92
93
|
" -v, --version Print program version and exit.\n"
|
93
94
|
" --info Print additional runtime information.\n"
|
94
95
|
" --debug Print debug output. Includes --info.\n"
|
96
|
+
" --meminfo Show memory usage information in the status bar.\n"
|
95
97
|
" --style= Sets Qt5 style flag. Defaults to 'Fusion'.\n"
|
96
98
|
" --config= Alternative config file.\n"
|
97
99
|
" --data= Alternative user data path.\n"
|
@@ -127,8 +129,9 @@ def main(sysArgs: list | None = None):
|
|
127
129
|
elif inOpt == "--info":
|
128
130
|
logLevel = logging.INFO
|
129
131
|
elif inOpt == "--debug":
|
132
|
+
CONFIG.isDebug = True
|
130
133
|
logLevel = logging.DEBUG
|
131
|
-
logFormat = "[{asctime:}] {filename:>
|
134
|
+
logFormat = "[{asctime:}] {filename:>18}:{lineno:<4d} {levelname:8} {message:}"
|
132
135
|
elif inOpt == "--style":
|
133
136
|
qtStyle = inArg
|
134
137
|
elif inOpt == "--config":
|
@@ -137,6 +140,8 @@ def main(sysArgs: list | None = None):
|
|
137
140
|
dataPath = inArg
|
138
141
|
elif inOpt == "--testmode":
|
139
142
|
testMode = True
|
143
|
+
elif inOpt == "--meminfo":
|
144
|
+
CONFIG.memInfo = True
|
140
145
|
|
141
146
|
# Setup Logging
|
142
147
|
pkgLogger = logging.getLogger(__package__)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,7 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"Synopsis": "Sinopsis",
|
3
|
+
"Short Description": "Breve Descripción",
|
3
4
|
"Comment": "Comentario",
|
4
5
|
"Notes": "Notas",
|
6
|
+
"Tag": "Etiqueta",
|
7
|
+
"Point of View": "Punto de Vista",
|
8
|
+
"Focus": "Foco",
|
9
|
+
"Characters": "Personajes",
|
10
|
+
"Plot": "Argumento",
|
11
|
+
"Timeline": "Línea de Tiempo",
|
12
|
+
"Locations": "Lugares",
|
13
|
+
"Objects": "Objetos",
|
14
|
+
"Entities": "Entidades",
|
15
|
+
"Custom": "Otros",
|
5
16
|
"0": "Cero",
|
6
17
|
"1": "Uno",
|
7
18
|
"2": "Dos",
|
@@ -1,7 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"Synopsis": "Synopsis",
|
3
|
+
"Short Description": "Description sommaire",
|
3
4
|
"Comment": "Commentaire",
|
4
5
|
"Notes": "Notes",
|
6
|
+
"Tag": "Étiquette",
|
7
|
+
"Point of View": "Point de vue",
|
8
|
+
"Focus": "Focus",
|
9
|
+
"Characters": "Personnages",
|
10
|
+
"Plot": "Intrigue",
|
11
|
+
"Timeline": "Chronologie",
|
12
|
+
"Locations": "Lieux",
|
13
|
+
"Objects": "Objets",
|
14
|
+
"Entities": "Entités",
|
15
|
+
"Custom": "Personnalisé",
|
5
16
|
"0": "Zero",
|
6
17
|
"1": "Un",
|
7
18
|
"2": "Deux",
|
@@ -1,7 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"Synopsis": "Sinossi",
|
3
|
+
"Short Description": "Breve descrizione",
|
3
4
|
"Comment": "Commento",
|
4
5
|
"Notes": "Note",
|
6
|
+
"Tag": "Etichetta",
|
7
|
+
"Point of View": "Punto di vista",
|
8
|
+
"Focus": "Focus",
|
9
|
+
"Characters": "Personaggi",
|
10
|
+
"Plot": "Trama",
|
11
|
+
"Timeline": "Sequenza temporale",
|
12
|
+
"Locations": "Luoghi",
|
13
|
+
"Objects": "Oggetti",
|
14
|
+
"Entities": "Enti",
|
15
|
+
"Custom": "Personalizzato",
|
5
16
|
"0": "Zero",
|
6
17
|
"1": "Uno",
|
7
18
|
"2": "Due",
|
@@ -1,7 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"Synopsis": "概要",
|
3
|
+
"Short Description": "简短描述",
|
3
4
|
"Comment": "注释",
|
4
5
|
"Notes": "笔记",
|
6
|
+
"Tag": "标签",
|
7
|
+
"Point of View": "视角",
|
8
|
+
"Focus": "聚焦",
|
9
|
+
"Characters": "角色",
|
10
|
+
"Plot": "情节",
|
11
|
+
"Timeline": "时间线",
|
12
|
+
"Locations": "地点",
|
13
|
+
"Objects": "物品",
|
14
|
+
"Entities": "条目",
|
15
|
+
"Custom": "自定义",
|
5
16
|
"0": "零",
|
6
17
|
"1": "一",
|
7
18
|
"2": "二",
|