[Qgis-developer] Plugin manager error related to Proxy

2013-06-11 Thread Andreas Neumann
Hi, Unfortunately I cannot start the new plugin manager if a proxy is set. Here is my bug report: http://hub.qgis.org/issues/8035 Borys - can you please have a look at it? Maybe a side-effect of the recent modifications that you can only see if the proxy is active? Thank you, Andreas --

Re: [Qgis-developer] Plugin manager error related to Proxy

2013-06-11 Thread Nathan Woodrow
Hey Andreas, Should be fixed now. - Nathan On Tue, Jun 11, 2013 at 4:22 PM, Andreas Neumann a.neum...@carto.netwrote: Hi, Unfortunately I cannot start the new plugin manager if a proxy is set. Here is my bug report: http://hub.qgis.org/issues/**8035 http://hub.qgis.org/issues/8035

[Qgis-developer] new PluginManager: missing symbol

2013-06-11 Thread Bernhard Ströbl
Hi, I compiled current master and upon startup I get the following error: symbol lookup error: /opt/qgis-2.0.0/bin/qgis: undefined symbol: _ZN25QgsPluginManagerInterface16staticMetaObjectE Am I missing something? How can I fix this? Bernhard __ Information from ESET Mail Security,

Re: [Qgis-developer] [Qgis-user] to all authors refactoring their plugins for 2.0

2013-06-11 Thread Borys Jurgiel
Just one note more: you can safely set qgisMinimumVersion to 2.0 and it will work in master. Plugin managing and loading stuff thinks it is 2.0 already. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] Icons for Qgis in svg

2013-06-11 Thread Damian Maziarz
Hello! I study on university of science and technology in Cracow Poland and i'm just finishing my BSc THESIS. My BSc THESIS is about scalable vector graphics, inkscape, svg in quantum gis and also include synoptic symbols that i made. I made 100 meteorological synoptic icons in svg. Are

Re: [Qgis-developer] Icons for Qgis in svg

2013-06-11 Thread Andreas Neumann
Hi Damian, Thank you for your offer to contribute these symbols to the QGIS project. We plan to release more SVG symbols with QGIS 2.1, after a Google summer of code project finishes. Arjun will be working on a central symbol repository where people can contribute and check out symbols. We do

Re: [Qgis-developer] Icons for Qgis in svg

2013-06-11 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 11/06/2013 13:42, Andreas Neumann ha scritto: Here is an open feature request: http://hub.qgis.org/issues/7981 - if you could add your icons there (e.g. as a download link or zip-file), they will be considered with QGIS 2.1 Considered, and

[Qgis-developer] QGIS 2.0 Timeline updates

2013-06-11 Thread Tim Sutton
Hi all Just an updated timeline for the release: * Hard feature freeze effective today (11 June 2013) - this means no new features will make their way into the final QGIS 2.0 release. * String freeze 25 June 2013 (only critical string changes needed for bug fixing will be allowed after that

Re: [Qgis-developer] Icons for Qgis in svg

2013-06-11 Thread Antonio Locandro
Hi Damian I am currently working on a proof of concept for a National Weather Service, I would like to know if you could provide a link to the svg symbols you mentioned Regards Ing. Antonio Locandro Tegucigalpa, Honduras Need a GPS map for Central America, Asia or South America / Necesitas

Re: [Qgis-developer] sorting order indicator?

2013-06-11 Thread Matthias Kuhn
Hi Raymond, It works the same way my mail application and some other tables (no custom sorting methods applied there) such as the fields tab in the vector layer properties. So I think the current way it's fine and coherent. Other people feeling the same way as Raymond? Matthias On Die 11 Jun

[Qgis-developer] sorting order indicator?

2013-06-11 Thread Raymond Nijssen
When sorting a vector attribute table by pressing a column header, a little triangle appears to indicate the order (ascending / descending). I would expect this triangle to be the other way around. Is this a bug or is it a problem in my (Dutch) logic? I would say: ^ = ascending v =

Re: [Qgis-developer] sorting order indicator?

2013-06-11 Thread Raymond Nijssen
Hi Matthias, I checked a few applications and discovered these icons are used mixed. Spotify, Ext and our own bug list (http://hub.qgis.org/projects/quantum-gis/issues?query_id=23) do it my way. QGIS, Skype and Thunderbird the other way around. Wonder what others think... Raymond On

[Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Borys Jurgiel
Among many other plugin attributes we have quite useless category: vector/raster/db etc. In QGIS 1.8 the category is displayed in the plugin manager as The plugin is installed in the [$CATEGORY] menu. However it's pretty confusing, because the category attribute has *no* influence on where

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Matthias Kuhn
+1 for removing category in favor of tags. On Die 11 Jun 2013 17:09:10 CEST, Borys Jurgiel wrote: Among many other plugin attributes we have quite useless category: vector/raster/db etc. In QGIS 1.8 the category is displayed in the plugin manager as The plugin is installed in the [$CATEGORY]

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 11/06/2013 17:12, Matthias Kuhn ha scritto: +1 for removing category in favor of tags. On Die 11 Jun 2013 17:09:10 CEST, Borys Jurgiel wrote: Among many other plugin attributes we have quite useless category: vector/raster/db etc. Are there

[Qgis-developer] How can i move a point marker?

2013-06-11 Thread Marco Gomes
Hi! I am trying to implement a way to move a point, starting at X,Y coordinates till reaches X,Y final point. The code that I implemented to move the feature is: pointMarkersLayer-startEditing(); float dx = finalPoint.x() - featureRoute_p.geometry()-asPoint().x();

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Richard Duivenvoorde
On 11-06-13 17:09, Borys Jurgiel wrote: Among many other plugin attributes we have quite useless category: vector/raster/db etc. ... Are there any thoughts? I thought the idea was that based on this value in the metadata the plugin would be placed in that menu... But I know it is not

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Borys Jurgiel
Dnia wtorek, 11 czerwca 2013 o 17:57:58 Paolo Cavallini napisał(a): Il 11/06/2013 17:12, Matthias Kuhn ha scritto: +1 for removing category in favor of tags. On Die 11 Jun 2013 17:09:10 CEST, Borys Jurgiel wrote: Among many other plugin attributes we have quite useless category:

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Borys Jurgiel
Dnia wtorek, 11 czerwca 2013 o 18:34:06 Richard Duivenvoorde napisał(a): I thought the idea was that based on this value in the metadata the plugin would be placed in that menu... But I know it is not implemented yet. Maybe is it possible to let the 'addPluginToMenu' take this

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Matthias Kuhn
My main point is, that a category is a single entry, while a plugin can actually place no menu entry at all to menu entries in different menus. So it should rather be a list of menus where you find related entries in than a single entry. Actually this does not offer the possibility to add a

[Qgis-developer] Customization

2013-06-11 Thread Borys Jurgiel
Should I manually add the new manager widgets to customization.xml, or is it done by a script? Btw. Seems there is a bug in customization: http://hub.qgis.org/issues/8039 ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Borys Jurgiel
Dnia wtorek, 11 czerwca 2013 o 18:46:53 Matthias Kuhn napisał(a): My main point is, that a category is a single entry, while a plugin can actually place no menu entry at all to menu entries in different menus. So it should rather be a list of menus where you find related entries in than a

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 11/06/2013 19:27, Borys Jurgiel ha scritto: So you support the idea of the about tag. Paolo, is it ok for you? The plugin details would contain three well exposed fields: Name - Description - About. How would the about tag help an user

Re: [Qgis-developer] Plugin category - do we need it?

2013-06-11 Thread Borys Jurgiel
Dnia wtorek, 11 czerwca 2013 o 19:42:11 Paolo Cavallini napisał(a): Il 11/06/2013 19:27, Borys Jurgiel ha scritto: So you support the idea of the about tag. Paolo, is it ok for you? The plugin details would contain three well exposed fields: Name - Description - About. How would the

[Qgis-developer] QgsSymbolV2RenderContext.mLayer

2013-06-11 Thread jlam
I've been working on this bug (http://hub.qgis.org/issues/6476) where the advance option of setting width and height of a symbol (according to an attribute value) doesn't work for a polygon layer. I noticed that QgsSymbolV2RenderContext.layer() returns false if the layer is a polygon.

[Qgis-developer] py plugin updates, consensus __init__.py

2013-06-11 Thread Richard Duivenvoorde
Hi Devs, seeking for some consensus about the content of __init__.py am I correct that we cannot do without the __init__.py as this adds the classFactory(iface) member to the 'pluginmodule'-class? (I tried to add the method to my main class, but that did not work) But then should we not

Re: [Qgis-developer] Customization

2013-06-11 Thread Radim Blazek
On Tue, Jun 11, 2013 at 7:16 PM, Borys Jurgiel li...@borysjurgiel.pl wrote: Should I manually add the new manager widgets to customization.xml, or is it done by a script? It is updated by script, it is on my TODO to update customization.xml. Radim Btw. Seems there is a bug in customization:

Re: [Qgis-developer] py plugin updates, consensus __init__.py

2013-06-11 Thread Borys Jurgiel
Dnia wtorek, 11 czerwca 2013 o 21:08:05 Richard Duivenvoorde napisał(a): Hi Devs, seeking for some consensus about the content of __init__.py am I correct that we cannot do without the __init__.py as this adds the classFactory(iface) member to the 'pluginmodule'-class? (I tried to add

Re: [Qgis-developer] Customization

2013-06-11 Thread Borys Jurgiel
Dnia wtorek, 11 czerwca 2013 o 21:28:22 Radim Blazek napisał(a): On Tue, Jun 11, 2013 at 7:16 PM, Borys Jurgiel li...@borysjurgiel.pl wrote: Should I manually add the new manager widgets to customization.xml, or is it done by a script? It is updated by script, it is on my TODO to update

[Qgis-developer] New plugin manager and plugin errors

2013-06-11 Thread Ricardo Filipe Soares Garcia da
Hello list When dealing with plugins with broken code, as is my current case, while updating to the new SIP API, the new plugin manager (which is super nice, by the way) will only show a portion of the error. In my case I get an 'invalid syntax' message, which does not include the line number

Re: [Qgis-developer] New plugin manager and plugin errors

2013-06-11 Thread Ricardo Filipe Soares Garcia da
Nevermind... I just add to click to enable the plugin and it showed me the error just as the old plugin manager. Sorry for the noise. On Tue, Jun 11, 2013 at 11:10 PM, Ricardo Filipe Soares Garcia da ricardo.garcia.si...@gmail.com wrote: Hello list When dealing with plugins with broken

Re: [Qgis-developer] New plugin manager and plugin errors

2013-06-11 Thread Borys Jurgiel
Dnia środa, 12 czerwca 2013 o 00:18:28 Ricardo Filipe Soares Garcia da napisał(a): Nevermind... I just add to click to enable the plugin and it showed me the error just as the old plugin manager. Sorry for the noise. Unfortunately I didn't manage to include more verbose error message to the

Re: [Qgis-developer] New plugin manager and plugin errors

2013-06-11 Thread Matthias Kuhn
On Mit 12 Jun 2013 00:32:40 CEST, Borys Jurgiel wrote: Dnia środa, 12 czerwca 2013 o 00:18:28 Ricardo Filipe Soares Garcia da napisał(a): Nevermind... I just add to click to enable the plugin and it showed me the error just as the old plugin manager. Sorry for the noise. Unfortunately I