Nyall Dawson
dd2279c8af
More capitalization
2018-05-28 13:34:10 +10:00
Nyall Dawson
ec9695691f
Capitalization
2018-05-28 13:34:10 +10:00
Nyall Dawson
aa765b2049
Set object name for vertex editor (avoid Qt warning)
2018-05-28 13:34:10 +10:00
Nyall Dawson
6fd8890c4d
Minor cleanups
2018-05-28 13:34:10 +10:00
Nathan Woodrow
614800c918
[Fix] Don't recreate vertex editor each time
2018-05-28 13:34:10 +10:00
Andrea Aime
c923d5b63f
Fixes #16706 , categorized symbology matching lack of value is not properly encoded in SLD
2018-05-28 13:05:28 +10:00
Nyall Dawson
b56f1132fc
[processing] Add some more tags and icons to stats algs
2018-05-28 11:09:42 +10:00
Nyall Dawson
b6f2f7bd40
Don't use QgsVectorLayer::selectedFeatures() to check for a selection
...
in a layer
This is incredibly inefficient, because selectedFeatures() actually
fetches a full copy of all selected features (including all
attributes and geometry). Instead use selectedFeatureIds(), which
is just a list of numbers.
Add warning note to docs cautioning against this practice.
Fixes massive ui lockup when right clicking on a layer with
selected features in the layer tree
2018-05-28 10:59:48 +10:00
Nyall Dawson
e552ce62be
Add warning note to QgsLayoutPageCollection::shouldExportPage
2018-05-28 10:06:23 +10:00
Nyall Dawson
5cf33969ae
Cleaner conditional generation of pyi typehint stub files
2018-05-28 10:04:38 +10:00
Alexander Bruy
b150f41f12
fix build with SIP < 4.18
2018-05-28 10:04:38 +10:00
Nyall Dawson
a804a33bc7
Remove some useless \returns dox
2018-05-28 09:48:46 +10:00
Stéphane Brunner
2a7b854e25
Remove the invalid image/jpg mime type
2018-05-28 09:33:05 +10:00
Harrissou Sant-anna
f0b72ae62e
Set the dpi default to -1 to use layout dpi
2018-05-28 08:56:32 +10:00
Nyall Dawson
f8bc97030b
Remove extra space added before first line of docstring
2018-05-28 08:22:11 +10:00
Nyall Dawson
ea0c1d8cbc
Typo
2018-05-28 08:22:11 +10:00
Juergen E. Fischer
499459be4b
fix build with SIP <4.19
2018-05-27 19:17:12 +02:00
Salvatore Larosa
a2d796aaaf
Merge pull request #7086 from slarosa/plugin_mgr_search_icon
...
[pluginmanager] show search icon in filter line edit and remove search label
2018-05-27 14:30:41 +02:00
Nyall Dawson
7a1a787c0a
Fix incorrect returns docstring when doxygen \returns has extra trailing spaces or uses tabs
2018-05-27 18:54:09 +10:00
Nyall Dawson
0e75f6ef85
Don't indent multiline versionadded/deprecated tags
...
Turns out there isn't any valid ones anyway - the only
multiline versionadded tags are due to incorrect ordering
of brief/since tags (which is fixed in a different PR)
2018-05-27 18:54:09 +10:00
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