63 Commits

Author SHA1 Message Date
Tom Kralidis
0579b20b53 [MetaSearch] clear search results when inspecting CSW in server tab (#37448) 2020-07-13 08:36:27 +10:00
Samweli Mwakisambwe
a17a49ea38 handle import and name errors with the Authentication class 2020-06-15 11:16:44 +10:00
Samweli Mwakisambwe
c22d429a52 updated disable ssl label 2020-06-06 07:00:03 +10:00
Samweli Mwakisambwe
94106dc2d6 fix SSL error 2020-06-06 07:00:03 +10:00
Nyall Dawson
b6a7a10703 Fix some more python formatting issues, remove more flake exceptions 2020-05-11 11:41:50 +10:00
Harrissou Sant-anna
61d1ac1226 more robust code 2020-03-10 07:52:17 +10:00
Harrissou Sant-anna
ca89d34059 Allow to cancel server connections list modification 2020-03-10 07:52:17 +10:00
Harrissou Sant-anna
eca5261160 Allow to open data loader dialog from metasearch
fixes #34759
2020-03-10 07:52:17 +10:00
Harrissou Sant-anna
1eae00e07a Update some use of QgsCoordinateReferenceSystem 2020-03-05 16:17:20 +10:00
Nyall Dawson
f5a3485eae Fix some Python warnings, avoid accidently hiding all deprecation warnings 2019-03-28 11:47:23 +10:00
Tom Kralidis
fe82890055 [MetaSearch] OWS GetCapabilities checking regression (fixes #19787) [needs-docs] 2019-02-05 12:26:23 +11:00
Nyall Dawson
1002824cc6 [metasearch] Minor UI updates to conform to HIG (#7810)
* [metasearch] Use QgsFilterLineEdit for keyword search box

* [metasearch] Remove version number from dialog title

This is no longer required now that the plugin is bundled with
QGIS - the version number now follows QGIS version numbering

* Capitalization, ellipsis

* [metasearch] Use a question messagebox
2018-09-06 20:49:57 -04:00
Nyall Dawson
689126b18a [FEATURE][metasearch] Add FILE:GEO to known link types
Adds GIS File link type to known link types, and for records with
a FILE:GEO link enables a new "Add GIS File" action. Clicking this
adds the linked GIS file to the current project.
2018-09-06 09:44:04 +10:00
Nyall Dawson
c0d9528090 Silence python warnings from 3rd party libraries on startup 2018-05-22 06:02:55 +10:00
Tom Kralidis
04b18f4d43 [bugfix] [MetaSearch] make gml:Envelope CRS explicit for spatial queries
(fixes #17739)
2017-12-22 16:21:25 -05:00
Nyall Dawson
86d9492372 Remove context-unaware QgsCoordinateTransform constructors from Python bindings
This forces Python code and plugins to become datum transform
aware, and given that upgrading python code is easy (just
add QgsProject.instance() as a new argument to the constructor)
it's relatively painless to force this on PyQGIS users.

Also fix upgrade the easy QgsCoordinateTransform c++ constructors
where the project is available, or where using QgsProject::instance()
is safe to do.

For others, just avoid the deprecated warnings until we can
get access to the correct project instance where the transform
is being constructed.
2017-12-15 14:13:22 +10:00
Tom Kralidis
3ea8b74e18 [bugfix] [MetaSearch] fix Esri ArcGIS service chaining (fixes #17347) 2017-11-17 16:24:30 -05:00
Alessandro Pasotti
1b79177bc9 [bugfix] Fix WFS in metasearch
Fixes #17347
2017-11-17 17:35:04 +01:00
Alessandro Pasotti
a0639b1a20 [bugfix] Fix WMS in metasearch 2017-11-17 16:52:41 +01:00
Harrissou Sant-anna
c2577ec0fc Full sentence should often begin by capitalized letter
and end by a full stop.
2017-10-27 01:46:08 +02:00
Harrissou Sant-anna
f5025cc668 Use a more appropriate dialog title for message boxes
and capitalise first letters
2017-10-27 01:43:26 +02:00
Mario Baranzini
78af413dcc Remove python future compatibility layer 2017-08-07 10:27:15 +02:00
Matthias Kuhn
973d3515d1
Avoid endless wait cursors 2017-07-30 21:51:22 +02:00
Harrissou Sant-anna
338b4c0621 Add catalog to spell_check 2017-07-02 22:28:50 +02:00
Harrissou Sant-anna
8d6af77287 Replace catalogue by catalog 2017-07-02 22:28:50 +02:00
Matthias Kuhn
a9d7630a69 Rename QgsPointV2 to QgsPoint and QgsPoint to QgsPointXY
Because 3D coordinates should be the default.

References https://github.com/qgis/qgis3.0_api/issues/36
2017-06-02 19:53:37 +02:00
Nyall Dawson
ba2fdf00ab Rename some QgsProviderRegistry methods to clarify that they are factories
- provider() was renamed to createProvider()
- selectWidget() was renamed to createSelectionWidget()
- providerLibrary() was renamed to createProviderLibrary()
2017-05-06 12:28:06 +10:00
Tom Kralidis
c403994d02 [FEATURE] [needs-docs] MetaSearch: add support for ESRI MapServer/FeatureServer layer integration (fixes #16320) 2017-04-03 12:22:59 -04:00
Tom Kralidis
d6433c5b4c MetaSearch: set 4326 as default CRS, use WKT to feed polygon geometry 2017-04-03 08:01:18 -04:00
Juergen E. Fischer
8bea742216 fix flake8 warnings 2017-03-13 20:13:51 +01:00
Tom Kralidis
4d77431b98 MetaSearch: consolidate "Add WxS" buttons into single dropdown button 2017-03-09 12:35:06 -05:00
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
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
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
Denis Rouzaud
4c3968b9aa more spelling fixes 2017-01-20 15:06:09 +01:00
Juergen E. Fischer
31df84aa6b run 2to3 on source 2016-09-21 23:30:04 +02: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
Denis Rouzaud
8071acd064 move PyQt compat folder to python/qgis 2016-04-29 14:10:26 +02:00
Juergen E. Fischer
4dc6321914 metasearch: switch to pyqt wrappers 2016-03-21 17:00:25 +01:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
Matthias Kuhn
9fc1b48bf3 Replace str() with unicode() and some PEP 8 2015-08-16 20:58:43 +02: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
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
ada01603cb safeguard cases where the CSW record output is erroneous 2015-02-26 17:18:40 -05:00