1858 Commits

Author SHA1 Message Date
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
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
olivier
85b684c962 Added layerIsExpanded() to QgsLegendInterface 2013-01-26 22:28:19 +01:00
Juergen E. Fischer
2ca956d763 follow up 994dc1cc216: also change level in QgsMessageLogViewer 2013-01-26 20:33:18 +01:00
Martin Dobias
8da06cb97d QgsVectorLayer: deprecate old API: select(), nextFeature(), featureAtId() 2013-01-26 19:42:46 +01:00
Martin Dobias
5ad61f535a Merge remote-tracking branch 'origin/master' into new_vector_api 2013-01-26 18:17:45 +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
Juergen E. Fischer
f2029b4ec4 log python warnings and enabled deprecation warnings 2013-01-24 03:08:20 +01:00
Martin Dobias
5f304b34a1 Merge remote-tracking branch 'origin/master' into new_vector_api
Conflicts:
	python/core/qgsvectordataprovider.sip
	src/app/legend/qgslegendlayer.cpp
	src/app/qgisapp.cpp
	src/app/qgsmergeattributesdialog.cpp
	src/core/qgsvectordataprovider.cpp
	src/core/qgsvectordataprovider.h
	src/core/qgsvectorlayer.cpp
	src/gui/qgssearchquerybuilder.cpp
	src/providers/postgres/qgspostgresprovider.cpp
	src/providers/wfs/CMakeLists.txt
2013-01-23 23:46:56 +01:00
Larry Shaffer
b1bfb9af03 Merge pull request #389 from slarosa/pyqgis-console
Update translation for Python Console
2013-01-22 14:20:18 -08: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
Larry Shaffer
65ae7d8430 Add adjustable Qt stylesheet class, QgisAppStyleSheet
- [API] Remove individual stylesheet option functions (e.g. setFontSize) in favor of direct access to QgisAppStyleSheet functions
2013-01-21 01:49:13 -07: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
Etienne Tourigny
2fb78db2b5 update raster format and pyramid save widgets for python, add pyramid config options support to raster writer, other fixes 2013-01-18 18:18:47 -02:00
Marco Hugentobler
353d6977bd Merge branch 'composer_inference_lines' 2013-01-18 17:07:05 +01:00
Marco Hugentobler
06374d9b64 Update composition sip bindings 2013-01-18 16:50:13 +01:00
Salvatore Larosa
73b3d9cc8c Followup d3981b8:
now it works properly with pylupdate4
2013-01-17 15:24:13 +01:00
Salvatore Larosa
629fa5ab3a fix typo in gdal tools 2013-01-17 12:43:51 +01:00
Salvatore Larosa
d3981b8fbc Update translation for Python Console 2013-01-15 16:51:35 +01:00
mhugent
33a6aa6186 Merge pull request #388 from mwa/offline_editing_api
Move QgsOfflineEditing to core
2013-01-15 07:39:17 -08:00
Mathias Walker
a1743ab0e5 Move QgsOfflineEditing to core and add SIP bindings; refactor Offline Editing Plugin 2013-01-15 16:30:35 +01:00
Salvatore Larosa
6768327edb Add QgsMessageBar for pyqgis console 2013-01-15 12:15:51 +01:00
Larry Shaffer
bdcb6c1c33 Add mousePressEvent to QgsMessageBar sip file 2013-01-14 17:04:34 -07:00
Larry Shaffer
b288b3a6f5 Add QgisApp::messageTimeout() to iface sip file
- [API] Remove recently added, and unnecessary, mMessageTimeout and setMessageTimeout() from QgisApp
2013-01-13 17:10:47 -07:00