Changed initial version to 0.0.1
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@
|
|||||||
Application initialisation
|
Application initialisation
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-22 [0.1.0]
|
Created: 2018-09-22 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ __author__ = "Veronica Berglyd Olsen"
|
|||||||
__copyright__ = "Copyright 2016-2018, Veronica Berglyd Olsen"
|
__copyright__ = "Copyright 2016-2018, Veronica Berglyd Olsen"
|
||||||
__credits__ = ["Veronica Berglyd Olsen"]
|
__credits__ = ["Veronica Berglyd Olsen"]
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.0.1"
|
||||||
__date__ = "2018"
|
__date__ = "2018"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
__email__ = "code@vkbo.net"
|
__email__ = "code@vkbo.net"
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
This class reads and store the main preferences of the application
|
This class reads and store the main preferences of the application
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-0+-22 [0.1.0]
|
Created: 2018-0+-22 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
Class holding the tab viewing the about information
|
Class holding the tab viewing the about information
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-10-02 [0.1.0]
|
Created: 2018-10-02 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
Class holding the document editor
|
Class holding the document editor
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.1.0]
|
Created: 2018-09-29 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
Class holding the document tab view
|
Class holding the document tab view
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.1.0]
|
Created: 2018-09-29 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
Class holding the left side document tree view
|
Class holding the left side document tree view
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.1.0]
|
Created: 2018-09-29 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
Class holding the project editor
|
Class holding the project editor
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.1.0]
|
Created: 2018-09-29 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
Class holding the main window
|
Class holding the main window
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-22 [0.1.0]
|
Created: 2018-09-22 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
Sets up the main GUI and holds action and event functions
|
Sets up the main GUI and holds action and event functions
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-22 [0.1.0]
|
Created: 2018-09-22 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
Class holding a document
|
Class holding a document
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.1.0]
|
Created: 2018-09-29 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
Class holding a project item
|
Class holding a project item
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-10-27 [0.1.0]
|
Created: 2018-10-27 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
Class holding a project
|
Class holding a project
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-29 [0.1.0]
|
Created: 2018-09-29 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
Class for analysing bits of text.
|
Class for analysing bits of text.
|
||||||
|
|
||||||
File History:
|
File History:
|
||||||
Created: 2018-09-22 [0.1.0]
|
Created: 2018-09-22 [0.0.1]
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user