Radim Blazek
b3e5544579
[GRASS] fix crash in browser when opening GRASS 6 mapset with GRASS 7
2015-03-31 16:24:30 +02:00
rldhont
eb5717d539
[BUGFIX] In WFS GetFeature joined fields not are not returned
...
In the WFS GetFeature Request, the joined fields are not returned. It's due to
the use of provider instead of layer to retrieve all fields.
The correction is to use layer->pendingFields() and layer->pendingAllAttributesList()
2015-03-30 21:15:45 +02:00
Juergen E. Fischer
b6a419439e
dxf export: either use rgb or palette color (followup 9961095)
2015-03-30 17:23:46 +02:00
Matthias Kuhn
94dda441c5
ValueRelation autocompleter: case insensitivity
2015-03-30 10:53:03 +02:00
Nathan Woodrow
5f1ed3582d
Merge pull request #1932 from ccrook/Field_calculator_expression_fix
...
Fix #12257 - allow creation of expression field on delimited text layer
2015-03-30 09:16:55 +10:00
Matthias Kuhn
1cce091e17
[FEATURE] Add lineedit with autocompleter for ValueRelation edit widget
2015-03-29 19:47:23 +02:00
Nyall Dawson
08d4d3bad5
Add apply button to label properties dialog
2015-03-29 20:30:32 +11:00
Nyall Dawson
bdcfa0113d
UI Improvements to label properties dialog
...
Add scroll area, collapsible group boxes so the dialog isn't so
oversized.
2015-03-29 20:28:41 +11:00
Nyall Dawson
ea2c674281
Add handling of null values to some widgets in label properties
...
This allows clearing the data defined values for these properties,
which nulls their attribute value and resets the property for
that label to the layer's default value.
2015-03-29 20:28:29 +11:00
Nyall Dawson
727ef9b557
Initially populate label properties dialog with data defined results
...
...even if the data defined property is set to an expression. Although
the values can't be altered for expression based properties, it's
still valuable to show the actual evaluated value for these
properties (for troubleshooting data defined expressions, etc).
2015-03-29 20:28:14 +11:00
Nyall Dawson
0071593bd2
More QgsUnitSelectionWidget cleanups
2015-03-29 20:20:41 +11:00
Nyall Dawson
8b37ea2b05
[FEATURE] Add option to symbology to prevent clipping of features
...
This option (located under the symbol advanced menu) disables the
automatic clipping of lines/polygons to the canvas extent. In
some cases this clipping results in unfavourable symbology (eg
centroid fills where the centroid must always be the actual
feature's centroid). (fix #9757 )
2015-03-28 21:16:45 +11:00
Nyall Dawson
742f3233ee
[FEATURE] Paint effects for layers and symbol layers
...
This commit adds a new framework for implementing paint effects, which
modify the results of QPainter operations to apply visual effects
such as drop shadows and blurs.
The initial implementation allows for effects to be applied to entire
layers and individual symbol layers.
Included are a drop shadow, inner shadow, blur, inner glow, outer glow,
colorise and transform effect. A "stack" effect is also implemented
which allows other paint effects to be combined in various ways.
Sponsored by hundreds of generous kickstarter contributors!
2015-03-28 20:04:50 +11:00
Nyall Dawson
fe2db5261c
Possible fix for placement of labels with offset from point mode and rotation (refs #12217 )
2015-03-28 19:14:49 +11:00
Juergen E. Fischer
9961095081
dxf export:
...
* reinstate palette colors, but exclude black/white
* fix hatch transparency
* fix active (initial) v(iew)port
2015-03-27 23:49:47 +01:00
Matthias Kuhn
264c0ec32a
Add unit tests for virtual fields
2015-03-27 14:12:03 +01:00
Matthias Kuhn
c44285ba04
Make virtual fields updatable
...
Fix #11547
Fix #10994
2015-03-27 14:12:03 +01:00
Matthias Kuhn
7905f7f93f
Show current expression of virtual fields
2015-03-27 14:12:02 +01:00
Matthias Kuhn
733b7c9c8d
Add filter chaining to the pre-filters of the relation reference wdg
2015-03-26 16:48:18 +01:00
Matthias Kuhn
868eeb27c8
Add pre-filters to relation reference widget
2015-03-26 16:48:18 +01:00
Matthias Kuhn
c5a4ea56b1
Add "filter fields" configuraiton option to relation reference widget
2015-03-26 16:48:17 +01:00
Matthias Kuhn
5b5f16e8ff
Merge pull request #1964 from mhugo/fix_querybuilder_joins2
...
Allow provider-level filtering (subset string) on layers with joined fields
2015-03-26 11:27:12 +01:00
Nyall Dawson
837c7ee8d3
[composer] Don't redraw map if layers change and map is set to cached
...
Previously map was being redrawn every time a layer was added or
removed from the registry, which blocked the ui until the map
redraw is complete.
Now the map will only be redrawn as a result of layer changes
if it's set to Render mode.
Possible fix for 12234 and 12125. (refs #12234 , #12125 )
2015-03-26 10:58:19 +11:00
Nyall Dawson
012ee0b414
[composer] Smaller step for attribute table spin widgets
2015-03-26 10:55:20 +11:00
Juergen E. Fischer
581d7f8e70
postgres provider: fix retrieval of default values from other schemes ( fixes #12447 )
2015-03-25 19:23:39 +01:00
Hugo Mercier
4a52750a48
Allow provider-level filtering on layers with joined fields (fix conflicts)
2015-03-25 11:32:00 +01:00
Juergen E. Fischer
e21010c0c6
ftools: fix strings and add to translation ( fixes #9970 )
2015-03-24 21:59:55 +01:00
Juergen E. Fischer
7019db8831
raster calculator: add logarithmic functions
2015-03-24 20:59:18 +01:00
Juergen E. Fischer
6309dbd15b
server: accept empty bbox as valid (followup 57046c5, fixes #12440 )
2015-03-24 20:48:18 +01:00
Juergen E. Fischer
7469d2bbf0
dxf export: fix data defined outline color of simple markers
2015-03-24 14:14:18 +01:00
Juergen E. Fischer
80bbed1595
include qgslayerdefinition.sip in bindings
2015-03-24 13:19:03 +01:00
Martin Dobias
7bdc9c1939
Do not mark python plugins as broken in plugin installer when having dash in the name
...
Although plugin with a dash in the name is not a correct python package name,
the qgis python support recognizes them as valid plugins - so let's have the same
behavior in the installer.
2015-03-24 16:57:40 +07:00
Matthias Kuhn
4e6ba7bd46
Merge pull request #1960 from manisandro/nitpick
...
Don't store QGis::WkbType in int
2015-03-24 09:43:09 +01:00
Juergen E. Fischer
25e4e4d3d6
dxf export:
...
* switch to rgb colors only (fixes black/white issues)
* fix drawing of polygon outlines
* distiguish polygon outlines from filled polygons in paint engine (fixes
#12368 )
2015-03-23 21:43:29 +01:00
Juergen E. Fischer
45fbb3f5a9
update_ts.sh: include locations
2015-03-23 20:14:51 +01:00
Juergen E. Fischer
9596f97db6
expressions: fix modulo 0 crashes ( fixes #12431 )
2015-03-23 20:07:41 +01:00
Sandro Mani
d2d1d513b5
Don't store QGis::WkbType in int
2015-03-23 14:23:09 +01:00
Juergen E. Fischer
28a2bf919d
osm export: add buttons to select/unselect all tags
2015-03-23 12:33:12 +01:00
Nyall Dawson
7b57cafb5a
Standardise use of red minus icon ( fix #12425 )
2015-03-23 18:21:47 +11:00
Nyall Dawson
0d241b794a
Clean up API for QgsUnitSelectionWidget
...
Makes the widget easier to use, avoids duplicate code
2015-03-22 22:03:01 +11:00
Chris Crook
1272870ffc
Adding lonlong to types advertised by delimited text provider
2015-03-22 18:45:27 +13:00
Chris Crook
308bbb66bd
Fixed timing/dangling pointer error in delimited text provider
2015-03-22 10:01:58 +13:00
Chris Crook
60fcc4d876
Merge branch 'carolinux-5605-types'
2015-03-22 08:55:38 +13:00
Chris Crook
99e6a6253f
Removing processing of extraneous blank fields and enlarged arrays
2015-03-22 08:52:50 +13:00
Chris Crook
0beb1707b6
Adapting longlong test to general type inference test
2015-03-22 08:51:42 +13:00
Nathan Woodrow
297a94fc58
Fix formatting of db manager python code
2015-03-21 20:35:29 +10:00
Chris Crook
532599e491
Merge branch '5605-types' of git://github.com/carolinux/QGIS into carolinux-5605-types
2015-03-21 20:57:02 +13:00
Juergen E. Fischer
57046c53ee
better fix for 8c8a9e07
2015-03-20 20:01:09 +01:00
Larry Shaffer
12e0f358a8
Set GDAL env vars for when gdal lib is bundled in app on Mac
2015-03-20 11:48:09 -06:00
Juergen E. Fischer
8c8a9e0788
server: fix parsing of bbox numbers in scientific notation containing +
...
(reverts 905561f)
2015-03-20 16:14:04 +01:00