Re: [Qgis-developer] QgisSQL plugin

2011-06-09 Thread Anita Graser
Hi Aju, How is your plugin different from e.g. RT SQL Layer plugin? Are you aware that there is work going on in this year's Google Summer of Code: http://www.google-melange.com/gsoc/project/google/gsoc2011/brushtyler/15001 It sounds like duplicated effort. Best wishes, Anita On Thu, Jun 9,

Re: [Qgis-developer] Query Set using SetSubstring does not return record - resolved but with a question

2011-06-09 Thread Anita Graser
Hi Maaza, On Thu, Jun 9, 2011 at 3:10 AM, maaza mekuria sail...@yahoo.com wrote: I have learned from you how I can select all the features in a layer through code using extents and attribute lists. What I would like is to be able to use a simple command that says layer-selectall() or

Re: [Qgis-developer] Integrating OSSIM with QGIS

2011-06-09 Thread Marco Hugentobler
Hi Ming This sounds interesting. What dependencies on external libraries does the provider have? (5) Can we post our ossim image provider to your svn for others to play with? QGIS switched to git in the meantime. You could clone the QGIS repository (g...@github.com:qgis/Quantum-GIS.git) and

Re: [Qgis-developer] QgisSQL plugin

2011-06-09 Thread Martin Spott
Aju Ajusito wrote: - Send any query to PostgreSQL, SQLite, Microsoft SQL Server (only in windows, maybe in linux with UnixODBC) databases FreeTDS _without_ ODBC !? ;-) Cheers, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are !

[Qgis-developer] Re: python plugin and layer properties window

2011-06-09 Thread Michael Pfeiffer
Hi everybody, no hints for this problem? I have the same problem with the mapcomposer window. When closing the mapcomposer window I want to get the close signal or close event of the window. I need this because I want to switch of some things in the map canvas automatically which I switched on

Re: [Qgis-developer] Re: Call for packaging: QGIS 1.7.0 'Wroclaw'

2011-06-09 Thread David Spencer
I removed the old source package and the new (hopefully acceptable) one is here: http://qgis.org/downloads/qgis-1.7.0.tar.bz2 http://qgis.org/downloads/qgis-1.7.0.tar.bz2.md5 That's fantastic Tim, many thanks, it's perfect. But to be honest, even if the tarball put 415 volts across my

RE: [Qgis-developer] Integrating OSSIM with QGIS

2011-06-09 Thread Peter Borissow
Hi Marco- The new provider is based on ossim which at its core has relatively few dependencies (libtiff, geotiff, jpeg, openthreads, etc). Ming will push out the code next week after we shake a couple more things out. The band statistics is a real killer right now. We could really use your

Re: [Qgis-developer] Embedding of layers and legend groups from other projects

2011-06-09 Thread Craig Leat
 Yes, it looks like it. Some people might want to have a library of 'base map' projects which other people reference as inclusions via the core code, others might just want to pull some layers out of their own projects with my plugin to save them having to find the source and set up styling.

Re: [Qgis-developer] Embedding of layers and legend groups from other projects

2011-06-09 Thread Marco Hugentobler
Pushed to the main repo now. Am Dienstag, 7. Juni 2011, 18.48:01 schrieb Marco Hugentobler: Hi devs Recently, I implemented support for embedding layers and legend groups from other project files. Like this, it is no longer necessary to repeat legend arrangements. Just embed groups and/or

Re: [Qgis-developer] Embedding of layers and legend groups from other projects

2011-06-09 Thread Barry Rowlingson
 Anyone who wants to do a bit of work can export from by googlecode repo and stick it in their python plugins dir: I've just uploaded the zip of my plugin that imports layers from project files to the Qgis contrib repo. Please report bugs/enhancements via the issue tracker of the bsrplugins

[Qgis-developer] qgis-mapserver: user authentication

2011-06-09 Thread Paolo Cavallini
Hi all. We are interested in an extension of current qgis-mapserver, allowing different users (or groups of) to see different layers (or different projects). Is anyone working on that, or willing to collaborate on a mainstream solution? All the best. -- Paolo Cavallini: http://www.faunalia.it/pc

Re: [Qgis-developer] Integrating OSSIM with QGIS

2011-06-09 Thread Tim Sutton
Hi On Wed, Jun 8, 2011 at 9:21 PM, Mingjie Su su.m...@geoeye.com wrote: All-   We are making some good progress on the ossim image provider (qgsossimprovider.cpp). Couple questions: (1) Is there a way for users to specify which provider to use? It looks like QGIS is hard coded to use the

Re: [Qgis-developer] Re: Call for packaging: QGIS 1.7.0 'Wroclaw'

2011-06-09 Thread Tim Sutton
Hi On Thu, Jun 9, 2011 at 11:26 AM, David Spencer baildon.resea...@googlemail.com wrote: I removed the old source package and the new (hopefully acceptable) one is here: http://qgis.org/downloads/qgis-1.7.0.tar.bz2 http://qgis.org/downloads/qgis-1.7.0.tar.bz2.md5 That's fantastic Tim,

[Qgis-developer] Some QGIS 1.7 compile errors/warnings

2011-06-09 Thread Markus Neteler
Hi, FWIW: When compiling QGIS 1.7 latest from git, I see these problems (I get the binary but maybe you want to look into this): cmake ... Generating ui_qgscategorizedsymbolrendererv2widget.h [  0%] Building CXX object src/astyle/CMakeFiles/astyle.dir/astyle_main.cpp.o fatal: ambiguous argument

Re: [Qgis-developer] Query Set using SetSubstring does not return record - resolved but with a question

2011-06-09 Thread maaza mekuria
Thank you Anita for the suggestions. I would like to put a ticket out on the needed improvement for this issue. I feel it is highly inconsistent that even after applying the setSubsetString(qry) , if one selects all the data, the selection includes all the items in the layer. Is there another

[Qgis-developer] Python: groups in QgsLegendInterface()

2011-06-09 Thread Chris Crook
Hi All How can I determine the group index of a group containing a layer? Basically I'm creating a new layer, and wanting to add it to the same group as a new layer. It looks like the only way to add a layer to a group is via the group index. But I can't see any way to determine the group