32772 Commits

Author SHA1 Message Date
Giovanni Manghi
8cd6be57ed fix two SAGA statistics_grid modules 2016-05-26 14:04:29 +01:00
Alexander Bruy
af201211dd fix indentation 2016-05-26 14:43:18 +03:00
Alexander Bruy
d16f04bf3a [processing] support multiple scripts/models folders (fix #10476) 2016-05-26 13:56:21 +03:00
Juergen E. Fischer
d17094611b INSTALL is a output file 2016-05-26 12:52:30 +02:00
pcav
d676fcbaa6 Another typo in INSTALL 2016-05-26 11:45:41 +02:00
Alexander Bruy
942e4694cf Merge branch 'pluginmanager-fix-strings' 2016-05-26 08:42:58 +03:00
Alexander Bruy
eb275ea49b Merge branch 'worlfile-ext' 2016-05-26 08:42:42 +03:00
Alexander Bruy
322da8b2cf Merge pull request #3105 from volaya/processing_cleanup
[processing] cleanup and improvements
2016-05-25 20:42:17 +03:00
pcav
d19767d590 Typos in INSTALL 2016-05-25 19:01:18 +02:00
pcav
92604cf207 Merge branch 'master' of https://github.com/qgis/QGIS 2016-05-25 18:59:16 +02:00
Alexander Bruy
ed90055e19 homogenize worldfile extensions when exporting map as image (fix #13264) 2016-05-25 19:26:35 +03:00
volaya
997a3683a0 [processing] removed wrong import 2016-05-25 17:53:07 +02:00
Alexander Bruy
b5b0145c8f [pluginmanager] reword link to plugin bugtracker (fix #11582) 2016-05-25 18:47:09 +03:00
Alessandro Pasotti
0469ffc13e Merge pull request #3106 from boundlessgeo/wfs-t-tests-2
Wfs t tests
2016-05-25 17:46:47 +02:00
Alessandro Pasotti
6b715c5bd6 Adapted test to new provider changes 2016-05-25 16:55:49 +02:00
Alessandro Pasotti
e72cf56938 Added debug msg 2016-05-25 16:55:49 +02:00
Alessandro Pasotti
921069aef5 Renamed test 2016-05-25 16:55:49 +02:00
Alessandro Pasotti
92874025aa [server] WFS-T server and provider integration tests
Integration tests for WFS-T provider and WFS-T server.
The tests perform WFS-T CRUD operations on a QGIS Server
instance through WFS-T data provider.

Funded by Boundless
2016-05-25 16:55:49 +02:00
Matthias Kuhn
0627ac3f42 Followup f300715, adjust test 2016-05-25 16:03:48 +02:00
Matthias Kuhn
b762694b22 Fix crash in relation manager
When clicking ok with invalid definitions.

Fixes #14869
2016-05-25 15:58:58 +02:00
Matthias Kuhn
f30071567c [2.5D] Change default roof color
Kudos to @timlinux
2016-05-25 15:35:35 +02:00
volaya
f915cbe63e [processing] fixed modeler dialog 2016-05-25 14:59:08 +02:00
Nathan Woodrow
76a23e68e8 [python] Add bits() bindings for QgsRasterBlock 2016-05-25 21:10:07 +10:00
Nyall Dawson
fff938c5d9 Add some tooltips to relation subform buttons 2016-05-25 20:22:36 +10:00
Nyall Dawson
e5d852979d Add more missing docs 2016-05-25 18:53:56 +10:00
volaya
950a191813 [processing] remove square brackets from output names when no path and no extensions are provided 2016-05-25 10:43:22 +02:00
Nyall Dawson
1132eb9070 Add missing docs 2016-05-25 18:26:14 +10:00
volaya
7f48ea4b8d [processing] only ask for msys folder in windows 2016-05-25 09:48:30 +02:00
Nyall Dawson
1287f8ccbd Store object instead of pointer to crs in QgsMapLayer 2016-05-25 15:41:05 +10:00
Nyall Dawson
fcaffa260f Make QgsCoordinateReferenceSystem implicitly shared 2016-05-25 15:41:04 +10:00
Nyall Dawson
7af95b10a0 Allow opacity change for 25d renderer colors (fix #14877) 2016-05-25 15:41:04 +10:00
nirvn
64823d10c5 [gui] improve no color logic by keeping RGB values 2016-05-25 15:41:04 +10:00
Nyall Dawson
4089cc5226 Add test for color button that setting color to transparent
will retain non-alpha color components
2016-05-25 15:41:04 +10:00
Nyall Dawson
f2b70cf5e2 Always mark features as valid when added to memory provider
For other providers features will automatically be made valid
through the proces of adding to the provider's storage itself
and then later retrieving via iterators. But the memory
provider uses a direct copy of the feature, so if we don't
explicitly mark features as valid the provider may be
returning features incorrectly marked as invalid.

...and add tests to ensure all providers always return valid
features
2016-05-25 15:41:04 +10:00
Nyall Dawson
9f325df9c7 Search widget wrapper for relation reference widget 2016-05-25 15:41:04 +10:00
volaya
68379963d2 Merge pull request #3103 from rldhont/bugfix_processing_rscript_output_table
[BUGFIX][Processing][Rscript] Write output Table
2016-05-25 07:36:12 +02:00
volaya
1cddf8db00 Merge pull request #3102 from rldhont/bugfix_processing_rscript_crs
[BUGFIX][Processing][Rscript] Use CRS Parameter
2016-05-25 07:35:38 +02:00
rldhont
3b7c0fc04f [BUGFIX][Processing][Rscript] Write output Table
Add support forwriting  output table to Rscript command.
2016-05-24 21:52:02 +02:00
rldhont
f470c531d8 [BUGFIX][Processing][Rscript] Use CRS Parameter
Add support for CRS parameter to Rscript command.
2016-05-24 21:38:59 +02:00
Nyall Dawson
94d88e65d8 Correctly return null values from QgsColorWidgetWrapper 2016-05-25 03:23:06 +10:00
Nyall Dawson
58e1c7fc43 Add a set to null ('clear') to color buttons 2016-05-25 03:23:06 +10:00
Nyall Dawson
2fddc0079f Fix logic in detecting whether attribute form widgets have changed
Since two null QVariants can be reported as not equal if they have
different underlying types we need to ensure that we don't flag
this situation as a changed value.
2016-05-25 03:23:06 +10:00
Nyall Dawson
38e05026fb Fix invalid background/text colors showing in attribute table 2016-05-25 03:23:06 +10:00
Nyall Dawson
eba4d03d09 Fix crash in attribute table when layer has no fields 2016-05-25 03:23:06 +10:00
Alexander Bruy
dadc9d2057 fix typo 2016-05-24 19:59:07 +03:00
Alexander Bruy
c69665be92 [processing][gdaltools] reword merge option (fix #8519) 2016-05-24 19:47:48 +03:00
Alexander Bruy
8ad1e3c8bc [processing] add ability to choose encoding when importing into PostGIS (fix #14687) 2016-05-24 19:32:58 +03:00
Alexander Bruy
9928980851 Merge pull request #3097 from rldhont/bugfix_processing_rscript_extent
[processing] add missed extent parameter to R provider
2016-05-24 18:05:49 +03:00
rldhont
5d7e218b04 [BUGFIX][Processing][Rscript] Use Extent Parameter
Add support for extent parameter to Rscript command.
2016-05-24 16:01:30 +02:00
Nyall Dawson
2bba1917e1 Merge pull request #3095 from DelazJ/patch-3
Add example to functions
2016-05-24 12:57:22 +02:00