Skip to content

Commit 22f5caa

Browse files
committed
run addDockWidget to the dialog
1 parent 0701fdf commit 22f5caa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

datetimetools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def showConversionDialog(self):
120120
from .conversionDialog import ConversionDialog
121121
self.conversionDialog = ConversionDialog(self.iface, self.iface.mainWindow())
122122
self.conversionDialog.setFloating(True)
123-
# self.iface.addDockWidget(Qt.RightDockWidgetArea, self.conversionDialog)
123+
self.iface.addDockWidget(Qt.RightDockWidgetArea, self.conversionDialog)
124124
self.conversionDialog.show()
125125

126126
def startTZCapture(self):

metadata.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name=Date/Time Tools
33
qgisMinimumVersion=3.14
44
description=Tools to display and convert date, time, time zone, UNIX time (Epoch), Julian date, ISO8601, date differences, times and positions of the sun.
5-
version=3.0.6
5+
version=3.0.7
66
author=C Hamilton
77
email=adenaculture@gmail.com
88
about=This is a set of four tools. 1)Conversion tools to display the local date, time, time zone, UNIX time (Epoch), Julian dates, ISO8601, calculate the difference between two dates, select a location and time zone by clicking on the map and display the closet location and sun statistics. 2) Time zone visualization and/or offset capture tool. 3) A processing tool that adds a time zone field and/or offset to a point layer. 4) A processing tool to add the sun times of dawn, sunrise, noon, sunset, and dusk to a point layer attribute table. NOTE: This plugin is large and is loaded at the time of first use. At first launch, it can take a few seconds to load.
@@ -15,6 +15,7 @@ icon=icon.png
1515
experimental=False
1616
deprecated=False
1717
changelog=
18+
3.0.7 - Add as dock widget
1819
3.0.6 - Update metadata
1920
3.0.5 - Bug fix with Help menu
2021
3.0.4 - Added 3 more tools

0 commit comments

Comments
 (0)