Blottiere Paul
8449e42ae0
add constraint description
2016-05-31 20:16:22 +02:00
Blottiere Paul
bffe308aab
fix doc
2016-05-31 20:16:22 +02:00
Blottiere Paul
6489b62b4a
add layer scope in context to evaluate the constraint expression
2016-05-31 20:16:22 +02:00
Blottiere Paul
3947cb93f8
translatable string
2016-05-31 20:16:22 +02:00
Blottiere Paul
8d25a067a9
rename feature -> f to avoid an API break
2016-05-31 20:16:22 +02:00
Blottiere Paul
ea097becae
replace "" by QString()
2016-05-31 20:16:22 +02:00
Blottiere Paul
7d71c973ab
fix parameter's name camelcase
2016-05-31 20:16:21 +02:00
Blottiere Paul
a636319af6
fix sip
2016-05-31 20:16:21 +02:00
Blottiere Paul
9ddb441855
fix test doc
2016-05-31 20:16:21 +02:00
Blottiere Paul
aba02f11e0
rename constraint to expression for method's name
2016-05-31 20:16:21 +02:00
Blottiere Paul
020d20a968
[FEATURE] constraints on widgets
2016-05-31 20:16:21 +02:00
Matthias Kuhn
4ae1b55566
Add not null constraint and visual feedback to widgets
2016-05-31 20:16:21 +02:00
rldhont
fda06c0c45
[Processing] Add optional capabilities to R scripts
2016-05-31 19:12:38 +02:00
rldhont
ab28d527d5
[BUGFIX][Processing] R: Extent from raster package is "xmin, xmax, ymin, ymax"
...
Extent from raster package is like in Processing
http://www.inside-r.org/packages/cran/raster/docs/Extent
2016-05-31 19:10:54 +02:00
Sandro Mani
47397ee393
[Globe] Fix incorrect transparency conversion
2016-05-31 18:33:08 +02:00
rldhont
bb41cceb34
[Processing] Fix getParameterDescriptions
...
Add import json for script and r
return descs and not None
2016-05-31 17:25:05 +02:00
Juergen E. Fischer
b79e5bb3a2
globe: fix warnings on windows
2016-05-31 16:20:44 +02:00
Salvatore Larosa
83502c55b3
[processing] add again the algorithm name after being removed mistakenly in 507aeb0
2016-05-31 15:56:42 +02:00
volaya
5773d0d51b
[processing] fixes and better warning messages in modeler
2016-05-31 12:36:29 +02:00
Alvaro Huarte
ef292e6ada
Draw markers faster
...
The code takes advantage of points already created to paint the
geometries.
This point array contains the simplified version of the original
geometry.
2016-05-31 11:57:00 +02:00
Juergen E. Fischer
797826ea5b
spelling fixes
2016-05-31 03:36:27 +02:00
Asger Skovbo Petersen
fecc59ae15
Hillshaderenderer: Fix calculation of aspect ( #3152 )
2016-05-31 08:45:49 +10:00
Even Rouault
593fa68343
Fix build problem with gcc 4.7
2016-05-30 21:48:28 +02:00
Juergen E. Fischer
b9df31684d
debian packaging: fix installation of mime icons
2016-05-30 19:52:08 +02:00
Juergen E. Fischer
919c8ee843
fix precise build
2016-05-30 19:52:08 +02:00
Even Rouault
0367d7a342
[WFS provider] Fix build problem due to signature change of QgsRectangle::combineExtentWith()
2016-05-30 19:39:47 +02:00
Even Rouault
a023f55b9d
Merge pull request #3148 from rouault/wfs_better_behaviour_with_wrong_capability_extent
...
[WFS Provider] Implement workarounds to better behave when extent reported by capabilities is wrong
2016-05-30 17:46:35 +02:00
Even Rouault
86f6e7eb0d
Merge pull request #3142 from rouault/identify_result_float_precision
...
Do not print excessive decimals when identifying value on a Float32 raster
2016-05-30 17:46:08 +02:00
Even Rouault
4b130cbf42
Merge pull request #3134 from rouault/do_not_write_nodata_if_not_existing
...
Nodata related fixes
2016-05-30 17:45:48 +02:00
Alexander Bruy
df6410ec35
fix typo in import
2016-05-30 17:36:42 +03:00
Alexander Bruy
2f7ff46a4b
fix imports (follow up b52828fac7)
2016-05-30 16:53:19 +03:00
Alexander Bruy
6396d8fe60
fix indentation (follow up b52828fac7)
2016-05-30 15:30:00 +03:00
arnaud.morvan@camptocamp.com
01450c5609
[Processing] Compare lower file extension to "shp"
2016-05-30 15:30:00 +03:00
Salvatore Larosa
2cf224cacf
[dbmanager] remove maxsize constraint for reset button in query builder dialog
2016-05-30 14:26:25 +02:00
Alexander Bruy
25983ee331
[processing] fix .ui file loading (follow up b52828fac7)
2016-05-30 14:39:28 +03:00
Nyall Dawson
ddd37ad8bd
Merge pull request #3138 from sbrunner/limit
...
Add and fix WFS server MAXFEATURES test
2016-05-30 12:15:32 +02:00
Sandro Mani
3bdbf79b4d
Clarify in the registerMapLayerPropertiesFactory docstring that the ownership of the factory is not transferred
2016-05-30 12:10:26 +02:00
Sandro Mani
2297ade90a
[Globe] Remove python bindings
2016-05-30 12:07:24 +02:00
Nyall Dawson
00502620c0
[FEATURE] Allow web map style shift-drag zoom
...
When certain map tools are active, you can hold down shift
and drag a rectangle on the map to zoom to that area. This
is enabled for the map tools which are not selection tools
(since they use shift for adding to selection), and edit
tools.
Gracias a Girona!
2016-05-30 19:39:57 +10:00
Nyall Dawson
8628f211dd
Switch to flags for map tool behaviour
2016-05-30 19:39:32 +10:00
Nyall Dawson
71f8e3e4bb
[FEATURE] Plugins can add pages to vector layer properties*
...
* This is actually a followup to 87121d, which fixes leaks
& clarifies some docs. But I figured the ability to add
custom pages to the properties is worth highlighting as a
feature on it's own, or it may go unnoticed in the other
globe related changes!
2016-05-30 19:39:32 +10:00
Alexander Bruy
2069c27c85
Merge pull request #3119 from arnaud-morvan/processing_fix_postgis_overwrite
...
[processing] fix ogr2ogr postgis table overwrite
2016-05-30 11:57:57 +03:00
volaya
b52828fac7
[processing] allow creating new plugin from toolbox with scripts
2016-05-30 10:41:45 +02:00
volaya
9c2721b08b
[processing] added ‘supported’ parameter to exportVectorLayer
2016-05-30 10:41:44 +02:00
Matthias Kuhn
ebf434037f
Merge pull request #3077 from pvalsecc/legend_url
...
WMS: Better logic to pick the legend URL
2016-05-30 10:17:58 +02:00
Denis Rouzaud
12cbcfc7fd
Merge pull request #3147 from pblottiere/fix_diagram
...
[Bugfix] Fix pin/unpin maptool
2016-05-30 08:25:06 +02:00
Stéphane Brunner
47cf9240b3
Add and fix WFS server MAXFEATURES test
...
It was not working when we do a POST with an XML
2016-05-30 07:33:51 +02:00
Sandro Mani
72b55b7ef4
[Globe] Remove remaining traces of osg sip bindings
2016-05-30 00:41:29 +02:00
arnaud.morvan@camptocamp.com
8e5b28f3bb
[db_manager] Fix #14796 - Quote values depending on data type in query builder
2016-05-29 23:59:03 +02:00
Sandro Mani
87121d63a8
Merge pull request #3126 from manisandro/globe
...
Revived globe, compatible with OsgEarth 2.7
2016-05-29 23:51:58 +02:00