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
Tom Kralidis
9798c92e49
MetaSearch: fix help link
2015-02-24 18:49:22 -05:00
Tom Kralidis
3fa6f91e1a
delete MetaSearch locale now that it is managed in QGIS core Transifex
2015-02-24 18:47:47 -05:00
Tom Kralidis
4792a92053
update release packaging to be built from QGIS core
2015-02-24 12:43:20 -05:00
Tom Kralidis
e04570cc89
prevent CSW connection names with "/" to be set
2015-02-23 10:40:23 -05:00
Tom Kralidis
f9c1db8073
remove '/' from UNEP GRID CSW to prevent incorrect setting in Windows Registry on init
2015-02-23 07:15:54 -05:00
Juergen E. Fischer
956c155e8f
fix python pep8 warnings and fix some revealed errors
...
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
--exclude="ui_*.py,debian/*,python/ext-libs/*" \
.
2015-02-01 20:46:47 +01:00
Tom Kralidis
e4a8fd8c78
remove 18n not required for core plugins
2014-12-19 07:57:22 -05:00
Tom Kralidis
78ff27f92e
merge MetaSearch into QGIS core
2014-12-17 17:45:22 -05:00
Tom Kralidis
af3418ac79
backport adjust pluralization
...
backport 83b88f67ab
2014-11-24 15:53:58 -05:00
Juergen E. Fischer
6583365892
fix metasearch typo (followup 5cb7d357)
2014-09-06 14:01:04 +02:00