Re: [Qgis-developer] QGIS stores, in the QGIS project, users logins and passwords from PostGis

2012-10-22 Thread Jürgen E . Fischer
Hi J. On Tue, 23. Oct 2012 at 08:00:55 +0200, J. Gaspar Mora Navarro wrote: > I can't find how avoid QGIS stores users logins and passwords from > PostGis in the QGIS project. > > If I use this code: > > uri = qgis.core.QgsDataSourceURI() > uri.setConnection(host, port, database,

Re: [Qgis-developer] QGIS stores, in the QGIS project, users logins and passwords from PostGis

2012-10-22 Thread Andreas Neumann
Hi, I don't know how this works from Python, but you can manually load Postgis layers without storing the password in the project file (just uncheck the store user/password in PostgreSQL checkboxes). But the drawback is, that when you reopen the project it will ask you for the password. Sor

Re: [Qgis-developer] QGIS stores, in the QGIS project, users logins and passwords from PostGis

2012-10-22 Thread Alexander Bruy
AFAIK this is impossible. QGIS needs this information to load layer. 2012/10/23 J. Gaspar Mora Navarro : > Hello, > > I can't find how avoid QGIS stores users logins and passwords from PostGis > in the QGIS project. -- Alexander Bruy ___ Qgis-developer

[Qgis-developer] QGIS stores, in the QGIS project, users logins and passwords from PostGis

2012-10-22 Thread J. Gaspar Mora Navarro
Hello, I can't find how avoid QGIS stores users logins and passwords from PostGis in the QGIS project. If I add the PostGis layer manualy from the QGIS menu, if I disable the store user name and store password options, works corretly, the user and password don't are stored. But if I add the la

Re: [Qgis-developer] Merging of incompatible changes

2012-10-22 Thread Paolo Cavallini
Il 22/10/2012 21:35, Werner Macho ha scritto: > Probably we should introduce a max.Version to plugins too? ;) agreed, this should solve most of the headaches. I think we should advertise the breaking of the ddev version widely, as many users (we spoiled them) have become accustomed to it, even in p

Re: [Qgis-developer] Merging of incompatible changes

2012-10-22 Thread Larry Shaffer
Hi Martin, On Mon, Oct 22, 2012 at 1:17 PM, Martin Dobias wrote: > Hi all > > recently I have been brewing some backwards incompatible API changes > that will 1) enable introduction of threading, 2) simplify API for > developers. I would like to merge the changes soon to master branch in > order

Re: [Qgis-developer] Merging of incompatible changes

2012-10-22 Thread Alexander Bruy
Hi Martin, 2012/10/22 Martin Dobias : > recently I have been brewing some backwards incompatible API changes > that will 1) enable introduction of threading, 2) simplify API for > developers. I would like to merge the changes soon to master branch in > order not to drift too much from master. Gre

Re: [Qgis-developer] Merging of incompatible changes

2012-10-22 Thread Werner Macho
Hi! Short answer from me +1 and go ahead .. As I remember we all knew that on the way to 2.0 there will be some API Changes - but as long as it improves QGIS at a Project I see no Problem for it .. The only thing you are worrying about are the Plugins .. but hey - there is still 1.8 .. And once

Re: [Qgis-developer] Merging of incompatible changes

2012-10-22 Thread Werner Macho
Hi! Short answer from me +1 and go ahead .. As I remember we all knew that on the way to 2.0 there will be some API Changes - but as long as it improves QGIS at a Project I see no Problem for it .. The only thing you are worrying about are the Plugins .. but hey - there is still 1.8 .. And once

[Qgis-developer] Merging of incompatible changes

2012-10-22 Thread Martin Dobias
Hi all recently I have been brewing some backwards incompatible API changes that will 1) enable introduction of threading, 2) simplify API for developers. I would like to merge the changes soon to master branch in order not to drift too much from master. The changes will break lots of plugins, if

[Qgis-developer] #6535 Support WFS Post GetFeature Request in QGIS-Server - Review

2012-10-22 Thread rldhont
Hi all, I have created a branch on my github to implement the issue 6535 : https://github.com/rldhont/Quantum-GIS/tree/6535 I supplied a patch on hub.qgis.org http://hub.qgis.org/issues/6535/ Because I updated the filter capabilities, I added spatial filter capabilities, I would like a review o

Re: [Qgis-developer] R Sextante error

2012-10-22 Thread Alexander Bruy
BTW, SEXTANTE already have some test (developed by Camilo during GSoC). Currently this test are disabled in CMakeList.txt 2012/10/22 Victor Olaya : > Richard, > > Thanks for the link! That looks really interesting... > > What a pity I could not make it to Essen :-( > > Thanks again > > Victor > >

Re: [Qgis-developer] R Sextante error

2012-10-22 Thread Victor Olaya
Richard, Thanks for the link! That looks really interesting... What a pity I could not make it to Essen :-( Thanks again Victor 2012/10/21 Richard Duivenvoorde : > On 10/21/2012 09:35 PM, Victor Olaya wrote: > >> Any recomendation about unit testing for QGIS plugins? Any plugin that >> already

Re: [Qgis-developer] How can i debug a Quantum GIS DLL using Microsoft Visual Studio 10?

2012-10-22 Thread G. Allegri
I don't have VS installed right now, but in the past I used to Debug attaching to an external process. This is an option VS gives you in the debugger configuration. Let's say you start your built QGis and the systems assigns it PID . Attach the VS debugger to that PID and you're done ;) giovan

[Qgis-developer] How can i debug a Quantum GIS DLL using Microsoft Visual Studio 10?

2012-10-22 Thread Marco Gomes
Hi! I developed a Quantum GIS plugin layer using Microsoft Visual studio and placed it in my plugins folder of my customized quantum gis application. I now intend to debug the DLL using Microsoft Visual Studio 10. I have Quantum GIS 1.8 sources with debug information successfully compile and als

Re: [Qgis-developer] User map no longer working to add new users

2012-10-22 Thread Alessandro Pasotti
2012/10/22 Nathan Woodrow : > Seems that the user map at > http://plugins.qgis.org/community-map/create_user_form.html is no > longer working for me. > > Anyone else confirm? Please file a ticket: osmarender is not available anymore and olwidget complaints. -- Alessandro Pasotti w3: www.it

Re: [Qgis-developer] User map no longer working to add new users

2012-10-22 Thread Justin Hubbard
I can confirm. Have tested on IE, Chrome, and Firefox On Mon, Oct 22, 2012 at 12:48 PM, Nathan Woodrow wrote: > Seems that the user map at > http://plugins.qgis.org/community-map/create_user_form.html is no > longer working for me. > > Anyone else confirm? > __

Re: [Qgis-developer] Next Hackfest Time

2012-10-22 Thread Werner Macho
Am 22.10.2012 12:39, schrieb Paolo Cavallini: Il 22/10/2012 12:36, Pe-teris Bru-ns ha scritto: Options are listed here: http://hub.qgis.org/wiki/quantum-gis/9_QGIS_Developer_Meeting_in_Valmiera_2013#Traveling-Riga-Valmiera-Riga In one direction max 5 EUR. As mentioned in WIKI - Depending from a

[Qgis-developer] User map no longer working to add new users

2012-10-22 Thread Nathan Woodrow
Seems that the user map at http://plugins.qgis.org/community-map/create_user_form.html is no longer working for me. Anyone else confirm? ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] planet.qgis.org problems

2012-10-22 Thread Alessandro Pasotti
2012/10/22 Marco Bernasocchi : > Hi Ale, all > I just tried to add Victor's new blog to [2] and noticed few "grave" > problems :/ > from worse to least: > - login doesn't work for planet. on [3] I see logged in as mbernasocchi > and the logout link, I move to [1] and I see the login link and I can'

Re: [Qgis-developer] Next Hackfest Time

2012-10-22 Thread Paolo Cavallini
Il 22/10/2012 12:36, Pe-teris Bru-ns ha scritto: > Options are listed here: > http://hub.qgis.org/wiki/quantum-gis/9_QGIS_Developer_Meeting_in_Valmiera_2013#Traveling-Riga-Valmiera-Riga > In one direction max 5 EUR. > > As mentioned in WIKI - Depending from arrival time and participants > from Riga

Re: [Qgis-developer] Next Hackfest Time

2012-10-22 Thread Pēteris Brūns
On 2012.10.22. 13:29, Paolo Cavallini wrote: Il 22/10/2012 12:05, Pēteris Brūns ha scritto: kind reminder to all interested in - please vote for the best hackfest time. For us is important to know it till 29th October. All information is available in wiki page: http://hub.qgis.org/wiki/quantum-g

Re: [Qgis-developer] Next Hackfest Time

2012-10-22 Thread Paolo Cavallini
Il 22/10/2012 12:05, Pēteris Brūns ha scritto: > > kind reminder to all interested in - please vote for the best hackfest > time. For us is important to know it till 29th October. > All information is available in wiki page: > http://hub.qgis.org/wiki/quantum-gis/9_QGIS_Developer_Meeting_in_Valmier

[Qgis-developer] Next Hackfest Time

2012-10-22 Thread Pēteris Brūns
Hello all, kind reminder to all interested in - please vote for the best hackfest time. For us is important to know it till 29th October. All information is available in wiki page: http://hub.qgis.org/wiki/quantum-gis/9_QGIS_Developer_Meeting_in_Valmiera_2013 If any questions please contact

[Qgis-developer] planet.qgis.org problems

2012-10-22 Thread Marco Bernasocchi
Hi Ale, all I just tried to add Victor's new blog to [2] and noticed few "grave" problems :/ from worse to least: - login doesn't work for planet. on [3] I see logged in as mbernasocchi and the logout link, I move to [1] and I see the login link and I can't login. It takes me to the login page, I e