Re: [Qgis-developer] Is QGIS supports dynamic display?

2014-09-15 Thread Spartucus
Never mind. I solved the problem. void TFMapCanvasSvgItem::paint(QPainter* painter) { if (!painter) { return; } QImage svgImage(50, 40, QImage::Format_ARGB32); svgImage.fill(Qt::transparent); QPainter imagePainter(&svgImage);

[Qgis-developer] qgis 2.2 to 2.4: problem with map legend and map view refresh!

2014-09-15 Thread Stefano Masera
Hi list, I have a problem with my plugin OpeNoise with Qgis 2.4 In the plugin I change the symbology of a layer with these final lines in a script: layer.setRendererV2(myRenderer) iface.legendInterface().refreshLayerSymbology(layer) iface.mapCanvas().refresh() layer.reload() While thi

Re: [Qgis-developer] QuickOSM as default plugin for OSM data

2014-09-15 Thread Etienne Trimaille
Hi, First, thanks for this proposal. This is only the first version of the plugin, we are aware that development is not finished. So if you think that the plugin has some lacks, please fill a ticket. Today, there are 22 tickets. 2014-09-04 17:28 GMT+02:00 Andre Joost : > One thing that the curre

Re: [Qgis-developer] Is QGIS supports dynamic display?

2014-09-15 Thread Spartucus
Hi Martin, I implemented my own canvas item for SVG markers like you told me. But When I created a object of custom canvas item in main, it broke down. The error says 'This may be due to a corruption of the heap...', see more in error.jpg. I looked up for answers in exchange, which I foun

[Qgis-developer] doxygen removal

2014-09-15 Thread Denis Rouzaud
Hi all, While removing the diagrams was nice, I kind of miss the private members in doxygen. Even if this is not the API, I think it brings a lot to the comprehension of the code just by reading methods' names. Am I the only one? Cheers, Denis __

Re: [Qgis-developer] Master build failed

2014-09-15 Thread Alexander Bruy
Hi Martin, I use PyQt 4.9.1 and SIP 4.13.2. But seems this issue already fixed in master. After update it builds fine 2014-09-14 17:48 GMT+03:00 Martin Dobias : > Hi Alex > > On Sun, Sep 14, 2014 at 8:19 PM, Alexander Bruy > wrote: >> Hi all, >> >> master build failed with error >> >> sip: QgsVe