Updated source file descriptions
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – Config Class
|
novelWriter – Config Class
|
||||||
============================
|
============================
|
||||||
This class reads and store the main preferences of the application
|
Class reading and holding the preferences of the application
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-22 [0.0.1]
|
Created: 2018-09-22 [0.0.1]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – Project Document
|
novelWriter – Project Document
|
||||||
================================
|
================================
|
||||||
Class holding a document
|
Class holding a single novelWriter document
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.0.1]
|
Created: 2018-09-29 [0.0.1]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – Project Index
|
novelWriter – Project Index
|
||||||
=============================
|
=============================
|
||||||
Class holding the index of tags
|
Class holding the project index of tags, headers and references
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-05-27 [0.1.4]
|
Created: 2019-05-27 [0.1.4]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – Spell Check Classes
|
novelWriter – Spell Check Classes
|
||||||
===================================
|
===================================
|
||||||
Wrapper class for spell checking
|
Wrapper class for spell checking tools
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-06-11 [0.1.5]
|
Created: 2019-06-11 [0.1.5]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – Project Item Status Class
|
novelWriter – Project Item Status Class
|
||||||
=========================================
|
=========================================
|
||||||
Class holding the status elements of a project item
|
Class holding the status/importance elements of a project item
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-05-19 [0.1.3]
|
Created: 2019-05-19 [0.1.3]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – Text Tokenizer
|
novelWriter – Text Tokenizer
|
||||||
==============================
|
==============================
|
||||||
Splits a piece of nW markdown text into its elements
|
Splits a piece of novelWriter markdown text into its elements
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-05-05 [0.0.1]
|
Created: 2019-05-05 [0.0.1]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – Project Tree Class
|
novelWriter – Project Tree Class
|
||||||
==================================
|
==================================
|
||||||
Class holding the data of the project tree
|
Class holding the project's tree of project items
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2020-05-07 [0.4.5]
|
Created: 2020-05-07 [0.4.5]
|
||||||
|
|||||||
+4
-4
@@ -1,9 +1,9 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""novelWriter GUI Build Novel
|
"""novelWriter GUI Build Novel Project
|
||||||
|
|
||||||
novelWriter – GUI Build Novel
|
novelWriter – GUI Build Novel Project
|
||||||
===============================
|
=======================================
|
||||||
Class holding the build novel window
|
Class holding the build novel project dialog
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2020-05-09 [0.5]
|
Created: 2020-05-09 [0.5]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Document Editor
|
novelWriter – GUI Document Editor
|
||||||
===================================
|
===================================
|
||||||
Class holding the document editor
|
Class holding the main document editor
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.0.1] GuiDocEditor
|
Created: 2018-09-29 [0.0.1] GuiDocEditor
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Document Highlighter
|
novelWriter – GUI Document Highlighter
|
||||||
========================================
|
========================================
|
||||||
Syntax highlighting for MarkDown
|
Subclass for the main editor syntax highlighting
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-04-06 [0.0.1]
|
Created: 2019-04-06 [0.0.1]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Doc Merge
|
novelWriter – GUI Doc Merge
|
||||||
=============================
|
=============================
|
||||||
Tool for merging multiple documents to one
|
Tool for merging multiple documents to one document
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2020-01-23 [0.4.3]
|
Created: 2020-01-23 [0.4.3]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Document Viewer
|
novelWriter – GUI Document Viewer
|
||||||
===================================
|
===================================
|
||||||
Class holding the document html viewer
|
Class holding the main document viewer
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-05-10 [0.0.1] GuiDocViewer
|
Created: 2019-05-10 [0.0.1] GuiDocViewer
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Document Details
|
novelWriter – GUI Document Details
|
||||||
====================================
|
====================================
|
||||||
Class holding the left side document details panel
|
Class holding the project tree item details panel
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-04-24 [0.0.1]
|
Created: 2019-04-24 [0.0.1]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Item Editor
|
novelWriter – GUI Item Editor
|
||||||
===============================
|
===============================
|
||||||
Class holding the item editor
|
Class holding the item editor dialog
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-04-27 [0.0.1]
|
Created: 2019-04-27 [0.0.1]
|
||||||
|
|||||||
+2
-2
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
novelWriter – GUI Main Menu
|
novelWriter – GUI Main Menu
|
||||||
=============================
|
=============================
|
||||||
Class holding the main window
|
Class holding the main window menu
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-04-27 [0.0.1] (Split from winmain)
|
Created: 2019-04-27 [0.0.1]
|
||||||
|
|
||||||
This file is a part of novelWriter
|
This file is a part of novelWriter
|
||||||
Copyright 2018–2020, Veronica Berglyd Olsen
|
Copyright 2018–2020, Veronica Berglyd Olsen
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Project Outline Details
|
novelWriter – GUI Project Outline Details
|
||||||
===========================================
|
===========================================
|
||||||
Class holding the project outline details view
|
Class holding the project outline details panel
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2020-06-02 [0.7.0]
|
Created: 2020-06-02 [0.7.0]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Open Project
|
novelWriter – GUI Open Project
|
||||||
================================
|
================================
|
||||||
The open project dialog
|
Class holding the load/browse/new project dialog
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2020-02-26 [0.4.5]
|
Created: 2020-02-26 [0.4.5]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI project Tree
|
novelWriter – GUI project Tree
|
||||||
================================
|
================================
|
||||||
Class holding the left side project tree view
|
Class holding the project tree view
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.0.1] GuiProjectTree
|
Created: 2018-09-29 [0.0.1] GuiProjectTree
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – Theme and Icons Classs
|
novelWriter – Theme and Icons Classs
|
||||||
======================================
|
======================================
|
||||||
This class reads and stores the themes and the icons
|
Class managing and caching themes and icons
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-05-18 [0.1.3] GuiTheme
|
Created: 2019-05-18 [0.1.3] GuiTheme
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Writing Statistics
|
novelWriter – GUI Writing Statistics
|
||||||
======================================
|
======================================
|
||||||
Class showing the word count and session statistics
|
Class holding the word count and session statistics dialog
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2019-10-20 [0.3]
|
Created: 2019-10-20 [0.3]
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
novelWriter – GUI Main Window
|
novelWriter – GUI Main Window
|
||||||
===============================
|
===============================
|
||||||
Class holding the main window
|
Class holding the main application window
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-22 [0.0.1]
|
Created: 2018-09-22 [0.0.1]
|
||||||
|
|||||||
Reference in New Issue
Block a user