# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=QEsg
qgisMinimumVersion=2.99

qgisMaximumVersion=3.99
description=Sanitary Sewage System Networks Design
version=3.0.8
author=Jorge Almerio
email=jorgealmerio@yahoo.com.br
credits=Icons based on Freepik at www.flaticon.com 

about=Sanitary Sewage System Networks Design
 Used Libraries: 
 -Qt matplotlib
 -ezdxf (Embedded) from Manfred Moitzi
 <p>If this plugin is useful for you, consider to donate to the author.</p>
 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=G5ERSTGG4U426&lc=BR&item_name=Jorge+Almerio/Qgis+QEsg+plugin&item_number=QEsg&currency_code=BRL&bn=PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" target="_blank">
 <img border="0" alt="Donate" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif">
 </a> 

tracker=https://github.com/jorgealmerio/QEsg/issues
repository=https://github.com/jorgealmerio/QEsg
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=
    3.0.8 - 2018/10/04 - Bug fix:
        - Fix bug on using interferences
    3.0.7 - 2018/08/09 - Bug fixs:
        - Bug translations to english
        - Bug on renumber Multipart layer
        - Call English help file if locale is not 'pt' (Portuguese)
    3.0.6 - 2018/06/20 - Bug fixs:
        - Sancad file import bug
        - Minor bugs fix
        - Added Button with option to donate on metadata
    3.0.5 - 2018/06/01 - Bug fixs:
        - Wrong Call to Calculate with Brazil Standard
        - Minor Profile Chart bug
        - Minor bug Fill up fields when using India Standard
        - Fix Calculation according to Indian Technical Standard
    3.0.4 - 2018/05/31 - Improvement:
        - Calculation according to Indian Technical Standard
    3.0.3 - 2018/05/15 - Fix:
        - Fix Indian Standard Initial Flow Calculation
    3.0.2 - 2018/05/12 - Improvements:
        - Added Indian Standard Flow Calculation option
    3.0.1 - 2018/04/11 - Improvements and bugs:
        - Minor bugs
        - Error on DXF export
        - Some interface elements translation
        - Settings dialog resizing improvement
    3.0.0 - 2018/04/08 - Update to Qgis 3 and minor improvements    
    1.5.2 - 2018/03/11 - Improvements:
        - Added offset to Point Style Label
        - Added Progress Bar information to the network calculation process with Cancel option
        - Added Progress Bar information to the Flow calculation process with Cancel option
        - Added Option to Change QEsg display styles direct from QEsg toolbar
    1.5.1 - 2018/03/11 - Improvement and bugs: (thanks to Thiago Decina)
        - Increased fields size from 2 to 6 digits to allow networks with up to 999999 Manifolds with 999999 reaches each
        - Fixed and Improved Table sort routine on Flow Calculation Class    
    1.5.0 - 2018/03/03 - Incorrect calculation of the initial water depth (thanks to Thiago Decina)
    1.4.6 - 2016/11/18 - Improvement and minor bugs:
        - The exported DXF file had ground Elevation duplicated instead of pipe manifold elevation
        - The ezDXF library is now only loaded when needed
    1.4.5 - 2016/09/26 - Improvement and minor bugs:
        - The Export DXF tool now create DXF file that can be imported into Sancad
        - Option to Match Pipe Upper Edge is now available
        - Replaced dxfwrite with the newer ezdxf python library
        - Added maximum speed user parameter
        - Minimum covering error on big diameters
    1.3.3 - 2016/08/18 - Minor bug:
        - When 'Maximum downstream plunge' parameter was set, the logic loop was using minimum slope smaller than possible, ignoring minimum covering even causing negative depth
    1.3.2 - 2016/08/10 - Improvements and minor bugs:
        - Bug not consider Progressive Diameter option on big slopes changes
        - Added option to use full decimal length precision instead Sancad's (0 decimal)
        - Increased 'LENGTH' field precision to 3 decimals
    1.3.1 - 2016/08/09 - Minor bugs:
        - Null Node shapefile creation above Qgis 2.14.5
    1.3.0 - 2016/08/08 - Minor bugs:
        - When 'Maximum downstream plunge' parameter was set, the logic loop was not recalculating the slope on each Diameter increase
        - Also check Duplicated PVM identification when 'Check Polylines' button clicked on Rename Dialog
        - Use the bigger diameter available even without flow capacity and add Warning to the 'OBS' Field
        - Virtual length issue for reaches with CONTR_LADO=0
    1.2.0 - 2016/07/11 - Improvements and minor bug:
        - Added Manhole representation to Profile
        - Added libraries information to this metadata
        - Added prefix to Blocks layer names too on exported DXF
        - Bug: Tiny Unnecessary deepening below interference on elevated slopes
    1.1.0 - 2016/07/02 - Improvements:
        - Added DXF Export option
    1.0.1 - 2016/06/22 - Improvements:
        - Added Examples Menu
    1.0.0 - 2016/06/21 - Initial Release

# Tags are comma separated with spaces allowed
tags=network, network design, flow, hydraulics, sewer, sewage, sewerage, sanitary, waste water, sancad

homepage=https://github.com/jorgealmerio/QEsg/blob/master/README.md
category=Plugins
icon=qesg_icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

