[Qgis-developer] close issue

2013-03-11 Thread Denis Rouzaud
Hi, Can someone take care of closing this issue? http://hub.qgis.org/issues/6562 thanks, Denis ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] close issue

2013-03-11 Thread Nathan Woodrow
I was just thinking. Shouldn't it be ticked by default? On Mon, Mar 11, 2013 at 4:43 PM, Denis Rouzaud denis.rouz...@gmail.comwrote: Hi, Can someone take care of closing this issue? http://hub.qgis.org/issues/6562 thanks, Denis ___

[Qgis-developer] sextante error at build

2013-03-11 Thread Denis Rouzaud
Hi all, I have this error when compiling last master make[2]: *** No rule to make target `../python/plugins/sextante/grass/description/v.split.txt', needed by `python/plugins/sextante/grass/CMakeFiles/sextante_grass_description_stageinstall'. Stop. make[1]: ***

Re: [Qgis-developer] Makefile rule naming convention: prefer dash to underscore ?

2013-03-11 Thread Sandro Santilli
On Sat, Mar 09, 2013 at 03:09:48PM +0200, Tim Sutton wrote: On Fri, Mar 8, 2013 at 2:24 PM, Sandro Santilli s...@keybit.net wrote: Would you mind if I change all rules to use - instead of _ ? For reference, GNU standard Makefile targets exist with - but none exist with _:

Re: [Qgis-developer] sextante error at build

2013-03-11 Thread Victor Olaya
hmmm, I replaced v.split.txt, so it should not be now under that folder if you have the latest version... but I do not know how to fix that issue... 2013/3/11 Denis Rouzaud denis.rouz...@gmail.com: Hi all, I have this error when compiling last master make[2]: *** No rule to make target

[Qgis-developer] Brightness and contrast filters for rasters

2013-03-11 Thread Alexander Bruy
Hi all, I've tried to implement functionality for changing raster brightness and contrast in QGIS in addition to existing contrast enhancement functions. Code available in my GitHub fork in brightness_filter branch [0]. Also, as suggested by Radim, I added readXML() and writeXML() methods to

Re: [Qgis-developer] sextante error at build

2013-03-11 Thread Denis Rouzaud
Hi Victor, Thanks for your reply. Sorry, it was my fault. Running ccmake once solved the issue. Thanks, Denis On 03/11/2013 12:24 PM, Victor Olaya wrote: hmmm, I replaced v.split.txt, so it should not be now under that folder if you have the latest version... but I do not know how to fix

[Qgis-developer] lxml in QGIS 1.8

2013-03-11 Thread Jakob Lanstorp
Hi, I have developed a Python plugin to QGIS 1.9.master. Trying to get it to run in QGIS 1.8 I am getting the error: ImportError: No module named lxml. Are there any ways to include the lxml library in a QGIS 1.8 plugin and distribute it? Is there any change log on the QGIS Python API from 1.8

[Qgis-developer] the mid March issue report

2013-03-11 Thread Giovanni Manghi
Hi all, as discussion about the next release has already started, so here is the periodic issue report. Regressions number has raised quite a lot in the previous weeks, we are at 57 right now http://hub.qgis.org/projects/quantum-gis/issues?query_id=23 Issue tagged causes crash or data

Re: [Qgis-developer] lxml in QGIS 1.8

2013-03-11 Thread Marco Bernasocchi
On 03/11/2013 01:44 PM, Jakob Lanstorp wrote: Is there any change log on the QGIS Python API from 1.8 to 1.9. Comparing the earlier API version atwww.qgis.org/api/ is not optimal. http://hub.qgis.org/wiki/quantum-gis/API_changes_for_version_20 ciao -- Marco Bernasocchi http://opengis.ch

Re: [Qgis-developer] Feature freeze commencing the ides of March

2013-03-11 Thread Matthias Kuhn
Hi On 03/04/2013 08:17 PM, Larry Shaffer wrote: Hi, On Mon, Mar 4, 2013 at 6:40 AM, Tim Sutton li...@linfiniti.com mailto:li...@linfiniti.com wrote: Hi On Mon, Mar 4, 2013 at 1:52 PM, Radim Blazek radim.bla...@gmail.com mailto:radim.bla...@gmail.com wrote: On Mon, Mar 4,

Re: [Qgis-developer] some questions about GRASS features in QGIS

2013-03-11 Thread William Kyngesburye
On Mar 11, 2013, at 12:30 AM, Paolo Cavallini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 10/03/2013 01:28, William Kyngesburye ha scritto: Hmm, sounds like I can really only trim out the g.gui GUI. I'd still need wxpython to handle the modules. If this is an issue, IMHO

[Qgis-developer] Tiled web maps in QGIS

2013-03-11 Thread Jochen Topf
Hi! I missed support for easily using web tile servers in QGIS for a long time and finally decided to do something about it. :-) (I am not talking about WMS-type servers, only about those where all you have is a URL pattern such as http://tile.openstreetmap.org/${z}/${x}/${y}.png .) Somebody

[Qgis-developer] New QGIS case study from Assam, India

2013-03-11 Thread Otto Dassau
Dear Community, we have a new QGIS case study written by Rajendra Garawad. He is Field Director of the Nameri Tiger Reserve, Assam, India and holds Master Degrees in Forestry Science and Conservation Land Management. The case study is about monitoring tigers using camera traps in the Nameri

[Qgis-developer] A faster update than mapCanvas().refresh()?

2013-03-11 Thread Rudi von Staden
I have a whole bunch of markers (QgsVertexMarker), and I'm trying to highlight the active one when the selection in a list changes. To do this I make the active marker red, while the others are green. However, in order for the new colour to be visible, I have to do a mapCanvas().refresh(), which

Re: [Qgis-developer] Tiled web maps in QGIS

2013-03-11 Thread Jochen Topf
On Mon, Mar 11, 2013 at 08:50:34AM -0700, Alex Mandel wrote: FYI, the openlayers plugin is essentially doing something very similar. I tried the OpenLayers plugin and it seems rather flaky, sometimes it works, sometimes it doesn't. And it seems it only works with the original Mercator projection

Re: [Qgis-developer] Tiled web maps in QGIS

2013-03-11 Thread Andre Joost
Am 11.03.2013 16:50, schrieb Alex Mandel: FYI, the openlayers plugin is essentially doing something very similar. Your scale issue might be similar to what Nathan was seeing yesterday too where tiles don't always line up right. Not quite the same: Early versions of openlayers plugin were

Re: [Qgis-developer] Tiled web maps in QGIS

2013-03-11 Thread Andre Joost
Am 11.03.2013 16:57, schrieb Jochen Topf: On Mon, Mar 11, 2013 at 08:50:34AM -0700, Alex Mandel wrote: FYI, the openlayers plugin is essentially doing something very similar. I tried the OpenLayers plugin and it seems rather flaky, sometimes it works, sometimes it doesn't. It definitely

Re: [Qgis-developer] Tiled web maps in QGIS

2013-03-11 Thread Jochen Topf
On Mon, Mar 11, 2013 at 05:20:12PM +0100, Andre Joost wrote: And it seems it only works with the original Mercator projection of the tiles not with other projections. Thats true, but reprojecting tiles individually looks rather bad. You have to load all tiles, mosaic them together, and then

Re: [Qgis-developer] Update to staged plugins

2013-03-11 Thread Larry Shaffer
Hi, On Mon, Feb 18, 2013 at 8:20 PM, Larry Shaffer lar...@dakotacarto.comwrote: Hi, I've committed an update to python/plugins/CMakeLists.txt [0] that changes how staged plugins are built (resources generated and copied to [build dir]/output/python/plugins). Staged plugins allow plugins to

Re: [Qgis-developer] No rule to make target staged_plugins

2013-03-11 Thread Larry Shaffer
Hi Radim, Could you start an issue ticket for this, possibly including some specs, like which version of cmake, compiler, etc.? I can not discern what might be causing the problem for your setup, but working for everyone else (I'm assuming that), and would like to exchange some patches since I

[Qgis-developer] Francophone Open Source Geomatics day (FROG) in Paris

2013-03-11 Thread Yves Jacolin
(Sorry for cross posting this email) OSGeo-fr, the french speaking OSGeo local chapter, is organizing on 10th of June 2013 the Francophone Open Source Geomatics day (aka FROG) in Paris inside French IGN building (at Saint-Mandé, close to Paris). FROG is one day of conferences and meetings on

Re: [Qgis-developer] Brightness and contrast filters for rasters

2013-03-11 Thread Robert Szczepanek
Hi Alex, Icons are ready. http://trac.osgeo.org/osgeo/changeset/10082 Requests on OSGeo Graphics trac have high priority ;) regards, Robert On 11.03.2013 12:33, Alexander Bruy wrote: Hi all, I've tried to implement functionality for changing raster brightness and contrast in QGIS in addition

[Qgis-developer] Problem using QgsFeature.attributes() instead of QgsFeature.attributeMap() in QGIS 1.9

2013-03-11 Thread Alexandre Neto
I'm trying to adapt my plugin (multipart splithttp://plugins.qgis.org/plugins/splitmultipart/) to work in the master version 1.9. at some point in my code I had something like this: ... new_attributes = layer.pendingFields() for j in range(new_attributes.__len__()): if

[Qgis-developer] joining Valmiera hackfest remotely

2013-03-11 Thread maning sambale
Dear devs, Some QGIS users in my local community would like participate in the hackfest. This is just to get other people familiar with how QGIS is developed and hopefully contribute more in the development. Is there any specific task we can work on? Such as bug reporting and squashing,