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
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