47952 Commits

Author SHA1 Message Date
Nyall Dawson
9f650fead9 Fix incorrect param docstring when doxygen \param has extra
trailing spaces or uses tabs
2018-05-27 18:54:09 +10:00
Nyall Dawson
4b1b752633 Fix bad regex 2018-05-27 18:54:09 +10:00
Nyall Dawson
71107d1d2f Sipify 2018-05-27 18:54:09 +10:00
Nyall Dawson
3b5ada15f7 Move class since annotation to after brief
Lots of classes do this, but it messes with the python docstrings.

TODO: add a unit test preventing this behavior
2018-05-27 18:54:09 +10:00
Nyall Dawson
1edbca4978 Fix bad class docstring 2018-05-27 18:54:09 +10:00
Nyall Dawson
3d6ea5972b Remove some junk lines from docstrings 2018-05-27 18:54:09 +10:00
Nyall Dawson
38850bdb94 [pyqgis] Ensure that multiline param tags are indented for additional lines 2018-05-27 18:54:09 +10:00
Salvatore Larosa
0115d4e9a6 [pluginmanager] show search icon in filter line edit and removed search label 2018-05-27 10:29:37 +02:00
Nyall Dawson
c864d22d1f Add "get ..." to doxygen compliance blacklist
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
2018-05-27 14:05:06 +10:00
Nyall Dawson
17500c455f Fix some interface doxygen 2018-05-27 14:05:06 +10:00
Nyall Dawson
b6b08e96a0 Add 'accessor for' to doxygen compliance blacklist
Use "Returns the..." instead
2018-05-27 14:05:06 +10:00
Denis Rouzaud
487a6a8b70
add missing crsChanged signal in QgsProjectionSelectionWidget (#7079) 2018-05-26 18:06:14 -08:00
rldhont
c8a5992b2b [Server][WFS] GeoJSON FeatureCollection BBOX is restricted to -180,-90,180,90 2018-05-26 23:14:11 +02:00
Nyall Dawson
4bb7f82fcb Remove some incorrect 'not available in Python bindings' notes 2018-05-26 16:51:58 +10:00
Nyall Dawson
94cf3fc788 Use "customize" instead of "customise"
Since we default to US spelling, we should always be using "customize"
2018-05-26 15:44:04 +10:00
Nyall Dawson
fa5a7d2ae2 Typo 2018-05-26 15:44:04 +10:00
Nyall Dawson
ff55cfc99d Add missing getters to QgsContrastEnhancementFunction 2018-05-26 15:44:04 +10:00
Nyall Dawson
8f770c3f60 Add 'mutator for ' to doxygen compliance blacklist 2018-05-26 15:44:04 +10:00
Nyall Dawson
c10f6de437 Unit tests for QgsLineString::(x/y)Data() 2018-05-26 11:00:43 +10:00
Nyall Dawson
29d5105c40 qgsgeometry_cast 2018-05-26 11:00:43 +10:00
Nyall Dawson
80e44c1364 Speed up map to pixel simplification by directly accessing x/y vertex data 2018-05-26 11:00:43 +10:00
Salvatore Larosa
e6a0d52918 fix clang compile error on osx 2018-05-26 08:57:03 +10:00
Nyall Dawson
c73262d572 Speed up WKB conversion to linestrings 2018-05-26 06:31:11 +10:00
Matthias Kuhn
cb4d11787c Remove redundant virtual on override 2018-05-26 06:11:37 +10:00
Matthias Kuhn
2f86c2c5da
Merge pull request #7075 from m-kuhn/multiselectValueRelation
Fix checkboxes do not show up in value relation multi
2018-05-25 16:10:51 +02:00
Matthias Kuhn
f33a2d0e6b Fix mdal build warning unused const var 2018-05-25 08:46:01 -04:00
Matthias Kuhn
37e0b9f66f
Fix checkboxes do not show up in value relation multi
Fix #19028
2018-05-25 11:50:19 +02:00
Matthias Kuhn
9aa5ac037d
Merge pull request #7061 from rouault/wms_wmts
WMS provider: use 'WMS/WMTS' instead of 'WMS' in various UI labels (fixes #18883)
2018-05-25 11:06:43 +02:00
Nyall Dawson
99b6194e3c Improve docs for single symbol renderer, add missing SIP_FACTORY 2018-05-25 17:12:24 +10:00
Nyall Dawson
43928d8c9c Don't crash when a null task is added to task manager 2018-05-25 16:53:51 +10:00
Juergen E. Fischer
595ecceb88 fix windows build (followup 33390123e3) 2018-05-25 08:51:48 +02:00
Nyall Dawson
5e360f90e8 Add unit test to prevent deprecated methods without description
And add missing descriptions
2018-05-25 16:31:03 +10:00
Even Rouault
83b0bd7c62
Make 'WMS/WMTS' untranslatable in QgsWmsSourceSelectProvider::text() 2018-05-25 08:28:27 +02:00
Nyall Dawson
8bb45b935a Typo 2018-05-25 15:09:00 +10:00
Nyall Dawson
1c615c15cc More documentation compliance
Use Qt style "returns .." tense instead of "return ..", and lock
this in with a documentation compliance unit test
2018-05-25 15:09:00 +10:00
Nyall Dawson
095a3249c3 More efficient QgsGeometry::asGeometryCollection() for single part geometries 2018-05-25 14:48:30 +10:00
Nyall Dawson
bcaad3a5dc Fix documentation warning 2018-05-25 11:40:57 +10:00
Nyall Dawson
7c6eaf3d46 Fix build 2018-05-25 11:40:57 +10:00
Nyall Dawson
b813a6715e Fix API breaks 2018-05-25 11:40:57 +10:00
Nyall Dawson
44630b47ed Add QgsDataProvider::ProviderOptions struct to constructors
for data providers

Allows a way to pass generic settings to providers, e.g.
passing a datum transform context for use in provider's
constructors.
2018-05-25 11:40:57 +10:00
Nyall Dawson
1098b3910f Fix test 2018-05-25 11:16:18 +10:00
Nyall Dawson
bb995202fd Fix more broken links 2018-05-25 11:16:18 +10:00
Nyall Dawson
2cb8a33884 Fix broken see also links 2018-05-25 11:16:18 +10:00
Nyall Dawson
a3c543dfda Fix test result 2018-05-25 11:16:18 +10:00
Nyall Dawson
fa912f5c1d Doxygen test also checks for broken 'see also' links 2018-05-25 11:16:18 +10:00
Salvatore Larosa
1d8689f37e remove deprecated qt5_use_modules macro 2018-05-25 09:32:18 +10:00
Salvatore Larosa
98b683c7b7 clang workaround to fix build: use move on return unique_ptr 2018-05-25 09:32:01 +10:00
Harrissou Sant-anna
c7538702f9 Fix typo 2018-05-25 09:17:24 +10:00
Harrissou Sant-anna
c66f65819c Fix typo 2018-05-25 09:17:24 +10:00
Denis Rouzaud
12cb6fc629 [wfs] fix turning attribute value to NULL 2018-05-24 06:03:17 -08:00