# 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 
# is no longer supported since version 2.0.

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

[general]
name=Maps Printer
qgisMinimumVersion=3.0
description=Show, hide and export several print layouts to pdf, svg or image file (jpg, tif, png...) format in one click.
description[fr]=Permet en un clic d'afficher, de fermer et d'exporter en format pdf ou image (jpg, tif, png...) plusieurs mises en page d'impression.
version=0.4
about=Exporting a print layout requires to open it, launch the export, wait till it finishes. This procedure can become boring, repulsive and time consuming when you have to export a lot of print layouts. Maps Printer offers a quick way to export print layouts, without opening each one before: just check them in a list and launch their export to the file format you wish (pdf, svg, jpg, tif, png...). Maps Printer also offers ability to open or close in one-click many print layouts through right clicking.
about[fr]= Lorsqu'on a plusieurs mises en page d'impression à exporter, la tâche peut très vite devenir rébarbative et longue. Il faut en effet ouvrir chacun d'eux, lancer l'export, attendre qu'il finisse et passer au suivant. Avec Maps Printer, vous n'avez plus besoin de suivre ces étapes afin d'exporter dans le format de votre choix (pdf, svg, jpg, tif, png...) : à partir d'une fenêtre semblable au gestionnaire de mises en page, il vous suffit d'effectuer votre sélection pour en générer l'export. Par ailleurs, à l'aide d'un clic droit, vous pouvez ouvrir ou fermer simultanément plusieurs composeurs.
author=Harrissou Sant-anna (Conseil d'Architecture, d'Urbanisme et de l'Environnement du Maine-et-Loire)
email=delazj@gmail.com

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
changelog= v.0.4 (2018-06-26)
        - Port to QGIS 3 (thanks to @olivierh65)
        - Add print layout SVG export
    v.0.3 (2015-08-30)
        - Generate world file + UI minor fixes
    v.0.2 (2015-07-30)
        - Support of atlas enabled print composer
        - Multiple selection possible
        - Add contextual options (show/hide, check/uncheck)
        - Add progress bar to follow or abort operations
    v.0.1 (2014-07-30)
        - Initial release
changelog[fr]= v.0.4 (2018-06-26)
        - Adaptation à QGIS 3
        - Possibilité d'exporter les mises en page en SVG
    v.0.3 (2015-08-30)
        - Generation de world file + corrections mineures de l'interface
    v.0.2 (2015-07-30)
        - Export des composeurs avec atlas
        - Ajout de menus contextuels (afficher/cacher, cocher/décocher)
        - Sélection multiple possible
        - Barre de progression
    v.0.1 (2014-07-30)
        - Première version
# Tags are comma separated with spaces allowed
tags = print, export, map, composer, layout
tags[fr] = imprimer, exporter, carte, composeur, mises en page

homepage=https://github.com/DelazJ/MapsPrinter/wiki
tracker=https://github.com/DelazJ/MapsPrinter/issues
repository=https://github.com/DelazJ/MapsPrinter
icon=icons/icon.png
# experimental flag
experimental=True

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

