Re: [Qgis-developer] Re : [Qgis-user] Pyqt4 : which signal is sent when dialog comes to foreground?

2015-04-05 Thread Junior Delaz
Hi, I do understand nothing. After I read your message, Matthias, I told myself that using QT. QueuedConnection should be the easiest way. Then i wrote self.iface.composerWillBeRemoved.connect(self.refreshList, Qt.QueuedConnection) But each time i delete a composer, QGIS crashes. So I've spent the

[Qgis-developer] gdal 2.0 - needed code changes in QgsOgrProvider

2015-04-05 Thread Mark Johnson
I have made a summery of code changes needed in QgsOgrProvider, so that qgis will react in the same way using gdal 2.0 as it does in 1.11.2. https://hub.qgis.org/issues/12479 This effects mainly table that have more than one geometry. Without these changes, only the first geometry of a table

[Qgis-developer] plugins using spatialite-amalgamation, pyspatialite

2015-04-05 Thread Mark Johnson
I have opened an issue at: https://hub.qgis.org/issues/12510 the I suggest that plugins that use a hardcoded spatialite-amalgamation be depreciated since they can damage a db created with a later spatialite version. Mark Johnson, Berlin Germany ___

[Qgis-developer] How do I use Python to generate a new Single Band Pseudo-Color color map for a single band raster?

2015-04-05 Thread thayeray
This question has gone unanswered twice before (see below), so I am posting it again: Example 1 http://osgeo-org.1560.x6.nabble.com/Re-Qgis-user-Digest-Vol-97-Issue-62-td5130720.html , posted to the QGIS Developer list. Example 2