Etienne Trimaille
9bf1ec2136
changelog update
2015-06-26 10:42:22 +02:00
Radim Blazek
a3441d1802
[GRASS] blocking vector import data stream
2015-06-24 19:47:30 +02:00
Juergen E. Fischer
a54c2d02cf
add postgres layer: enforce selection of primary key for views (refs #11317 )
2015-06-24 18:08:28 +02:00
Juergen E. Fischer
2b703e397c
handle ogr sublayers with colon
2015-06-24 18:08:27 +02:00
Juergen E. Fischer
048aff01bb
use triple quoting with st_estimatedextent in postgres provider and db_manager ( fixes #12478 )
2015-06-24 18:08:26 +02:00
Juergen E. Fischer
ea71b2c0c7
avoid reloading not rendered layers on map refresh
2015-06-24 18:08:24 +02:00
volaya
feb8d386a5
[processing] fixed saga algorithms when input is an sdat file
2015-06-24 18:04:41 +02:00
volaya
848cd44d69
[processing] fixed a couple of wrong SAGA algorithm descriptions for 2.1.4
2015-06-24 18:04:40 +02:00
volaya
59b176d7d0
Merge pull request #2164 from Gustry/fix-replace
...
[Processing] fix variable assignment
2015-06-24 14:28:21 +02:00
Nyall Dawson
aab071de9a
Filtering in expression widget should be case insensitive (refs #11627 )
2015-06-24 20:51:25 +10:00
Nyall Dawson
433e87df14
Default to case insensitive for attribute table filter ( fix #11627 )
2015-06-24 20:40:42 +10:00
Nyall Dawson
8f3c58e664
Update max value for null size in size assistant
...
(required for sizes in map units, where large values are needed)
2015-06-24 20:30:56 +10:00
vmora
32a72cd9aa
allow user to control size for NULL values
...
added a field in the assistant to specify the symbol size when
expression evaluates to NULL
2015-06-24 20:24:23 +10:00
vmora
61fbe1c602
fix NULL field in size expression beeing drawn
...
the expression generated by the assistant was causing symbol with size
expr evaluated to NULL to be drawn with default size, wich is not what
the default should be.
The generated size expression is now composed with coalesce(...,0)
so the symbol is not drawn when the size expression is NULL
The expression is still recognized without the coalesce to allow the
legend to be drawn even in the absence of coalesce: this can be used
to have the default size for NULL expression and use a conditional expr
fro color to highlight symbols where value is NULL.
2015-06-24 20:23:47 +10:00
vmora
4fb22b4ef6
converted size expr evaluate to 0 on NULL field
...
fix #12888
use coalesce(expr,0) to have zero size if expression evaluates to NULL
otherwise the default size would be used
2015-06-24 20:08:49 +10:00
vmora
2e35781764
reactivate field when dd buton is deactivated
2015-06-24 20:02:07 +10:00
Etienne Trimaille
5a9df7eba3
fix variable assignment in Processing
2015-06-24 11:29:45 +02:00
Nyall Dawson
d4badf8bfa
Revert 9041950 and 5f49335. Neither fixed worked for Windows.
...
Will revisit for 2.12.
2015-06-24 18:21:01 +10:00
Nyall Dawson
16cab9fcf9
Add tests for line placement of labels
2015-06-24 17:11:45 +10:00
Nyall Dawson
d4b659ebd3
Label tests for buffer and shadow
2015-06-24 17:11:45 +10:00
Nyall Dawson
19767cbd95
Don't show errors in a dialog for QgsDelimitedTextProvider
...
This causes issues with scripted use of the provider. Instead, just
log messages to the standard message log.
2015-06-24 17:11:45 +10:00
Nyall Dawson
0016ab6230
Add a "load values" button to graduated histogram. The previous
...
approach of automatically fetching the values on demand was
resulting in graphical corruption to the parent tab widget.
2015-06-24 17:11:45 +10:00
Juergen E. Fischer
3d978be35e
indentation and spelling fixes
2015-06-24 09:08:52 +02:00
Nyall Dawson
7e8041cd98
Merge pull request #2163 from carolinux/master
...
Added setBand capability to qgssinglebandpseudocolorrenderer API
2015-06-24 10:05:56 +10:00
carolinux
028c083685
Fixed indent/spacing
2015-06-24 01:21:19 +02:00
carolinux
37cd9e7a0d
Added doxygen docs
2015-06-24 01:15:42 +02:00
Juergen E. Fischer
8656b2d03b
osgeo4w: switch to GRASS 7.0.1RC1
2015-06-23 22:42:11 +02:00
Juergen E. Fischer
3eef29ab1b
geometry validator: fix touching lines check (followup b9b9bc3, fixes #12730 )
2015-06-23 22:15:46 +02:00
Juergen E. Fischer
e368f95a0f
[processing] fix initial without saga_cmd on *x
2015-06-23 21:30:05 +02:00
carolinux
5f2c8e08e2
Bands are 1-indexed
2015-06-23 19:50:22 +02:00
carolinux
45681e6e0a
Added setBand capability to qgssinglebandpseudocolorrenderer API
2015-06-23 17:19:58 +02:00
Radim Blazek
da39ab3894
[GRASS] better handle corrupted/missing topo; allow to delete corrupted map
2015-06-23 15:35:27 +02:00
Juergen E. Fischer
fd4b38c55a
invalidate first crs on project load ( fixes #13011 )
2015-06-23 15:34:34 +02:00
Juergen E. Fischer
7031cfb995
dxf export: deprecate writeSolid (replaced with writePolygon) and add some doxymentation
2015-06-23 15:34:33 +02:00
volaya
38a247f26c
[processing] fixed attribute types in memory layers
...
fixes #12894
2015-06-23 14:15:08 +02:00
Marco Hugentobler
0bbc11b3f8
Derive MultiLineString from MultiCurve and MultiPolygon from MultiSurface
2015-06-23 13:41:14 +02:00
Nyall Dawson
d0a624dfec
More test mask updates
2015-06-23 21:38:56 +10:00
volaya
a842d47512
[processing] fixed text and html output in GRASS algorithms
...
This changes the way text outputs are handled.
Now the output of the command is piped to a file, and with that file, the raw and HTML outputs are generated.
More formatting for the HTML file should be added in the future, since it is now rather basic
fixes #6379
2015-06-23 13:32:16 +02:00
volaya
77ca802522
[processing] better initialization of SAGA provider
2015-06-23 12:01:50 +02:00
volaya
cdf034a999
[processing] fixed typo in algorithm group name
2015-06-23 12:01:49 +02:00
Radim Blazek
7b2683849e
[GRASS] fixed animated import icon on windows
2015-06-23 11:24:52 +02:00
Nyall Dawson
75366905fd
Fix tab order in raster calculator dialog
2015-06-23 19:12:18 +10:00
Etienne Trimaille
488f3947eb
add log, ln and != button in the raster calculator
2015-06-23 19:08:27 +10:00
volaya
83f3a5893c
[processing] added check to ensure input layers are valid
2015-06-23 09:07:52 +02:00
volaya
247c2f061e
[processing] no need to hide credentials when storing db data
...
If they appear on the URI, it means they are already being stored in plain text by QGIS
2015-06-23 09:07:51 +02:00
volaya
6ce2333f98
[processing] more improvements for storing db data in log
...
This allows reusing commands that use a db-based layer.
It disables parameter validity checks for layers. Those checks should now be performed at the algorithm level before executing (not yet implemented)
2015-06-23 09:07:50 +02:00
volaya
6e4113f000
[processing] show error message when execution of algorithm from console failed
2015-06-23 09:07:49 +02:00
volaya
06d250ef89
[processing] more correct storing of DB data in log
2015-06-23 09:07:48 +02:00
Nyall Dawson
99150dd39e
Add delimited provider to common provider tests, fix records missing
...
from delimited layers when geometry was null.
2015-06-23 16:35:42 +10:00
Nyall Dawson
89af061d5c
Add memory provider to common provider tests
2015-06-23 16:35:21 +10:00