-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dffdc05
commit f730a9d
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
name=Load Them All | ||
description=Loads files stored in a directory structure recursively, based on several filters | ||
about=QGIS plugin that recursively loads vector and raster layers stored in a directory structure, based on several filters. | ||
version=2.99 | ||
version=3.0 | ||
qgisMinimumVersion=3.0 | ||
category=Layers | ||
author=Germán Carrillo (GeoTux) | ||
[email protected] | ||
tags=layers,vector,raster,toc,legend,directory,recursively,filter,load,shapefile | ||
tags=layers,vector,raster,toc,legend,directory,recursively,filter,load,shapefile,layer tree,geopackage | ||
homepage=http://geotux.tuxfamily.org/index.php/en/geo-blogs/item/264-plugin-load-them-all-para-quantum-gis | ||
tracker=https://github.com/gacarrillor/loadthemall/issues | ||
repository=https://github.com/gacarrillor/loadthemall | ||
|
@@ -16,25 +16,34 @@ experimental=False | |
deprecated=False | ||
|
||
|
||
changelog=2.7 (20170713): | ||
changelog=3.0 (20180910): | ||
...* Migration to QGIS v3.x | ||
...* Support for GeoPackage. | ||
...* For sublayers: | ||
......Include parent layer name in searches. | ||
......Include parent layer name as prefix for each sublayer in TOC. | ||
...* Remove empty groups | ||
|
||
2.7 (20170713): | ||
...* New 'Date modified' filter to load files according to their latest | ||
......modification date. | ||
|
||
2.6 (20170703): | ||
...* New 'Invert Alphanumeric filter' option to prepend a logic NOT to the whole | ||
......alphanumeric expression. | ||
...* New 'Invert Alphanumeric filter' option to prepend a logic NOT to the | ||
......whole alphanumeric expression. | ||
|
||
2.5 (20170128): | ||
...* Added support for vector sublayers (e.g., from GML or GPX files). | ||
|
||
2.4 (20161111): | ||
...* New option to sort (or reverse sort) loaded layers. Thanks to David Bakeman for | ||
......the idea and the code! | ||
...* New option to sort (or reverse sort) loaded layers. Thanks to David | ||
......Bakeman for the idea and the code! | ||
...* Load Them All is now a QGIS dock widget. | ||
...* New Cancel button to allow users to cancel long loading processes at any time. | ||
...* New Cancel button to allow users to cancel long loading processes at | ||
......any time. | ||
...* Now using QGIS Layer Tree classes to deal with groups/subgroups. | ||
...* Fixed an issue with nasty file names (e.g., those generated by malware) while | ||
......performing os.walk. | ||
...* Fixed an issue with nasty file names (e.g., those generated by | ||
......malware) while performing os.walk. | ||
|
||
2.3 (20150118): | ||
...* The alphanumeric filter supports boolean operators || (or) and && (and). | ||
|