26977 Commits

Author SHA1 Message Date
Giovanni Manghi
5729227ca0 fix saga split rgb bands 2015-05-14 18:59:25 +01: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
Nyall Dawson
479ef793c1 Small data defined code cleanups 2015-05-07 21:24:15 +10:00
Nyall Dawson
3747aae76c Fix build 2015-05-07 21:24:15 +10:00
volaya
1964a7c744 [processing] added box with console commands for gdal/ogr algs 2015-05-07 13:20:28 +02:00
volaya
90ce59c5d4 [processing] parameter dialogs are now larger 2015-05-07 13:20:27 +02:00
Nyall Dawson
d4248411f9 Avoid some ugly qgis-dev-bin window titles 2015-05-07 21:13:49 +10:00
Nyall Dawson
1ff6b272c1 Revert "Use permissive parseColor method for evaluating data defined colors"
This reverts commit 79c0d5b59da2b6b512820b130a6b2008bf02eec1.

The change broke parsing of colors in the format 0,0,255,255
2015-05-07 20:50:39 +10:00
Paolo Cavallini
4082de102f Merge pull request #2032 from NaturalGIS/remove_broken_r_scripts
remove broken R scripts
2015-05-07 12:36:11 +02:00
Giovanni Manghi
8a9893428e fixes processing refactor fields for certain datatypes 2015-05-07 11:27:48 +01:00
Etienne Trimaille
3e3978333d set the parameter table field optional 2015-05-07 12:26:36 +02:00
Giovanni Manghi
15323b8b8b remove broken R scripts 2015-05-07 11:11:51 +01:00