[general]
name=curvaCAV-GIS
qgisMinimumVersion=3.16
description=Calculates Elevation-Area-Volume (CAV/EAV) curves from DTM rasters in QGIS.
about=Plugin for calculation of Elevation-Area-Volume (CAV/EAV) curves from a DTM (Digital Terrain Model) raster in QGIS.
    Supports clipping by polygon layer (with optional single-feature selection), current map extent, or
    user-drawn rectangle on the map canvas. Results are displayed in a dedicated tab with an
    interactive chart (Area and Volume vs Elevation) and a full Elevation-Area-Volume table,
    exportable as CSV and PNG image.
    No external Python dependencies required. Works on Windows, Linux and macOS.
    Requirements: QGIS 3.16 or newer.
version=1.0.8
author=Rodrigo Goncalves
email=rcghidro@gmail.com
category=Raster
experimental=False
deprecated=False
license=GPLv2+
tags=hydrology,bathymetry,reservoir,volume,curve,elevation,area,raster,CAV,EAV,DTM,DEM,hydraulic
homepage=https://github.com/rodcgon/curvaCAV-GIS
repository=https://github.com/rodcgon/curvaCAV-GIS
tracker=https://github.com/rodcgon/curvaCAV-GIS/issues
icon=icon.png
changelog=
    1.0.8 (05/05/2026) - CSS style for QComboBox/QgsMapLayerComboBox
    1.0.7 (04/05/2026) - Fixed dropdown list readability by explicitly styling QComboBox/QgsMapLayerComboBox popup colors and selected-item contrast; improved combo text visibility across QGIS/system themes.
    1.0.6 (04/05/2026) - Replaced QComboBox with native QgsMapLayerComboBox for DTM and polygon layer selectors (QGIS best practices); translated all code comments to English; fixed all 59 Flake8 style issues; statistics loaded on demand to avoid UI freeze on large rasters.
    1.0.5 (04/05/2026) - Fixed hyperlinks in About tab (setOpenExternalLinks); improved metadata.txt (license, about, changelog, homepage, tracker) for QGIS plugin repository approval.
    1.0.4 - Added on-demand statistics loading button; Export results section in Results tab; single-feature selection from map canvas.
    1.0.3 - Added polygon layer single-feature selection; moved output folder to Results tab.
    1.0.2 - Initial public release.