33102 Commits

Author SHA1 Message Date
volaya
61e26fd8f3 [processing] fixes for issues with 3rd party providers being loaded and unloaded 2016-06-01 15:21:03 +02:00
Nathan Woodrow
b0a9a84cee [hillshade] increase z factor places 2016-06-01 22:45:53 +10:00
Nyall Dawson
6428f619da Doc, indentation fixes for hillshade renderer 2016-06-01 22:41:27 +10:00
Christian Frugard
36714d5b38 [FEATURE] [mssql] Save styles to the database in MSSQL
Adding the functions to save styles in an mssql database.
Creates tables, etc to support default and listing styles.
2016-06-01 22:19:40 +10:00
Asger Skovbo Petersen
d47fe0f7b7 Hillshaderenderer: Add 'multidirectional oblique-weighted' rendering option (#3160) 2016-06-01 21:52:33 +10:00
volaya
0272ebc2e8 [processing] fixed check to avoid adding a provider that is already added 2016-06-01 13:20:57 +02:00
Alexander Bruy
57b16187e6 [processing] move spatialite and postgis utils into tools package 2016-06-01 14:15:46 +03:00
Alexander Bruy
6e1302047c [pluginmanager] show trusted plugins (fix #14916) 2016-06-01 13:48:47 +03:00
volaya
479ceb36b4 [processing] fixed wrong call to splitext in dataobjects.py 2016-06-01 12:18:33 +02:00
Nyall Dawson
faee1e64b0 Merge pull request #3159 from DelazJ/patch-4
fix missing space and typo
2016-06-01 20:02:00 +10:00
Denis Rouzaud
f20e28d98f allow to hide/show all columns in attribute table config 2016-06-01 11:56:54 +02:00
Even Rouault
47a301ca61 Render WFS layers added when 'Keep dialog open' is enabled (#14935)
And remove a few left overs (MapCRS, MapExtent) that were only used
by the provider in QGIS <= 2.14.

It is not completely obvious why the canevas refresh was disabled
before while the dialog is opened. Perhaps a conflict with the
previous Load GML progress dialog that was modal ?
2016-06-01 10:54:48 +02:00
Harrissou Sant-anna
925746daf7 fix missing space and typo 2016-06-01 10:06:14 +02:00
Nyall Dawson
ba0fdfafe9 Clarify use of the term "OTF"
- change button tooltip from referring to "OTFR" to "OTF" to match
button text
- change wording of enable CRS transformation option to make it
more obvious that this option is what "OTF" refers to

Inspired by @rouault
2016-06-01 15:20:48 +10:00
Nyall Dawson
062aa9aee4 Indentation 2016-06-01 10:09:03 +10:00
Nyall Dawson
cb882698b4 Followup 1b2af79, more robust way of setting shortcuts 2016-06-01 10:08:31 +10:00
Juergen E. Fischer
8c141657d1 debian packaging: limit globe to osgearth 2.7 2016-06-01 00:18:32 +02:00
Nyall Dawson
1b2af79c96 Ctrl zoom (#3154)
* Switch QgsMapCanvas zoomIn and zoomOut to slots

* Change shortcuts to zoom in/out tool to Ctrl+Alt +/-, and
make Ctrl + and Ctrl - trigger an immediate zoom in/out

Having Ctrl +/- perform an immediate zoom in/out is standard
across almost all apps with a zoom facility, so we should
respect that same behaviour.

This change also helps bring canvas and composer behaviour
closer together.

(fix #1824)
2016-06-01 07:43:52 +10:00
Mathieu Pellerin
bf9f5b6180 [style dock] use a QLineEntry for layer title (#3141) 2016-06-01 07:22:26 +10:00
Matthias Kuhn
c7da8a701b Add CONTRIBUTE.md to help new contributors. (#2581)
This file will be shown when people make new pull requests.
2016-06-01 07:17:15 +10:00
Blottiere Paul
8774ad21b8 fix unit test 2016-05-31 20:16:22 +02:00
Blottiere Paul
ea950340db replace the message bar by a multiline qlabel 2016-05-31 20:16:22 +02:00
Blottiere Paul
36d7dc4ef0 remove null information message bar 2016-05-31 20:16:22 +02:00
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