This repository was archived by the owner on Mar 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PLUGINNAME = searchlayers
22PLUGINS = "$(HOME ) "/AppData/Roaming/QGIS/QGIS3/profiles/default/python/plugins/$(PLUGINNAME )
33PY_FILES = searchLayers.py __init__.py searchDialog.py searchWorker.py fuzzyWorker.py
4- EXTRAS = icon.png help.svg metadata.txt
4+ EXTRAS = icon.png help.svg metadata.txt LICENSE
55UI_FILES = searchlayers.ui
66
77deploy :
Original file line number Diff line number Diff line change 22name=Search Layers
33qgisMinimumVersion=3.0
44description=Enhanced textual searching on all QGIS layers and fields.
5- version=3.0.14
5+ version=3.0.15
66author=C Hamilton
77email=adenaculture@gmail.com
88about=The Search Layers plugin features enhanced textual vector layer searching in QGIS. This plugin can search across all layers and all fields.
@@ -15,6 +15,7 @@ icon=icon.png
1515experimental=False
1616deprecated=False
1717changelog=
18+ 3.0.15 - Add license to output plugin.
1819 3.0.14 - Merge pull request that adds ability to search a particular attribute when all layers are selected.
1920 3.0.13 - Add ability to display search results feature form attributes
2021 3.0.12 - Merged pull request #18 to add a searchlayers-plugin variable to specify search layers.
You can’t perform that action at this time.
0 commit comments