Radim Blazek
8b18577a67
raster cleanup
2013-04-19 21:10:38 +02:00
Radim Blazek
1f872ce69d
raster filters moved to pipe node in project file to allow custom filters in future
2013-04-19 17:02:04 +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
046fbeea39
Fix for #7627 , wrong label scaling in print or PDF
...
- Add shadow device dpi output (high resolution)
- [API] Add scaleToPixelContext method to QgsPalLayerSettings for better precision scaling
2013-04-18 06:41:29 -06:00
Radim Blazek
22e54b9210
raster cleanup
2013-04-16 20:06:10 +02:00
Leyan
cc34d14117
update sip file
2013-04-16 22:56:40 +08:00
Radim Blazek
c000ded9e6
raster cleanup
2013-04-16 16:14:12 +02:00
Radim Blazek
1f65f71833
raster cleanup
2013-04-15 15:52:15 +02:00
Matthias Kuhn
7c69ec1a28
Add updateFields() signal, so adding of joined fields is communicated
...
attributeAdded and attributeDeleted signals are only emitted for "real" fields
and not for "virtual fields" as in joined fields. Therefore this signal should
be used instead to keep track of these
2013-04-15 09:54:19 +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
Matthias Kuhn
47c10db1fe
[ FIX #5525 ] Attribute table performance for large tables
...
The selection handling performance has been improved a lot
Introduces also more detailed signalling of selection change from QgsVectorLayer
2013-04-13 17:43:11 +03:00
Martin Dobias
093d503fe0
Fix QgsMessageLog python wrapper
2013-04-13 11:26:24 +02:00
Radim Blazek
19377fbb8d
raster no data value made optional
2013-04-12 18:56:36 +02:00
mhugent
71c45c03fd
Merge pull request #460 from 3nids/readListEntryDefault
...
Added default value argument for readEntryList
2013-04-12 08:48:17 -07:00
Denis Rouzaud
bc67bde0fc
add removeAction method to layer actions
2013-04-12 10:20:48 +02:00
Martin Dobias
1a723b4c38
Fix #7549 (selection color is now stored in QgsRendererContext)
2013-04-12 00:35:21 +02:00
Martin Dobias
94639ee61e
[API] remove QgsVectorDataProvider::enableGeometrylessFeatures(bool)
...
Geometryless features are not skipped by default anymore.
2013-04-11 23:38:10 +02:00
Radim Blazek
094a5d8275
QgsRasterBlock::Range to QgsRasterRange
2013-04-10 18:58:19 +02:00
Juergen E. Fischer
6b2af9a209
remove unused layer transparency (and fix some warnings)
2013-04-08 21:58:32 +02:00
Radim Blazek
a3de4c4e0a
Added QgsRasterIdentifyResult
2013-04-08 18:26:26 +02:00
Martin Dobias
ba49ef078c
[API] Removed QgsSymbol, QgsMarkerCatalgoue and QgsSymbologyUtils
2013-04-07 23:46:57 +02:00
Martin Dobias
7cc3031f88
[API] Removed old symbology's QgsRenderer
2013-04-07 23:46:57 +02:00
Martin Dobias
5a951fc602
[API] Removed old symbology QgsRenderer implementations
2013-04-07 23:46:57 +02:00
Martin Dobias
c2f00caedf
[API] Removed old renderer support from QgsVectorLayer
2013-04-07 23:46:57 +02:00
Larry Shaffer
b809723977
[FEATURE] Add background shapes and svg symbols to labels
...
- Rectangle, square, circle and ellipse generated symbols
- SVG background via new symbology, so uses cache
- Add new gui class QgsSvgSelectorWidget, symbol selector setup culled from symbologyV2
- Does not include any associated data defined mappings, yet
- Does not auto-search for missing SVGs, yet
- Caveat: does not currently account for background size in PAL collision calculations (overlaps occur)
- Allow direct update of QgsColorButton background
2013-04-04 15:38:27 -06:00
Juergen E. Fischer
6e6b8fe64f
widget fixes:
...
- add sip bindings for new widgets (and some other missing pieces)
- change Webview to WebView (like in QWebView)
- use proxy settings also for webview widget
- don't disable Photo and webview widget
- use smooth transformation in photo widget
- show disabled color button with dotted border in actual color instead of
grayed-out
2013-04-02 16:38:06 +02:00
Marco Hugentobler
2b34ae5662
[Feature]: Merge data defined symbology branch
2013-04-01 10:38:49 +02:00
Marco Hugentobler
cbab57dae9
Clean legacy code in ellipse symbol layer
2013-04-01 00:02:44 +02:00
Nathan Woodrow
0229ea931f
Add eval to QgsPythonRunner.
2013-03-31 07:41:26 +10:00
Nathan Woodrow
fe59da52da
Add overload for QgsFeature with QgsFields
2013-03-30 12:51:55 +10:00
Matthias Kuhn
d9fb2df800
Fix sip problems / export gui classes to libraries
2013-03-27 10:55:08 +01:00
Matthias Kuhn
33fa1d5443
Major redesign of attribute table, codename: dual view
2013-03-27 10:54:36 +01:00
Radim Blazek
ee84bb1f2c
composer legend styles, fixes partialy #6960
2013-03-26 20:04:49 +01:00
Juergen E. Fischer
250cc4ecb1
indentation update
2013-03-26 14:29:06 +01:00
Juergen E. Fischer
fe6b4ad46d
update vector layer sip bindings
2013-03-20 13:35:56 +01:00
Martin Dobias
ff0a434852
Added convenience constructors for QgsFeatureRequest
2013-03-19 22:32:36 +01:00
Martin Dobias
5d42734cf2
Removed old vector layer API (select(), nextFeature(), featureAtId())
2013-03-16 19:42:45 +01:00
olivierdalang
1e30eb0c75
- add find by UUID
2013-03-15 08:13:48 +01:00
olivierdalang
00c832b151
Implemented ComposerItem's Uuids
...
- uuid are kept on cut/paste, but deleted on import template or copy/paste
- removed obsolete id reference in QgsComposerLabelWidget
2013-03-15 08:13:30 +01:00
Martin Dobias
b513674fa8
Moved expression to OGC filter code to QgsOgcUtils
2013-03-15 00:44:32 +01:00
Martin Dobias
16ec226d97
Moved visitor-based expression -> OGC filter code to QgsOgcUtils
2013-03-15 00:44:31 +01:00
Martin Dobias
837ac4de5c
Moved creation of expression from OGC filter to QgsOgcUtils
2013-03-15 00:44:31 +01:00
Juergen E. Fischer
e46a67ab31
fix QgsRasterInterface sip bindings
2013-03-14 17:34:38 +01:00
D'Hont René-Luc
93e0259843
Simplifying QgsOgcUtils
...
After commit 7d66529d7884b73070dbce80b1d4060d841a6933 Add GML3 to
QgsOgcUtils, I have to simplify this class to only have :
* geometryFromGML : read GML2 or GML3
* geometryToGML : create GML2 (as default) or GML3
2013-03-13 19:10:03 +01:00
D'Hont René-Luc
7d66529d78
Add GML3 to QgsOgcUtils
...
After the commit 969df016bcdbd1ead8a347b7a5d55c8b36db183a Moved GML import/export to a new class: QgsOgcUtils, I decided to add GML3.
I updated QgsOgcUtils, QGIS WFS Server, and the Python Iterface and I added unit test for GML3.
2013-03-13 10:19:35 +01:00
Juergen E. Fischer
558dcf26db
fix QgsPalettedRasterRenderer sip binding
2013-03-11 16:21:25 +01:00
Martin Dobias
969df016bc
Moved GML import/export to a new class: QgsOgcUtils
2013-03-08 00:31:46 +01:00
Denis Rouzaud
706ac99a83
switched default and ok arguments
2013-03-06 15:07:04 +01:00
Denis Rouzaud
978d6773cb
Added default value argument for readEntryList
2013-03-06 14:19:37 +01:00
Martin Dobias
d628c2c742
Improved support for parsing of GML2, added some autotests
2013-03-06 01:26:26 +01:00