volaya
ec0c820a81
Merge pull request #1052 from Oslandia/processing_gui_set_values
...
[processing] set droplists if parameter values are already set
2014-03-25 17:39:02 +01:00
Jürgen Fischer
44a054dfa5
Merge pull request #1262 from nyalldawson/processing_postgis
...
Improvements to processing "Import into PostGIS" algorithm
2014-03-25 16:21:28 +01:00
Alexander Bruy
33740957d4
[processing] make script editor, modeler and results viewer non modal
...
(fix #9849 )
2014-03-25 16:45:59 +02:00
Alexander Bruy
bd3f5b136d
[processing] restore Create new model tool in toolbox ( fix #9847 )
2014-03-25 16:39:58 +02:00
Alexander Bruy
4ffdef4893
[processing] fix MMQGIS Extract by attribute ( fix #9768 )
2014-03-25 16:33:50 +02:00
Alexander Bruy
5e5abdb419
[processing] add feature count to Statistics by categories output ( fix #9871 )
2014-03-25 16:25:15 +02:00
alexbruy
285fa01c30
Merge pull request #1076 from snorfalorpagus/processing_intersection_fix
...
[processing] fix QGIS Intersection tool
2014-03-25 16:18:58 +02:00
Alexander Bruy
c69f2e1153
[processing] fix Unique values tool ( fix #9870 )
2014-03-25 15:55:00 +02:00
Alexander Bruy
b5dc0676ea
[processing] fix output names for some SAGA algorithms ( fix #9789 )
2014-03-25 15:35:51 +02:00
volaya
19da71cca0
Merge pull request #1149 from p0cisk/master
...
[processing]Fix "float division by zero" in polygonize algorithm if no
2014-03-25 10:06:53 +01:00
volaya
db235c896f
Merge pull request #1239 from bstroebl/eliminateSmallest
...
[FEATURE] (Processing) Eliminate with smallest polygon
2014-03-25 10:01:20 +01:00
Nyall Dawson
748d261d21
[processing] Add option for converting field names to lowercase for Import to PostGIS algorithm
2014-03-25 14:00:57 +11:00
Nyall Dawson
5997c78c79
[processing] Allow choice of geometry column name, change database connection name to combo box for Import into PostGIS algorithm
2014-03-25 13:05:31 +11:00
Alexander Bruy
90f012d5cc
[ftools] increase maximum number of points for regular points tool
2014-03-24 20:36:46 +02:00
Alexander Bruy
d9bed41866
remove extra spaces from message text ( fix #7648 )
2014-03-24 20:18:45 +02:00
Alexander Bruy
d86a9aa51f
[processing] better handling of non-ASCII characters in config dialog
...
(addresses #9323 )
2014-03-24 20:18:44 +02:00
Alexander Bruy
40942fa7d5
[processing] fix old API calls in Extract by location tool ( fix #9603 )
2014-03-24 20:18:44 +02:00
Larry Shaffer
81ba9eddc4
Add render checker color tolerance to sip
2014-03-24 11:47:04 -06:00
Alexander Bruy
3797ffae41
[processing] fix wrong tools description ( fix #9852 )
2014-03-24 19:45:41 +02:00
Alexander Bruy
7c2038d4bc
fix #9838
2014-03-24 19:45:41 +02:00
Alexander Bruy
7f522f92e0
[processing] fix Distance Matrix tool ( fix #7618 )
2014-03-24 19:45:40 +02:00
Nyall Dawson
942d5da59b
Add option to ignore interior polygon rings when calculating buffered shading for shapeburst fill mode (can be useful for eg ignoring islands when shading water bodies)
2014-03-22 07:39:14 +11:00
Nyall Dawson
a0c2c7aaad
Fix gradient fills using color ramps not respecting symbol transparency
2014-03-21 19:47:26 +11:00
Juergen E. Fischer
6685932c09
show python errors in monospace
2014-03-21 09:20:48 +01:00
Denis Rouzaud
8c2fbbff65
use single signal for messageEmitted
2014-03-21 07:13:58 +01:00
Denis Rouzaud
4342b73eea
better naming for messageEmitted/Discarded in maptools, followup 5bc5fdb 59a6663 and 6609ca8
2014-03-21 07:12:09 +01:00
Nyall Dawson
dd4975f285
Merge pull request #1255 from Oslandia/atlas_signals
...
Atlas signals
2014-03-21 13:23:59 +11:00
Nyall Dawson
13cbfd138c
[FEATURE] Add 'shapeburst' fill style. Shapeburst fills implement a buffered gradient fill, where a gradient is drawn from the boundary of a polygon towards the polygon's centre. Configurable parameters include distance from the boundary to shade, use of color ramps or simple two color gradients, optional blurring of the fill and offsets.
2014-03-21 12:50:50 +11:00
Denis Rouzaud
6609ca81d2
rename removeMessage to discardMessage, complete SIP
2014-03-19 08:16:33 +01:00
Hugo Mercier
9eb8ef4e98
Add signals to atlas generation
2014-03-18 17:08:09 +01:00
Denis Rouzaud
9a8b7c5555
better message display in map edit tools ( fix #8873 ) emit signal from map tool, display message in qgisapp
2014-03-17 08:02:47 +01:00
Juergen E. Fischer
8242a04015
fix deprecation annotation of QgsMapRenderer::mapRenderer
2014-03-15 21:39:28 +01:00
Marco Hugentobler
0a78102c36
Fix sip binding for eventLayer function
2014-03-14 17:09:15 +01:00
Bernhard Ströbl
bd50701361
[FEATURE] (Processing) Eliminate with smallest polygon
2014-03-13 15:24:38 +01:00
unknown
ed5f7781ba
There is an indentation error in the Dissolve.py script that writes out the intermediate object on every merge with an input feature rather than just once at the end of the processing. This results in very large output file sizes.
...
I have also edited the defineCharacteristics function to allow the tool input to accept polyline features as well as polygons, in line with the fTools UI.
2014-03-12 10:49:54 +00:00
Larry Shaffer
9c139c28fe
Merge pull request #1230 from dakcarto/issue_9704_gdal-qsettings
...
Fix #9704 , GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type
2014-03-10 11:02:56 -06:00
Nathan Woodrow
3c3872176c
Add load and saving a Layer Definition file. Fix #9688
2014-03-10 09:19:38 +10:00
Larry Shaffer
073dbf1748
Fix #9704 , GdalTools file dialogs return QPyNullVariant due to QSettings undefined return type
2014-03-08 16:56:22 -07:00
alexbruy
a089cff5f7
Merge pull request #1217 from nirvn/ftool_random_points_fix
...
[ftools] fix random points tool not recognizing memory layer integer column (fix #9695 )
2014-03-07 14:37:59 +02:00
Juergen E. Fischer
100f9729ad
add GUI_EXPORT and sip bindings to QgsExtentGroupBox,
...
fix sip binding of QgsRasterLayerSaveAsDialog
2014-03-04 15:49:04 +01:00
Martin Dobias
8ed4114255
Merged "save as" and "save selection as" actions - choice moved to the dialog
2014-03-04 17:39:30 +07:00
Martin Dobias
8ac3a94b99
Fix #8898 (optional filter extent for vector save as)
2014-03-04 17:39:30 +07:00
Jürgen Fischer
2f2d6ac95b
Merge pull request #1120 from 3nids/pasteconvertgeom
...
copy/paste: try to convert geometries (fixes #3604 )
2014-03-03 09:38:30 +01:00
Alexander Bruy
d378eef0f0
allow to use custom QSettings for managing QgsOptionsDialog parameters.
...
Useful for plugins and custom apps
2014-03-02 11:28:45 +02:00
Juergen E. Fischer
d6495abee4
wms provider:
...
* support JSON for feature info
* implement feature info for WMTS
* cleanup metadata display
2014-03-02 01:16:48 +01:00
Denis Rouzaud
643e59a23d
copy/paste: try to convert geometries
2014-02-28 13:22:39 +01:00
Martin Dobias
3a317a061e
Fix #9658 (crash with diagrams)
2014-02-28 12:11:20 +07:00
Mathieu Pellerin (nirvn)
0e907298de
[ftools] fix random points tool not recognizing memory layer integer column ( fix #9695 )
2014-02-26 14:03:56 +07:00
Juergen E. Fischer
5db13abcf5
* remove deprecated overloads QgsRasterLayer::lastError() and QgsRasterLayer::lastErrorTitle()
...
* deprecate QgsRasterLayer::previewAsPixmap() (doesn't work in background threads)
* QImage::fill( QColor ) does not exists prior to Qt 4.8
diff --git a/src/core/raster/qgsrasterlayerrenderer.h b/src/core/raster/qgsrasterlayerrenderer.h
index 6ab4a49..40a27a2 100644
--- a/src/core/raster/qgsrasterlayerrenderer.h
+++ b/src/core/raster/qgsrasterlayerrenderer.h
@@ -8,7 +8,7 @@ class QPainter;
class QgsMapToPixel;
class QgsRasterLayer;
class QgsRasterPipe;
-class QgsRasterViewPort;
+struct QgsRasterViewPort;
class QgsRenderContext;
class QgsRasterLayerRenderer : public QgsMapLayerRenderer
2014-02-24 18:11:20 +01:00
Etienne Tourigny
75a2edb3e9
add QgsRasterLayer::previewAsImage() for MTR rendering (see bug 9626)
2014-02-24 12:20:17 -03:00