Re: [Qgis-developer] Plugin development from amateur...

2012-03-07 Thread Paolo Cavallini
Il 07/03/2012 01:57, Alex Mandel ha scritto: There are a few questions I'm not sure about: Should the name be changed so both plugins can exist side by side? I think this would be very confusing for users, and should be avoided if possible. The best option is always collaborating, and avoid

Re: [Qgis-developer] Plugin development from amateur...

2012-03-07 Thread jr . morreale
On Wed, 07 Mar 2012 09:03:46 +0100, Paolo Cavallini wrote: Il 07/03/2012 01:57, Alex Mandel ha scritto: There are a few questions I'm not sure about: Should the name be changed so both plugins can exist side by side? I think this would be very confusing for users, and should be avoided if

Re: [Qgis-developer] Plugin development from amateur...

2012-03-07 Thread Patrice VERCHERE
Thank you for your answers ! One first thing : i'm fan of qgis and now it's quite ok to use it for my job. I know it's simple to criticize something, but it's difficult to do the job. Unfortunatly, i don't know how making the work i'm talking about... Borys : I've uploaded the plugin in

[Qgis-developer] pointers in PyQt

2012-03-07 Thread Denis Rouzaud
Hi, In the QgsRubberBand.addGeometry , we can specify a 0 pointer for the layer if we don't need its the coord transformation. How can I do this in python? I tried self.rubber.addGeometry( geom , 0 ) but, of course I got an unexpected type error... How can I express a 0 pointer in python?

Re: [Qgis-developer] pointers in PyQt

2012-03-07 Thread Denis Rouzaud
.. no comment, but thanks a lot!!! On 03/07/2012 10:30 AM, Alexandre Badez wrote: Hi, Try None. On Wed, Mar 7, 2012 at 10:28, Denis Rouzauddenis.rouz...@gmail.com wrote: Hi, In the QgsRubberBand.addGeometry , we can specify a 0 pointer for the layer if we don't need its

[Qgis-developer] Undo/Redo when adding/changing features from Python

2012-03-07 Thread bernhard . stroebl
Dear list, I am currently doing a Python plugin that adds/changes features in an editable QgsVectorLayer: code # case 1 change myLayer.changeGeometry(myFid, newGeometry) # case 2 add if self.iface.openFeatureForm(myLayer, newFeature): myLayer.addFeature(newFeature) /code The Undo/Redo

Re: [Qgis-developer] Undo/Redo when adding/changing features from Python

2012-03-07 Thread Marco Hugentobler
Hi Bernhard Use QgsVectorLayer::beginEditCommand before adding the feature, then endEditCommand or destroyEditCommand after. Regards, Marco On 07.03.2012 10:40, bernhard.stro...@jena.de wrote: Dear list, I am currently doing a Python plugin that adds/changes features in an editable

Re: [Qgis-developer] grass plugin: new password option?

2012-03-07 Thread Paolo Cavallini
Il 07/03/2012 13:03, Paolo Cavallini ha scritto: Hi all. Recently in the interface of the following modules: v.in.ogr.qgis v.in.ogr.qgis.loc r.in.gdal.qgis r.in.gdal.qgis.loc a new option, grayed out (Password) has appeared. The only difference I see is: file key=input / [no password] --- gdal

Re: [Qgis-developer] grass plugin: new password option?

2012-03-07 Thread Giovanni Manghi
so it could be due to a change in gdal/ogr (I have 1.9 here). I use gdal 1.7.x and the option is there ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] grass plugin: new password option?

2012-03-07 Thread Jürgen E . Fischer
On Wed, 07. Mar 2012 at 12:41:57 +, Giovanni Manghi wrote: so it could be due to a change in gdal/ogr (I have 1.9 here). I use gdal 1.7.x and the option is there Coincidence. Use it on a postgres connection without password and the option is there (ie. not grayed out; fix for #4259).

Re: [Qgis-developer] Plugin development from amateur...

2012-03-07 Thread Werner Macho
Hi! I just want to think public about this forking plugins problem: IMHO if the old functionality is preserved and the plugin is extended and has the same functionality plus a little (a lot) more.. than it would be good to contact the maintainer and collaborate with him.. If the old

Re: [Qgis-developer] plugin developers: PyQwt alternative needed

2012-03-07 Thread Alexander Bruy
As I can see PySide is alternative to PyQt not for Qtw/PyQwt. 2012/3/7 Werner Macho werner.ma...@gmail.com: Hi! I think there was already a discussion about that and IIRC Paolo brought out PySide [1] to replace PyQwt.. From my point of View PySide seems to be a lot more active .. But I

Re: [Qgis-developer] plugin developers: PyQwt alternative needed

2012-03-07 Thread Paolo Cavallini
Il 07/03/2012 17:39, Alexander Bruy ha scritto: As I can see PySide is alternative to PyQt not for Qtw/PyQwt. Right, I do not think I proposed it as an alternative to qwt. All the best. -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc

Re: [Qgis-developer] plugin developers: PyQwt alternative needed

2012-03-07 Thread Werner Macho
Hi! Sorry that i mixed up something - I only remebered that we already had such a discussion about replacing Py(whatever) bindings .. Don't know when - I only remembered PySide - but PySide seems to have Qwt bindings too .. so probably it's still a solution? kind regards Werner On Wed, Mar 7,

Re: [Qgis-developer] plugin developers: PyQwt alternative needed

2012-03-07 Thread Marco Bernasocchi
And it runs on android :) Marco Bernasocchi (mobile) www.opengis.ch On Mar 7, 2012 5:54 PM, Werner Macho werner.ma...@gmail.com wrote: Hi! Sorry that i mixed up something - I only remebered that we already had such a discussion about replacing Py(whatever) bindings .. Don't know when - I

[Qgis-developer] Lyon Hackfest : Register !

2012-03-07 Thread MORREALE Jean Roc
Hi, I would to remind everyone that it is possible to register for the QGIS Hackfest in Lyon (April 12th-16th 2012) - http://hub.qgis.org/wiki/quantum-gis/7_QGIS_Developer_Meeting_in_Lyon_2012 Doing so will help the organizers. Regards, Jean-Roc

[Qgis-developer] Qgis Plugins - User-Contributed 1.x Repository: still open for updates?

2012-03-07 Thread benoit-3
Hi plugin managers, Is the repo for Qgis Plugins - User-Contributed 1.x Repository closed to modifications/updates/additions? I cannot access the login page to update one of my plugins: error 404. And, I cannot upload the plugins to the new repo without changing all the info gathering

Re: [Qgis-developer] Plugin development from amateur...

2012-03-07 Thread Werner Macho
But surely if the new plugin still uses any code from the old plugin it will need to retain its copyright notices and license. Credit for inspiration won't be enough. Surely you are right - if it's more than inspiration .. :) copyright on code still persists. Sorry if I was

Re: [Qgis-developer] Qgis Plugins - User-Contributed 1.x Repository: still open for updates?

2012-03-07 Thread Gary Sherman
On Mar 7, 2012, at 10:11 AM, benoi...@bc-consult.com wrote: Hi plugin managers, Is the repo for Qgis Plugins - User-Contributed 1.x Repository closed to modifications/updates/additions? I cannot access the login page to update one of my plugins: error 404. What URL are you using for the

[Qgis-developer] plugin bug and patch - RGB composition plugin broken in 1.7.4 and master

2012-03-07 Thread Etienne Tourigny
The RGB composition plugin does not work (throws error below when operation is requested) The plugin has not homepage nor project page and is listed on the old plugin page http://pyqgis.org/repo/contributed How does one submit bugs for these plugins, and how does one get them updated? Here is a