Re: [Qgis-developer] QGIS as WPS server?

2015-05-29 Thread Blumentrath, Stefan
Hi Larry, Maybe the WPS-GRASS-bridge: https://code.google.com/p/wps-grass-bridge/wiki/PyWPS_Integration could give some inspiration!? Cheers Stefan From: qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] On Behalf Of Larry Shaffer Sent: 29. mai 2015 05:18

Re: [Qgis-developer] Layers and Browser dock widget icons

2015-05-29 Thread Alessandro Pasotti
Please consider HiDPI screens when planning icon sizes, at least they should be configurable, there is still a settings option for icon sizes. At the HF we discussed about the different options, one is to add options like very small small normal big huge instead of the px size, this should

[Qgis-developer] qgis-master: libpng warning error, invisible icons

2015-05-29 Thread Nikos Alexandris
Dear QGIS developers, I am running the latest qgis-master, build from scratch under Funtoo-Linux. I would like to have the stable version but I can't get it built. qgis-master compiles without errors so I am happy working with and testing it. Upon launching from the terminal, the following

[Qgis-developer] Changing folder of plugin install

2015-05-29 Thread Rémi Cura
Hey, we have a problem with our plugin http://plugins.qgis.org/plugins/interactive_map_tracking-master, 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

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

2015-05-29 Thread Alessandro Pasotti
Hi, The only option I see is to delete the plugin that was created with a wrong package name and create a new one with the right package name. Plugin name and folder name must match. 2015-05-29 13:47 GMT+02:00 Rémi Cura remi.c...@gmail.com: Hey, we have a problem with our plugin

Re: [Qgis-developer] Layers and Browser dock widget icons

2015-05-29 Thread Matthias Kuhn
Having more SVG icons helps a lot to make the interface look good (despite the fact that some graphics designer may object that there's no hinting) For reference, this code is used in QField to calculate button sizes and may as well be used to calculate the default icon size device independently:

Re: [Qgis-developer] Layers and Browser dock widget icons

2015-05-29 Thread Mathieu Pellerin
I'd say the related changes committed within the last 72 hours helped a lot in that regard. For one, the icon refresh moved away from 16 x 16 png icons to SVG graphics. In addition, the icon size for dock tool buttons are now taking into account the user preferred icon size. On Fri, May 29, 2015

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

2015-05-29 Thread Rémi Cura
I'm afraid I can't, currently it creates a bug ! When installing from QGIS plugin repository, it gives an error message. This error message would be because the plugin name and folder name are different. So one way or another, the folder name has to be changed to match the plugin name ! So you

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

2015-05-29 Thread Rémi Cura
Hey, thanks for the super-quick answer. Can't we just change the plugin database for this plugin? Surely there is a way to do it manually ! Or simply change the folder name on the server? Deleting the plugin make it loose all the history, which I find quit bad. Also, if the consequences are so

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

2015-05-29 Thread Alessandro Pasotti
2015-05-29 14:52 GMT+02:00 Rémi Cura remi.c...@gmail.com: Hey, thanks for the super-quick answer. Can't we just change the plugin database for this plugin? Surely there is a way to do it manually ! Yes, but it's not trivial. Or simply change the folder name on the server? Deleting the

Re: [Qgis-developer] Layers and Browser dock widget icons

2015-05-29 Thread Larry Shaffer
Hi Matthias, I'm not understanding that referenced calculation. The fixed number you multiply the dpi against is platform-specific, yes? I would be interested in a Qt4-based black box function to manage this high-rez scaling. For reference, though a bit dated:

Re: [Qgis-developer] qgis-master: libpng warning error, invisible icons

2015-05-29 Thread Nikos Alexandris
* Nikos Alexandris n...@nikosalexandris.net [2015-05-29 10:59:33 +0300]: Dear QGIS developers, I am running the latest qgis-master, build from scratch under Funtoo-Linux. I would like to have the stable version but I can't get it built. qgis-master compiles without errors so I am happy