Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Martin Landa via QGIS-Developer
Hi Hannes, pá 26. 1. 2024 v 11:45 odesílatel Johannes Kröger (WhereGroup) < johannes.kroe...@wheregroup.com> napsal: > try this thread from last week: > https://lists.osgeo.org/pipermail/qgis-developer/2024-January/066390.html > > In it Julien and Matthias shared lots of information on this

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Martin Landa via QGIS-Developer
Hi Matthias, pá 26. 1. 2024 v 11:43 odesílatel Matthias Kuhn napsal: > You might try qpip, it's designed for exactly this purpose: > https://github.com/opengisch/qpip > Thanks for the tip. I will try it out. Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Martin Landa via QGIS-Developer
Hi Alessandro, pá 26. 1. 2024 v 11:38 odesílatel Alessandro Pasotti napsal: > Hi Martin, > > plugin dependencies are for plugin dependent on other plugins, it has > nothing to do with python packages. > > See: >

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread WhereGroup
Hi Martin, try this thread from last week: https://lists.osgeo.org/pipermail/qgis-developer/2024-January/066390.html In it Julien and Matthias shared lots of information on this topic. Cheers, Hannes On 26.01.24 11:28, Martin Landa via QGIS-Developer wrote: Hi, I would like to ask

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Matthias Kuhn via QGIS-Developer
Hi Martin, You might try qpip, it's designed for exactly this purpose: https://github.com/opengisch/qpip Kind regards Matthias On Fri, Jan 26, 2024 at 11:38 AM Alessandro Pasotti via QGIS-Developer < qgis-developer@lists.osgeo.org> wrote: > Hi Martin, > > plugin dependencies are for plugin

Re: [QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Alessandro Pasotti via QGIS-Developer
Hi Martin, plugin dependencies are for plugin dependent on other plugins, it has nothing to do with python packages. See: https://docs.qgis.org/3.28/en/docs/pyqgis_developer_cookbook/plugins/plugins.html#metadata-txt On Fri, Jan 26, 2024 at 11:29 AM Martin Landa via QGIS-Developer <

[QGIS-Developer] plugins: pip dependecies

2024-01-26 Thread Martin Landa via QGIS-Developer
Hi, I would like to ask regarding QGIS plugin publishing which has pip dependency. In metadata.txt I added: plugin_dependencies=smoderp2d When trying to install a plugin from ZIP created by pb_tool unfortunately smoderp2d dependency is not installed. The Plugin Dependencies Manager is shown,

Re: [QGIS-Developer] Plugins repo "stuck"

2022-11-11 Thread Andrea Giudiceandrea via QGIS-Developer
Il 11/11/2022 03:24, Nyall Dawson via QGIS-Developer ha scritto: It appears that the plugins repo is currently stuck serving up outdated plugins information. Newly published plugin versions aren't showing, and newly published plugins aren't available. The issue seems related to the PR

[QGIS-Developer] Plugins repo "stuck"

2022-11-10 Thread Nyall Dawson via QGIS-Developer
Hi list, It appears that the plugins repo is currently stuck serving up outdated plugins information. Newly published plugin versions aren't showing, and newly published plugins aren't available. Does anyone have any insights/fixes for this? Nyall ___

Re: [QGIS-Developer] [Plugins]: is 'plugin_dependencies' being enforced somewhere?

2022-04-11 Thread Richard Duivenvoorde via QGIS-Developer
Thanks Germán, That helped, all is indeed still working... Regards, Richard On 3/29/22 16:50, Germán Carrillo wrote: Hi Richard, see the first part of the answer to "Using QGIS plugin from another plugin" at GIS.SE [1] In short, you need to use the independent plugin's

Re: [QGIS-Developer] [Plugins]: is 'plugin_dependencies' being enforced somewhere?

2022-03-29 Thread Germán Carrillo via QGIS-Developer
Hi Richard, see the first part of the answer to "Using QGIS plugin from another plugin" at GIS.SE [1] In short, you need to use the independent plugin's name from metadata.txt (i.e., "name" field) in your dependent plugin's "plugin_dependencies" field. For instance, the plugin "LADM-COL

Re: [QGIS-Developer] [Plugins]: is 'plugin_dependencies' being enforced somewhere?

2022-03-29 Thread Alessandro Pasotti via QGIS-Developer
Hi Richard, it is (was?) enforced by the installer, AFAIK there are no checks on the plugins website. See: https://github.com/qgis/QGIS/blob/master/python/pyplugin_installer/plugindependencies.py Cheers On Tue, Mar 29, 2022 at 9:02 AM Richard Duivenvoorde via QGIS-Developer <

[QGIS-Developer] [Plugins]: is 'plugin_dependencies' being enforced somewhere?

2022-03-29 Thread Richard Duivenvoorde via QGIS-Developer
Hi Devs, Reading https://docs.qgis.org/3.22/en/docs/pyqgis_developer_cookbook/plugins/plugins.html#plugin-metadata about 'plugin_dependencies' and trying it out in a plugin locally, it does not seem to be enforced or so? I added another plugin in metadata (it's not clear from docs what name

[QGIS-Developer] Plugins not approved

2020-07-04 Thread Fredrik Lindberg
I am not sure if this the correct forum but two of my plugins (UMEP And UMEP for processing) have not been approved. Submitted new version a couple a days ago. We are organising a workshop next week where both plugins will be used. Please approve. Best regards, Fredrik (biglimp)

[QGIS-Developer] plugins website static page

2019-07-29 Thread Paolo Cavallini
Hi all, now http://plugins.qgis.org/static apparently redirects wrongly to http://localhost/static/ Can anybody help here? Cheers. -- Paolo Cavallini - www.faunalia.eu QGIS.ORG Chair: http://planet.qgis.org/planet/user/28/tag/qgis%20board/ ___

Re: [QGIS-Developer] Plugins site github warning

2019-02-24 Thread Paolo Cavallini
Hi Richard, better opening a ticket and adding it to the agenda? Thanks. Il 24 febbraio 2019 08:18:19 CET, Richard Duivenvoorde ha scritto: >FYI: we get a warning from Github for 'moderate severity' issues in our >current Django version we use for plugins.qgis.org: >

[QGIS-Developer] Plugins site github warning

2019-02-23 Thread Richard Duivenvoorde
FYI: we get a warning from Github for 'moderate severity' issues in our current Django version we use for plugins.qgis.org: https://github.com/qgis/qgis-django/network/alert/REQUIREMENTS.txt/django/open Not sure if we can easily upgrade (I fear we can not), but maybe this is the que to get some

[QGIS-Developer] Plugins translation

2019-02-13 Thread Jorge Almerio
Hi devs, For do the plugin translations I use 1) Linguist from QT5 2) The command line: Pylupdate4 -noobsolete PluginName.pro (Is there a new version 5??) 3) and the classical code: # initialize locale locale = QSettings().value('locale/userLocale')[0:2]

Re: [QGIS-Developer] Plugins website

2018-12-13 Thread Michel Stuyts
: Re: [QGIS-Developer] Plugins website On 12/13/18 11:13 AM, Alessandro Pasotti wrote: > On Thu, Dec 13, 2018 at 11:10 AM Richard Duivenvoorde > mailto:rdmaili...@duif.net>> wrote: > > On 12/13/18 10:56 AM, Michel Stuyts wrote: > > The plugins website https://plug

Re: [QGIS-Developer] Plugins website

2018-12-13 Thread Richard Duivenvoorde
On 12/13/18 11:13 AM, Alessandro Pasotti wrote: > On Thu, Dec 13, 2018 at 11:10 AM Richard Duivenvoorde > mailto:rdmaili...@duif.net>> wrote: > > On 12/13/18 10:56 AM, Michel Stuyts wrote: > > The plugins website https://plugins.qgis.org/ can’t find the Bootstrap > > files

Re: [QGIS-Developer] Plugins website

2018-12-13 Thread Alessandro Pasotti
On Thu, Dec 13, 2018 at 11:10 AM Richard Duivenvoorde wrote: > On 12/13/18 10:56 AM, Michel Stuyts wrote: > > The plugins website https://plugins.qgis.org/ can’t find the Bootstrap > > files (bootsrap.min.css, bootstrap-responsive.min.css, > > bootstrap.min.js). It makes some parts of the

Re: [QGIS-Developer] Plugins website

2018-12-13 Thread Richard Duivenvoorde
On 12/13/18 10:56 AM, Michel Stuyts wrote: > The plugins website https://plugins.qgis.org/ can’t find the Bootstrap > files (bootsrap.min.css, bootstrap-responsive.min.css, > bootstrap.min.js).  It makes some parts of the webpage show up on wrong > places. The same happens on all subpages. Seems

[QGIS-Developer] Plugins website

2018-12-13 Thread Michel Stuyts
The plugins website https://plugins.qgis.org/ can't find the Bootstrap files (bootsrap.min.css, bootstrap-responsive.min.css, bootstrap.min.js). It makes some parts of the webpage show up on wrong places. The same happens on all subpages. Michel

Re: [QGIS-Developer] plugins?

2018-09-22 Thread Lene Fischer
is-developer@lists.osgeo.org; rich...@duif.net Emne: Re: [QGIS-Developer] plugins? I just downloaded QGis 3.2.3-Bonn, andthere SCP plugin was included. Now I struggle with the "Clip multiple raster" function. I can't get hold of the input files by clicking on the [cid:image003.jpg@01D4

Re: [QGIS-Developer] plugins?

2018-09-22 Thread Jorge Gustavo Rocha
nswer in the SCP manual. > >   > > Arne > >   > >   > > -Opprinnelig melding- > Fra: Borys Jurgiel > Sendt: lørdag 22. september 2018 14:16 > Til: qgis-developer@lists.osgeo.org; rich...@duif.net > Kopi: Arne Linløkken > Emne: Re: [QG

Re: [QGIS-Developer] plugins?

2018-09-22 Thread Alexandre Neto
For 2.18 lack of plugins, please make sure you have the "show experimental plugins" option enabled in the plugin manager settings. A sáb, 22/09/2018, 14:35, Borys Jurgiel escreveu: > Dnia sobota, 22 września 2018 15:16:48 CEST Arne Linløkken pisze: > > I just downloaded QGis 3.2.3-Bonn,

Re: [QGIS-Developer] plugins?

2018-09-22 Thread Borys Jurgiel
Dnia sobota, 22 września 2018 15:16:48 CEST Arne Linløkken pisze: > I just downloaded QGis 3.2.3-Bonn, andthere SCP plugin was included. Now I > struggle with the "Clip multiple raster" function. I can't get hold of the > input files by clicking on the [cid:image003.jpg@01D45287.47B00E90] though

Re: [QGIS-Developer] plugins?

2018-09-22 Thread Arne Linløkken
iel Sendt: lørdag 22. september 2018 14:16 Til: qgis-developer@lists.osgeo.org; rich...@duif.net Kopi: Arne Linløkken Emne: Re: [QGIS-Developer] plugins? Dnia sobota, 22 września 2018 13:04:21 CEST Richard Duivenvoorde pisze: > Searching for scp I find: > > http://plugins.qgis.or

Re: [QGIS-Developer] plugins?

2018-09-22 Thread Borys Jurgiel
Dnia sobota, 22 września 2018 13:04:21 CEST Richard Duivenvoorde pisze: > Searching for scp I find: > > http://plugins.qgis.org/plugins/scpplugin/ Just to clarify, Arne meant that one: http://plugins.qgis.org/plugins/SemiAutomaticClassificationPlugin/ As Richard said, if your QGIS can access

Re: [QGIS-Developer] plugins?

2018-09-22 Thread Richard Duivenvoorde
On 09/22/2018 08:03 AM, Arne Linløkken wrote: > I wonder why there are so few plugins installed with the 2.18.24 version > of QGIS. Where is Congedo’s SCP? Hi, Plugins are to be installed by yourself via the Plugin Manager. You should see the 'SCP' plugin there and install it. There is also an

[QGIS-Developer] plugins?

2018-09-22 Thread Arne Linløkken
I wonder why there are so few plugins installed with the 2.18.24 version of QGIS. Where is Congedo's SCP? Best regards Arne Linløkken, Ph.D. Associate Professor, Biology Faculty of Applied Ecology, Agricultural Sciences and Biotechnology Inland Norway University of Applies Sciences Post box

[QGIS-Developer] Plugins translation

2018-08-07 Thread Jorge Almerio
Hi devs, For do the plugin translations I use 1) Linguist from QT5 2) The command line: Pylupdate4 -noobsolete PluginName.pro (Is there a new version 5??) 3) and the classical code: # initialize locale locale = QSettings().value('locale/userLocale')[0:2]

[QGIS-Developer] Plugins translation

2018-07-28 Thread Jorge Moreira
Hi devs, For do the plugin translations I use 1) Linguist from QT52) The command line: Pylupdate4 -noobsolete PluginName.pro (Is there a new version 5??) 3) and the classical code:     # initialize locale     locale = QSettings().value('locale/userLocale')[0:2]     locale_path =

Re: [Qgis-developer] Plugins licence

2017-05-03 Thread Enrico Ferreguti
Nathan, thanks for your kind explanation. I go like that. Regards. 2017-05-03 14:25 GMT+02:00 Nathan Woodrow : > Hey, > > Yes, that is fine. You can use Apache libraries in a GPL applications (I > think QGIS already does) just not the other way around e.g you can't make >

Re: [Qgis-developer] Plugins licence

2017-05-03 Thread Nathan Woodrow
Hey, Yes, that is fine. You can use Apache libraries in a GPL applications (I think QGIS already does) just not the other way around e.g you can't make an Apache application that includes GPL code. - Nathan On Wed, May 3, 2017 at 10:17 PM, Enrico Ferreguti wrote: > Hi

[Qgis-developer] Plugins licence

2017-05-03 Thread Enrico Ferreguti
Hi all QGIS developers, I'm submitting a new plugin: https://github.com/enricofer/gdrive_provider that makes use of external libraries published under Apache v2 licence As far as I understand The Free Software Foundation

Re: [Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Matthias Kuhn
Hi Tom, The opt-in approach was for plugin development in general. As long as the API is there, anyone is free to use it or not. What's done for a specific plugin - like qgis2web in this case - is up to its developer. Anyway, for an example of what's possible now, have a look at the globe plugin

Re: [Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Nathan Woodrow
Hey, Yeah, this was mainly just a side comment from watching Tom's talk and how integrated some plugins should be as part of the UI and if that makes the general UX better or worse. It's not always relevant in every context but I have started to become a fan of reusing what is provided in core

Re: [Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Tom Chadwin
Hi Matthias Yes, I'm talking about qgis2web, but thought the discussion was generally relevant. I'm not sure I agree with the opt-in approach. I think either it stays as it is, or the single dialog disappears, and it is embedded as Nathan suggests. Users could then configure the qgis2web panes in

Re: [Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Matthias Kuhn
Hi Tom, Offering the possibility for this sounds good to me. I have already added an API to register custom pages on the vector layer properties page and will be happy to see more such functionality.

[Qgis-developer] Plugins: "standalone" versus more tightly integrated

2016-11-14 Thread Tom Chadwin
Hello all Nathan got in touch over the weekend, and we discussed possible plugin changes. He suggested breaking up the one-dialog GUI, and instead embedding the different parts into appropriate places in QGIS: - general options into own pane - preview window into own pane - layer settings as

Re: [Qgis-developer] plugins connection refused error

2016-05-31 Thread DelazJ
Hi, Thanks, Alessandro. Don't know if it's related to recent changes (never checked that before) but my plugin manager settings currently show 2 repositories listed, both linking to the official repo url. The only difference is their name ("QGIS Official Plugin Repository" and its translation

Re: [Qgis-developer] plugins connection refused error

2016-05-31 Thread Paolo Cavallini
Il 2016-05-31 11:04 Alessandro Pasotti ha scritto: For anyone experiencing this issue: the problem is now fixed but you must use a fresh XML file or you will still try to download the plugins from the wrong URL stored in the old broken XML. In the plugin manager settings there is a button to

[Qgis-developer] plugins connection refused error

2016-05-31 Thread Alessandro Pasotti
For anyone experiencing this issue: the problem is now fixed but you must use a fresh XML file or you will still try to download the plugins from the wrong URL stored in the old broken XML. In the plugin manager settings there is a button to reload all repositories, that will probably fix your

Re: [Qgis-developer] [plugins] python 3 support

2016-05-09 Thread Matthias Kuhn
Hi On 09/05/16 10:51, Denis Rouzaud wrote: > Dear all, > > I am raising this again > > Now that we can build QGIS with Qt5, Python 3, PyQt5, an open question > remains: how do plugins will handle with this? > Starting a QGIS built with PyQt5 using enabled plugins will probably > report a lot

[Qgis-developer] [plugins] python 3 support

2016-05-09 Thread Denis Rouzaud
Dear all, I am raising this again Now that we can build QGIS with Qt5, Python 3, PyQt5, an open question remains: how do plugins will handle with this? Starting a QGIS built with PyQt5 using enabled plugins will probably report a lot of Python crashes. Right now, there is an option to port

Re: [Qgis-developer] Plugins discussion

2015-11-07 Thread Stéphane Brunner
Hello, To get all the qgis plugin hosted on pypi we should be able to use a keywords. An to get the list of plugin that have some keywords: from xmlrpclib import ServerProxy pypi = ServerProxy("http://pypi.python.org/pypi;, allow_none=True) sp.search({"keywords": ["gdal", "dap"]}) returns:

Re: [Qgis-developer] Plugins discussion

2015-11-07 Thread Stéphane Brunner
Hello, And we can use entrypoints to load the plugin: from pkg_resources import working_set def register_plugins(): for entry_point in working_set.iter_entry_points('qgis.plugins'): plugin = entry_point.load(require=True) if not issubclass(plugin, Plugin): raise

[Qgis-developer] Plugins: where do they appear?

2015-05-18 Thread Paolo Cavallini
Hi all, it is often difficult for users to find a plugin, once installed. How about adding a new field to metadata.txt, like Installed under menu:? All the best. -- Paolo Cavallini - www.faunalia.eu QGIS PostGIS courses: http://www.faunalia.eu/training.html

Re: [Qgis-developer] Plugins: where do they appear?

2015-05-18 Thread Alexander Bruy
Hi Paolo, if I'm not wrong, we already have category metadata exactly for this purpose. 2015-05-18 13:27 GMT+03:00 Paolo Cavallini cavall...@faunalia.it: Hi all, it is often difficult for users to find a plugin, once installed. How about adding a new field to metadata.txt, like Installed

Re: [Qgis-developer] Plugins: where do they appear?

2015-05-18 Thread Alexander Bruy
Hmm, yes, if author does not cares about adding plugin to the proper menu (native QGIS or added by plugin itself), plugin will be added to the Plugins menu by default. 2015-05-18 13:37 GMT+03:00 Paolo Cavallini cavall...@faunalia.it: Il 18/05/2015 12:29, Alexander Bruy ha scritto: Hi Paolo,

Re: [Qgis-developer] Plugins: where do they appear?

2015-05-18 Thread Paolo Cavallini
Il 18/05/2015 12:49, Alexander Bruy ha scritto: Hmm, yes, if author does not cares about adding plugin to the proper menu (native QGIS or added by plugin itself), plugin will be added to the Plugins menu by default. Yes. Moreover, some plugins do not add a menu entry, but buttons (e.g. for

Re: [Qgis-developer] Plugins: where do they appear?

2015-05-18 Thread Paolo Cavallini
Il 18/05/2015 12:29, Alexander Bruy ha scritto: Hi Paolo, if I'm not wrong, we already have category metadata exactly for this purpose. yes, but AFAICT not exactly: if the category matches the name of a menu (e.g. Vector), the plugin will appear there; if not, it will go somewhere, without

[Qgis-developer] plugins using spatialite-amalgamation, pyspatialite

2015-04-05 Thread Mark Johnson
I have opened an issue at: https://hub.qgis.org/issues/12510 the I suggest that plugins that use a hardcoded spatialite-amalgamation be depreciated since they can damage a db created with a later spatialite version. Mark Johnson, Berlin Germany ___

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-25 Thread Alexia Mondot
I've tried to add the canvas.repaint() with my canvas.refresh(), and it seems to work ! Thanks ! Alexia On 25/11/2014 00:37, Nathan Woodrow wrote: Hey, I suspect you are running into this http://gis.stackexchange.com/questions/87841/why-qgsmapcanvas-only-appear-after-lost-focus Here is

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Luigi Pirelli
I understand that you don't have a use case that reproduce the problem! Can you explain better what the meaning of customized version of Dockable Mirror Map? May you file an issue for the plugin with all data displayed in help-about of qgis? Just an idea, may you also test if this append with

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Luigi Pirelli
may you also test with the last 2.6version? regards, Luigi Pirelli On 24 November 2014 at 01:16, Alexia Mondot ale...@mondot.fr wrote: Hi all, I have a plugin using a customized version of Dockable Mirror Map. I use it to display each processing result in a new view. I get a strange

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Luigi Pirelli
could be related with this? https://hub.qgis.org/issues/9799 check OTF reprojection combination regards, Luigi Pirelli On 24 November 2014 at 23:49, Luigi Pirelli lui...@gmail.com wrote: may you also test with the last 2.6version? regards, Luigi Pirelli On 24 November 2014 at 01:16,

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Alexia Mondot
Thanks for your answer. Actually, I wonder if my refresh problem is not only on QGIS 2.2. I believe I had not reproduce this behaviour on QGIS 2.4 and 2.6. And I didn't know about the bug. I have these two points to analyse. The multithread rendering was available in QGIS 2.2 ?? I'm going

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Nathan Woodrow
Hey, I suspect you are running into this http://gis.stackexchange.com/questions/87841/why-qgsmapcanvas-only-appear-after-lost-focus Here is a fix http://gis.stackexchange.com/a/92734/97 - Nathan On Tue Nov 25 2014 at 9:34:14 AM Alexia Mondot alexia.mon...@free.fr wrote: Thanks for your

[Qgis-developer] [plugins] refreshing canvas

2014-11-23 Thread Alexia Mondot
Hi all, I have a plugin using a customized version of Dockable Mirror Map. I use it to display each processing result in a new view. I get a strange behaviour with my plugin : Some times, the canvas stays white. A scroll in it is fine to reload it and my image is displayed. I get this problem

Re: [Qgis-developer] plugins: what's next?

2014-09-02 Thread Olivier Dalang
Following Alessandro's idea, I'd love to be able to attach screenshots/video captures to the description. A capture of the GUI is often much more informative about what to expect than a longish description. And about merging similar plugins, I don't know if we can achieve a global policy. It's

Re: [Qgis-developer] plugins: what's next?

2014-09-01 Thread Paolo Cavallini
Il 30/08/2014 18:55, Niccolò Marchi ha scritto: about trying to optimize plugins through the merging of the similar ones. something like having a package of more plugins related to a single topic (i.e. qProf + ProfileTool + VogisProfilTool or all the CAD ones, etc). in this way would be

Re: [Qgis-developer] plugins: what's next?

2014-09-01 Thread Alessandro Pasotti
2014-09-01 9:31 GMT+02:00 Paolo Cavallini cavall...@faunalia.it: Il 30/08/2014 18:55, Niccolò Marchi ha scritto: about trying to optimize plugins through the merging of the similar ones. something like having a package of more plugins related to a single topic (i.e. qProf + ProfileTool +

[Qgis-developer] plugins: what's next?

2014-08-30 Thread Niccolò Marchi
hello devs! after the good job done with the plugin-repo, I was wondering if there is any idea about trying to optimize plugins through the merging of the similar ones. something like having a package of more plugins related to a single topic (i.e. qProf + ProfileTool + VogisProfilTool or

Re: [Qgis-developer] Plugins mandatory metadata

2014-08-14 Thread Borys Jurgiel
Sorry, I accidentally didn't send it the to qgis-community-team ML initially. Who could fix it? I'm not familiar with the webpage stuff. Best regards, Borys Dnia środa, 13 sierpnia 2014 21:50:45 Paolo Cavallini pisze: IMHO they should be. Thanks. On 13 agosto 2014 21:36:45 CEST, Borys

Re: [Qgis-developer] Plugins mandatory metadata

2014-08-13 Thread Paolo Cavallini
IMHO they should be. Thanks. On 13 agosto 2014 21:36:45 CEST, Borys Jurgiel li...@borysjurgiel.pl wrote: Hi, Maxim discovered that in this document [1] homepage, repository and tracker tags are not mandatory. Shouldn't we fix it? Best regards, Borys [1]

[Qgis-developer] Plugins mandatory metadata

2014-08-13 Thread Borys Jurgiel
Hi, Maxim discovered that in this document [1] homepage, repository and tracker tags are not mandatory. Shouldn't we fix it? Best regards, Borys [1] http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/plugins.html#plugin-metadata ___

[Qgis-developer] Plugins sort order in page

2014-06-25 Thread Jorge Tornero - Listas
Hello all, Sorry if it is not the proper place to post this issue, but I've noticed a minor issue in http://plugins.qgis.org/plugins/ It is just that when it sorts the plugins alphabetically, it is case-sensitive, so first displays the plugin with initial uppercase and then the plugins

Re: [Qgis-developer] Plugins sort order in page

2014-06-25 Thread Paolo Cavallini
Il 25/06/2014 11:31, Jorge Tornero - Listas ha scritto: Sorry if it is not the proper place to post this issue, but I've noticed a minor issue in http://plugins.qgis.org/plugins/ It is just that when it sorts the plugins alphabetically, it is case-sensitive, so first displays the

Re: [Qgis-developer] Plugins without source code

2014-06-03 Thread Alessandro Pasotti
2014-06-02 22:48 GMT+02:00 Paolo Cavallini cavall...@faunalia.it: Il 02/06/2014 17:12, Martin Dobias ha scritto: BTW, I now cannot switch between https://plugins.qgis.org/plugins/Vgi2ShpConverter/#plugin-details and https://plugins.qgis.org/plugins/Vgi2ShpConverter/#plugin-versions etc.:

Re: [Qgis-developer] Plugins without source code

2014-06-03 Thread Alessandro Pasotti
2014-06-02 17:12 GMT+02:00 Martin Dobias wonder...@gmail.com: Hi I have just found out there is a plugin Vgi2Shp in QGIS plugin repository, all of its functionality is in a .pyc file - compiled python module, with no source code (.py). Also the code repository on GitHub is completely empty.

Re: [Qgis-developer] Plugins without source code

2014-06-03 Thread Paolo Cavallini
Il 03/06/2014 08:45, Alessandro Pasotti ha scritto: http scripts not loading after we switched to https... please file a ticket. done, thanks -- Paolo Cavallini - www.faunalia.eu Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html ___

[Qgis-developer] Plugins without source code

2014-06-02 Thread Martin Dobias
Hi I have just found out there is a plugin Vgi2Shp in QGIS plugin repository, all of its functionality is in a .pyc file - compiled python module, with no source code (.py). Also the code repository on GitHub is completely empty. I believe this is not allowed under the terms of GNU GPL - and

Re: [Qgis-developer] Plugins without source code

2014-06-02 Thread Paolo Cavallini
Il 02/06/2014 17:12, Martin Dobias ha scritto: I have just found out there is a plugin Vgi2Shp in QGIS plugin repository, all of its functionality is in a .pyc file - compiled python module, with no source code (.py). Also the code repository on GitHub is completely empty. I believe this is

[Qgis-developer] Plugins backup

2014-02-04 Thread Paolo Cavallini
Hi all. What is the backup policy for the plugins website? How can they be recovered in case they get accidentally lost? All the best. -- Paolo Cavallini - www.faunalia.eu Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html ___ Qgis-developer

Re: [Qgis-developer] Plugins approval

2014-01-08 Thread Borys Jurgiel
Matthias Kuhn wrote : I remember, I discussed another key website with Borys, which would be shown in a frame in the plugin description page. This could be used to show even pictures in a description. Or we could just embed the URL listed in homepage. Jonathan Moules

Re: [Qgis-developer] Plugins approval

2014-01-07 Thread Matthias Kuhn
Is there a real problem we are trying to solve with this? I am not sure, each plugin will belong to exactly one menu and the rules can technically be enforced. IMO They can as well have some entries in two different menus. Or require a totally new menu (although there need to be really good

[Qgis-developer] Plugins

2014-01-07 Thread Mohd Rusdi Hamid
Hello anybody i have one old plugin qgis 1.7.0, i want to upgrade qgis2.0 but not support that plugin. any body can help me? ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Plugins approval

2014-01-07 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 07/01/2014 09:04, Matthias Kuhn ha scritto: Therefore, I would propose not to implement hard rules (like specifying the menu in metadata) but leave all the options to the plugin author and have some intelligent soft rules, which can be

Re: [Qgis-developer] Plugins

2014-01-07 Thread Matthias Kuhn
Hi Mohd, Please contact the plugin author directly to ask for his plans to update the plugin. He might be doing it by himself or be happy to get help in this process. Regards, Matthias On Die 07 Jan 2014 09:06:43 CET, Mohd Rusdi Hamid wrote: Hello anybody i have one old plugin qgis 1.7.0,

Re: [Qgis-developer] Plugins approval

2014-01-07 Thread Jonathan Moules
On 7 January 2014 08:04, Matthias Kuhn matthias.k...@gmx.ch wrote: Is there a real problem we are trying to solve with this? Users (even technical ones) have problems finding where plugins have actually installed stuff - I've seen it first hand. By using a logical and consistent approach, that

Re: [Qgis-developer] Plugins approval

2014-01-07 Thread Matthias Kuhn
Hi Paolo and Jonathan, Thank you for sharing your thoughts. We should encourage plugin-authors to write a good get-started section in the description in their metadata. Or we could include yet another getstarted metadata section. I remember, I discussed another key website with Borys, which

Re: [Qgis-developer] Plugins approval

2014-01-07 Thread Jonathan Moules
I remember, I discussed another key website with Borys, which would be shown in a frame in the plugin description page. This could be used to show even pictures in a description. Or we could just embed the URL listed in homepage. If I'm understanding correctly, you're proposing that the

Re: [Qgis-developer] Plugins approval

2014-01-07 Thread Matthias Kuhn
On 01/07/2014 02:29 PM, Jonathan Moules wrote: I remember, I discussed another key website with Borys, which would be shown in a frame in the plugin description page. This could be used to show even pictures in a description. Or we could just embed the URL listed in homepage.

Re: [Qgis-developer] Plugins approval

2014-01-06 Thread Borys Jurgiel
Richard, We were discussing it already, without any success, and I can't imagine how it could be done with the 2.x API. Currently each plugin just calls one of the QgisInterface methods: addPluginToVectorMenu, addPluginToRasterMenu etc. An obvious idea is to create an universal method

Re: [Qgis-developer] Plugins approval

2014-01-06 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 06/01/2014 20:22, Borys Jurgiel ha scritto: But maybe somebody has a simpler idea? I see. In any case, I think we should not approve a plugin unless it goes in the appropriate menu. BTW, could someone point out where we have a list of the items

[Qgis-developer] Plugins approval

2014-01-05 Thread Paolo Cavallini
Hi all. I would suggest an additional rule to accept a new plugin: we should make sure it registers itself in the appropriate menu (Vector, Raster, Database, Web, etc.), leaving in Plugins menu only those who cannot be classified because they belong to more than one category, This will help

Re: [Qgis-developer] Plugins approval

2014-01-05 Thread Richard Duivenvoorde
On 05-01-14 19:00, Paolo Cavallini wrote: I would suggest an additional rule to accept a new plugin: we should make sure it registers itself in the appropriate menu (Vector, Raster, Database, Web, etc.), leaving in Plugins menu only those who cannot be classified because they belong to more

Re: [Qgis-developer] plugins and Windows usernames with accents in QGIS 2.0

2013-10-16 Thread Giovanni Manghi
Hi Giovanni, On Thu, 10. Oct 2013 at 13:28:23 +0100, Giovanni Manghi wrote: I have noticed that there are still issues when installing plugins on Windows machines and when the username has an accented letter. Try 4cb37b1a please. Hi Jurgen, things are pretty much ok now in the latest

Re: [Qgis-developer] plugins and Windows usernames with accents in QGIS 2.0

2013-10-12 Thread Giovanni Manghi
Hi Giovanni, On Thu, 10. Oct 2013 at 13:28:23 +0100, Giovanni Manghi wrote: I have noticed that there are still issues when installing plugins on Windows machines and when the username has an accented letter. Try 4cb37b1a please. J?rgen Hi Jurgen, I updated qgis-dev with osgeo4w and

Re: [Qgis-developer] plugins and Windows usernames with accents in QGIS 2.0

2013-10-10 Thread Jürgen E . Fischer
Hi Giovanni, On Thu, 10. Oct 2013 at 13:28:23 +0100, Giovanni Manghi wrote: I have noticed that there are still issues when installing plugins on Windows machines and when the username has an accented letter. Try 4cb37b1a please. Jürgen -- Jürgen E. Fischer norBIT GmbH

[Qgis-developer] Plugins for 1.8 and 2.0 in one repository

2013-06-06 Thread Borys Jurgiel
With the new SIP API, we should find the best way to publish plugins for various QGIS versions in one repository. It's no problem in small repositories, where all multiple versions may exist side by side, because the plugin installer (both: old and new) can filter the best availale version. But

Re: [Qgis-developer] Plugins for 1.8 and 2.0 in one repository

2013-06-06 Thread Matthias Kuhn
Hi Borys, I just had a look at the plugin manager. Big thumbs up, this is good stuff!! To your question: version 2 sounds reasonable to me as well. We can easily control the future parameters and append the qgis version always. Am I correct, that in the future, there is no (easy) way of

Re: [Qgis-developer] Plugins for 1.8 and 2.0 in one repository

2013-06-06 Thread Nathan Woodrow
Hey Borys, I think option 2 is the best. Anything we can do server side is the best option to reduce any hider on the users. As long as this is noted with the plugin repo API then I see no issue. - Nathan On Thu, Jun 6, 2013 at 9:57 PM, Borys Jurgiel li...@borysjurgiel.pl wrote: With the

Re: [Qgis-developer] Plugins for 1.8 and 2.0 in one repository

2013-06-06 Thread Borys Jurgiel
Dnia czwartek, 6 czerwca 2013 o 14:21:58 Matthias Kuhn napisał(a): Hi Borys, I just had a look at the plugin manager. Big thumbs up, this is good stuff!! To your question: version 2 sounds reasonable to me as well. We can easily control the future parameters and append the qgis version

[Qgis-developer] Plugins ?

2013-04-26 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. I just noticed that the plugins installed by default do not show their version number in the plugin manager: should I file a ticket? Thanks. - -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc Nuovi

Re: [Qgis-developer] Plugins ?

2013-04-26 Thread Borys Jurgiel
Dnia piątek, 26 kwietnia 2013 o 14:44:16 Paolo Cavallini napisał(a): Hi all. I just noticed that the plugins installed by default do not show their version number in the plugin manager: should I file a ticket? Thanks. I'll remember it. I'm going to come back to manager development as soon as

Re: [Qgis-developer] Plugins meeting

2013-04-14 Thread Barry Rowlingson
On Sat, Apr 13, 2013 at 3:15 PM, Paolo Cavallini cavall...@faunalia.it wrote: The general idea is that plugins are now a crucial part of the QGIS experience for the users, and we cannot treat them as completely disconnected from the main project, but we should take some responsibility for

[Qgis-developer] Plugins meeting

2013-04-13 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. A report on the meeting about Python plugins we just had: * the new installer by Borys looks quite nice and it is certainly an improvement over the existing one; hopefully it will be ready soon, for possible inclusion on 2.0 * after API

  1   2   >