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
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
Harrissou Sant-anna
386fcc67ab
Add more example
2016-05-24 12:24:12 +02:00
Harrissou Sant-anna
1a3c41657f
Add more example
2016-05-24 12:21:00 +02:00
Juergen E. Fischer
ff38f27dea
fix build
2016-05-24 10:17:32 +02:00
Nyall Dawson
8ddcf76d2a
[FEATURE][expressions] Expanded support for date/time calcs
...
Adds support for date - date, time - time and datetime - datetime
type calculations which return an interval.
2016-05-24 17:18:45 +10:00
Nathan Woodrow
db0db36887
Code style
2016-05-24 14:50:49 +10:00
Nathan Woodrow
955a5b2467
[styledock] Fix setting QgsSingleBandPseudoColorRendererWidget signal order
2016-05-24 14:34:18 +10:00
Nathan Woodrow
2b8017615d
[styledock] Fix setting label widget layer
...
Opps :)
2016-05-24 12:56:52 +10:00
Nathan Woodrow
3f4250feda
More ninja changes
2016-05-24 12:53:24 +10:00
Nyall Dawson
7dcef00c41
Add file missing from 3e4536
2016-05-24 05:29:53 +10:00
Nyall Dawson
3e45369f77
Followup 71712a, add missing SIP bindings
...
Also change QPointF& -> QPointF (faster)
2016-05-24 05:26:46 +10:00
Nyall Dawson
7a8c3e0d2a
Followup 73733a, fix crash when running invalid python strings
2016-05-24 05:02:55 +10:00
Marco Hugentobler
71712ac565
Draw vertices of unsegmentized geometry
2016-05-23 17:35:47 +02:00
Alexander Bruy
d2b21891d4
[processing] correctly set default value in modeler algorithms ( fix #12767 )
2016-05-23 17:42:54 +03:00
Nyall Dawson
6ef22eec6e
Only show 'case sensitive' checkbox for string fields
2016-05-24 00:26:15 +10:00
Nyall Dawson
1c4811fa12
Add Is Not Null and Is Not Between type search/filters
2016-05-24 00:26:15 +10:00
Nyall Dawson
383fc055ba
Don't automatically turn column filter to extended filter
...
Now fields using text edit widgets will keep the column filter
as the entered text.
Additionally, the extended filter has been improved to always
take the initial filter from the current filter, even if it's
not an extended filter.
(fix #12422 )
2016-05-24 00:26:15 +10:00
Nyall Dawson
e00ea61be6
Add missing docs
2016-05-24 00:26:15 +10:00
Nyall Dawson
02c0174d41
Add a "Between" type search/filter in filter form mode
...
When Between searches are selected, two search widget wrappers
will be created to allow entry of the minimum/maximum allowed
values.
2016-05-24 00:26:15 +10:00