-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use VSIReadDir() from gdal instead of quazip for listing .zip files a…
…nd remove quazip entirely, including HAVE_ZLIB variable ; set default scanZip to 2 (Basic Scan)
- Loading branch information
1 parent
e23e21f
commit f60d40a
Showing
35 changed files
with
78 additions
and
7,402 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 |
---|---|---|
|
@@ -68,35 +68,4 @@ licensed under the GPL or LGPL, version 2. | |
== External Source Files == | ||
The following files are included in the QGIS source tree from external | ||
sources. The source, license, and copyright are noted for each. | ||
=== src/core/quazip === | ||
QuaZIP is the C++ wrapper for the Gilles Vollant's ZIP/UNZIP package | ||
using Trolltech's Qt library. | ||
Copyright (C) 2005-2011 Sergey A. Tachenov | ||
Added to the QGIS source tree 17 April 2012 as part of a patch from | ||
Etienne Tourigny <[email protected]> | ||
|
||
* COPYING | ||
* ioapi.h | ||
* JlCompress.h | ||
* quaadler32.cpp | ||
* quachecksum32.h | ||
* quacrc32.h | ||
* quazipfile.cpp | ||
* quazipfileinfo.h | ||
* quazip.h | ||
* quazipnewinfo.h | ||
* unzip.c | ||
* zip.c | ||
* crypt.h | ||
* JlCompress.cpp | ||
* qioapi.cpp | ||
* quaadler32.h | ||
* quacrc32.cpp | ||
* quazip.cpp | ||
* quazipfile.h | ||
* quazip_global.h | ||
* quazipnewinfo.cpp | ||
* README.txt | ||
* unzip.h | ||
* zip.h | ||
|
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
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
Oops, something went wrong.