Crash QGIS Fix
This commit is contained in:
parent
e566ce6015
commit
da1309f415
@ -177,12 +177,10 @@ class PgMetadata:
|
|||||||
|
|
||||||
def unload(self):
|
def unload(self):
|
||||||
""" Unload the plugin. """
|
""" Unload the plugin. """
|
||||||
if self.editor:
|
#if self.editor:
|
||||||
iface.removePluginMenu('CenRa_Metabase',self.editor_action)
|
#iface.removePluginMenu('CenRa_Metabase',self.editor_action)
|
||||||
#self.editor.removeToolBarIcon(self.editor_action)
|
#self.editor.removeToolBarIcon(self.editor_action)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if self.dock:
|
if self.dock:
|
||||||
iface.removeDockWidget(self.dock)
|
iface.removeDockWidget(self.dock)
|
||||||
self.dock.deleteLater()
|
self.dock.deleteLater()
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
name=CenRa_Metabase
|
name=CenRa_Metabase
|
||||||
qgisMinimumVersion=3.0
|
qgisMinimumVersion=3.0
|
||||||
description=CenRa_METABASE
|
description=CenRa_METABASE
|
||||||
version=1.3
|
version=1.4
|
||||||
author=Conservatoire d'Espaces Naturels de Rhône-Alpes
|
author=Conservatoire d'Espaces Naturels de Rhône-Alpes
|
||||||
email=si_besoin@cen-rhonealpes.fr
|
email=si_besoin@cen-rhonealpes.fr
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ tracker=https://gitea.cenra-outils.org/api/v1/repos/CEN-RA/Plugin_QGIS/issues
|
|||||||
|
|
||||||
hasProcessingProvider=no
|
hasProcessingProvider=no
|
||||||
# Uncomment the following line and add your changelog:
|
# Uncomment the following line and add your changelog:
|
||||||
changelog=<h2>CenRa_Metabase:</h2></br><p><h3>08/10/2024 - Version 1.3: </h3> - Lecture de métadonnée des flux WMS/WFS.</p></br><p><h3>07/10/2024 - Version 1.2: </h3> - Correctif de bug.</p></br><p><h3>03/10/2024 - Version 1.1: </h3> - Remonte la fênetre dans la pille.</p></br><p><h3>26/08/2024 - Version 1.0: </h3> - Lancement du plugin CenRa_Metabase </p></br>
|
changelog=<h2>CenRa_Metabase:</h2></br><p><h3>12/12/2024 - Version 1.4: </h3> - Crash Fix .</p></br><p><h3>08/10/2024 - Version 1.3: </h3> - Lecture de métadonnée des flux WMS/WFS.</p></br><p><h3>07/10/2024 - Version 1.2: </h3> - Correctif de bug.</p></br><p><h3>03/10/2024 - Version 1.1: </h3> - Remonte la fênetre dans la pille.</p></br><p><h3>26/08/2024 - Version 1.0: </h3> - Lancement du plugin CenRa_Metabase </p></br>
|
||||||
|
|
||||||
# Tags are comma separated with spaces allowed
|
# Tags are comma separated with spaces allowed
|
||||||
tags=python
|
tags=python
|
||||||
|
|||||||
42
plugins.xml
42
plugins.xml
@ -68,9 +68,9 @@
|
|||||||
<tags>cenra,flux</tags>
|
<tags>cenra,flux</tags>
|
||||||
</pyqgis_plugin>
|
</pyqgis_plugin>
|
||||||
|
|
||||||
<pyqgis_plugin name="CenRa_METABASE" version="1.3">
|
<pyqgis_plugin name="CenRa_METABASE" version="1.4">
|
||||||
<description><![CDATA[Dépôt pour les extensiont QGIS du CEN Rhone-Alpes, sur GitHub.]]></description>
|
<description><![CDATA[Dépôt pour les extensiont QGIS du CEN Rhone-Alpes, sur GitHub.]]></description>
|
||||||
<version>1.3</version>
|
<version>1.4</version>
|
||||||
<qgis_minimum_version>3.16</qgis_minimum_version>
|
<qgis_minimum_version>3.16</qgis_minimum_version>
|
||||||
<homepage>https://plateformesig.cenra-outils.org/</homepage>
|
<homepage>https://plateformesig.cenra-outils.org/</homepage>
|
||||||
<file_name>CenRa_METABASE.zip</file_name>
|
<file_name>CenRa_METABASE.zip</file_name>
|
||||||
@ -79,8 +79,8 @@
|
|||||||
<download_url>https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS/releases/download/latest/CenRa_METABASE.zip</download_url>
|
<download_url>https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS/releases/download/latest/CenRa_METABASE.zip</download_url>
|
||||||
<uploaded_by>CEN-Rhone-Alpes</uploaded_by>
|
<uploaded_by>CEN-Rhone-Alpes</uploaded_by>
|
||||||
<create_date>2024-09-12</create_date>
|
<create_date>2024-09-12</create_date>
|
||||||
<update_date>2024-10-08</update_date>
|
<update_date>2024-12-12</update_date>
|
||||||
<experimental>False</experimental>
|
<experimental>True</experimental>
|
||||||
<deprecated>False</deprecated>
|
<deprecated>False</deprecated>
|
||||||
<tags>cenra,metabase</tags>
|
<tags>cenra,metabase</tags>
|
||||||
</pyqgis_plugin>
|
</pyqgis_plugin>
|
||||||
@ -97,7 +97,7 @@
|
|||||||
<uploaded_by>CEN-Rhone-Alpes</uploaded_by>
|
<uploaded_by>CEN-Rhone-Alpes</uploaded_by>
|
||||||
<create_date>2024-09-25</create_date>
|
<create_date>2024-09-25</create_date>
|
||||||
<update_date>2024-12-10</update_date>
|
<update_date>2024-12-10</update_date>
|
||||||
<experimental>True</experimental>
|
<experimental>False</experimental>
|
||||||
<deprecated>False</deprecated>
|
<deprecated>False</deprecated>
|
||||||
<tags>cenra,mise en page,atlas</tags>
|
<tags>cenra,mise en page,atlas</tags>
|
||||||
</pyqgis_plugin>
|
</pyqgis_plugin>
|
||||||
@ -117,22 +117,40 @@
|
|||||||
<experimental>True</experimental>
|
<experimental>True</experimental>
|
||||||
<deprecated>False</deprecated>
|
<deprecated>False</deprecated>
|
||||||
<tags>cenra,mise en page,atlas</tags>
|
<tags>cenra,mise en page,atlas</tags>
|
||||||
|
|
||||||
</pyqgis_plugin>
|
</pyqgis_plugin>
|
||||||
<pyqgis_plugin name="CenRa_COMPANIONCUBE" version="1.0">
|
|
||||||
|
<pyqgis_plugin name="CenRa_gn2qgis" version="1.0">
|
||||||
<description><![CDATA[Dépôt pour les extensiont QGIS du CEN Rhone-Alpes, sur GitHub.]]></description>
|
<description><![CDATA[Dépôt pour les extensiont QGIS du CEN Rhone-Alpes, sur GitHub.]]></description>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<qgis_minimum_version>3.16</qgis_minimum_version>
|
<qgis_minimum_version>3.16</qgis_minimum_version>
|
||||||
<homepage>https://plateformesig.cenra-outils.org/</homepage>
|
<homepage>https://plateformesig.cenra-outils.org/</homepage>
|
||||||
<file_name>CenRa_COMPANIONCUBE.zip</file_name>
|
<file_name>CenRa_gn2qgis.zip</file_name>
|
||||||
<icon>CEN-Rhone-Alpes.png</icon>
|
<icon>CEN-Rhone-Alpes.png</icon>
|
||||||
<author_name>CEN-Rhone-Alpes</author_name>
|
<author_name>CEN-Rhone-Alpes</author_name>
|
||||||
<download_url>https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS/releases/download/latest/CenRa_COMPANIONCUBE.zip</download_url>
|
<download_url>https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS/releases/download/latest/CenRa_gn2qgis.zip</download_url>
|
||||||
<uploaded_by>CEN-Rhone-Alpes</uploaded_by>
|
<uploaded_by>CEN-Rhone-Alpes</uploaded_by>
|
||||||
<create_date>2024-10-21</create_date>
|
<create_date>2024-12-11</create_date>
|
||||||
<update_date>2024-10-22</update_date>
|
<update_date>2024-12-11</update_date>
|
||||||
<experimental>True</experimental>
|
<experimental>True</experimental>
|
||||||
<deprecated>False</deprecated>
|
<deprecated>False</deprecated>
|
||||||
<tags>cenra,ia</tags>
|
<tags>cenra,geonature</tags>
|
||||||
</pyqgis_plugin>
|
</pyqgis_plugin>
|
||||||
|
|
||||||
|
<pyqgis_plugin name="BiodivAURA" version="1.0">
|
||||||
|
<description><![CDATA[Dépôt pour les extensiont QGIS du CEN Rhone-Alpes, sur GitHub.]]></description>
|
||||||
|
<version>1.0</version>
|
||||||
|
<qgis_minimum_version>3.16</qgis_minimum_version>
|
||||||
|
<homepage>https://plateformesig.cenra-outils.org/</homepage>
|
||||||
|
<file_name>BiodivAURA.zip</file_name>
|
||||||
|
<icon>CEN-Rhone-Alpes.png</icon>
|
||||||
|
<author_name>CEN-Rhone-Alpes</author_name>
|
||||||
|
<download_url>https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS/releases/download/latest/BiodivAURA.zip</download_url>
|
||||||
|
<uploaded_by>CEN-Rhone-Alpes</uploaded_by>
|
||||||
|
<create_date>2024-12-12</create_date>
|
||||||
|
<update_date>2024-12-12</update_date>
|
||||||
|
<experimental>False</experimental>
|
||||||
|
<deprecated>False</deprecated>
|
||||||
|
<tags>cenra,biodiv'aura</tags>
|
||||||
|
</pyqgis_plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
Loading…
x
Reference in New Issue
Block a user