Giovanni Manghi
dfc5670c5f
better quotes in processing/ogr import to postgis tools
2015-03-01 11:34:20 +00:00
Tom Kralidis
fb138b59bb
[MetaSearch]: fix default connections testing, write out connection XML to file instead
2015-02-27 10:38:18 -05:00
Tom Kralidis
5ab9103acf
[MetaSearch]: add error handling for paging workflows
2015-02-27 08:38:16 -05:00
Tom Kralidis
4b4fc6b187
[MetaSearch]: include version in window title
2015-02-27 07:35:10 -05:00
Tom Kralidis
e0acd90d0d
only check connections XML if file can be parsed
2015-02-27 07:34:28 -05:00
Tom Kralidis
c33c097706
[MetaSearch]: use OWSLib for connection testing, add task to build CSW connection file
2015-02-27 07:09:26 -05:00
Tom Kralidis
ada01603cb
safeguard cases where the CSW record output is erroneous
2015-02-26 17:18:40 -05:00
Alexander Bruy
a41094d42e
[processing] correctly handle tiny polygons smaller than raster cell
...
size in Hypsometric curves algorithm (fix #12278 )
2015-02-26 21:06:59 +02:00
Juergen E. Fischer
919b8b6183
fix measurement dialog translation ( fixes #12262 )
2015-02-26 03:09:46 +01:00
Matthias Kuhn
edd8a375ab
Fix a const...
2015-02-25 21:15:15 +01:00
Alexander Bruy
42a8d8eced
[processing] add method for generating help for single algorithm
2015-02-25 08:47:58 +02:00
Tom Kralidis
701cd1ca3a
MetaSearch: fix plugin zipfile
2015-02-24 21:59:14 -05:00
Tom Kralidis
0b874ce3a9
Merge branch 'master' of https://github.com/QGIS/qgis
2015-02-24 18:59:13 -05:00
Tom Kralidis
a292914cc4
MetaSearch: update release version
2015-02-24 18:58:24 -05:00
Tom Kralidis
3deb211d14
MetaSearch: fix help link, pep8
2015-02-24 18:53:35 -05:00
Tom Kralidis
9798c92e49
MetaSearch: fix help link
2015-02-24 18:49:22 -05:00
Tom Kralidis
3fa6f91e1a
delete MetaSearch locale now that it is managed in QGIS core Transifex
2015-02-24 18:47:47 -05:00
Juergen E. Fischer
cf1c30d7c7
update QgsAttributeDialog sip bindings ( fixes #12248 )
2015-02-24 20:20:12 +01:00
Tom Kralidis
4792a92053
update release packaging to be built from QGIS core
2015-02-24 12:43:20 -05:00
Alexander Bruy
be07f239e9
formatting fixes
2015-02-24 12:42:08 +02:00
Alexander Bruy
24811af85f
Merge branch 'processing_import_geomless_tables_in_postgresql_2' of https://github.com/gioman/QGIS into geometry-less-import
...
Conflicts:
python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py
2015-02-24 12:38:52 +02:00
Alexander Bruy
b4f25684ae
make parameter descriptions translatable
2015-02-24 12:35:00 +02:00
Alexander Bruy
a2f686a20d
Merge branch 'new_processing_ogr_tools' of https://github.com/gioman/QGIS into ogr-tools
2015-02-24 11:43:24 +02:00
Alexander Bruy
5260ef3992
unify algorithm name and source file name, formatting fixes
2015-02-24 11:25:50 +02:00
Alexander Bruy
31aed14ea2
Merge branch 'processing_add_gdal_raster_calc' of https://github.com/gioman/QGIS into gdal_calc
...
Conflicts:
python/plugins/processing/algs/gdal/GdalOgrAlgorithmProvider.py
2015-02-24 11:04:33 +02:00
Giovanni Manghi
bf08b7b871
processing: add gdal tileindex
2015-02-24 00:05:55 +00:00
Juergen E. Fischer
0ccc07af0e
raster calculator fixes ( fixes #12238 )
...
* GDALGetGeoTransform failures can be ignored (partly reverts 0080f9e)
* handle quoted raster references
* don't complain if the output file is not yet set
2015-02-23 21:48:04 +01:00
Tom Kralidis
e04570cc89
prevent CSW connection names with "/" to be set
2015-02-23 10:40:23 -05:00
volaya
e815105550
Merge pull request #1921 from anitagraser/patch-7
...
[processing]Fixed wrong output layer
2015-02-23 13:18:06 +01:00
Tom Kralidis
f9c1db8073
remove '/' from UNEP GRID CSW to prevent incorrect setting in Windows Registry on init
2015-02-23 07:15:54 -05:00
Anita Graser
8d87f35304
Fixed wrong output layer
...
The script wrongly returned the path to the second layer rather than the first layer which the selection actually is applied to.
2015-02-22 23:54:21 +01:00
Martin Dobias
c3d9f10cbe
Fix #12193 - problem with update of SQL query in DB manager
...
In the scenario described in the bug report, the selected text was empty,
but editor's hasSelectedText() would still return True
2015-02-20 15:04:46 +07:00
Martin Dobias
c9682e550b
Fix #11951 - support for output directory in batch processing
2015-02-20 11:18:00 +07:00
Martin Dobias
efcbe2f55b
Fixed Split vector layer algorithm
...
Previously it would leave all output files except for the first one empty
2015-02-20 11:16:19 +07:00
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