Re: [Qgis-developer] Memory data provider persistence

2010-12-06 Thread Martin Dobias
On Mon, Dec 6, 2010 at 10:45 AM, Barry Rowlingson b.rowling...@lancaster.ac.uk wrote: On Mon, Dec 6, 2010 at 2:04 AM, Chris Crook ccr...@linz.govt.nz wrote: So, for my requirement for memory provider persistance, the only real question is what is the right way to do it.  Although Martin had

Re: [Qgis-developer] Memory data provider persistence

2010-12-06 Thread Barry Rowlingson
On Mon, Dec 6, 2010 at 2:04 AM, Chris Crook ccr...@linz.govt.nz wrote: So, for my requirement for memory provider persistance, the only real question is what is the right way to do it.  Although Martin had suggested a spatialite database, my leaning is towards a simple QDataStream.  A simple

[Qgis-developer] Trying to add Dialog window to qgis

2010-12-06 Thread Azghar Hussain
Hi, I have client requirement in which I need to modify QGIS application. I download the source code and have built it in Visual Studio 2009 environment. I need to add a new dialog box which will popup on clicking on the button on toolbar. In order to implement this I have added new dialog using

Re: [Qgis-developer] Trying to add Dialog window to qgis

2010-12-06 Thread Giovanni Manghi
Hi, This is basically a Disaster Management Application ... I need to show various data in the form of map and chart...There will also be hazard modeling... Planning to finish in couple of months seems a really nice application, let us know about it, it will be good to have it among the

[Qgis-developer] Re: Acknowledgement of Contributor Guidelines

2010-12-06 Thread Tim Sutton
Hi All Any objections to me going on to give Dave write access to SVN? PSC I think you need to vote on this. +1 from me. Regards Tim On Mon, Dec 6, 2010 at 4:27 PM, dave.deh...@sybase.com wrote: In accordance with requirement #6 of the Contributor Guidelines

[Qgis-developer] Re: [Qgis-psc] Re: Acknowledgement of Contributor Guidelines

2010-12-06 Thread Marco Hugentobler
+1 Marco Am Montag, 6. Dezember 2010, um 16.30:01 schrieb Tim Sutton: Hi All Any objections to me going on to give Dave write access to SVN? PSC I think you need to vote on this. +1 from me. Regards Tim On Mon, Dec 6, 2010 at 4:27 PM, dave.deh...@sybase.com wrote: In

[Qgis-developer] Edit UI doesn't load the field's value

2010-12-06 Thread Giuseppe Sucameli
Hi all, it seems there is a problem with Edit UI dialog. I have an .UI which contains a combobox and a spinbox. When I edit a row using the Edit UI dialog, the combobox PROVINCIA loads all the values of the PROVINCIA field, but doesn't select the current row value. The spinbox does the same, it

RE: [Qgis-developer] Memory data provider persistence

2010-12-06 Thread Chris Crook
Hi All Fair comment I guess. In fact Barry's suggestion is pretty much back at my original ticket on this issue. This had two components, one was the warning about memory provider layers, and the other was making it easier to save them (or more accurately, to replace the memory layer with

RE: [Qgis-developer] Memory data provider persistence

2010-12-06 Thread Chris Crook
Hi Barry et al Good point about a plugin implementation .. I hadn't thought of that obvious option - definitely one to follow up on. It might still need a few tweaks in terms of Qgis. The QgisInterface has a projectRead() signal that could be used to trigger reloading the data, but I don't

[Qgis-developer] create python plugin for QGIS

2010-12-06 Thread Muhammad Abu Hasan
Dear all, i have build a plugin for QGIS , and the purpose of this plugin is to insert the data from/to Databse, now there is no action if i click the button of my newly generated plugin, but i want that there will be some action if i click on the particular button , to do my task which file i

Re: 05 - Re: [Qgis-developer] QGIS problem

2010-12-06 Thread Muhammad Abu Hasan
Hi Alexander , yes, sure , i will give you more information, first of all, when i tried to open the project from with QGIS 1.5.0 then it loads the project but one box open immediately and its shows the following text 1 cursor states lost. SQL: CLOSE qgisf6 Result: 7 (ERROR:

Re: [Qgis-developer] Memory data provider persistence

2010-12-06 Thread Barry Rowlingson
On Mon, Dec 6, 2010 at 7:12 PM, Chris Crook ccr...@linz.govt.nz wrote: Hi Barry et al Good point about a plugin implementation .. I hadn't thought of that obvious option - definitely one to follow up on.  It might still need a few tweaks in terms of Qgis.  The QgisInterface has a

RE: [Qgis-developer] Memory data provider persistence

2010-12-06 Thread Chris Crook
Yes .. I got carried away and put up a patch implementing the projectWrite signal in the QgisInterface before I saw this alternative. Though in fact I do think that is makes sense to have a QgsInterface projectSaved() signal matching the projectRead(). And maybe a savingProject() that happens

[Qgis-developer] New composer option

2010-12-06 Thread John C. Tull
Hi Marco, I was wondering what the new draw map canvas items option does in the composer. I am at a loss to figure it out with some quick testing. Thanks, John___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Edit UI doesn't load the field's value

2010-12-06 Thread Bernhard Ströbl
Hi Giuseppe, I can confirm this behaviour QGIS 1.5/WinXP, data from PostGIS database. My workaround is to have e.g. the QComboBox filled with values and _additionally_ have a QTextLine named the same as the field in my layer table holding the feature's current value. The QTextLine is not