# 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=QCopycanvas
qgisMinimumVersion=3.0
description=This tool can be used to copy the map canvas and place it in the clipboard.
version=0.8
author=Marios S. Kyriakou, KIOS Research and Innovation Center of Excellence (KIOS CoE)
email=mariosmsk@gmail.com

about=This tool can be used to copy the map canvas and place it in the clipboard. Using button or shortcut `Ctrl-Space`. Also, you can copy canvas with legend using button or shortcut `Ctrl-W`. This plugin is based on the plugin "Copy Canvas to Clipboard" in QGIS 2 by Bo Victor Thomsen - Municipality of Frederikssund.

tracker=https://github.com/Mariosmsk/QCopycanvas/issues/
repository=https://github.com/Mariosmsk/QCopycanvas/
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=2025-07-16  QCopycanvas 0.8:
			Some fixes and updates by the Carmine Massarelli @carminemassarelli.
			2023-03-10  QCopycanvas 0.7:
			Fix dependencies.
		    2021-04-01  QCopycanvas 0.6:
			Add shortcut Ctrl-W to copy canvas with legend
			Trunk the legend in a correct way if there is a layer name too long (Thank you Carmine Massarelli @carminemassarelli) 
			2021-03-20  QCopycanvas 0.5:
			Show checked layers (Thanks for the suggestion code Carmine Massarelli and @jvdkwast for the issue)and show group checked layers
			2020-04-20  QCopycanvas 0.4:
			Add option to copy canvas with legend
			Add project title
			2020-04-20  QCopycanvas 0.3:
			Using messagebar instead of messagebox. 
			Thanks for the suggestion @raymondnijssen, @AlisterH.

# Tags are comma separated with spaces allowed
tags=copy, canvas, clipboard, legend, print

homepage=https://mariosmsk.com/2019/02/13/qcopycanvas-qgis/
category=Plugins
icon=icon.png
# experimental flag
experimental=False

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

