Update source file headers

This commit is contained in:
Veronica Berglyd Olsen
2023-08-08 21:41:35 +02:00
parent 348e62cd3e
commit d658a993c0
27 changed files with 22 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Components Module
===================================
A module of various small GUI components
File History:
Created: 2020-05-17 [0.5.1] StatusLED
@@ -23,6 +22,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Syntax Highlighter
====================================
Class for the main document editor syntax highlighter
File History:
Created: 2019-04-06 [0.0.1]
@@ -22,6 +21,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Document Viewer
=================================
GUI classes for the main document viewer
File History:
Created: 2019-05-10 [0.0.1] GuiDocViewer
@@ -26,6 +25,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Item Details Panel
====================================
GUI class for the project tree item details panel
File History:
Created: 2019-04-24 [0.0.1]
@@ -22,6 +21,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Main Menu
===========================
GUI class for the main window menu
File History:
Created: 2019-04-27 [0.0.1]
@@ -22,6 +21,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Novel Tree
============================
GUI class for the main window novel tree
File History:
Created: 2020-12-20 [1.1rc1] GuiNovelTree
@@ -24,6 +23,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Project Outline
=================================
GUI class for the project outline view
File History:
Created: 2022-05-15 [2.0rc1] GuiOutlineView
@@ -26,6 +25,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
-1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Project Tree
==============================
GUI classes for the main window project tree
File History:
Created: 2018-09-29 [0.0.1] GuiProjectTree
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Main Window SideBar
=====================================
GUI class for the main window side bar
File History:
Created: 2022-05-10 [2.0rc1]
@@ -22,6 +21,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
+1 -1
View File
@@ -1,7 +1,6 @@
"""
novelWriter GUI Main Window Status Bar
========================================
GUI class for the main window status bar
File History:
Created: 2019-04-20 [0.0.1] GuiMainStatus
@@ -23,6 +22,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
from __future__ import annotations
import logging
-1
View File
@@ -1,7 +1,6 @@
"""
novelWriter Theme and Icons Classes
=====================================
Classes managing and caching themes and icons
File History:
Created: 2019-05-18 [0.1.3] GuiTheme