pcav
15419b8444
Uniform and informative output names for Processing (GRASS-r.* modules, take #1 , up to r.grow)
2015-05-18 13:16:40 +02:00
pcav
eb5db2b2f5
Uniform and informative output names for Processing (GRASS-i.*modules)
2015-05-18 09:47:51 +02:00
pcav
69ed92bcfc
Uniform and informative output names for Processing (GDAL)
2015-05-18 09:29:41 +02:00
Nyall Dawson
02774210eb
Add selected features only mode to QgsVectorLayer::getValues
...
and getDoubleValues
2015-05-17 23:28:59 +10:00
Nyall Dawson
204cf75195
Truncate expression preview result in builder widget if too long
...
Prevents window from resizing to extreme widths (fix #12433 )
2015-05-17 21:19:52 +10:00
Nathan Woodrow
e249bfee94
[FEATURE] Allow changing vector layer data source
2015-05-17 19:54:35 +10:00
Juergen E. Fischer
173ee45405
fix windows build
2015-05-16 21:35:00 +02:00
Radim Blazek
06167d4f78
[GRASS][FEATURE] raster import via browser drag and drop
2015-05-16 13:48:43 +02:00
Radim Blazek
d88f77fbc2
new class QgsNewNameDialog - ask for a new name showing conflicts with existing names
2015-05-16 13:02:54 +02:00
Radim Blazek
ece9a92d4c
QgsRasterProjector::destExtentSize - calc destination extent and size from source
2015-05-16 12:59:54 +02:00
Radim Blazek
3b00dc1258
QGIS_PROVIDER_FILE: provider regexp pattern environment variable
2015-05-16 12:56:51 +02:00
Nyall Dawson
aaabad284a
Add missing overrides
2015-05-14 20:03:36 +10:00
Nyall Dawson
c5bc778b1d
Const correctness for QgsDistanceArea
2015-05-14 20:03:13 +10:00
Nyall Dawson
5194ce5288
More QgsFields tests
2015-05-14 20:02:48 +10:00
Matthias Kuhn
448f63f5f7
Fix tab order in ValueRelation widget config dialog
2015-05-13 17:46:24 +02:00
Nyall Dawson
d955b03924
Boost test coverage of QgsField / QgsFields
2015-05-13 22:03:08 +10:00
Matthias Kuhn
03da1fcabd
Generate unique variable names for python init form
...
Fix #12676
Fix #12711
Fix #12729
2015-05-13 13:12:58 +02:00
Matthias Kuhn
d64086d1bc
Allow changing the name of a drag and drop designer tab
...
Fix #10724
2015-05-13 12:00:08 +02:00
rldhont
350bbb7f85
[BUGFIX] Relative path for GDAL subdataset
...
For some raster layer, the datasource is not stored in the project as relative.
It's the case for NETCDF, HDF4, HDF5, NITF and RADARSAT2 raster format.
This patch keeps the datasource structure but updates the path part.
It will be interesting to backport it to 2.8 branch.
2015-05-13 11:40:37 +02:00
Matthias Kuhn
24417fd75d
Add python bindings for QgsWidgetWrapper
...
Allows the usage of `widget.wrapper()` from a form's python init script.
2015-05-13 09:49:55 +02:00
volaya
5bcf0f52da
[processing] Added packaging tests, to easily check that a qgis installation has Processing dependencies
2015-05-13 09:30:51 +02:00
Juergen E. Fischer
31843a78ee
processing: fix interpretation of oracle layers (take II; followup f0daab9)
2015-05-12 21:40:02 +02:00
Martin Dobias
d855eabc33
Prevent a crash if simplify tool is accidentally used for non-vector layer
2015-05-12 17:37:16 +01:00
Martin Dobias
56ada166c4
PyQGIS: add conversion from QgsExpression::Node to subclasses
...
This makes it possible to investigate expression node tree within Python
2015-05-12 17:24:57 +01:00
Juergen E. Fischer
1c64363ad0
postgres provider: avoid quering layer_styles if it doesn't exist
2015-05-12 11:10:36 +02:00
Sandro Santilli
12739c2f14
Report checking and availablility of pointcloud (via debug)
2015-05-12 10:59:09 +02:00
Sandro Santilli
4562b049b0
Write the pointcloud support check in a cleaner way
2015-05-12 10:47:56 +02:00
Juergen E. Fischer
c8aa777acb
postgres provider: avoid point cloud error
2015-05-12 07:56:29 +02:00
Juergen E. Fischer
74f10b9b03
dxf export: fix detection of close polylines
2015-05-11 16:50:37 +02:00
Nyall Dawson
2863f20d67
Add a const geometry getter to QgsFeature
2015-05-11 19:46:32 +10:00
Juergen E. Fischer
e509fc53ce
postgres provider: cast result of a subquery in min/max/uniqueValue(s) ( fixes #12630 ; followup bf56457 ff)
2015-05-10 10:55:42 +02:00
Nyall Dawson
e371219d87
Fix incorrect calculation of max in QgsStatisticalSummary
2015-05-10 18:26:59 +10:00
Radim Blazek
6a312be586
fixed grass and browser coverity warnings
2015-05-10 08:18:23 +02:00
Juergen E. Fischer
536135a3f4
ogr provider: limit mysql driver to requested layer
2015-05-09 23:08:08 +02:00
Juergen E. Fischer
e5dbd186d8
grass: fix relative path support for working database and vector layers ( fixes #12725 )
2015-05-09 21:55:43 +02:00
Nyall Dawson
eb716fc310
[symbology] Fall back to symbol style if data defined evaluation
...
fails or is null.
2015-05-09 19:56:27 +10:00
Nyall Dawson
4a4877d349
Small fix to QgsDataDefined implicit sharing
2015-05-09 17:50:38 +10:00
Nyall Dawson
65cd9fcd78
[symbology] Fix potential crash with data defined symbols
2015-05-09 17:37:50 +10:00
Nyall Dawson
46b9029e0f
Fix doxygen error
2015-05-08 18:01:29 +10:00
Nyall Dawson
14fd976f06
Implicit sharing for QgsDataDefined
2015-05-08 16:25:39 +10:00
Nyall Dawson
d970daafa3
Add a method for creating a QgsDataDefined from a QgsDataDefinedButton
2015-05-08 16:25:04 +10:00
Juergen E. Fischer
2c3855267e
replace pow10 with qPow ( fixes #12717 )
2015-05-08 01:14:29 +02:00
Juergen E. Fischer
656af530c3
oracle provider: fix srid detection ( fixes #12674 )
2015-05-08 00:46:19 +02:00
Juergen E. Fischer
6373ad6f64
doxymentation fix
2015-05-08 00:45:48 +02:00
Juergen E. Fischer
da69e0f842
indentation update
2015-05-07 22:05:23 +02:00
Juergen E. Fischer
b91cbee702
labeling: use transformation with datum
2015-05-07 22:05:23 +02:00
Paolo Cavallini
fb141e76fe
Update rasterize.py
...
Better default for output type. Fixes http://hub.qgis.org/issues/12695
2015-05-07 18:12:05 +02:00
alexbruy
9fffe34f69
Merge pull request #2033 from NaturalGIS/fix_12683
...
fixes processing refactor fields for certain datatypes
2015-05-07 17:53:50 +03:00
Nyall Dawson
c9897ab29f
Fix missing map units in vector field widget
2015-05-07 22:43:39 +10:00
Sandro Mani
45bdae461d
[FEATURE] Add scalebar sizing mode to fit a desired scalebar width ( fix #8995 )
2015-05-07 22:25:15 +10:00