3206 Commits

Author SHA1 Message Date
volaya
a30a9dd05e Merge pull request #992 from fsdias/master
Fix Relative_distribution_(distance_covariate).rsx
2014-01-24 00:34:02 -08:00
Juergen E. Fischer
cb5c4e9982 add QgsDistanceArea tests and enhance QgsGeometry tests a bit
(in preparation for a QgsGeometry wkb update)
2014-01-23 21:37:03 +01:00
Marco Hugentobler
f351c4f7f8 [FEATURE:] Add point sample class to analysis library 2014-01-23 16:12:26 +01:00
Marco Hugentobler
b086195888 Add qgstransectsample.sip 2014-01-23 16:12:26 +01:00
Martin Dobias
3568fe761e Merge pull request #1075 from Oslandia/expressions_in_symbol_rotation_and_scale_for_pr
[FEATURE] allow for expressions in symbol rotation and scale
2014-01-23 00:12:04 -08:00
Alvaro Huarte
f6f0384c6b #87525R: refactoring and minor changes 2014-01-22 12:52:06 +01:00
Tim Sutton
f2d0100d5d Merge pull request #1094 from ahuarte47/Issue_8725R-maxscale
Feature #8725R: support for maximum scale at which the layer should be simplified
2014-01-22 02:14:41 -08:00
Marco Hugentobler
a5b0e04585 Consider scale based visibility in dxf export. Const correctness for maplayer accessors 2014-01-21 09:18:22 +01:00
Nyall Dawson
7d2bf150ed [FEATURE] Add option for simple line symbols to be drawn only inside a
polygon. Allows for creation of "national geographic" style borders on
maps where a thick border does not overlap into neighbouring polygons.
2014-01-21 15:58:29 +11:00
ahuarte47
031596c4e4 #8725R: define simplifyDrawingCanbeApplied better 2014-01-21 02:12:12 +01:00
ahuarte47
653af3a459 #8725R: add maximum scale at which the layer should be simplified 2014-01-21 01:39:16 +01:00
Nyall Dawson
85a17c246a Add QgsMapLayerAction and QgsMapLayerActionRegistry, which can be
used as a generic api for registering actions which can apply to
a specific map layer or layer type.

Create a QgsMapLayerAction for setting features as the current
atlas feature for compositions.

This work was kindly sponsored by SIGE (www.sige.ch).
2014-01-20 21:35:56 +11:00
Juergen E. Fischer
a9d8bd1e5b update sip some bindings 2014-01-18 23:05:32 +01:00
Juergen E. Fischer
7ca60b30e5 followup f33c4904d3b: add Q_DECL_DEPRECATED and sip annotation to hasCrsTransformEnabled signal 2014-01-17 14:09:25 +01:00
Radim Blazek
f33c4904d3 signal hasCrsTransformEnabled() renamed to hasCrsTransformEnabledChanged() 2014-01-16 17:28:00 +01:00
Denis Rouzaud
0ca7316371 DB Manager: remove text under icons 2014-01-15 13:54:35 +01:00
Alvaro Huarte
8fb87f1828 #8725-R: minor changes 2014-01-15 11:00:01 +01:00
ahuarte47
61041dac25 #8725-R: simplify edited geometries in QgsVectorLayerFeatureIterator 2014-01-15 11:00:01 +01:00
ahuarte47
d439dfbc88 #8725-R: include qgsvectorsimplifymethod.sip 2014-01-15 11:00:01 +01:00
Joshua Arnott
bb9c9893fd Fixed bug in the processing toolbox qgis:intersection tool, preventing
attempts at writing the wrong geometry type to a shapefile.
2014-01-14 21:14:49 +00:00
vmora
7d404d97ca allow for expressions in symbol rotation and scale
the single, graduated and categorised symbol renderers have been
refactored to avoid use of raw pointers (auto_ptr are used instead, they
are deprecated in c++11 but the change for unique_ptr is an easy one and
they clearly state the design intend: exclusive ownership)

2 general use function to quote and unquote strings for/from xml have
been added to qgis.h
2014-01-14 17:25:00 +01:00
Nyall Dawson
6bb9dfec00 [FEATURE][composer] Allow for more than one atlas controlled map in compositions (or none), by moving some atlas properties to map items (fix #9248) (fix #6484) 2014-01-14 22:52:01 +11:00
Radim Blazek
a18b4a35c6 highlight identified feature using real feature shape 2014-01-12 18:19:32 +01:00
Nyall Dawson
9f7868263b Merge pull request #1046 from ahuarte47/Issue_9254
Bug #9254: fix point-style with "outline width" = 0 still show the outline
2014-01-12 02:52:30 -08:00
vmora
af55e98a45 set droplists if parameter values are already set
as a result you can set some parameters in
checkBeforeOpeningParametersDialog and they will be the default in the
interface. This is especially usefull when your algo as a lot of
parameters that you can gues (eg from layer names)
2014-01-03 14:52:49 +01:00
Nathan Woodrow
327f561cdd Fix typo 2014-01-03 20:49:32 +10:00
Nathan Woodrow
79447b92c1 Filter params and output before use. Use Enurmerate to count rows 2014-01-03 20:40:15 +10:00
Nathan Woodrow
797bd3233d Use count function 2014-01-03 20:40:14 +10:00
Nathan Woodrow
44d96825a3 Use set for getFields 2014-01-03 20:40:13 +10:00
Nathan Woodrow
8aa6a4db24 Reduce margins on processing toolbox 2014-01-03 13:14:59 +10:00
Salvatore Larosa
51fb4f5909 [processing] set window flags for modeler dialog 2014-01-02 14:33:42 +01:00
Salvatore Larosa
dd6dffcb89 [processing] API v2 update fix: returns str obj instead of QVariant one, it occurs when running Processing headless 2014-01-02 14:33:06 +01:00
ahuarte47
183dd8eed6 #9254: define overloaded wellKnownMarkerFromSld function in sip
in sip
2014-01-02 08:12:35 +01:00
ahuarte47
27521074db #9254: avoid break compatibility with the 2.0 api 2014-01-02 08:12:34 +01:00
ahuarte47
4f6c9cdee7 #9254: Support for OutlineStyle in SLD files 2014-01-02 08:12:34 +01:00
Nyall Dawson
719c78c2c7 [composer] Clean up item rotation api, seperate item rotation (for shapes, labels) from map rotation and picture rotation.
Maintain compatibility with 2.0 api, deprecate ambiguous rotation/setRotation methods
2013-12-30 20:00:55 +11:00
Alexander Bruy
77fb9a5492 [processing] refactored some helpre functions (contributed by Nathan Woodrow) 2013-12-29 14:35:11 +02:00
nyalldawson
6aed6fee08 [tests] Fix python compositionchecker to derive from render checker, fix most python composer tests (fix #9117) 2013-12-29 09:52:16 +11:00
nyalldawson
aa3e40a0eb [FEATURE][composer] Add controls for changing zebra frame colors and line thickness, fix output of zebra style grids (fix #8767) 2013-12-29 09:52:15 +11:00
anitagraser
720871c154 undid changes to densify geometries 2013-12-28 14:02:06 +02:00
anitagraser
719f8d5200 allow float values in densify interval input field 2013-12-27 22:47:56 +02:00
C. Daniel Sanchez R
7050265f38 Patch for issue 8920. 2013-12-27 15:00:20 -05:00
Victor Olaya
52c59daad2 [processing] minor cosmetic change 2013-12-20 09:41:39 +01:00
D'Hont René-Luc
a09892f1bb [Feature][Processing] Headless
To use QGIS Processing in python scripts out of QGIS.
The changes made concern the dependence to legendInterface. In cases
where the interface.iface is null (None) QGIS Processing uses the
QgsMapLayerRegistry instance.
2013-12-19 18:09:56 +01:00
Juergen E. Fischer
24acebef41 indentation update 2013-12-17 17:03:54 +01:00
Alvaro Huarte
440ede935a Feature #8725: Fast rendering of geom (v-OGR)
Implements fast rendering of LineStrings and Polygons pre-applying a
view threshold filter to the geometries to render in qgis. Also disable
'Antialiasing' when it is possible.

View Table of test results in 'http://hub.qgis.org/issues/8725'

(This version of branch implements the improvement in vector-providers)
2013-12-17 15:50:05 +01:00
anitagraser
d13245190d attempt to fix http://hub.qgis.org/issues/9184 2013-12-13 22:37:28 +01:00
Martin Dobias
d3b5fb01cd User-configurable update interval 2013-12-11 21:12:24 +07:00
Martin Dobias
90b10f79cf Fix unit tests
- QgsFeature owns QgsFields (otherwise the assigned QgsFields may get deleted)
- updated QgsRenderChecker to use map settings + map renderer job
- fixed DPI issue in map renderer to map settings conversion
- fixed vector layer cache (failing file operations)

There are still few tests that keep failing compared to master branch,
but the reason for failure are tiny pixel diffs and we should probably just
update the expected images.
2013-12-11 16:21:35 +07:00
Martin Dobias
e814e8df92 Invalidate cached image when layer's data or appearance is modified 2013-12-10 15:35:13 +07:00