Nyall Dawson
b10fa5e979
[processing][grass] Fix v.vect.stats output type, add test
2018-07-25 19:50:48 +10:00
Nyall Dawson
0c56d00c01
[processing][grass] Fix v.what.rast data type, add test
2018-07-25 19:50:48 +10:00
Nyall Dawson
71f880bb93
[processing][grass] Fix v.voronoi output type, add test
2018-07-25 19:50:48 +10:00
Nyall Dawson
ba56ba2133
[processing] Prefer to log layer source instead of id as it's persistent
2018-07-25 19:50:48 +10:00
Matthias Kuhn
263ce39c79
Merge pull request #7463 from m-kuhn/fixFreeze
...
Avoid repeated update of edit selection
2018-07-25 07:48:47 +02:00
Nyall Dawson
a463af32f8
[processing][grass] Fix generation of output for v.rast.stats, add test
2018-07-25 09:23:36 +10:00
Nyall Dawson
fed345b12b
[processing][grass] Make a copy of the parameters dict before doing grass modifications
...
Since grass algorithms modify the parameters dictionary, we need to ensure
that they do this only a copy of the dict (and not a shallow copy). Otherwise
the parameter values included in the history log are the internally
modified values, not the original user-set ones
2018-07-25 09:23:36 +10:00
Nyall Dawson
996c9a8d34
[processing][gdal] Assign output CRS should be optional for ogr to postgis alg
2018-07-25 08:20:07 +10:00
Nyall Dawson
27d447b79d
[processing][gdal] Ignore 'selected features only' setting when
...
creating command preview
Since this has no meaning outside of a QGIS session
Refs #19451
2018-07-25 08:20:07 +10:00
Nyall Dawson
ed94b693e9
[processing][gdal] Fix layer paths are sometimes incorrect within command preview
...
Fixes #19451
2018-07-25 08:20:07 +10:00
Nyall Dawson
6a4d9c9bd4
[processing] Ensure feature source wrapper always returns direct
...
layer id/source whenever 'use selected features' is unchecked,
instead of always returning a QgsProcessingFeatureSourceDefinition
2018-07-25 08:20:07 +10:00
Salvatore Larosa
9765019dec
fix build on macOS
2018-07-24 23:49:40 +02:00
Nyall Dawson
409d47e83e
Modernize code
2018-07-25 05:41:26 +10:00
Nyall Dawson
84d87a7570
[wfs] Fix race condition
...
Leads to multiple threads trying to create a cache db with the
same path, causing various crashes within the WFS iterator
2018-07-25 05:41:26 +10:00
Nyall Dawson
3b47116d8e
Debugging
2018-07-25 05:41:26 +10:00
Blottiere Paul
1a94727dbe
Merge pull request #7461 from pblottiere/server_wfs_post
...
[server] Fixes Post element in WFS GetCapabilities doc
2018-07-24 12:41:47 +01:00
Matthias Kuhn
99f8d4806a
Avoid repeated update of edit selection
2018-07-24 12:41:12 +02:00
Blottiere Paul
8b14a5b900
Update unit tests
2018-07-24 08:22:13 +01:00
Blottiere Paul
4a10f3c092
Fixes Get element in WFS GetCapabilities doc
2018-07-24 08:22:13 +01:00
Blottiere Paul
ac9ff0810b
Fixes post element in WFS GetCapabilities doc
2018-07-24 08:22:13 +01:00
Juergen E. Fischer
10a66da457
debian packaging: don't include qsqlspatialite
2018-07-24 09:06:26 +02:00
Juergen E. Fischer
1f1fcfda49
translation string fixes
2018-07-24 09:05:46 +02:00
nirvn
845e87a75b
[ui][html code editor] use monospace font
2018-07-24 14:03:29 +07:00
Alessandro Pasotti
a9f924fcb2
Merge pull request #7441 from elpaso/oauth2-testbed13-client-registration
...
[oauth] JWT client registration
2018-07-24 09:00:55 +02:00
Alessandro Pasotti
e6b1e483a1
Merge pull request #7436 from elpaso/oauth2-testbed13
...
[oauth] Automatic management of state parameter
2018-07-24 09:00:30 +02:00
Nyall Dawson
7b59e048aa
Less noisy network access manager
2018-07-24 15:32:21 +10:00
Harrissou Sant-anna
e07acb3054
Fix grammar
2018-07-24 14:41:22 +10:00
Nyall Dawson
1ac5e29da6
Restore window geometry on plugin repo download dialog
2018-07-24 08:51:26 +10:00
Nyall Dawson
3ec1442045
Points -> vertices
2018-07-24 03:56:10 +10:00
Nyall Dawson
e8d1bfc3a8
Add extra grass reference hash
2018-07-24 03:56:10 +10:00
Nyall Dawson
97e0db6245
[FEATURE][processing] Filter Vertices by M and Filter Vertices by Z algorithms
...
Adds two new algorithms, for filtering line/polygon vertices by their
M or Z values. A minimum and maximum M/Z value can be entered, and
if the vertices fall outside these ranges they will be discarded
from the output geometry.
Both min and max filter value can also be data defined, so can
vary per feature.
2018-07-24 03:56:10 +10:00
Nyall Dawson
f685d11b29
[processing] Reverse line direction can work with multi(line/curve) geometries
2018-07-24 03:55:49 +10:00
Nyall Dawson
65548436ad
[processing] Port reverse line direction alg to c++
2018-07-24 03:55:49 +10:00
Nyall Dawson
e4e7b2a48b
Fix use of custom params when embedding svg for label background
2018-07-24 03:54:44 +10:00
Nyall Dawson
2fc366cbd8
Fix north arrow with embedded svgs
2018-07-24 03:54:44 +10:00
Nyall Dawson
959dd5b051
Test mask
2018-07-24 03:54:44 +10:00
Nyall Dawson
1a7ade7575
[FEATURE] Better UI for embedding SVG files
...
Adds a common widget for SVG sources, with a tool button with
some handy options:
- select file (old behaviour), pick a file from disk
- embed file (pick a file from disk, is embedded into project/symbol)
- extract embedded file (for embedded files, allows you to save these
back to a disk based svg file)
- from url (opens a dialog prompting for a url, exposing
the previously hidden functionality that svgs can be retrieved
from a remote url (eg github))
Sponsored by SMEC/SJ
2018-07-24 03:54:44 +10:00
Nyall Dawson
19f8a0078d
[FEATURE] Allow embedding SVG images in projects in base64 format
...
Allows SVG images for symbology, labels, etc to be directly embedded
inside a project file (or QML style, or QPT print template!)
by encoding the svg as a standard base64 string.
Sponsored by SMEC/SJ
2018-07-24 03:54:44 +10:00
Nyall Dawson
59ec2e0bce
[processing][FEATURE] Port extend lines algorithm to c++, allow dynamic start/end distance
...
Allows the start and end distance to be data defined
2018-07-24 03:54:21 +10:00
Harrissou Sant-anna
8a1964fb85
Display same symbol for "not equal" operator in "Select by attribute" algorithm
...
as in "Extract by attribute" algorithm and "select features by value" function
2018-07-24 03:51:54 +10:00
Martin Dobias
6614d89643
Add missing interface method for Data Source Manager toolbar
2018-07-23 15:19:57 +02:00
Matthias Kuhn
a49b7a6456
Merge pull request #7398 from signedav/rr_bugfix
...
Get proper mFeature in relation reference widget
2018-07-23 15:19:10 +02:00
signedav
4739463426
use initialized for complete init() function
...
not only for the feature part
2018-07-23 12:58:56 +02:00
nirvn
f1993babb9
[mesh][ui] deactivate vector rendering when default active dataset is not vector
2018-07-23 17:56:52 +07:00
Martin Dobias
881ba9d2b9
[mesh] Fix a crash when loading a file with no dataset groups
2018-07-23 11:44:53 +02:00
Blottiere Paul
cc1511c04a
Merge pull request #7372 from pblottiere/server_clean
...
[WIP][server] Clean parameters management
2018-07-23 09:52:07 +01:00
Martin Dobias
b3fb647ede
[mesh] Fix a crash when pressing Recalculate button
2018-07-23 10:18:42 +02:00
Blottiere Paul
e48de2048a
Fix doc
2018-07-23 08:07:08 +01:00
Blottiere Paul
8219c180ad
Add since tag
2018-07-23 08:07:08 +01:00
Blottiere Paul
fb75580b65
Add doc for QgsServerParameterDefinition
2018-07-23 08:07:08 +01:00