5031 Commits

Author SHA1 Message Date
Giuseppe Sucameli
9dffa42eea Merge pull request #394 from etiennesky/gdaltools1
GdalTools - use raster format save option and pyramids dialogs
2013-01-28 13:49:30 -08:00
Victor Olaya
158dadbb35 minor edits to SEXTANTE algorithms and scripts 2013-01-27 19:17:53 +01:00
Victor Olaya
b23179523d Added compiled SEXTANTE ui files 2013-01-27 14:52:10 +01:00
Victor Olaya
b290272536 edited GRASS and SAGA algorithm descriptions 2013-01-27 14:51:38 +01:00
Victor Olaya
250e2a5285 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2013-01-27 14:12:21 +01:00
Martin Dobias
600baca9a4 OSM provider ported to new API 2013-01-27 03:08:35 +01:00
Victor Olaya
20e4ec5596 edited GRASS/SEXTANTE algorithm descriptions 2013-01-26 23:55:57 +01:00
Victor Olaya
f91e9d333d minor sextante fixes 2013-01-26 23:55:14 +01:00
Juergen E. Fischer
994dc1cc21 - [API] introduce QgsMessageLog::MessageLevel and change logMessage() level
parameter to that type
- change default level to WARNING
- change startup messages to INFO
- don't unhide the warning button for INFO messages
- fix warnings produced by python code
2013-01-26 14:16:39 +01:00
Juergen E. Fischer
298f0c000e cleanup doIntersectLines.py and fix #7021 2013-01-25 20:40:20 +01:00
Victor Olaya
d818561dc1 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2013-01-24 20:13:08 +01:00
Victor Olaya
4f3e89a8b4 added extra import parameters for vector layers in GRASS/SEXTANTE interface
minor fix to create a new instance when a model is edited
2013-01-24 20:12:17 +01:00
Victor Olaya
16c64be0df edited GRASS/SEXTANTE descriptions 2013-01-24 20:09:47 +01:00
Alexander Bruy
07772f13f6 fix output of the eliminate slivers polygon tool (fix 6925). Patch by
Bernhard Strobl
2013-01-22 12:22:17 +04:00
Victor Olaya
2231971ead Merge branch 'master' of https://github.com/qgis/Quantum-GIS
Conflicts:
	python/plugins/sextante/algs/ftools/Difference.py
	python/plugins/sextante/algs/ftools/Intersection.py
	python/plugins/sextante/outputs/OutputTable.py
2013-01-21 23:10:50 +01:00
Victor Olaya
995ede3526 added support for all gdal/ogr formats in all providers
added support for pre and post execution hooks
2013-01-21 23:05:17 +01:00
Victor Olaya
c58c9daea5 fixed ftools overlay algorithms
code cleaning and minor edits in other algorithms
2013-01-21 23:04:34 +01:00
Etienne Tourigny
c279ec2202 use raster format and pyramid save widgets in gdaltools (translate, dem, pyramids) 2013-01-18 18:20:51 -02:00
Etienne Tourigny
0c0f0883ed fix version test for gdal-1.10 (needs updates to widgets also) 2013-01-18 18:20:36 -02:00
Salvatore Larosa
629fa5ab3a fix typo in gdal tools 2013-01-17 12:43:51 +01:00
Jürgen Fischer
98d8d507ef Merge pull request #378 from slarosa/ftools_split_vector
fix #4534
2013-01-12 15:16:40 -08:00
Juergen E. Fischer
762120e08f prepare-commit.sh: remove trailing blanks from python files 2013-01-12 23:36:00 +01:00
Victor Olaya
13bfb5eb9a Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2013-01-12 16:54:08 +01:00
Victor Olaya
5b431dfaf4 sextante file dialog now remembers last used folder 2013-01-12 12:43:22 +01:00
Victor Olaya
59b1d8d0cc modified grass postprocessing and edited grass description 2013-01-12 12:42:53 +01:00
Victor Olaya
d5db373298 code cleaning 2013-01-12 12:42:00 +01:00
Victor Olaya
d1966b003b editing parameters in modeler now remembers previous values 2013-01-12 12:40:34 +01:00
Salvatore Larosa
d04239d70b [processing] small fix for non-ascii string (fixes #9175) 2014-01-11 15:02:10 +01:00
D'Hont René-Luc
27713b8165 [Processing] Headless scriptability little enhanced 2014-01-10 08:53:46 +01:00
Juergen E. Fischer
129bd987d5 indentation update 2014-01-09 13:40:12 +01:00
Alexander Bruy
d1a350847a [processing] some refactoring as suggested by Nathan Woodrow 2014-01-06 12:32:00 +02:00
Alexander Bruy
2fc5c01c7d [processing] port QGIS native field calculator 2014-01-06 12:08:02 +02:00
Salvatore Larosa
f2a037881e Fix for destination CRS in GRASS algs:
Refs: http://lists.osgeo.org/pipermail/qgis-user/2013-January/020847.html
2013-01-10 16:34:42 +01:00
Victor Olaya
c67fb81d66 improvements for handling tables 2013-01-08 23:59:52 +01:00
Victor Olaya
eab2d8a4ae Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2013-01-08 23:57:35 +01:00
Salvatore Larosa
5b06de9935 fix #4534 2013-01-08 10:24:07 +01:00
Victor Olaya
e59de661b7 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2013-01-04 23:51:50 +01:00
Juergen E. Fischer
28ca48c4cf more API updates to the python plugins 2013-01-04 23:02:44 +01:00
Victor Olaya
a785fd5973 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2013-01-04 20:59:04 +01:00
Juergen E. Fischer
1bda31d4b3 fTools: replace QgsRectangle.expand with .scale 2013-01-04 01:25:02 +01:00
Juergen E. Fischer
f75803ea80 python plugins: replace QgsMapRenderer.destinationSrs() with destinationCrs() (closes #6391) 2013-01-04 00:51:41 +01:00
Werner Macho
b48ae8b280 Merge pull request #370 from slarosa/osm_plugin_issue
fixes issues for OSM plugin generated from api cleanup commit
2013-01-03 13:34:31 -08:00
Bernhard Ströbl
aef3f345fb fix #6925
fTools' eliminate now works if the polygon to merge with has an id of 0
2013-01-03 09:29:13 +01:00
Sandro Santilli
103942391d Mark topology group visibility off
This is really a workaround to http://hub.qgis.org/issues/6938
2013-01-02 14:32:55 +01:00
Victor Olaya
5c00014397 edited grass and saga algorithm descriptions 2013-01-01 23:52:33 +01:00
Victor Olaya
287c9f367d refactor fTools algorithms 2013-01-01 23:52:00 +01:00
Sandro Santilli
2b80d638b1 Reorganize topoviewer layers into subgroups 2013-01-01 14:08:25 +01:00
Larry Shaffer
25c9ba58f1 Revert "Fix #6931, apply patch from Borys Jurgiel"
This reverts commit bd65e86b5f079ecb8969b3132b64bfbf7d20a1dd.

Sorry, did not notice more complete fix in pull request from Salvatore Larosa
2012-12-31 17:31:56 -07:00
Larry Shaffer
bd65e86b5f Fix #6931, apply patch from Borys Jurgiel 2012-12-31 17:27:07 -07:00
Juergen E. Fischer
d814e1977b german translation update and some string fixes 2012-12-31 17:29:10 +01:00