Tom Kralidis
d672361597
add support for HTTP Basic authentication ( http://hub.qgis.org/issues/16298 )
2017-03-07 06:56:07 -05:00
Tom Kralidis
6ce208c776
MetaSearch: minor fixes for QGIS 3 compat
2017-03-05 21:43:29 -05:00
Tom Kralidis
ee984c57eb
[MetaSearch] update release vresion
2017-03-05 08:45:39 -05:00
Tom Kralidis
6822d6b1d0
MetaSearch: fix help URL ( http://hub.qgis.org/issues/16176 )
2017-03-05 07:42:27 -05:00
Tom Kralidis
19e60158b4
MetaSearch: clean OWS URL when adding from search ( http://hub.qgis.org/issues/16261 )
2017-03-05 07:41:17 -05:00
Juergen E. Fischer
f00a87cb8a
update translation strings
2017-03-05 10:21:24 +01:00
Juergen E. Fischer
ecc5bb508e
pep8/pyflakes3 cleanups
2017-03-04 02:38:15 +01:00
Juergen E. Fischer
a10c890383
More QgsSettings updates:
...
* revives WMS
* QgsSettings::clear() added
* section added to QgsSettings::contains()
* type parameter added to sip binding of QgsSettings.value()
* TODO: customization & evis
2017-03-04 02:37:59 +01:00
Tom Kralidis
24954f8b70
update data.gov CSW endpoint to https
2017-03-03 06:39:53 -05:00
Denis Rouzaud
4c3968b9aa
more spelling fixes
2017-01-20 15:06:09 +01:00
Juergen E. Fischer
d9349e5bbb
update configuration settings to qgis3
2016-10-06 11:40:42 +02:00
Mathieu Pellerin
eefeef573d
fix a couple of python warnings ( #3526 )
2016-09-23 07:36:05 +02:00
Juergen E. Fischer
31df84aa6b
run 2to3 on source
2016-09-21 23:30:04 +02:00
Robert Coup
db0b787e4e
MetaSearch: Update LINZ Data Service default URL
...
The existing CSW URL is still supported for backwards compatibility, but `/services/csw/` is the preferred path going forward. They're backed by the same code and results will be identical.
Current url is shown at eg. https://data.linz.govt.nz/layer/767-nz-topo50-maps/webservices/
2016-09-20 13:00:48 +01:00
Matthias Kuhn
9215fca239
Merge pull request #3481 from GeoCat/master
...
- Replaced use of deprecated QgsMapCanvas attribute "mapRenderer" by mapSettings
2016-09-13 21:09:04 +02:00
doublebyte1
7d4d9ab46c
- Replaced use of deprecated QgsMapCanvas attribute "mapRenderer" by mapSettings
2016-09-12 11:52:55 +02:00
Nyall Dawson
eba6101357
Fix broken python save/open dialogs under PyQt5
...
Will break stuff under PyQt4... oh well, better stuff working on Qt5
then Qt4
2016-09-05 11:41:49 +10:00
Matthias Kuhn
bb79d13e82
Remove deprecated Qgis::WKBType and API cleanup ( #3325 )
...
* Remove deprecated Qgis::WKBType and API cleanup
Renames QgsWKBTypes to QgsWkbTypes
Replaces usage of the enums:
* Qgis::WKBType with QgsWkbTypes::Type
* Qgis::GeometryType with QgsWkbTypes::GeometryType
Their values should be forward compatible (a fact that was already
explited up to now by casting between the types)
Renames some SSLxxx to SslXxx and URIxxx to UriXxx
* Fix build warnings and simplify type handling
* Add a fixer to rewrite imports
* The forgotten rebase conflictThe forgotten rebase conflicts
* QgsDataSourcURI > QgsDataSourceUri
* QgsWKBTypes > QgsWkbTypes
* Qgis.WKBGeom > QgsWkbTypes.Geom
* Further python fixes
* Guess what... Qgis::wkbDimensions != QgsWkbTypes::wkbDimensions
* Fix tests
* Python 3 updates
* [travis] pull request caching cannot be disabled
so at least use it in r/w mode
* Fix python3 print in plugins
2016-08-04 09:10:08 +02:00
Nyall Dawson
1a2231f10c
Rename QGis class to Qgis, for capitalisation consistency
2016-07-21 22:01:38 +10:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Tom Kralidis
26ebc83681
[MetaSearch] fix version referencing
2016-03-31 11:13:18 -04:00
Tom Kralidis
3dffb7b743
reuse core icons
2016-03-31 10:14:08 -04:00
Juergen E. Fischer
4dc6321914
metasearch: switch to pyqt wrappers
2016-03-21 17:00:25 +01:00
Nyall Dawson
cbe8cb7282
Formatting update, using newer autopep8 version
2016-01-30 09:33:24 +11:00
Angelos Tzotsos
547d1e3936
add national geodata.gov.gr CSW (rename)
2015-11-03 20:09:04 +02:00
Tom Kralidis
5addc0ca4b
add national geodata.gov.gr CSW
2015-11-03 12:34:57 -05:00
Tom Kralidis
712354e985
[MetaSearch] remove merged endpoint
2015-09-29 11:10:13 -04:00
Tom Kralidis
ac38d891af
[MetaSearch] add guidance as comment
2015-09-29 06:42:08 -04:00
Giovanni Manghi
22b1c087cc
add official CSW services for Portugal
2015-09-29 10:02:11 +01:00
Tom Kralidis
63306ed226
add about metadata
2015-09-28 08:11:56 -04:00
Tom Kralidis
3863b6031a
[MetaSearch] update release version
2015-09-28 08:04:19 -04:00
Nyall Dawson
8a9009d83b
Avoid python PendingDeprecationWarning on startup
2015-09-28 20:29:43 +10:00
Tom Kralidis
1da55fc651
fix XML well formedness
2015-09-25 06:32:51 -04:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
Tom Kralidis
a8bd9995e1
update MetaSearch plugin metadata
2015-08-21 09:11:40 -04:00
Matthias Kuhn
9fc1b48bf3
Replace str() with unicode() and some PEP 8
2015-08-16 20:58:43 +02:00
Tom Kralidis
e57136ccb8
[MetaSearch] adjust current tab index on init
2015-03-19 18:03:04 -04:00
Tom Kralidis
519830e05e
[MetaSearch] add overwrite OWS connection naming setting and logic ( #12327 )
2015-03-19 17:50:30 -04:00
Tom Kralidis
ff52a0504e
[MetaSearch] allow for overwriting OWS connections, or assiging to serialized string
2015-03-16 11:03:26 -04:00
Tom Kralidis
22ddae1fd3
Update connections-default.xml
2015-03-08 21:14:32 -04:00
Stefan Blumentrath
31e57d03ff
Update connections-default.xml
...
Add some nordic CSW to default list, name them systematically, and change to new URL for Norway
2015-03-06 09:52:24 +01:00
Tom Kralidis
fb138b59bb
[MetaSearch]: fix default connections testing, write out connection XML to file instead
2015-02-27 10:38:18 -05:00
Tom Kralidis
5ab9103acf
[MetaSearch]: add error handling for paging workflows
2015-02-27 08:38:16 -05:00
Tom Kralidis
4b4fc6b187
[MetaSearch]: include version in window title
2015-02-27 07:35:10 -05:00
Tom Kralidis
e0acd90d0d
only check connections XML if file can be parsed
2015-02-27 07:34:28 -05:00
Tom Kralidis
c33c097706
[MetaSearch]: use OWSLib for connection testing, add task to build CSW connection file
2015-02-27 07:09:26 -05:00
Tom Kralidis
ada01603cb
safeguard cases where the CSW record output is erroneous
2015-02-26 17:18:40 -05:00
Tom Kralidis
701cd1ca3a
MetaSearch: fix plugin zipfile
2015-02-24 21:59:14 -05:00
Tom Kralidis
a292914cc4
MetaSearch: update release version
2015-02-24 18:58:24 -05:00
Tom Kralidis
3deb211d14
MetaSearch: fix help link, pep8
2015-02-24 18:53:35 -05:00