-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.txt
96 lines (81 loc) · 4.59 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# This file contains metadata for your plugin.
# This file should be included when you package your plugin.
# Mandatory items:
[general]
name=Adjust Style
qgisMinimumVersion=3.30
description=Quickly adjust the symbology (colors, stroke, font) for all layers.
version=2.0
author=Florian Neukirchen
about=Adjust the symbology of a map with a few clicks instead of altering every single symbol (and symbol layer) in a project with many layers, categories and label rules. With one click you can change the symbol or fonts on all layers (or all selected layers) consistantly, try out how different colors / stroke widths / fonts work for a project.
Allows to save and load styles of all layers – or even to apply styles to another project.
With one click, it allows to adjust color of all symbols (including color ramps and any number of symbol layers) and labels using the HSV color model: rotate hue (think of a color wheel), change saturation and value; change line thickness (i.e. stroke width of all symbols / symbol borders); change font size of all labels; replace a font family used in labels with another font family; save / load the styles of all layers at once into/from a given folder.
Since version 1.9, the same changes can be applied to print layouts (text labels, legend, scale bar, etc.).
tracker=https://github.com/florianneukirchen/qgis_adjust_style/issues
repository=https://github.com/florianneukirchen/qgis_adjust_style
# End of mandatory metadata
# Recommended items:
hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=2.0
- First stable release with new dock in layout designer window
- Implement color change of the new single color renderer
- Implement color change on Mesh layers
- Set initial "change by" to 10
1.9
- Major code refactoring
- Allow to set the strength of the change (from 5 to 90, used as absolute value for HSV color parts and as percentage for sizes)
- Implement another dock widget for the layout designer window to adjust the style layout items (text labels, legend, scale bar, shapes)
- Set minimum QGIS version to 3.30 (changes to legend in print layout don't work with older versions)
1.3
- Implement adjusting Filled Line (new in QGIS 3.36)
- Set QGIS minimum version to 3.22, as not everything was working in QGIS 3.16.
- Catch exception with replace font dialog if selection does not contain any fonts
- update German translation
1.2
- Change color / font size of annotations a.k.a. annotation layers, also fixes a crash (issue #4)
- Change stroke width of lineburst lines (issue #3)
- Now also works on interpolated lines
- Fix issue #2: Color ramps used in glow paint effect are not modified
- Catch an exception (issue #8)
1.1
- Fix typo in plugin name in metadata (issue #1)
1.0
- Change stroke width and font size by 5 percent instead of a small absolute value, to make it work in map units
- Changing stroke works for most renderer and symbol types now, including subsymbols (such as marker line)
- Shapeburst and lineburst: correctly change color ramp and color2
- Raster: Change color ramp of single band pseudo color renderer
- Raster layers with colorize in the render pipeline: change color
- Change colors in vector layer effects (glow, shadow)
- Mark strings for translation
- Add German translation
- Flag project as modified ("dirty") after changing / loading the style
- Do not crash on QgsNullSymbolRenderer
- Change color ramp of heatmap renderer
- Change color and stroke on raster contour renderer
- Option to change background color of map canvas as well
- Fix message on loading styles with style files for only some layers
- Add tooltips
0.2
- Do not crash on a QgsGroupLayer (this is a new QGIS feature)
- Fix crash of changing stroke width with renderers other than line and simple fill
0.1
- First release
# Tags are comma separated with spaces allowed
tags=labeling, layers, point, line, polygon, style, vector, raster, python, font, color
homepage=https://github.com/florianneukirchen/qgis_adjust_style
category=Plugins
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=
Category of the plugin: Raster, Vector, Database or Web
# category=
# If the plugin can run on QGIS Server.
server=False