Juergen E. Fischer
74e7314c36
update sip bindings II
2014-01-27 09:22:53 +01:00
Juergen E. Fischer
d4e369414b
update sip bindings
2014-01-26 18:36:29 +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
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
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
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
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
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
Marco Hugentobler
561f01c0c2
[FEATURE]: merge dxf_export branch
2013-12-06 17:46:47 +01:00
nyalldawson
dfba26d9b0
[FEATURE] allow starting/ending a gradient at a features centroid
2013-11-03 20:55:33 +11:00
nyalldawson
864df0fe37
[FEATURE] Add support for gradient fills for polygons
2013-10-07 19:54:33 +11:00
Juergen E. Fischer
aaef947800
remove line decoration symbol layer ( fixes #8379 )
2013-08-22 20:54:27 +02:00
Juergen E. Fischer
cf22bcf383
symbology-ng: make dump() methods const
2013-07-22 21:42:44 +02:00
Etienne Tourigny
0789760044
Merge pull request #429 from tecoholic/ramp_srch
...
added searching of colorramps in style manager
2013-07-03 06:31:02 -07:00
Matthias Kuhn
55135d6007
const-correctness for QgsGeometry
2013-06-25 12:16:36 +02:00
Juergen E. Fischer
3854086d47
sip update
2013-06-23 16:00:24 +02:00
Juergen E. Fischer
99f998aa30
- add missing sip bindings
...
- port widgets_tree.py to QtXml and update customization.xml (fixes #5752 and #8054 )
2013-06-22 19:41:34 +02:00
Juergen E. Fischer
e0907b0f0a
more spelling fixes
2013-05-03 21:39:28 +02:00
Marco Hugentobler
9675af0406
Add python bindings for symbology units and data defined functions
2013-04-19 15:21:08 +02:00
Larry Shaffer
8749b29936
Add drop shadow option to labels
...
- Add option to show debug rectangles for shadows to PAL engine properties
- Add small container class, QgsLabelComponent, for temporal values during generation of label components
- Add static image blurring function to QgsSymbolLayerV2Utils
- Fix rotational offset issue with label backgrounds
2013-04-14 16:11:20 -06:00
Martin Dobias
1a723b4c38
Fix #7549 (selection color is now stored in QgsRendererContext)
2013-04-12 00:35:21 +02:00
Martin Dobias
c2f00caedf
[API] Removed old renderer support from QgsVectorLayer
2013-04-07 23:46:57 +02:00
Marco Hugentobler
cbab57dae9
Clean legacy code in ellipse symbol layer
2013-04-01 00:02:44 +02:00
Arunmozhi
6a2bd62c04
added searching of colorramps in style manager
2013-02-16 15:33:40 +05:30
Marco Hugentobler
a00e413b5d
[FEATURE]: possibility to export vector symbology (using ogr feature style)
2013-01-29 09:45:30 +01:00
Juergen E. Fischer
ac29c5b11f
prepare-commit.sh: remove trailing blanks from python files
2013-01-12 23:48:58 +01:00
Juergen E. Fischer
190c0511bc
fix most cppcheck warnings and implement suggestions
...
also update and sync some sip interfaces
2014-01-05 16:11:36 +01:00
Larry Shaffer
6a936b936b
Draw SVG symbol from cached QImage unless it exceeds half of cache size, then use QPicture
...
- Fix #6855 , SVG markers/fills larger than half cache (559^2 X 32 + SVG) are drawn with QPicture
- Fix #6861 , make QPicture SVG symbols scale with Composer page zoom
- Fix #6861 , make SVG symbol output to print/image more accurate by setting 'size' to double
- Update/add support for non-squared SVG via QImage and QPicture, on screen and in output to print/image
- Non-squared SVG QImage/QPicture can now be used in pattern fill, without excess space
2013-01-04 09:43:59 +01:00
Marco Hugentobler
1a79041af2
Use scale for symbology export (if symbol measures are defined in map units)
2012-12-21 16:28:34 +01:00
Radim Blazek
9fce669ba2
Improved raster singleband pseudocolor classification GUI
2012-12-18 13:46:45 +01:00
Alexander Bruy
d32a3773c3
add missed renderer capabilities to Python bindings
2012-12-04 12:09:09 +02:00
Giuseppe Sucameli
dffae7962f
move svg utils functions to the symbollayerv2utils class
2012-12-02 20:28:15 +01:00
Giuseppe Sucameli
454c732a3d
[FEATURE] add support to SVG images from url.
...
Work done for Regione Toscana-SITA
2012-11-27 01:02:51 +01:00
Etienne Tourigny
4c53c62a03
adjust .sip file after rebase
2012-11-17 19:01:46 -02:00
Etienne Tourigny
31c11edb2f
make QgsCptCityColorRampV2 subclass of QgsVectorGradientColorRampV2 and adjust both accordingly (changed stops map to list)
2012-11-17 19:01:46 -02:00
Radim Blazek
d2a54d525c
wcs capabilities cache, fix extent verification
2012-10-03 23:45:37 +02:00
Juergen E. Fischer
8349d52015
indentation cleanup
2012-10-02 16:20:04 +02:00
endmax
7f208338ae
- QgsSymbolLayerV2 descendants missing from sip.
...
QgsSymbolLayerV2 class has been modified to convert into SubClass as needed
- A test is provided for check subclasses binding and behaviour
- A fix has been done for src\core\symbology-ng\qgsellipsesymbollayerv2.cpp because of an error in createFromSld about fillColor
Signed-off-by: endmax <massimo.endrighi@geopartner.it>
2012-10-02 13:18:00 +02:00
Juergen E. Fischer
c918952c74
more sip fixes
2012-09-26 18:46:52 +02:00
Juergen E. Fischer
b86453a390
typo fixes and german function help update
2012-09-26 09:01:07 +02:00
Juergen E. Fischer
eef8627663
more sip fixes
2012-09-24 22:40:24 +02:00
Juergen E. Fischer
60ab4b3290
fix typos
2012-09-24 22:40:24 +02:00
Juergen E. Fischer
74fd0e48ae
more sip fixes:
...
- also move enum StyleEntity in QgsStyleV2
- fix some warnings
2012-09-24 18:43:20 +02:00
Alexander Bruy
cd97358263
fix SIP bindings
2012-09-24 16:56:59 +03:00
Juergen E. Fischer
86217d0a1a
fix QgsSymbolLayerV2Metadata sip bindings
2012-09-24 14:31:05 +02:00
Tim Sutton
ffb7f1b17d
Reinstate public qualifier for vector gradient colour ramp
2012-09-24 14:15:35 +02:00
Tim Sutton
ee515bd989
Reinstate symbol layer registry sip stuff
2012-09-24 12:49:47 +02:00