Skip to content

Commit

Permalink
Merge branch 'dev-3.5' into master-3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smaspons committed Aug 8, 2023
2 parents 605f98d + 1005f3d commit 73690fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ def _set_signals(self):
'main', 'newProjectCreated')
tools_gw.connect_signal(self.iface.actionSaveProject().triggered, self._save_toolbars_position,
'main', 'actionSaveProject_save_toolbars_position')
tools_gw.connect_signal(self.iface.actionSaveProject().triggered, self.save_project,
'main', 'actionSaveProject_save_project')
except AttributeError:
pass

Expand All @@ -301,7 +299,7 @@ def _unset_signals(self):
except TypeError:
pass
try:
self.iface.actionSaveProject().triggered.disconnect()
tools_gw.disconnect_signal('main', 'actionSaveProject_save_toolbars_position')
except TypeError:
pass

Expand Down
10 changes: 4 additions & 6 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ qgisMinimumVersion=3.10
qgisMaximumVersion=3.99
description=Plugin to manage water networks (water supply, sewerage and urban drainage) using QGIS and PostGIS-PostgreSQL(from 9.5 to 14.x)
about=Disclaimer: This plugin is released using the open source GNU-GPL3 license. Although a reasonable effort has been made to assure that the results obtained are correct, some of the capabilities provided by Giswater are experimental, therefore the development team and the Giswater Association are not responsible and assume no liability whatsoever for any results or any use made of the results obtained from the program, nor for any damages or litigation that result from the use of these programs for any purpose.
version=3.5.039
version=3.5.040
author=David Erill, Luigi Pirelli, Natasa Cica, Nestor Ibañez, Adrian Valenciano, Barbara Rzepka, Sergi Muñoz, Josep Lluís Sala, Edgar Fusté, Albert Bofill, Sergi Maspons, Elies Bertran, Abel García Juanes, Xavier Torret

Changelog=Version 3.5.039
- Massive performance improvement of get_feature_by_id. Now the tools that search for features should be faster
- Improve handling of config files.
- Don't load epa result/compare layers by default
- Various bug fixes
Changelog=Version 3.5.040
- Bug fix: saving project sometimes crashed qgis


tags= giswater, water networks, sewerage, urban drainage, EPANET, SWMM
homepage=https://www.giswater.org
Expand Down

0 comments on commit 73690fa

Please sign in to comment.