4897 Commits

Author SHA1 Message Date
Etienne Trimaille
5a9df7eba3 fix variable assignment in Processing 2015-06-24 11:29:45 +02:00
Nyall Dawson
0016ab6230 Add a "load values" button to graduated histogram. The previous
approach of automatically fetching the values on demand was
resulting in graphical corruption to the parent tab widget.
2015-06-24 17:11:45 +10:00
Nyall Dawson
7e8041cd98 Merge pull request #2163 from carolinux/master
Added setBand capability to qgssinglebandpseudocolorrenderer API
2015-06-24 10:05:56 +10:00
carolinux
37cd9e7a0d Added doxygen docs 2015-06-24 01:15:42 +02:00
Juergen E. Fischer
e368f95a0f [processing] fix initial without saga_cmd on *x 2015-06-23 21:30:05 +02:00
carolinux
45681e6e0a Added setBand capability to qgssinglebandpseudocolorrenderer API 2015-06-23 17:19:58 +02:00
Juergen E. Fischer
7031cfb995 dxf export: deprecate writeSolid (replaced with writePolygon) and add some doxymentation 2015-06-23 15:34:33 +02:00
volaya
38a247f26c [processing] fixed attribute types in memory layers
fixes #12894
2015-06-23 14:15:08 +02:00
Marco Hugentobler
0bbc11b3f8 Derive MultiLineString from MultiCurve and MultiPolygon from MultiSurface 2015-06-23 13:41:14 +02:00
volaya
a842d47512 [processing] fixed text and html output in GRASS algorithms
This changes the way text outputs are handled.
Now the output of the command is piped to a file, and with that file, the raw and HTML outputs are generated.

More formatting for the HTML file should be added in the future, since it is now rather basic

fixes #6379
2015-06-23 13:32:16 +02:00
volaya
77ca802522 [processing] better initialization of SAGA provider 2015-06-23 12:01:50 +02:00
volaya
cdf034a999 [processing] fixed typo in algorithm group name 2015-06-23 12:01:49 +02:00
volaya
83f3a5893c [processing] added check to ensure input layers are valid 2015-06-23 09:07:52 +02:00
volaya
247c2f061e [processing] no need to hide credentials when storing db data
If they appear on the URI, it means they are already being stored in plain text by QGIS
2015-06-23 09:07:51 +02:00
volaya
6ce2333f98 [processing] more improvements for storing db data in log
This allows reusing commands that use a db-based layer.

It disables parameter validity checks for layers. Those checks should now be performed at the algorithm level before executing (not yet implemented)
2015-06-23 09:07:50 +02:00
volaya
6e4113f000 [processing] show error message when execution of algorithm from console failed 2015-06-23 09:07:49 +02:00
volaya
06d250ef89 [processing] more correct storing of DB data in log 2015-06-23 09:07:48 +02:00
volaya
78359ec510 [processing] use default value in selection parameters in modeler
fixes #12766
2015-06-22 16:51:58 +02:00
Salvatore Larosa
9838ea3dbd switch all png icons to svg ones for plus and minus signs:
followup 33b49ff and a7191ab
2015-06-22 16:22:56 +02:00
Nyall Dawson
c590e1ecee Hide unimplemented GeometryV2 clip methods 2015-06-22 22:20:27 +10:00
Nyall Dawson
f037b11f8e [georef] Allow report to flow onto multiple pages to show all
GCPs (fix #4602)
2015-06-22 21:53:44 +10:00
Nyall Dawson
0912314f0c Fix crappy documentation (which I wrote) which came back to bite
me and wasted part of my life I'll never get back...
2015-06-22 21:53:44 +10:00
Nyall Dawson
6e73c53a1b Implement stubbed QgsGeometry methods 2015-06-22 21:34:49 +10:00
Nyall Dawson
e53debe215 Update doxygen comments for QgsGeometry, reflecting that QgsGeometry
is a generic geometry container from >= 2.10.
2015-06-22 21:29:51 +10:00
volaya
b4edf8af88 [processing] better sizing of columns in batch interface
fixes #12706
2015-06-22 12:57:38 +02:00
volaya
5d4928fae2 [processing] fixed setting rendering styles for line and point outputs
fixes #12773
2015-06-22 11:38:16 +02:00
Nyall Dawson
436350a4e3 Make QgsVectorLayer::setDataSource maintain renderer where possible 2015-06-22 19:26:05 +10:00
volaya
3ccd2a1fd3 [processing] corrected last commit
no need to rename algorithm
2015-06-22 11:23:41 +02:00
volaya
d9e749821a [processing] added import into postgis algorithm to simplified interface 2015-06-22 11:17:47 +02:00
volaya
b6975d6121 [processing] fixed add model from file
fixes #12902
2015-06-22 10:12:02 +02:00
volaya
5013bb5600 [processing] fixed using temporary files in field calculator 2015-06-22 09:52:42 +02:00
volaya
1579a68b13 [processing] correctly handle filenames with long extension names in output file selector
fixes #10264
2015-06-22 09:25:13 +02:00
volaya
32d6275fa3 [processing]changed native raster format for SAGA algorithms from tif to sdat
This eliminates the need to export to a QGIS compatible format after generating a raster output. The SDAT format is the native SAGA format, and it is supported by GDAL, so it is also supported by QGIS. This was not used before, but now we use that to reduce the nuber of steps and provide a better integration.

Conversion to other formats is now done by Processing itself, not by the SAGA algorithm.

fixes #10735
2015-06-22 09:11:01 +02:00
volaya
92cf321d13 [processing] wait until file conversion is finished 2015-06-22 09:11:00 +02:00
volaya
a1351640ba [processing] fixed output to non-supported vector formats in GRASS 2015-06-22 07:45:04 +02:00
volaya
83782cc4c8 [processing] fixed conversion to unsupported raster formats after running algorithm 2015-06-22 07:44:21 +02:00
alexbruy
d560568e5a Merge pull request #2151 from NaturalGIS/fix_grass_r_drain
[processing] fix grass7 r.drain non mandatory parameter
2015-06-21 09:27:44 +03:00
Juergen E. Fischer
b3c2bd7f21 dxf export:
* fix support for data-defined properties in SVG export
* remove drawRects and let it fallback to drawPath and drawPolygon
* close arcs
2015-06-20 01:12:13 +02:00
Salvatore Larosa
6cbe0ee71c [processing] fix typo 2015-06-19 20:42:00 +02:00
pcav
ef3eb85d65 Better output name for saga kernel 2015-06-19 17:02:44 +00:00
Giovanni Manghi
72c56dffdb fix grass7 r.drain non mandatory parameter 2015-06-19 12:16:49 +01:00
Martin Dobias
eaf17e56c2 Fix SAGA detection on some Debian/Ubuntu systems (fixes #12335) 2015-06-19 13:18:59 +08:00
Martin Dobias
0c5352fad6 Remove invalid/crashing QgsComposerHtml constructor (fixes #12009) 2015-06-18 16:30:50 +08:00
Martin Dobias
40acaa051a Deprecate QgsRasterLayer::setDrawingStyle() (fixes #12635) 2015-06-18 12:47:45 +08:00
Matthias Kuhn
8342739b37 Expressions: preserve brackets for right-associative operators
Fixes #11475
2015-06-16 19:46:26 +02:00
Denis Rouzaud
a518e9f639 [fix #11475] expressions: add left and right associavity for dump of binary operators
complete test for left associativity
2015-06-16 19:07:45 +02:00
Nyall Dawson
cf2fa39691 [effects] Initially populate effects with a default list of effects
Default list shows a number of common effects like drop shadows,
but they are disabled. This allows users to easily enable them
just by checking them in the list. End result is a more user
friendly and familiar effects interface.

Advanced users can still reorder, add/remove effects as before.
2015-06-16 21:30:53 +10:00
volaya
5d44de7012 Merge pull request #2139 from nachouve/patch-1
[processing] Added "sum" field on StatisticsByCategories
2015-06-15 18:20:41 +02:00
Alexander Bruy
77c3e867d8 [processing] bump plugin version to avoid masking 2015-06-15 18:29:38 +03:00
Nyall Dawson
7a3a857d79 Add QgsFontUtils methods for saving/loading font from XML (fix #12644)
Fixes loss of font styles when restoring projects. Credit to @nirvn
for the initial implementation.
2015-06-15 19:40:28 +10:00