Re: [QGIS-Developer] Interpretation of qgisMaximumVersion in metadata.txt

2020-08-01 Thread Borys Jurgiel
Dnia sobota, 1 sierpnia 2020 16:56:18 CEST Sebastian M. Ernst pisze: > Hi Borys, all, > > > Actually it was never properly synchronized between the installer and > > the repo. > > which adds another question ... how is the repo (i.e. QGIS-Django?) > handling it? It's the problem I never had time

Re: [QGIS-Developer] Understanding plugin management in QGIS - exposing QgsPluginRegistry to Python?

2020-03-15 Thread Borys Jurgiel
Dnia niedziela, 15 marca 2020 12:50:04 CET Sebastian M. Ernst pisze: > As far as I can > see it, C++ plugins have to be compiled with QGIS anyway. At runtime, > all a user can do is to activate or deactivate them. Borys, am I > understanding this correctly? Yes > If a *minimal* C++ GUI would al

Re: [QGIS-Developer] Understanding plugin management in QGIS - exposing QgsPluginRegistry to Python?

2020-03-15 Thread Borys Jurgiel
Dnia niedziela, 15 marca 2020 00:17:51 CET Matthias Kuhn pisze: > Hi Sebastian, Borys, > > What about the opposite way: moving things to C++ and leaving only a > very thing wrapper for interacting with the plugins in place? Well, it would be the cleanest option, if there are resources. The Instal

Re: [QGIS-Developer] Understanding plugin management in QGIS - exposing QgsPluginRegistry to Python?

2020-03-14 Thread Borys Jurgiel
Hi Sebastian, The reason the whole infrastructure is split between Plugin Manager and Python Plugin Installer (and Python utils) is Python support is optional in QGIS. If QGIS is compiled without Python Support, the Plugin Manager still displays all C++ plugins, it just lacks Python ones (and

Re: [QGIS-Developer] Snap cache improvements grant report

2020-01-10 Thread Borys Jurgiel
Hi, It seems those two regressions may be related to your work on the cache, arent they? https://github.com/qgis/QGIS/issues/33285[1] https://github.com/qgis/QGIS/issues/33449[2] Regards, Borys Dnia piątek, 10 stycznia 2020 11:29:15 CET Julien Cabieces pisze: > Hi PSC, devs, > > Here is my r

Re: [QGIS-Developer] LTR management [was Re: Delaying 3.10.1?]

2019-11-23 Thread Borys Jurgiel
Thanks Even! I was mislead by the hard freeze and had an impression 3.10 is going to be more stable than it actually was meant to be. I'm often not sure what level of predictability we can expect from the official builds and your response shreds more light on it. And, first of all, big thanks t

Re: [QGIS-Developer] Delaying 3.10.1?

2019-11-22 Thread Borys Jurgiel
Excuse me... Do I see correctly there was a switch from Proj5 to Proj6 between 3.10.0-1 and 3.10.0-2 ? Two weeks before 3.10.0 we entered that painful hard freeze so we couldn't revert known regressions (except those introduced after the feature freeze) and had to release a buggy 3.10.0. Later

Re: [QGIS-Developer] 3.10 hard freeze?

2019-10-15 Thread Borys Jurgiel
Dnia wtorek, 15 października 2019 01:28:20 CEST Nyall Dawson pisze: > On Mon, 14 Oct 2019 at 19:35, Borys Jurgiel wrote: > > Dnia poniedziałek, 14 października 2019 07:32:52 CEST Denis Rouzaud pisze: > > > Hi all, > > > > > > I had a PR tagged as frozen

Re: [QGIS-Developer] 3.10 hard freeze?

2019-10-14 Thread Borys Jurgiel
Dnia poniedziałek, 14 października 2019 07:32:52 CEST Denis Rouzaud pisze: > Hi all, > > I had a PR tagged as frozen this morning. > I guess this is related to the concept of hard freeze. Can someone give > more information on soft vs hard freeze? Any what is accepted to be merged? "Two weeks be

Re: [QGIS-Developer] Problem installing plugins from own repository

2019-10-02 Thread Borys Jurgiel
Dnia środa, 2 października 2019 07:20:51 CEST Denis Rouzaud pisze: > Hi all, > > It this is of any help, I have realized that naming the file plugin.zip or > plugin-x.y.z.zip is failing while plugin.x.y.z.zip actually works. The plugin.zip should work (and it works for me), as the suffix is optio

Re: [QGIS-Developer] Problem installing plugins from own repository

2019-10-01 Thread Borys Jurgiel
Hi Raymond, Sorry for my late reply. > I set up my own plugin repo and meet exactly the problem as described here: > > https://gis.stackexchange.com/questions/325790/error-downloading-a-plugin QGIS says that after unpacking zip file named e.g. "myMagicPlugin.zip" or "myMagicPlugin.an-optional-s

Re: [QGIS-Developer] Plugin Manager looks for icon in http://

2019-09-13 Thread Borys Jurgiel
Initially, the manager was only supporting http:// repositories. Then we added support for local ones, and we apparently missed the fact the icon protocol is hardcoded instead of following the "main" protocol. See: https://github.com/qgis/QGIS/blob/master/python/pyplugin_installer/ installer_dat

Re: [QGIS-Developer] Plugin version number

2019-09-13 Thread Borys Jurgiel
Dnia piątek, 13 września 2019 10:05:14 CEST Paul Wittle pisze: > Hi, > > It is possible to see the plugin version number (from the metadata file) > when you open the manage plugins window and select a plugin. > > Is it possible to retrieve this version number using Python in the plugin > itself?

Re: [QGIS-Developer] upload non-english plugin into official repository

2019-09-13 Thread Borys Jurgiel
Maybe it's time to reconsider a support for localized tags in the repository? The plugin manager displays localized 'description' and 'about' tags from the metadata.txt: description=Hello world description[it]=Ciao mondo thus for already installed plugins only. It's easy to add a ?lang= parame

Re: [QGIS-Developer] Plugin Manager can not see prod and testing plugin

2019-09-12 Thread Borys Jurgiel
Dnia czwartek, 12 września 2019 14:15:35 CEST VOLPES-EXT, Jacky pisze: > Dear all, > > I am developing a plugin and I want to install a testing version and a > production version on QGIS desktop. > > I have a « testing » local repository and a « production » local repository. > QGIS Plugin Manage

Re: [QGIS-Developer] QGIS plugin qgisMinimumVersion

2019-03-12 Thread Borys Jurgiel
ed as a bug in the plugin manager? > In that case it should be OK to fix it in a point release. > > Håvard > > On 11.03.2019 14:31, Borys Jurgiel wrote: > > The reason the plugin manager sends just "?qgis=3.4" was because the point > > releases ("micr

Re: [QGIS-Developer] QGIS plugin qgisMinimumVersion

2019-03-11 Thread Borys Jurgiel
The reason the plugin manager sends just "?qgis=3.4" was because the point releases ("micro" versions) are expected to only provide bugfixes and not new features. After some thinking, I guess this approach is wrong and a bug is also a reason to prevent the plugin from installing. It's easy to ch

Re: [QGIS-Developer] [Qgis-community-team] Call for nominations for new QGIS community voting members

2019-01-10 Thread Borys Jurgiel
member doing this) > * make nominations public from the start (we currently disclose them > after collecting them). > For the first one I frankly don't see any issue. > For the second one, having a short buffer does not seem a real problem > for me; could you please elaborate?

Re: [QGIS-Developer] [Qgis-community-team] Call for nominations for new QGIS community voting members

2019-01-10 Thread Borys Jurgiel
member doing this) > * make nominations public from the start (we currently disclose them > after collecting them). > For the first one I frankly don't see any issue. > For the second one, having a short buffer does not seem a real problem > for me; could you please elaborate?

Re: [QGIS-Developer] Call for nominations for new QGIS community voting members

2019-01-10 Thread Borys Jurgiel
ons for each nominee and vote accordingly. > > Regards, > > Jorge Gustavo > > [1] https://wiki.osgeo.org/wiki/Membership_Process > [2] https://wiki.osgeo.org/wiki/Chief_Returning_Officer > > Às 13:53 de 10/01/19, Borys Jurgiel escreveu: > > Thanks Tim! >

Re: [QGIS-Developer] Call for nominations for new QGIS community voting members

2019-01-10 Thread Borys Jurgiel
Simple answer is just to chat to the person you plan to nominate first and > see if they are willing. > > Regards > > Tim > > > On 08 Jan 2019, at 11:18, Borys Jurgiel wrote: > > > > Dnia poniedziałek, 7 stycznia 2019 23:57:02 CET Marco Bernasocchi pisze: >

Re: [QGIS-Developer] Call for nominations for new QGIS community voting members

2019-01-08 Thread Borys Jurgiel
Dnia poniedziałek, 7 stycznia 2019 23:57:02 CET Marco Bernasocchi pisze: > Hi Everybody, this is a gentle reminder that the Call for nominations at > > https://goo.gl/forms/Lfk1VBDKlRAOrWYq1 > > will close January 9th 2019 at midnight (GMT). > > Cheers > Marco Hi All, I have one stupid questio

Re: [QGIS-Developer] Call for nominations for new QGIS community voting members

2019-01-08 Thread Borys Jurgiel
Dnia poniedziałek, 7 stycznia 2019 23:57:02 CET Marco Bernasocchi pisze: > Hi Everybody, this is a gentle reminder that the Call for nominations at > > https://goo.gl/forms/Lfk1VBDKlRAOrWYq1 > > will close January 9th 2019 at midnight (GMT). > > Cheers > Marco I have one stupid question: how ca

Re: [QGIS-Developer] Change plugin name

2018-11-27 Thread Borys Jurgiel
Dnia wtorek, 27 listopada 2018 12:58:50 CET Denis Rouzaud pisze: > I see two ways of propagating the info: > easy way: on qgis user mailing list > elegant way: release a new version of your plugin which opens a dialog > after install (or at each startup, but it's a bit aggressive) which tells > you

Re: [QGIS-Developer] Python support still broken

2018-10-24 Thread Borys Jurgiel
Success. After n-th clearing and rebuilding it got refreshed. Thanks! Borys Dnia środa, 24 października 2018 13:06:46 CEST Borys Jurgiel pisze: > Thanks. I started from setting the SIP_IMPORT, although it doesn't help so > far. I'm trying to avoid clearing the whole ccache, but

Re: [QGIS-Developer] Python support still broken

2018-10-24 Thread Borys Jurgiel
of SIP, maybe you want to check this > too: > https://github.com/qgis/QGIS/commit/0fad3e5731b32680acab9a43b146c73f4e1dab6a > #commitcomment-31023279 > > On Wed, Oct 24, 2018 at 12:44 PM Borys Jurgiel > > wrote: > > Hi, > > > > I can't run Python after

[QGIS-Developer] Python support still broken

2018-10-24 Thread Borys Jurgiel
Hi, I can't run Python after recent changes with sip: Traceback (most recent call last): File "", line 1, in File "/home/borys/sources/qgis/build/output/python/qgis/core/__init__.py", line 27, in from qgis._core import * ModuleNotFoundError: No module named 'PyQt5.sip' For sure python

Re: [QGIS-Developer] plugin reload fail

2018-10-15 Thread Borys Jurgiel
t; > > I'm using QGIS 3.2 and a ported version of openoise (not the official one > that is for qgis 2.x) > > > Thanks > Pierluigi > > - Messaggio originale - > > Da: "Borys Jurgiel" > A: qgis-developer@lists.osgeo.org > Cc: &

Re: [QGIS-Developer] plugin reload fail

2018-10-13 Thread Borys Jurgiel
Hi, It's not so straightforward to recursively reload complex plugins, thus both Plugin Manager and Plugin Reloader have a long-standing problem with reloading modules placed in subdirectories. This is the case of opeNoise, where most of the code is in the 'tools' subdirectory, so all changes t

Re: [QGIS-Developer] Building master with 3D on Debian testing/buster?

2018-10-03 Thread Borys Jurgiel
Hi Richard, I can't recall details except the fact I've finally made it working by running cmake with these parameters: cmake .. -DCMAKE_PREFIX_PATH=/blahblahblah/qgis/external/qt3dextra-headers/cmake -DQT5_3DEXTRA_INCLUDE_DIR=/blahblahblah/qgis/external/qt3dextra-headers -DQT5_3DEXTRA_LIBRAR

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 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 the

Re: [QGIS-Developer] [Qgis-tr] Missing translated strings in localized master

2018-09-19 Thread Borys Jurgiel
As far as I remember, when I've built the .qm file in Linux and installed manually in Windows, it worked fine. So looks like a build issue. It doesn't help to solve the issue, but at least it's a workaround for power users / support providers... B. Dnia środa, 19 września 2018 12:20:21 CEST

[QGIS-Developer] HiRe: RES: Do we really need experimental and non-experimental plugins?

2018-08-27 Thread Borys Jurgiel
s it is. > > Andreas > > Am 27.08.2018 um 02:06 schrieb Nyall Dawson: > > On Mon, 27 Aug 2018 at 04:11, Borys Jurgiel wrote: > >> Hi Lists, > >> > >> Before I make a QEP I'd like to know your general thoughts. > >> > >> After

Re: [QGIS-Developer] Do we really need experimental and non-experimental plugins?

2018-08-27 Thread Borys Jurgiel
Dnia poniedziałek, 27 sierpnia 2018 06:21:17 CEST Paolo Cavallini pisze: > I agree with Nyall. Furthermore, I'm also -1 on showing deprecated > plugins. These are mosty useless, sometimes dangerous. I ask to revert > the change ASAP. Don't worry, it's still a PR (and there are no deprecated 3.x pl

[QGIS-Developer] Do we really need experimental and non-experimental plugins?

2018-08-26 Thread Borys Jurgiel
Hi Lists, Before I make a QEP I'd like to know your general thoughts. After I removed the deprecated plugins filter from the Plugin manager (and make them always visible) [1], Alex suggested doing the same with the Experimental status. Initially it was designed for two cases: to mark a whole p

Re: [QGIS-Developer] QgsPluginManagerInterface

2018-07-25 Thread Borys Jurgiel
Hi, QgsPluginManagerInterface is quite limited. Try this instead: from qgis.utils import pluginMetadata pluginMetadata('myPluginName', 'version') For more info see https://github.com/qgis/QGIS/blob/master/python/utils.py#L290 Regards, Borys Dnia środa, 25 lipca 2018 18:30:26 CEST Jorge Almeri

Re: [QGIS-Developer] custom plugin repository in QGIS 3

2018-07-25 Thread Borys Jurgiel
Dnia środa, 25 lipca 2018 12:38:36 CEST Denis Rouzaud pisze: > The zip file has a suffix with the version: pluginname-x.x.x.zip > Could it be the issue? IIRC, the suffix should be separated by a dot (pluginname.x.x.x.zip). Everything before the first dot must match the directory name. But it wou

Re: [QGIS-Developer] custom plugin repository in QGIS 3

2018-07-25 Thread Borys Jurgiel
Dnia środa, 25 lipca 2018 10:22:19 CEST Richard Duivenvoorde pisze: > On 07/25/2018 10:00 AM, Denis Rouzaud wrote: > > Hi all, > > > > I have troubles at using a custom external plugin repository in QGIS 3. > > The plugin installed and the plugin on the repo don't match in the > > plugin manager.

Re: [QGIS-Developer] The future of the F5 shortcut...

2018-07-11 Thread Borys Jurgiel
Dnia środa, 11 lipca 2018 01:44:48 CEST Matthias Kuhn pisze: > If you feel like doing something fancy, open up a MessageBox at the > first launch of the plugin and inform devs about the shortcut and maybe > even offer a button to quickly toggle for your friends and you ;) Or if > you don't like me

[QGIS-Developer] The future of the F5 shortcut...

2018-07-10 Thread Borys Jurgiel
Hi All, There is a conflict between the "Refresh" action and Plugin Reloader - both wants to use the F5 shortcut. I'm going to set the Plugin Reloader to use Ctrl-F5 and leave F5 for "Refresh", as it's a built-in function, known for years and designed for everyone, not just plugin devs. Howev

Re: [QGIS-Developer] Profile Tool's new owner

2018-05-04 Thread Borys Jurgiel
Thanks for the explanation! Dnia piątek, 4 maja 2018 15:27:30 CEST Alessandro Pasotti pisze: > Hi Borys, > > the maintaner can be changed in the control panel and she is the user who > created the plugin record in the DB. > > Owners are zero or more additional user that have admin privileges ove

[QGIS-Developer] Profile Tool's new owner

2018-05-04 Thread Borys Jurgiel
Hi List, Just wanted to let you know I've changed the Profile Tool plugin owner to Javier, who is the real developer for some time (Etienne and Patrice, who was taking care about the plugin last years are no longer acitive, and users was forced to use Javier's fork). Btw. what is the differenc

Re: [QGIS-Developer] QgsLocator & common python libs

2018-04-05 Thread Borys Jurgiel
A new built-in module, like qgis.commons or, say, qgis.elements (just a dummy name) sounds the best for me. Dnia środa, 4 kwietnia 2018 23:31:54 CEST Luigi Pirelli pisze: > common-qgis-python like that we created in Boundless when we where there > [1] had this intention: > 1) create a set of co

Re: [QGIS-Developer] QGIS3 dependencies

2018-04-05 Thread Borys Jurgiel
I'd say it absolutely requires Qt5 and you can build it without Python support. But if you need Python, Py3 and PyQt5 are the only compatible. Regards, Borys Dnia środa, 4 kwietnia 2018 20:41:11 CEST Richard Duivenvoorde pisze: > On 04-04-18 19:24, doublebyte wrote: > > Does it absolutely requ

Re: [QGIS-Developer] Simultaneous v2 and v3 versions of plugins

2018-04-02 Thread Borys Jurgiel
Yes, QGIS always gets the highest version number matching its compatibility range. E.g. if TomBio tools 2.8.0 are for qgisMinimumVersion=2.8, and TomBio tools 2.9.0 are for qgisMinimumVersion=3.0, then the latter is the newest, but is only available for QGISes meeting the >= 3.0 requirement.

Re: [QGIS-Developer] idea: show profile name in Window title?

2018-03-08 Thread Borys Jurgiel
Dnia czwartek, 8 marca 2018 21:36:14 CET Richard Duivenvoorde pisze: > Now that we have 'the little asterisk' in the Window title to indicate a > non-saved project. > > I was wondering if it would be an idea to show the 'Profile' name also > in the title, like > > *projecttitle - QGIS 3.0 [ defau

Re: [QGIS-Developer] Qgis 3.0 plugin dependencies status

2018-03-04 Thread Borys Jurgiel
Guys, Unfortunately all I can do now is to book the necessary time this autumn. First I have to address a few bugfixes in my badly limited time for QGIS. If nobody makes the QEP before, I'll come back to it after the summer. Regards, Borys Dnia piątek, 2 marca 2018 13:28:09 CET Richard Duivenv

Re: [QGIS-Developer] Separate namespaces for QGIS-LTR and QGIS (3)

2018-03-03 Thread Borys Jurgiel
> If you use > qgisMinimumVersion=3.0 > qgisMaximumVersion=3.99 > your plugin will only be visible in 3.x Hi Richard, Let me clarify: Usually you should only set the qgisMinimumVersion. If it is set to 3.0, it is assumed the plugin is compatible with any QGIS 3, thus from *2.99* up to *3.98*

Re: [QGIS-Developer] Order of algorithms in processing

2018-02-20 Thread Borys Jurgiel
AFAICR, they are sorted randomly if you load (or reload) your plugin during a QGIS session. After QGIS restart (when the algorithms are loaded during the startup), they will be sorted alphabetically. Regards, Borys Dnia wtorek, 20 lutego 2018 15:03:35 CET Jakob Lanstorp pisze: > Hi Alexande

Re: [QGIS-Developer] Mitigating security risks of the Official Plugin Repository

2018-01-26 Thread Borys Jurgiel
Dnia czwartek, 25 stycznia 2018 23:37:12 CET Daniel Silk pisze: > in my startup script then the official repository is successfully > replaced by our internal repository. Great! IIRC this stubborn overwriting your URL by the plugin installer was added in QGIS 1.8, when we changed the official URL

Re: [QGIS-Developer] Last call for switching to github issue tracker

2018-01-19 Thread Borys Jurgiel
> Who actually are the target of this desire of move: developers (who are > missing ability to do some magics in the backend) or issue reporters (who > would find Redmine difficult and Github better/easier)? I'd count the bug reporters *and* the bug queue maintainers - so in fact Giovanni, who do

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Borys Jurgiel
Werner, Harrissou, Thanks a lot for the clarification. Werner, I was bothering you about it so many times - why didn't you ever tell me how it works? :D Another funny thing is I never realized the nightly builds are translated - it seems I was so sure they aren't... Just tested with nightly a

Re: [QGIS-Developer] Translation state of master

2018-01-15 Thread Borys Jurgiel
Thanks Andreas for raising this problem. Werner, I'd say it more clearly: since we started using Transifex, the translations are stuck there, and only rarely they land in qit. Last time it was in June 2016 in QGIS 2.16, so QGIS 2.18 and 3.0 still contain the 2.16 translations. I still don't un

Re: [QGIS-Developer] Last call for switching to github issue tracker

2018-01-12 Thread Borys Jurgiel
Well, I have reconciled myself with the fact we're stuck in the darks of Redmine forever, but if there is still any chance for the migration, I'd not hesitate for a moment of course. Borys On piątek, 12 stycznia 2018 13:52:39 CET Denis Rouzaud wrote: > Hi all, > > I'ld like to raise a last ca

Re: [QGIS-Developer] Where do we sit with respect to release?

2018-01-09 Thread Borys Jurgiel
On wtorek, 9 stycznia 2018 08:55:22 CET Régis Haubourg wrote: > Hi all, > given the small impacts and the benefit of emptying the PR queue, can we go > for a merge of https://github.com/qgis/QGIS/pull/5663 (named transactions > in executeSQL)? > I know we voted to not add it in the freeze exemption

[QGIS-Developer] Master is now only compatible with plugins for 3.0

2018-01-03 Thread Borys Jurgiel
Hi Lists, Please note a small change in plugin compatibility behavior: From now, 2.99 is explicitly compatible with plugins for 3.0, same as 3.99 will be compatible with 4.0 plugins etc. So you no longer need to declare the bizarre 2.99 - 3.99 compatibility range for your plugins. Just set Qg

Re: [QGIS-Developer] Submit plugin to QGIS 3 repo

2017-12-18 Thread Borys Jurgiel
On poniedziałek, 18 grudnia 2017 15:01:48 CET Borys Jurgiel wrote: > ... or just set min to 3.0 and wait for tonight build :) > > Now master's plugin compatibility is fully hardcoded as 3.0: > https://github.com/qgis/QGIS/commit/7c01b7e6478 Not yet. After I wrote it, I realize

Re: [QGIS-Developer] Submit plugin to QGIS 3 repo

2017-12-18 Thread Borys Jurgiel
> Master is not broken, it was a deliberate choice to request 3.0 after > some discussion some time ago. Because most plugins had max version 2.99 > already, we would not have been able to distinguis 2.99 (for 2.x) and > 3.0 (for 3.x) versions without changing the django/plugin website. > Asking fo

Re: [QGIS-Developer] Submit plugin to QGIS 3 repo

2017-12-18 Thread Borys Jurgiel
> So, for now the only solution is to add the missing max tag, ... or just set min to 3.0 and wait for tonight build :) Now master's plugin compatibility is fully hardcoded as 3.0: https://github.com/qgis/QGIS/commit/7c01b7e6478 Regards, Borys ___ QGIS

Re: [QGIS-Developer] Submit plugin to QGIS 3 repo

2017-12-18 Thread Borys Jurgiel
Hi Tom, Do you mean this version? https://plugins.qgis.org/plugins/qgis2web/version/2.99.0/ It's set to min=2.99 and max=2.99! Not 3.99. In the metadata.txt, there is only the min tag, not the max one. Master seems to be a bit broken at the moment: it requests plugins for 3.0 (see the link in

Re: [QGIS-Developer] Soft Freeze, Next Voting

2017-12-16 Thread Borys Jurgiel
On sobota, 16 grudnia 2017 10:27:48 CET Nyall Dawson wrote: > Here's my status report: > > - datum transform work: merged! > - layouts: PR open restoring raster and PDF exports. TODO: svg export, > atlas, translation of 2.x compositions -> layouts (I've brought > Alessandro onboard to handle this

Re: [QGIS-Developer] QGIS nightly - snap shortcut

2017-12-13 Thread Borys Jurgiel
Ah, found it! I'm changing it in the PL translation from S to P (so Shift+Alt +P will also work), unless you have a better idea. Please note nightly builds don't contain the recent translations, so it won't be effective before the release. Or... @Werner, what about: 1. pulling recent string chan

Re: [QGIS-Developer] QGIS nightly - snap shortcut

2017-12-13 Thread Borys Jurgiel
> Hi Sławomir, > > you can override the default QGIS keyboard shortcuts, see: > > https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configur > ation.html#keyboard-shortcuts > > Note that with me the shortcut is a simple capital S. > > I do not think we can make everybody happy

Re: [QGIS-Developer] Qt 5.10 for QGIS devs - the short story

2017-12-10 Thread Borys Jurgiel
> > It is great to see there is constantly so much work going into Qt > > Quick - hopefully at some point soon we will be able to use it for > > QGIS desktop as well where it is appropriate - e.g. welcome page or > > plugin manager. > > Yes, that would be great. I could already now imagine we can

Re: [QGIS-Developer] QGIS 3D and Globe plugin

2017-12-06 Thread Borys Jurgiel
Coming back to your question, Saber... It's no pleasure to drop stuff someone spent a lot of time on, but yes, personally +1 for going on. Is anybody here using Globe at all? Cheers, Borys On środa, 6 grudnia 2017 13:14:25 CET Saber Razmjooei wrote: > Dear Devs, > > With QGIS 3D is becoming

Re: [QGIS-Developer] A strange tooltip for GeoPackage's Create spatial index

2017-11-30 Thread Borys Jurgiel
PRs used to be overlooked ;) So I hope if anyone knows the hidden reason, he will say it here ;) Borys On czwartek, 30 listopada 2017 12:10:30 CET Matthias Kuhn wrote: > Hi Borys, > > I think it's safe to directly open a pull request for this change ;) > > Matthias ___

[QGIS-Developer] A strange tooltip for GeoPackage's Create spatial index

2017-11-30 Thread Borys Jurgiel
Hi All, Am I right this tooltip is a common mistake or does it have a hidden meaning? :) Can I just remove it? https://issues.qgis.org/attachments/download/11772/newgeopackagelayer.png https://issues.qgis.org/issues/17578 Regards, Borys ___ QGIS-Dev

Re: [QGIS-Developer] Deploy plugin by setting QGIS_PLUGINPATH

2017-11-16 Thread Borys Jurgiel
I'm sorry for the messy reply made by my wonderful kmail5 ;p The first paragraph is outdated - I checked and it works. The second is an alternative solution, and the direct response to your question is on the end. Regards, Borys ___ QGIS-Developer mail

Re: [QGIS-Developer] Deploy plugin by setting QGIS_PLUGINPATH

2017-11-16 Thread Borys Jurgiel
Please niote I don't remember whether the Plugin Installer (the part of Plugin Manager's backend responsible for e.g. listing installed and available Python plugins) is able to look for multiple directories. First of all, do you really need to extend QGIS_PLUGINPATH ? Maybe it's enough to put a

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Borys Jurgiel
Dnia wtorek, 31 października 2017 00:19:49 Nathan Woodrow pisze: > Hey, > > > There are over 100 keys there, are we going to migrate them all from > > Windows > to windows, like we did with Qgis -> qgis? > > No I don't think we need to do anything for those subgroups, dropping the > Windows plac

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Borys Jurgiel
ździernika 2017 14:08:01 Borys Jurgiel pisze: > Hi, > > I was updating and migrating plugin installer's settings when Alessandro > suggested to create a new QgsSettings::Section::Windows enum value for all > the window geometries, currently placed in the [Windows] section > (cap

Re: [QGIS-Developer] Settings migration from QGIS 2 to 3

2017-10-30 Thread Borys Jurgiel
Hi, I was updating and migrating plugin installer's settings when Alessandro suggested to create a new QgsSettings::Section::Windows enum value for all the window geometries, currently placed in the [Windows] section (capitalized) [1] There are over 100 keys there, are we going to migrate them

Re: [QGIS-Developer] Feature freeze: Paid developer activities for QGIS 3.0

2017-10-28 Thread Borys Jurgiel
Dnia sobota, 28 października 2017 00:25:58 Tim Sutton pisze: > Tthe fact that our PR queue is so long makes me > think it would be worthwhile to treat managing the PR queue as a paid > effort from QGIS side (after the freeze is lifted) - or otherwise come up > with a system to deal with it more ef

Re: [QGIS-Developer] Editable CSV files

2017-07-19 Thread Borys Jurgiel
Dnia środa, 19 lipca 2017 18:08:09 Paolo Cavallini pisze: > Il 19/07/2017 17:01, Borys Jurgiel ha scritto: > > You can spatialize them by drag&drop. In GDAL >= 2.1 it's as easy as > > creating an additional .csvt file with column type declarations. > > so the m

Re: [QGIS-Developer] Editable CSV files

2017-07-19 Thread Borys Jurgiel
Dnia środa, 19 lipca 2017 09:32:54 Paolo Cavallini pisze: > unfortunately, AFAIK drag&drop does not alow to spatialize the text > layer, so in most cases an user is forced to use the delimited text > provider. There are external plugins that allow spatialization after > loading. > All the best. Yo

Re: [QGIS-Developer] Editable CSV files

2017-07-19 Thread Borys Jurgiel
Dnia środa, 19 lipca 2017 16:35:28 Andreas Neumann pisze: > Hi all, > > Thanks all for your feedback. The "Add delimited text" way of loading > CSV data is a lot more powerful and more flexible than the OGR way. Did you look at the .csvt and .vrt files? I wouldn't say the CSV provider is "a lot

Re: [Qgis-developer] [Qgis-psc] bug tracker cleanup

2017-04-05 Thread Borys Jurgiel
I see 6 bug reports assigned to me and I'm going to sort them out for QGIS 3. It would be great if everybody could review all tickets assigned to her/him and close or release those you're not going to fix. Then we can review those unassigned and probably close as won'tfix. Dnia środa, 5 kwie

Re: [Qgis-developer] [Qgis-psc] bug tracker cleanup

2017-04-03 Thread Borys Jurgiel
Dnia poniedziałek, 3 kwietnia 2017 17:33:53 Paolo Cavallini pisze: > once closed, nobody will see them. It is a reality that long standing > issues are sometimes picked up by someone and fixed, even after years. > To me closing a valid issue just because nobody is working on it is like > hiding the

Re: [Qgis-developer] QGIS Resource Sharing - GSOC 2017 (?)

2017-03-03 Thread Borys Jurgiel
Dnia piątek, 3 marca 2017 18:51:41 Akbar Gumbira pisze: > Not sure about spring (I told my supervisor that I want to graduate one > semester faster. Gotta work hard this spring :)), but we can hack together > for sure in summer with some beach scenery in Gdańsk? :) Sure, you're invited! We'll grab

Re: [Qgis-developer] QGIS Resource Sharing - GSOC 2017 (?)

2017-03-03 Thread Borys Jurgiel
Dnia czwartek, 2 marca 2017 16:54:34 Akbar Gumbira pisze: > - Making a unified sharing platform joining the plugin with > Plugin Manager *taking a deep breath*. This quite scares me as the plugin > manager has been running smoothly for years that probably no one has > complained about it. Although

Re: [Qgis-developer] Plans for next QGIS releases

2017-02-22 Thread Borys Jurgiel
Matthias Kuhn wrote: > I think having 2.18.x and 3.2.x available in parallel for an extended > period is a good thing (...) but with a clear deadline for 2.18 so we are > not stuck in the 2 release series forever. and Jürgen E. Fischer wrote: > When a new LTR is released we have a period where the

Re: [Qgis-developer] Plans for next QGIS releases

2017-02-22 Thread Borys Jurgiel
It's an option, too. The question is which one is supposed to be more mature, stable and polished: 3.2.5 or 3.4.0. Anyway, in both cases the lifetime of 2.18 LTR seems to be clear now. Dnia środa, 22 lutego 2017 15:22:11 DelazJ pisze: > Hi, > > I think there usually (ok! it happens only once) i

Re: [Qgis-developer] Plans for next QGIS releases

2017-02-22 Thread Borys Jurgiel
Dnia środa, 22 lutego 2017 14:45:07 Borys Jurgiel pisze: > Other options would be: retire 2.18 LTR in January 2018 or postpone 3.2 > until June 2018. Both look unacceptable for me. I mean to* me of course - they look to me, not 'unacceptable for me'. I'm sor

Re: [Qgis-developer] Plans for next QGIS releases

2017-02-22 Thread Borys Jurgiel
Tim Sutton said: > Personally I was hoping for 2.18 LTR to last from June 2017 to June 2018 > and then releasing 3.2 In June 2018. > > * retire 2.14 in June 2017 > * 2.18 becomes LTR from June 2017 to ​**​*June*** ​2018 > * 3.0 feature freeze in July 2017 > * release 3.0 in Sept 2017 > * release

Re: [Qgis-developer] Plans for next QGIS releases

2017-02-21 Thread Borys Jurgiel
Hi, Dnia wtorek, 21 lutego 2017 14:49:14 Tim Sutton pisze: > ​Just to confirm what Paolo said, the issue was raised by Paolo at our PSC > meeting 2 months ago (all meeting minutes are publicly available at > https://github.com/qgis/qgis/wiki#psc-meeting-minutes) Unfortunately the last meeting is

Re: [Qgis-developer] Hackfest in Essen

2017-02-01 Thread Borys Jurgiel
I'm sorry to say I just took that last bed ;) Dnia wtorek, 31 stycznia 2017 10:33:46 Lene Fischer pisze: > Hi > > The next Hackfest is in Essen in the end of April 2017 > > > > At the moment there are 25 or 26 beds occupied. So 1 bed still available. > > > > For booking at the Linuxhotel we

Re: [Qgis-developer] Qgis private plugin repository

2016-10-29 Thread Borys Jurgiel
Dnia piątek, 28 października 2016 13:58:53 Alessandro Pasotti pisze: > You can also avoid any server-side scripting completely if you create a set > of static filtered XMLs for the different QGIS versions and you serve them > statically after some url rewriting (Apache or Nginx doesn't really matte

Re: [Qgis-developer] Table Manager discontinuation and missing French translator

2016-09-22 Thread Borys Jurgiel
Good idea. What about adding a shorcut to the Vector menu, like it's now with the algorithms formerly available in fTools? Borys Dnia czwartek, 22 września 2016 14:32:07 Bernd Vogelgesang pisze: > Just a note on usability: > Though even the Table Manager was not the obvious tool to manipulate

Re: [Qgis-developer] Table Manager discontinuation and missing French translator

2016-09-22 Thread Borys Jurgiel
Ah it was you, Jean Roc, weren't you? :) Dnia czwartek, 22 września 2016 14:16:25 Borys Jurgiel pisze: > Hi folks! > > I'm going to discontinue the Table Manager. It was always a dirty > workaround, and nowadays (with recent QGIS versions and GDAL 2) numerous > data cor

[Qgis-developer] Table Manager discontinuation and missing French translator

2016-09-22 Thread Borys Jurgiel
Hi folks! I'm going to discontinue the Table Manager. It was always a dirty workaround, and nowadays (with recent QGIS versions and GDAL 2) numerous data corruptions are reported. As QGIS finally contains the Refactor Fields tool and doesn't need any external plugins, I believe it's the high ti

Re: [Qgis-developer] Qgis resource sharing VS processing for script sharing

2016-09-01 Thread Borys Jurgiel
Great news! Dnia czwartek, 1 września 2016 21:27:40 Akbar Gumbira pisze: > Cześć Borys > > I just opened the ticket and for point 1 and 2 we could totally reuse some > of my code. I already told Tim that we could definitely put a plugin as a > collection and when users install that collection, we

Re: [Qgis-developer] Qgis resource sharing VS processing for script sharing

2016-09-01 Thread Borys Jurgiel
Dnia czwartek, 1 września 2016 21:12:18 Akbar Gumbira pisze: > Hi, > > +1 > > But note that I am not proud of the current testing module of the plugin. I > haven't really created meaningful tests there (involving testing all kind > of repository and such) and I am not sure that some libraries (pa

Re: [Qgis-developer] Qgis resource sharing VS processing for script sharing

2016-09-01 Thread Borys Jurgiel
Dnia czwartek, 1 września 2016 09:21:56 Victor Olaya pisze: > 2) Have the resources sharing plugin as a core plugin (otherwise,a plain > Processing would be less capable than now). Is this among our plans? I > think this is a plugin that should be core and part of QGIS, but I don't > know if there

Re: [Qgis-developer] Let's clean up hub.qgis.org

2016-08-25 Thread Borys Jurgiel
Hi Paolo, The following projects are now migrated to github and ready to be removed: newmemorylayer pluginreloader pointsamplingtool shpencodingfixer swapxy triangulation Thanks a lot for your initiative! Borys Paolo Cavallini pisze: > I can do that, whan you confirm all the good info has bee

[Qgis-developer] Table Manager and Refactor Fields (was Re: Re: Featured plugins)

2015-12-04 Thread Borys Jurgiel
> Why e.g. is the Table Manager not installed and available by default? Sorry for a little off-topic answer, but -1 for making Table Manager a core plugin. Please note we have much more advanced tool in the Processing tree: Refactor Fields (only available in the advanced mode I guess). Table M

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

2015-05-30 Thread Borys Jurgiel
Strictly speaking, there are two separate problems: One is the name mismatch, what makes QGIS thinking that the zip available in the repo ("interactive_map_tracking") and the installed plugin ("interactive_map_tracking-master") are two separate plugins. As a result, QGIS won't inform the user a

Re: [Qgis-developer] Plugins mandatory metadata

2014-08-14 Thread Borys Jurgiel
sto 2014 21:36:45 CEST, Borys Jurgiel 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 > > > > >

[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 ___ Qgi

Re: [Qgis-developer] [QGIS-UX] Can we deactivate the Select datum transformations dialog by default?

2014-01-20 Thread Borys Jurgiel
Dnia poniedziałek, 20 stycznia 2014 18:35:50 Anita Graser pisze: > Hi, > > I suggest to deactivate the Select datum transformations dialog by default. +1 Fully agree with your remarks.___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http:

  1   2   3   4   >