27853 Commits

Author SHA1 Message Date
vmora
cb104f0fcb set data-defined size,angle,width for added symbol
fix #13033
When a symbol is added and the marker as a global size expression,
restore the expression if a symbol is added.
2015-06-26 10:46:09 +10:00
Nyall Dawson
ab55126902 Test mask updates 2015-06-26 10:32:22 +10:00
Nyall Dawson
4876c6572c Fix infinite loop when painting grid with bad parameters
Credit to @m-kuhn
2015-06-26 10:32:22 +10:00
Nyall Dawson
9170b992b1 Mark geometry API as non-stable 2015-06-26 10:32:22 +10:00
Juergen E. Fischer
d875011718 fix 2b703e3 2015-06-26 01:50:37 +02:00
Juergen E. Fischer
2d87a70609 processing: fix installation of saga 2.1.3 descriptions 2015-06-26 01:35:57 +02:00
Jürgen Fischer
6e3a1fa057 Merge pull request #2118 from jef-n/postgres-like-concat
expressions: let concat handle NULL like empty string (like in postgres; fixes #1927)
2015-06-26 01:14:20 +02:00
Juergen E. Fischer
e6556a2d8d osgeo4w: update release packaging for dual grass support 2015-06-26 00:32:35 +02:00
Radim Blazek
492c6d9110 [GRASS] raster import null values 2015-06-25 21:36:17 +02:00
Radim Blazek
91058aafbd [GRASS] mapset item refresh on file system change 2015-06-25 21:36:17 +02:00
Radim Blazek
580ae03870 [GRASS] change canceled import item icon / label 2015-06-25 21:36:17 +02:00
Matthias Kuhn
7ce4edf13e [CTest] Enable individual tests depending on appropriate cmake options 2015-06-25 13:45:43 +02:00
Radim Blazek
113efcab14 [GRASS] skip currently being imported objects in browser refresh 2015-06-25 13:18:41 +02:00
Radim Blazek
fe8263bfda [GRASS] new names fixes 2015-06-25 12:39:09 +02:00
Radim Blazek
26588b59d1 [GRASS] blocking raster import data stream 2015-06-25 11:50:02 +02:00
Marco Hugentobler
39f8bd9eb9 Add factory annotation 2015-06-25 11:34:36 +02:00
Marco Hugentobler
7b31f8a02f Remove python bindings for QgsGeos, move createGeometryEngine() from edit utils to QgsGeometry class 2015-06-25 10:45:53 +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