4409 Commits

Author SHA1 Message Date
Nyall Dawson
3c71498c3e Add some missing /TransferThis/ to sip bindings for QObject parents 2015-02-18 17:35:47 +11:00
Salvatore Larosa
f6a1b7e202 [pyqgis-console] fix missing import in compile apis script 2015-02-17 23:43:02 +01:00
Salvatore Larosa
4061173609 [pyqgis-console] prepared api file update 2015-02-17 23:43:02 +01:00
Juergen E. Fischer
e748281667 processing: add uuid parameter to memory: outputs (followup f64730e) 2015-02-17 21:41:26 +01:00
Juergen E. Fischer
e2dd504377 processing: fix unused variable error 2015-02-17 21:02:40 +01:00
alexbruy
1b0fb48012 Merge pull request #1904 from gioman/fix_ogr2ogr_clip
[processing] ogr clip by polygon: clip polygon layer name must be declared to avoid issues with postgis and spatialite layers
2015-02-17 20:21:41 +02:00
Martin Dobias
8eab61d9a0 Fix #12215 - missing icons in fTools and GdalTools 2015-02-17 17:24:57 +07:00
Nyall Dawson
c1fe68c821 Fix big parameter passed by value warnings 2015-02-16 16:11:57 +11:00
Juergen E. Fischer
bca1560e9f remove unused message log viewer flag (follows up followup followup 957f1ac) 2015-02-16 01:16:12 +01:00
Juergen E. Fischer
d9a1654501 dxf export: make encoding configurable (fixes #11578) 2015-02-15 22:10:17 +01:00
Juergen E. Fischer
e2e23f0c8e snapping dialog: block signals when reloading snapping options
QgsProject: also apply default when property is not available and not only if
an existing one is invalid

fixes #12192
2015-02-15 13:55:43 +01:00
Juergen E. Fischer
4a44956222 fix processing plugin main translation and add translations
for toplevel toolbox entries (fixes #12168)
2015-02-13 20:32:18 +01:00
Juergen E. Fischer
f540cd16a2 processing: verify postgresql access and request credentials if necessary (fixes #12137) 2015-02-12 21:34:08 +01:00
volaya
7a0d04103b Merge pull request #1897 from arnaud-morvan/fix_fieldsmapper
[processing] Fix fieldsmapper
2015-02-12 08:12:15 +01:00
Martin Dobias
53f5349fc4 Fix typo 2015-02-12 10:47:03 +07:00
Martin Dobias
059fd2c461 Fix #11724 - do to not add extra geometries in union (ftools + processing) 2015-02-12 10:39:08 +07:00
arnaud.morvan@camptocamp.com
3c938275eb Fix #12182 - In FieldsMapper, emit commitData on expression editor change 2015-02-11 15:46:51 +01:00
arnaud.morvan@camptocamp.com
ed94aff17d Fix #12183 - avoid error message in fieldsmapper when no field type selected 2015-02-11 14:34:12 +01:00
Juergen E. Fischer
f76d7301a3 indentation update/fix (followup 9ab22bd) 2015-02-11 13:49:07 +01:00
Giovanni Manghi
e62a7fa7c3 ogr clip by polygon: clip polygon layer name must be declared to avoid issues with postgis and spatialite layers 2015-02-10 08:49:00 +00:00
Martin Dobias
dc156c8d79 Fix #12154 - select by location not working when A covers B
The combination of touches+overlaps+contains is not enough if input layer
(where selection should be done) is completely within selection layer.

I have reintroduced "intersects" predicate and made it default.

The processing toolbox has an improved (fixed?) version but fTools
were not adapted at the same time
2015-02-10 13:06:53 +07:00
Martin Dobias
eaeff1976c Fix intersection in SelectByLocation and ExtractByLocation 2015-02-10 13:06:53 +07:00
Juergen E. Fischer
ee50520a52 fix leak on loading layer definition (also fixes #12064) 2015-02-09 11:46:00 +01:00
Juergen E. Fischer
0593ef6a26 rename new QgsSnapper::snapPoint method to snapMapPoint and restore python name
of deprecated old version (fixes #12153)
2015-02-09 01:15:07 +01:00
volaya
c4a6adc788 Merge pull request #1753 from arnaud-morvan/processing_managefields
Create FieldMapper GeoAlgorithm
2015-02-08 09:03:40 +01:00
volaya
afd21cd79f Merge pull request #1759 from arnaud-morvan/processing_bylocation_operators
Processing bylocation operators
2015-02-08 09:02:56 +01:00
Markus Neteler
a18286fa3d GRASS GIS batch job needs sqlite directory to be created 2015-02-07 23:35:35 +01:00
Markus Neteler
0a1382a0be updates for GRASS GIS 7 support; file date updated in comment 2015-02-07 21:53:30 +01:00
Sandro Santilli
1ccf558497 Add a new visiblePolygon method to QgsMapSettings
Centralizes code to return a possible rotated map area boundaries.
Makes use of the new method from the grid decoration.

Adds new testcase for QgsMapSettings, including test for visibleExtent,
mapUnitsPerPixel and the new visiblePolygon method.
2015-02-07 15:05:00 +01:00
Juergen E. Fischer
198d8fe58f fix warnings and extra semicolons 2015-02-07 13:54:46 +01:00
Juergen E. Fischer
205b1367d8 restore imports in python/plugins/processing/__init__.py (followup 956c155e8) 2015-02-07 12:57:57 +01:00
Nyall Dawson
4def416bbc Merge pull request #1858 from vmora/symbol_list_refacto
line symbol layer refacto to avoid code duplication
2015-02-07 20:51:40 +11:00
arnaud.morvan@camptocamp.com
9e51488a88 Create FieldMapper GeoAlgorithm 2015-02-06 16:10:14 +01:00
arnaud.morvan@camptocamp.com
84936e59e7 Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms 2015-02-06 15:00:18 +01:00
volaya
e219a144bf Merge pull request #1886 from radosuav/processing_fix
[Processing] Don't fill empty fields in batch mode with 0.
2015-02-06 08:18:52 +01:00
Giovanni Manghi
5c5cb4066a fixes processing ogr clip tools when input is postgis/spatialite 2015-02-05 18:37:59 +00:00
alexbruy
32ab9677b5 Merge pull request #1885 from gioman/processing_add_gdal_tiff_compression_options
fixes processing gdal rasterize and add compression options for geotiff outputs
2015-02-05 16:58:23 +02:00
radosuav
f6d533a807 [Processing] Don't fill empty fields in batch mode with 0.
Should fix #12119
2015-02-05 15:03:01 +01:00
Giovanni Manghi
3749867c8f fixes processing gdal rasterize and add compression options for tiff outputs 2015-02-05 13:52:19 +00:00
Nyall Dawson
e4fb95fad1 [pal] Some const correctness and avoid passing large object by value 2015-02-05 18:34:14 +11:00
Giovanni Manghi
1fe580ca91 fix processing gdalwarp dstnodata 2015-02-04 14:26:57 +00:00
Giovanni Manghi
98fb59b3da fix a_nodata parameter in gdal processing 2015-02-04 11:46:11 +00:00
Juergen E. Fischer
6e8d19c2ed fix windows 32bit build 2015-02-04 07:15:49 +01:00
Juergen E. Fischer
6d4f444237 sip fix: remove duplicate method and private methods from server request
handler (followup abd4a043)
2015-02-04 01:39:29 +01:00
Juergen E. Fischer
a959960587 relation reference widget: add methods to sip (followup 52c2e4e90) 2015-02-03 18:34:58 +01:00
Giovanni Manghi
035229f3d9 fix enconding in Split Vector layer tool when splitting attribute has non ascii chars 2015-02-03 12:34:53 +00:00
Nyall Dawson
93a86835d6 Fix common memory leak after using QgsSymbolLayerV2Utils::loadSymbol 2015-02-03 21:22:46 +11:00
Nyall Dawson
b05e789c57 Fix build 2015-02-03 20:47:29 +11:00
Alexander Bruy
b456f4d69c [processing] restore missed icons in various dialogs 2015-02-03 11:23:22 +02:00
Giovanni Manghi
2a339082c4 fix enconding in processing when input layer names have non ascii chars 2015-02-03 08:06:27 +00:00