[general]
name=AutoLayoutTool
qgisMinimumVersion=3.0
description=One-click print layout creator
version=2.1
supportsQt6=True
author=Sylvain Théry - CNRS - UMR 5281 ART-Dev
email=sylvain.thery@cnrs.fr

about=See help menu or <a href='https://github.com/sylsta/AutoLayoutTool/blob/main/help/AutoLayoutTool_visual_demo.gif'>  this animated gif </a>for visual help :)

    This plugin creates in one click a map layout based on the extent of a QGIS project main window. It also adds a legend, a scale bar and a north arrow to the layout. The size of the map is calculated to occupy the maximum space on the page and the orientation of the page is determined by the extent of the map.

    Cette extension permet de créer en un clic une mise en page basée sur l'étendue de la fenêtre principale d'un projet QGIS. Elle ajoute également une légende, une barre d'échelle et une flèche du nord à la mise en page. La taille de la carte est calculée pour occuper l'espace maximum sur la page et l'orientation de la page est déterminée par l'étendue de la carte.

    该插件基于QGIS项目主窗口范围一键创建布局，同时它还为创建的布局添加了一个图例，比例尺和指北针。地图的尺寸以占据页面上的最大空间来计算的，而页面的方向由地图的范围所决定。

    Partially translated into français, english, español, português, русский, العربية , 中文 (see below for credits - work in progress).

    Translators: 闫兴成 yansuyang@hotmail.com (zh), Mohamed Saadi mosaadi7641@gmail.com (ar),  Sandrine Fréguin-Gresh (es), Ludivine Eloy (pt). Thanks guys !

tags=layout, print manager, automation, mise en page, composeur d'impression, automatisation, composición de impresión, layout de impressão

tracker=https://github.com/sylsta/AutoLayoutTool/issues
repository=https://github.com/sylsta/AutoLayoutTool
homepage=https://github.com/sylsta/AutoLayoutTool
category=Plugins
icon=./images/layout.png
experimental=False
deprecated=False
server=False

changelog=
    2.1 (2025-12-17:
        - creates layout by rectangle drawing
        - bug fix concerning layout size calculation

    2.0 (2025-02-19):
        - public release
        - fix custom positioning issue (margin, north arrow, scale)
        - update translations

    1.3 (2025-02-17)
        - implement Qt6 compatibility
        - bug fixes

    1.2 (2024-11-30)
        - add config window for custom params
        - add visual help menu entry
        - still positionning bugs with custom locations for map elements :/

    1.1 (2021-11-29)
        - fix positioning issue (margin, north arrow, scale)

    1.0 (2021-11-29)
        - public release

    0.1 (2021-11-20):
        - initial release