3376 Commits

Author SHA1 Message Date
Martin Dobias
04dc5d8824 Merge remote-tracking branch 'alvaro/Simplification_MTR'
Conflicts:
	python/core/qgsmapsettings.sip
2014-05-30 12:25:17 +07:00
Larry Shaffer
fe42b0048f Merge pull request #1238 from ahuarte47/Issue_9480
Fix bug #9480: Labels for polygon centroids should always originate inside a polygon
2014-05-29 14:45:22 -06:00
Nyall Dawson
c38d3e12af [composer] Remove use of runtime_error for providing feedback from atlas 2014-05-29 22:49:58 +10:00
alexbruy
ce90341a4a Merge pull request #1404 from gioman/master
[processing] add GRASS r.out.xyz
2014-05-29 12:27:56 +03:00
Juergen E. Fischer
850a1eeebd fix doxygen warning 2014-05-29 02:34:27 +02:00
Juergen E. Fischer
c1f50db1ac fix warnings 2014-05-29 01:43:04 +02:00
gioman
affc9a16e8 add GRASS r.out.xyz 2014-05-28 19:51:43 +01:00
Salvatore Larosa
c0b3e90faa [processing] fixes extract by location alg (fixes #10241) 2014-05-28 09:14:59 +02:00
Juergen E. Fischer
a3628a6702 fix sip sync merge 2014-05-27 23:51:29 +02:00
Juergen E. Fischer
c4c131ef75 sip sync 2014-05-27 23:32:42 +02:00
ahuarte47
6cb4cbb1cc #9480: Add centroidInside to sip file 2014-05-27 13:39:31 +02:00
ahuarte47
59427e226b #9480: Add /Factory/ to pointOnSurface() method 2014-05-27 13:39:30 +02:00
ahuarte47
cbee3d35ff #9480: New 'pointOnSurface' method for QgsGeometry 2014-05-27 13:39:28 +02:00
Alvaro Huarte
83eec4ac46 Enable disabled simplification code after merge MTR (2-2)
Enable AntialiasingSimplification
2014-05-27 13:26:50 +02:00
Alvaro Huarte
4ab24a4f40 Enable disabled simplification code after merge MTR (1-2)
Disable simplification of geometries in composer by default
2014-05-27 13:26:49 +02:00
Victor Olaya
e4d0f15511 [processing] fixed #10364 2014-05-27 00:16:17 +02:00
Martin Dobias
62e499e1be Promote rendererChanged() signal from raster+vector layer to base map layer 2014-05-26 21:29:28 +07:00
volaya
439065d1c7 Merge pull request #1385 from gioman/getshapeextent
Fix SAGA GetShapeExtents
2014-05-25 12:04:21 +02:00
Juergen E. Fischer
a168b9031b sip sync and indentation update 2014-05-24 20:37:36 +02:00
gioman
10fd65a010 fix SAGA GetShapesExtents take2 2014-05-24 19:03:24 +01:00
gioman
34dbf681d5 fix SAGA GetShapesExtents 2014-05-24 19:01:32 +01:00
Salvatore Larosa
43f154ba55 [processing] run "sed -i s/sextante/processing/g *.rst" over saga help directory 2014-05-24 16:52:05 +02:00
Martin Dobias
ff3cf0a9ad Fix SIP bindings 2014-05-24 12:00:44 +07:00
Martin Dobias
0775a89ed5 Merge pull request #1380 from Oslandia/mask_renderer
[FEATURE] Inverted polygons renderer
2014-05-24 11:26:41 +07:00
Juergen E. Fischer
0903684314 fix edit widget deprecation warnings and sync sip bindings 2014-05-24 03:52:19 +02:00
Hugo Mercier
66ac1eda38 Inverted polygons renderer: add SIP 2014-05-23 19:56:18 +02:00
Nyall Dawson
e8b7ca943c [composer] Small improvements to API docs 2014-05-23 11:17:05 +10:00
Hugo Mercier
084fa8992b [FEATURE][composer] Add a 'predefined scales' mode to atlas maps, which sets an atlas maps' extent to the largest predefined scale which fits the atlas feature. Scales are taken from the project's predefined scales, or the global predefined scales. 2014-05-23 11:17:05 +10:00
Matthias Kuhn
ea91b6fe4a [FEATURE] Port editor widgets to new API
Create a new widget for for attribute form

fix #10281
fix #7319
fix #7013
fix #9335
fix #4417
2014-05-22 22:50:36 +02:00
Juergen E. Fischer
59a8cb4d28 add library dependencies to python bindings 2014-05-22 15:05:51 +02:00
Victor Olaya
afc65f22fe [processing] added missing import 2014-05-22 12:42:28 +02:00
Victor Olaya
caaabb4f28 [processing] changed name of output in concave hull 2014-05-22 12:42:27 +02:00
Victor Olaya
486fb13774 [processing] updated compiled version of widgets 2014-05-22 12:42:25 +02:00
Victor Olaya
24e98e0e58 removed import of local httplib2 2014-05-22 12:42:24 +02:00
Juergen E. Fischer
5b2824f788 indentation update 2014-05-21 22:18:59 +02:00
Salvatore Larosa
470431d6b4 [processing] fixes cmake for lastools, removes the interface module and adds import iface module where lacking 2014-05-21 22:05:07 +02:00
Martin Dobias
4988bc503a Add the missing SIP stub file 2014-05-22 01:09:14 +07:00
Martin Dobias
b2a4c765b4 [FEATURE] Merge of legend refactoring work
This replaces the existing tree widget implementation with more modular approach. In summary:
- tree hierarchy in CORE library: QgsLayerTreeNode, QgsLayerTreeLayer, QgsLayerTreeGroup
- model/view based tree view: QgsLayerTreeModel, QgsLayerTreeView
- tree synchronization with map layer registry: QgsLayerTreeRegistryBridge
- controlling of map canvas: QgsLayerTreeCanvasBridge

Conflicts:
	src/ui/qgisapp.ui
2014-05-21 23:37:58 +07:00
Victor Olaya
7f218c7295 [processing] fixes in modeler to make multiple inputs work correctly 2014-05-21 17:36:22 +02:00
Victor Olaya
1e4d6a9a73 [processing] fixed issue in modeler with hidden params 2014-05-21 17:36:14 +02:00
Victor Olaya
28659b6164 [processing] fixed OutputFile constructor 2014-05-21 17:36:06 +02:00
Victor Olaya
293ac60722 [processing] removed interface module
now all access to the interface is done through qgis.utils.iface
2014-05-21 17:35:48 +02:00
Victor Olaya
fcc24e9be2 [processing] added checkboxes to multiple input selector 2014-05-21 17:35:40 +02:00
Victor Olaya
fad280edd0 [processing] rewrote saga raster calculator as individual algorithm 2014-05-21 17:35:30 +02:00
Victor Olaya
b1103c0081 [processing] major overhaul of lastools algorithms
Code contributed by Martin Isenburg
2014-05-21 17:35:21 +02:00
Victor Olaya
dd47b61bef [processing] minor change in ParameterFile to handle None values 2014-05-21 17:35:12 +02:00
Victor Olaya
6ea91c4bec [processing] removed debug line 2014-05-21 17:35:05 +02:00
Victor Olaya
9733ae8e50 [processing] fixed issue when opening loaded layers in batch interface (#10277) 2014-05-21 17:34:57 +02:00
Victor Olaya
ef8383a752 [processing] remove unnecessary print sentences 2014-05-21 17:34:49 +02:00
Victor Olaya
889d2a1b45 [processing] code cleaning. Removed debug sentences 2014-05-21 17:34:40 +02:00