Re: [Qgis-developer] Changing folder of plugin install

2015-12-03 Thread Rémi Cura
Sorry, after a long time, I destructed and recreated the plugin. It is currently awaiting check, it has not changed since the last time, expect the folder name is now the same as the plugin name. Cheers, RémiC 2015-05-30 16:58 GMT+02:00 Rémi Cura : > Thanks to both ! > I'll

[Qgis-developer] adding to Bug report #10298

2015-12-02 Thread Rémi Cura
Hey, A small complement, as I'm not able to add to the ticket. Issue still present with 2.12. It seems the whole proxy stuff is ot taken into account before a restart. We would really need a small button in the proxy tab to test the connection (for instance trying to reach qgis web site), similar

[Qgis-developer] 2.6 strange behaviour with editing boolean field using checkbox + postgis

2015-08-28 Thread Rémi Cura
Hey, some strange behaviour here (2.6) : In a postgis layer over a postgis view one of the view field is a boolean I chose the checkbox for editing this field. checked is "true", unchecked is "false" , without the quote signs. When adding a new geometry, all works as intended, the row inserted i

Re: [Qgis-developer] Changing folder of plugin install

2015-05-30 Thread Rémi Cura
Hopefully removing the plugin and creating again will be straightforward. > > Best Regards, > > Borys > > > > Dnia piątek, 29 maja 2015 15:34:16 Rémi Cura pisze: > > I'm afraid I can't, > > currently it creates a bug ! > > When installing from QGIS plug

Re: [Qgis-developer] Changing folder of plugin install

2015-05-29 Thread Rémi Cura
! So you see we don't have much choice here... Cheers, Rémi-C 2015-05-29 15:17 GMT+02:00 Alessandro Pasotti : > 2015-05-29 14:52 GMT+02:00 Rémi Cura : > >> Hey, thanks for the super-quick answer. >> >> Can't we just change the plugin database for this plugin

Re: [Qgis-developer] Changing folder of plugin install

2015-05-29 Thread Rémi Cura
with the right package name. > > Plugin name and folder name must match. > > > > > 2015-05-29 13:47 GMT+02:00 Rémi Cura : > >> Hey, >> we have a problem with our plugin >> <http://plugins.qgis.org/plugins/interactive_map_tracking-master>, >> QGI

[Qgis-developer] Changing folder of plugin install

2015-05-29 Thread Rémi Cura
Hey, we have a problem with our plugin , QGIS gives a wrong error message at first install. Apparently this is due to the fact that our plugin is in a folder called 'interactive_map_tracking-master' and the plugin name is 'interactiv

Re: [Qgis-developer] Grouping insert/update when sending to PostGIS

2015-05-28 Thread Rémi Cura
Hey Jürgen, this doesn't explain why each operations isn't grouped. For instance all the addFeatures are grouped into one transaction, but not into one statement. Cheers, Rémi-C 2015-05-28 16:39 GMT+02:00 Jürgen E. : > Hi Rémi, > > On Thu, 28. May 2015 at 12:06:22 +02

[Qgis-developer] Grouping insert/update when sending to PostGIS

2015-05-28 Thread Rémi Cura
Hey dear list, I recently stumbled upon a strange behaviour of QGIS. With a simple point postgis layer. When making several edit on the layer, then saving the edits. All the edits are send one by one to the database (though in the same transaction). It would hold much benefits to group those in

Re: [Qgis-developer] Plugin to synchronize an attribute table between QGIS and LibreOffice?

2015-04-26 Thread Rémi Cura
Hey, you could use SQLite as an itermediary. As far as I know, QGIS can natively read/write into SQLite tables, and use it anyway. And as far as I know, Open Office can easily read and write data in/from SQLIte. It would be very close to what you want, without the need to write a QGIS extension. Y

Re: [Qgis-developer] [Qgis-user] accessing a web page from within a plug-in

2015-03-06 Thread Rémi Cura
It turns out you were completely right. Your answer definitively gives a way to use the proxy setted in QGIS. Thanks again, Rémi-C 2015-03-03 15:38 GMT+01:00 Rémi Cura : > Thank you very much. > It seems that strangely enough, > using `QWebView` automatically takes into account the q

Re: [Qgis-developer] [Qgis-user] accessing a web page from within a plug-in

2015-03-03 Thread Rémi Cura
gt; The only problem is the url exclusions is not implemented in qt class. > Regards > > Enrico ferreguti > -- > Da: Rémi Cura > Inviato: ‎02/‎03/‎2015 18:20 > A: qgis-developer ; > qgis-u...@lists.osgeo.org > Oggetto: [Qgis-user] accessing a web

Re: [Qgis-developer] PostGIS edition and foreign key

2015-03-03 Thread Rémi Cura
How do you merge exactly? You could use PostGIS trick, like droping the foreign key constraint, and trusting QGIS, but it would be a poor idea. Another option would be to create triggers to clean the merging done by qgis, so no foreign key constraint is violated, but it would depend on what is th

[Qgis-developer] accessing a web page from within a plug-in

2015-03-02 Thread Rémi Cura
Hey dear Qgis list, my question is related to network and plugin. >From within our plugin we would like to display a User Guide . This guide already

[Qgis-developer] bug with 3D vector editing in qgis 2.6

2015-02-25 Thread Rémi Cura
Hey Dear list, I opened a ticket a while ago (https://hub.qgis.org/issues/12010) about a bug in editing 3D postGIS layer with QGIS. Strangely enough editing is fine (Z is put to 0, which is OK), but trying to create a geometry raise an error "Column has Z dimension but geometry does not" The onl

Re: [Qgis-developer] Display PostGIS Raster

2015-02-16 Thread Rémi Cura
Hey, I remember having to use a very up to date gdal version to visualize postgis raster without bug and/or excessive slowness. Cheers, Rémi-C 2015-02-16 13:42 GMT+01:00 Yves Jacolin : > On Monday, February 16, 2015 4:35:28 walter.nordmann wrote: > > Hi, > > > > tried to install the wktraster-pl

Re: [Qgis-developer] refresh postgis layer

2015-02-12 Thread Rémi Cura
Cheers, Rémi-C 2015-02-12 17:42 GMT+01:00 Martin Dobias : > Hi Remi > > On Thu, Feb 12, 2015 at 11:27 PM, Rémi Cura wrote: > >> Hello dear list, >> >> in the process of developing a plugin (python 2.7, QGIS 2.6), >> >> from pyqgis , >&

Re: [Qgis-developer] commit change in geometry produce fatal error

2015-02-12 Thread Rémi Cura
Thanks a lot for those fast and accurate suggestions. We try to do as you propose and post the result here! Many thanks, Rémi-C 2015-02-12 18:07 GMT+01:00 Martin Dobias : > Hi again Remi > > On Thu, Feb 12, 2015 at 11:46 PM, Rémi Cura wrote: > >> Hello again dear list, &g

[Qgis-developer] commit change in geometry produce fatal error

2015-02-12 Thread Rémi Cura
Hello again dear list, Our goal is to save (commitchanges) any modification of a vector layer when it happens. We encountered another problem when trying to exploit the layer.geometryChanged event. Upon activation of this event, we tried to use the layer.commitChanges() to save changes in geome

[Qgis-developer] refresh postgis layer

2015-02-12 Thread Rémi Cura
Hello dear list, in the process of developing a plugin (python 2.7, QGIS 2.6), from pyqgis , we would like to refresh a Postgis layer. When using the vectorLayer.refresh(), it does nothing. We used a trick that works but seems like a bad idea : (we slightly change the zoom to force rendering) D

Re: [Qgis-developer] guestimating plug-in dev time?

2015-01-20 Thread Rémi Cura
stable, then 2.6, 2.8, etc. > > Andreas > > > On 20.01.2015 09:36, Rémi Cura wrote: > > Many thanks for all the answers ! > The new version (2.6) is way more stable than 2.3 regarding postgis table. > I'll do some torture test and submit tickets if I find any probl

Re: [Qgis-developer] guestimating plug-in dev time?

2015-01-20 Thread Rémi Cura
gt;> active. Try limiting to 2 CPU cores and see if this helps. >>> >>> Still trying to investigate this issue with the devs. >>> >>> Besides the above issue, editing with Postgis works stable for me - >>> certainly not as many crashes as you say

Re: [Qgis-developer] guestimating plug-in dev time?

2015-01-19 Thread Rémi Cura
ts on hub.qgis.org with instructions on how to replicate them. > > Regards > Martin > > > On Mon, Jan 19, 2015 at 5:18 PM, Rémi Cura wrote: > >> Thanks Martin, >> one day to several days feel like a very reasonnable order of magnitude. >> >> QGis is no

[Qgis-developer] guestimating plug-in dev time?

2015-01-19 Thread Rémi Cura
Hello dear list. I'm usually active on the postgis or postgres list, but today I would like to ask a question regarding dev time. In your opinion, How much time would be needed to write a plugin for multiple versions of qgis (2.2 to current 2.6) doing 3 simple things : - auto commit the edition o