Victor Olaya
c2b8ae0663
more fixes in python sextante algorithms
2013-02-07 23:40:43 +01:00
Victor Olaya
a611905755
fixed #7116
2013-02-07 23:31:39 +01:00
Larry Shaffer
995fbadc60
Fix typo in QgsPalLabeling
2013-02-07 15:22:19 -07:00
Larry Shaffer
fbf999190c
Update QgsPalLabeling to work with new vector api
...
- Switch data defined properties from field index- to name-based
- Add routine to migrate properties to new keys: labeling/dataDefined/[enum name]
- Add QHash containing old-style data provider mapping of index to name for use in properties migration
- Update QgsLabelingGui, QgsMapToolLabel, QgsLabelPropertyDialog to work with name-based properties
2013-02-07 14:49:56 -07:00
Denis Rouzaud
66696ba197
unifying identify results in a single struct
2013-02-07 11:57:54 +01:00
Denis Rouzaud
24ca94bdae
return results directly from the identify method instead of using a private attribute
2013-02-07 11:57:54 +01:00
Juergen E. Fischer
cb7f7bfd8b
indentation update
2013-02-07 01:09:39 +01:00
Juergen E. Fischer
76d1403ebb
ftools api updates
2013-02-07 00:31:34 +01:00
Victor Olaya
cf8593728a
added explicit CRS checking in sextante algorithms
2013-02-06 21:01:32 +01:00
Victor Olaya
63ed164167
fixed bug in mmqgis/ftools algs in sextante after adaptation to new vector api
2013-02-06 21:01:31 +01:00
Radim Blazek
50d4bb6d4d
WMS identify feature support - get vector features from GML GetFeatureInfo
2013-02-06 15:14:16 +01:00
Hugo Mercier
12f85af0ee
[Atlas] Add SIP bindings for feature sorting and filtering
2013-02-06 15:06:59 +01:00
Juergen E. Fischer
b35a45625f
fTools: fix add/export geometry columns
2013-02-06 00:13:36 +01:00
Denis Rouzaud
7c26d701cf
remove useless funcs from sip
2013-02-05 19:57:42 +10:00
Denis Rouzaud
682524ff54
MapToolIdentify moved to gui to make it accessible in python
...
put back convertMeasurement in gui as it is not app specific
use display settings for specific app units
2013-02-05 19:57:42 +10:00
Victor Olaya
7dce6176d5
Finished adapting sextante python algorithms to new vector API
...
Some code cleaning
2013-02-04 23:29:55 +01:00
Victor Olaya
0995c0fa9f
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2013-02-04 00:15:08 +01:00
Victor Olaya
93dbfd7f35
started adapting sextante to new vector api
2013-02-04 00:14:39 +01:00
Juergen E. Fischer
7f7b5dd63e
more fTools api updates
2013-02-03 21:18:39 +01:00
Larry Shaffer
7717aeed1c
Update stage-installed plugins CMakeLists.txt
2013-02-03 03:42:12 -07:00
Victor Olaya
28829ddc15
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2013-02-03 10:28:25 +01:00
Victor Olaya
dc340def18
edited some SAGA/GRASS algorithm description in SEXTANTE
2013-02-03 10:28:12 +01:00
Victor Olaya
3751337ea8
Minor SEXTANTE changes
2013-02-03 10:27:42 +01:00
Victor Olaya
9a70fe0cfe
improvements in SEXTANTE modeler
2013-02-03 10:26:43 +01:00
Larry Shaffer
1095f98173
Add option to use custom QSettings for QgsCollapsibleGroupBox
...
- Useful for plugins that may want to store collapsed state in their own QSettings file
2013-02-02 17:16:37 -07:00
Juergen E. Fischer
2a2d9444cf
more api updates in ftools
2013-02-02 17:51:02 +01:00
Juergen E. Fischer
63cc49be61
fix warnings brought up by clang
2013-02-02 17:06:22 +01:00
Juergen E. Fischer
4a774294f3
remove usage of deprecated methods within QgsVectorLayer itself
2013-02-02 17:05:33 +01:00
Etienne Tourigny
aae400ecf1
[API] restore QgsMapLayerRegistry::addMapLayer() but keep it deprecated
2013-02-01 15:22:37 -02:00
Juergen E. Fischer
b74cb5fe4a
fTools: fix error basic statistics
2013-02-01 12:05:16 +01:00
Alexander Bruy
7af82cab89
first fix for new vector api in SEXTANTE
2013-02-01 13:09:39 +04:00
Juergen E. Fischer
2f23b1e83b
first take on porting ftools to vector iterator api
2013-02-01 01:04:21 +01:00
Juergen E. Fischer
0a0a430b0e
include stack trace in logged python warning messages
2013-01-31 16:37:23 +01:00
Alexander Bruy
a3966131f4
update russian python console help translation
2013-01-31 15:39:46 +04:00
Juergen E. Fischer
f00d004104
fix attribute mapping in vector layer import
2013-01-30 23:20:37 +01:00
Juergen E. Fischer
0af38776fc
german translation update
2013-01-29 20:55:12 +01:00
Marco Hugentobler
f91f2d43f9
Merge branch 'master' of github.com:qgis/Quantum-GIS
2013-01-29 09:48:12 +01:00
Marco Hugentobler
a00e413b5d
[FEATURE]: possibility to export vector symbology (using ogr feature style)
2013-01-29 09:45:30 +01:00
Juergen E. Fischer
bb97787c65
fix sip error
2013-01-29 08:50:35 +01:00
Larry Shaffer
94491b8479
[FEATURE] Add style options for legend layer/groups, and live refresh of all legend style options
...
- Based of off work from Stefan Ziegler (pull request #331 )
- Options inherited by embedded groups (which are still always italic)
- Original layer name now saved to project file (instead of adjusted display name)
- Fix bug where setting capitalization, then saving/reopening would permanently set capitalization
- [API] Add originalName() to QgsMapLayer to access original (pre-adjusted name)
- [API] Add setupFont() method to legend group items
- [API] Add updateLegendItemStyles() and updateLegendItemSymbologies() to QgsLegend to allow style option changes to become active without app restart
2013-01-28 16:22:48 -07:00
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
Etienne Tourigny
9bed789f2e
implement currentLayer() and setCurrentLayer() in QgsLegendInterface to set/get current layer
2013-01-28 19:14:38 -02:00
Etienne Tourigny
42d637d9a0
allows for plugins to insert actions for layers in TOC, with QgsLegendInterface::addLegendLayerAction()
2013-01-28 19:14:38 -02:00
Juergen E. Fischer
4cbec1811c
fix warnings, add copyright headers, cosmetics
2013-01-28 01:39:58 +01: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