Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-10 Thread Bernhard Ströbl
- ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer __ Information from ESET Security, version of virus signature database 9658 (20140410) __ The message was checked

Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-10 Thread Nyall Dawson
On 10/04/2014 4:21 pm, Bernhard Ströbl bernhard.stro...@jena.de wrote: . Anybody has an idea what the reason is? Does QGIS lock a table so it cannot be altered? Yes - here's some more info/bug reports: http://hub.qgis.org/issues/7679

Re: [Qgis-developer] hub.qgis.org

2014-04-10 Thread Alex Mandel
Looks up to date now. What I'm really wondering, is if upgrading Phusion would help with the weird out of control memory usage. I've been kicking manually every day, for some reason the cron job doesn't work anymore, though the weigh-passengers script does. It looks like a newer version is

Re: [Qgis-developer] hub.qgis.org

2014-04-10 Thread Jürgen E . Fischer
Hi Alex, On Thu, 10. Apr 2014 at 00:37:17 -0700, Alex Mandel wrote: Looks up to date now. What I'm really wondering, is if upgrading Phusion would help with the weird out of control memory usage. I've been kicking manually every day, for some reason the cron job doesn't work anymore, though

Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-10 Thread Bernhard Ströbl
-with-standalone-python-script-and-PostGIS-Layers-td5098329.html http://hub.qgis.org/issues/9357 Nyall __ Information from ESET Security, version of virus signature database 9658 (20140410) __ The message was checked by ESET Security. part000.txt - is OK http://www.eset.com

[Qgis-developer] Problems uploading plugin to repository

2014-04-10 Thread Tim Martin
Hi QGIS Developers I have written a QGIS plugin but I am struggling to upload it to the repository. I get the following error [image: Inline images 1] In my zip file I have a metadata.txt and the __init__.py file but it is in the top level. The uploading seems to only look in the folders and

Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-10 Thread Giovanni Manghi
Yes - here's some more info/bug reports: http://hub.qgis.org/issues/7679 http://osgeo-org.1560.x6.nabble.com/Issue-with-standalone-python-script-and-PostGIS-Layers-td5098329.html http://hub.qgis.org/issues/9357 I see now that in pgadmin - tools - server status there are a lot of locks

Re: [Qgis-developer] Problems uploading plugin to repository

2014-04-10 Thread Werner Macho
Hi! as the plugins are getting unzipped in the plugins folder (in the users home directory) each plugin has to have it's own folder (to not interfer with other plugins). So the zip file has to have a folder first - and inside the folder the plugin code .. plugin.zip +pluginname(folder)

Re: [Qgis-developer] Problems uploading plugin to repository

2014-04-10 Thread Tim Martin
Hi Werner So simple! Yes that has fixed my problem Many thanks for your help Tim On 10 April 2014 13:28, Werner Macho werner.ma...@gmail.com wrote: Hi! as the plugins are getting unzipped in the plugins folder (in the users home directory) each plugin has to have it's own folder (to

[Qgis-developer] Removing project from hub

2014-04-10 Thread Alexander Bruy
Hi all, is it possible to remove project from QGIS Hub? For example we decided to move issues of some plugins to GitHub and don't need projects at QGIS hub anymore. How such requests handled? Thanks -- Alexander Bruy ___ Qgis-developer mailing list

Re: [Qgis-developer] working with qgis and pgadmin/psql...

2014-04-10 Thread Stott, James
This was the problem I was having a few months ago before 2.2 was released. I would run queries and they would never disappear on the server. So eventually the queries would stop running as the number of connections reached 100. I only got around it by adding layers and specifying that the

Re: [Qgis-developer] Problems uploading plugin to repository

2014-04-10 Thread Alessandro Pasotti
2014-04-10 14:32 GMT+02:00 Tim Martin tjm...@gmail.com: Hi Werner So simple! Yes that has fixed my problem Many thanks for your help Tim Tim, did you check if this information is in the manual? http://www.qgis.org/en/docs/pyqgis_developer_cookbook/ If it isn't, can you add it? --

[Qgis-developer] Gis_Map

2014-04-10 Thread RAJASEKHAR BERAVALLI
Hi , This is Rajasekhar ,know am preparing My Project . I want to required for Satellite Images(India,Andhrapradesh). plz provide any contect me. Thanking U. U'rs, Rajasekhar. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Problems uploading plugin to repository

2014-04-10 Thread Tim Martin
hi alessandro I had read the info on this page http://www.qgis.org/en/docs/pyqgis_developer_cookbook/plugins.html There is an example of the directory structure, but I just hadn't zipped my plugin folder. I had zipped my plugin files instead So all sorted now thanks Tim On 10 April 2014

[Qgis-developer] Gis jobs

2014-04-10 Thread RAJASEKHAR BERAVALLI
Hi , This is Rajasekhar ,know am preparing My Project . I want to required for Satellite Images(India,Andhrapradesh). plz provide any contect me and any requirement in GIS. GIS: ARCGIS,ERDAS,ArcInfo,Arcmap,ARCView,QGIS. ERP: SAP ( Root MAP Creating in WEB DYNPRO,ABAP). Thanking U. U'rs,

Re: [Qgis-developer] Problems uploading plugin to repository

2014-04-10 Thread Alessandro Pasotti
2014-04-10 16:38 GMT+02:00 Tim Martin tjm...@gmail.com: hi alessandro I had read the info on this page http://www.qgis.org/en/docs/pyqgis_developer_cookbook/plugins.html There is an example of the directory structure, but I just hadn't zipped my plugin folder. I had zipped my plugin files

[Qgis-developer] What is it done for : add expression capabilities to the field model

2014-04-10 Thread rldhont
Hi dev, I just found a new commit : ff467dadd53e7162f34a5280f9afcfbad8f83c5b add expression capabilities to the field model https://github.com/qgis/QGIS/commit/ff467dadd53e7162f34a5280f9afcfbad8f83c5b It's promising but there is no issue on hub.qgis.org or on github associated and no

[Qgis-developer] Modifying scripts: how to?

2014-04-10 Thread Niccolò Marchi
Hello everybody, I was wondering about correcting the code concerning the integration of the FUSION software in the Processing, due to some wrong dependencies or panel adjustments that can turn useful. Unfortunately, being a newbie, quite a lot of questions arise: Shall I ask to you (opening a

[Qgis-developer] Error upon upgrading Processing

2014-04-10 Thread Paolo Cavallini
Upon upgrading Processing, we get an error. However, restarting QGIS seems to cure it. All the best === Impossibile caricare il plugin 'processing' da ['/usr/share/qgis/python/plugins/processing', '/usr/share/qgis/python', '/home/paolo/Desktop/qgis_analisi_pontedera/qgis2/python',

Re: [Qgis-developer] Error upon upgrading Processing

2014-04-10 Thread Alexander Bruy
Hi Paolo, this is known issue with upgrading complex plugins, not only Processing. I suspect that plugin manager can't correctly reload plugin after upgrade. 2014-04-10 18:30 GMT+03:00 Paolo Cavallini cavall...@faunalia.it: Upon upgrading Processing, we get an error. However, restarting QGIS

Re: [Qgis-developer] new plugin Load TMS Layer

2014-04-10 Thread Pirmin Kalberer
Hi Etienne, Am Mittwoch, 9. April 2014, 21.56:00 schrieb Etienne Tourigny: I meant heads up... not thumbs up On Wed, Apr 9, 2014 at 9:28 PM, Etienne Tourigny etourigny@gmail.comwrote: Hi Thanks for the thumbs up. Can you explain if using Google Maps with the OpenLayers plugin

Re: [Qgis-developer] Removing project from hub

2014-04-10 Thread Alex Mandel
On 04/10/2014 05:33 AM, Alexander Bruy wrote: Hi all, is it possible to remove project from QGIS Hub? For example we decided to move issues of some plugins to GitHub and don't need projects at QGIS hub anymore. How such requests handled? Thanks Name the project in question. I think

Re: [Qgis-developer] Removing project from hub

2014-04-10 Thread Alexander Bruy
Hi Alex, this project is QTiles. But please don't disable it right now, I want to move all tickets to github first. Also we will try to fix this bugs and close issues at hub, so interested users will get notifications and will not create duplicates issues. 2014-04-10 20:28 GMT+03:00 Alex Mandel

Re: [Qgis-developer] Error upon upgrading Processing

2014-04-10 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 10/04/2014 17:38, Alexander Bruy ha scritto: Hi Paolo, this is known issue with upgrading complex plugins, not only Processing. I suspect that plugin manager can't correctly reload plugin after upgrade. thanks. should we open a ticket then?

Re: [Qgis-developer] Error upon upgrading Processing

2014-04-10 Thread Alexander Bruy
I think yes 2014-04-10 20:53 GMT+03:00 Paolo Cavallini cavall...@faunalia.it: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 10/04/2014 17:38, Alexander Bruy ha scritto: Hi Paolo, this is known issue with upgrading complex plugins, not only Processing. I suspect that plugin manager

Re: [Qgis-developer] Error upon upgrading Processing

2014-04-10 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 10/04/2014 19:55, Alexander Bruy ha scritto: I think yes done: http://hub.qgis.org/issues/10045 Thanks. - -- Paolo Cavallini - www.faunalia.eu Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html -BEGIN PGP SIGNATURE- Version:

[Qgis-developer] qpf

2014-04-10 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. In previous versions (up to 1.8, I believe) it was possible to save queries in a .qpf file. Now this possibility seems gone: am I missing something? Thanks. - -- Paolo Cavallini - www.faunalia.eu Corsi QGIS e PostGIS: