Re: [QGIS-Developer] Python console starting up very slow in master?

2020-09-19 Thread Salvatore Larosa
Hi Richard,

I managed to catch the problem [0] quickly, no need to file a ticket.

Cheers,
-SL

[0] - https://github.com/qgis/QGIS/pull/38873

On Sat, Sep 19, 2020 at 12:53 PM Salvatore Larosa 
wrote:

> Hi Richard,
>
> I can confirm, please file a ticket. I am on it right now!
>
> Thanks,
> -SL
>
> On Fri, Sep 18, 2020 at 9:18 AM Richard Duivenvoorde 
> wrote:
>
>> Hi Devs,
>>
>> I have the impression that the startup of the Python console in current
>> master is very slow.
>>
>> In 3.10 and 3.14 if I click the little python button, the Python Console
>> panel is there within a snap.
>>
>> In Master it takes at least 5 seconds...
>> And again if you open the 'Editor' pane in it
>>
>> Same/Clean profiles
>>
>> Others see the same?
>>
>> (I know myself I added a baseclass to the edit-panes [0],
>> but that should not make stuff start slower...?)
>>
>> Regards,
>>
>> Richard Duivenvoorde
>>
>> [0] https://github.com/qgis/QGIS/pull/37602
>>
>>
>>
>> QGIS version
>> 3.15.0-Master
>> QGIS code revision
>> 527a08ca5e
>> Compiled against Qt
>> 5.14.2
>> Running against Qt
>> 5.14.2
>> Compiled against GDAL/OGR
>> 3.1.3
>> Running against GDAL/OGR
>> 3.1.3
>> Compiled against GEOS
>> 3.8.1-CAPI-1.13.3
>> Running against GEOS
>> 3.8.1-CAPI-1.13.3
>> Compiled against SQLite
>> 3.33.0
>> Running against SQLite
>> 3.33.0
>> PostgreSQL Client Version
>> 12.4 (Debian 12.4-1)
>> SpatiaLite Version
>> 5.0.0
>> QWT Version
>> 6.1.4
>> QScintilla2 Version
>> 2.11.2
>> Compiled against PROJ
>> 7.1.1
>> Running against PROJ
>> Rel. 7.1.1, September 1st, 2020
>> OS Version
>> Debian GNU/Linux bullseye/sid
>> This copy of QGIS writes debugging output.
>> Active python plugins
>> MetaSearch;
>> processing;
>> db_manager
>>
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
> --
> Salvatore Larosa
> linkedIn: http://linkedin.com/in/larosasalvatore
> twitter: @lrssvt
> skype: s.larosa
> IRC: lrssvt on freenode
>


-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Publishing new plugin gives 'you cannot modify'

2020-09-19 Thread Chirag Dasannacharya
Thank you very much for your input! Turns out that was the
problem, I was able to upload the plugin under a different
name, LandSurfaceTemperatureV3 (sounds a little weird),
and it works just fine. Again, thanks a lot!

On Sat, 19 Sep 2020 at 14:48, Etienne Trimaille 
wrote:

> I have checked this other plugin. The folder inside the zip is called
> "LandSurfaceTemperature". So your folder in the zip can't be called with
> this name.
>
> Le sam. 19 sept. 2020 à 09:53, Chirag Dasannacharya 
> a écrit :
>
>> Hi Etienne,
>>
>> It's named 'LandSurfaceTemperature', packaged in
>> 'LandSurfaceTemperature.zip'.
>> Last I checked, I don't think there was another plugin with the exact
>> same name. There
>> is a 'Land Surface Temperature' with the same purpose, but incompatible
>> with
>> QGIS 3+. Do you think this might be the issue?
>>
>> On Sat, 19 Sep 2020 at 12:13, Etienne Trimaille <
>> etienne.trimai...@gmail.com> wrote:
>>
>>> What is the name of the plugin? Maybe there is already a plugin with the
>>> same package/folder name? (So you don't own this plugin)
>>>
>>> Le sam. 19 sept. 2020 à 07:54, Chirag Dasannacharya 
>>> a écrit :
>>>
 Hi all,

 I'm a new developer, I'm trying to publish a plugin for the first time.
 Apologies if this is trivial. On uploading the zip file and clicking the
 upload button, I get a message saying
 'You cannot modifiy this plugin.' (sic)

 Am I missing something?
 ___
 QGIS-Developer mailing list
 QGIS-Developer@lists.osgeo.org
 List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
 Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>>
>>>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Python console starting up very slow in master?

2020-09-19 Thread Salvatore Larosa
Hi Richard,

I can confirm, please file a ticket. I am on it right now!

Thanks,
-SL

On Fri, Sep 18, 2020 at 9:18 AM Richard Duivenvoorde 
wrote:

> Hi Devs,
>
> I have the impression that the startup of the Python console in current
> master is very slow.
>
> In 3.10 and 3.14 if I click the little python button, the Python Console
> panel is there within a snap.
>
> In Master it takes at least 5 seconds...
> And again if you open the 'Editor' pane in it
>
> Same/Clean profiles
>
> Others see the same?
>
> (I know myself I added a baseclass to the edit-panes [0],
> but that should not make stuff start slower...?)
>
> Regards,
>
> Richard Duivenvoorde
>
> [0] https://github.com/qgis/QGIS/pull/37602
>
>
>
> QGIS version
> 3.15.0-Master
> QGIS code revision
> 527a08ca5e
> Compiled against Qt
> 5.14.2
> Running against Qt
> 5.14.2
> Compiled against GDAL/OGR
> 3.1.3
> Running against GDAL/OGR
> 3.1.3
> Compiled against GEOS
> 3.8.1-CAPI-1.13.3
> Running against GEOS
> 3.8.1-CAPI-1.13.3
> Compiled against SQLite
> 3.33.0
> Running against SQLite
> 3.33.0
> PostgreSQL Client Version
> 12.4 (Debian 12.4-1)
> SpatiaLite Version
> 5.0.0
> QWT Version
> 6.1.4
> QScintilla2 Version
> 2.11.2
> Compiled against PROJ
> 7.1.1
> Running against PROJ
> Rel. 7.1.1, September 1st, 2020
> OS Version
> Debian GNU/Linux bullseye/sid
> This copy of QGIS writes debugging output.
> Active python plugins
> MetaSearch;
> processing;
> db_manager
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer



-- 
Salvatore Larosa
linkedIn: http://linkedin.com/in/larosasalvatore
twitter: @lrssvt
skype: s.larosa
IRC: lrssvt on freenode
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Publishing new plugin gives 'you cannot modify'

2020-09-19 Thread Etienne Trimaille
I have checked this other plugin. The folder inside the zip is called
"LandSurfaceTemperature". So your folder in the zip can't be called with
this name.

Le sam. 19 sept. 2020 à 09:53, Chirag Dasannacharya  a
écrit :

> Hi Etienne,
>
> It's named 'LandSurfaceTemperature', packaged in
> 'LandSurfaceTemperature.zip'.
> Last I checked, I don't think there was another plugin with the exact same
> name. There
> is a 'Land Surface Temperature' with the same purpose, but incompatible
> with
> QGIS 3+. Do you think this might be the issue?
>
> On Sat, 19 Sep 2020 at 12:13, Etienne Trimaille <
> etienne.trimai...@gmail.com> wrote:
>
>> What is the name of the plugin? Maybe there is already a plugin with the
>> same package/folder name? (So you don't own this plugin)
>>
>> Le sam. 19 sept. 2020 à 07:54, Chirag Dasannacharya 
>> a écrit :
>>
>>> Hi all,
>>>
>>> I'm a new developer, I'm trying to publish a plugin for the first time.
>>> Apologies if this is trivial. On uploading the zip file and clicking the
>>> upload button, I get a message saying
>>> 'You cannot modifiy this plugin.' (sic)
>>>
>>> Am I missing something?
>>> ___
>>> QGIS-Developer mailing list
>>> QGIS-Developer@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Publishing new plugin gives 'you cannot modify'

2020-09-19 Thread Chirag Dasannacharya
Hi Etienne,

It's named 'LandSurfaceTemperature', packaged in
'LandSurfaceTemperature.zip'.
Last I checked, I don't think there was another plugin with the exact same
name. There
is a 'Land Surface Temperature' with the same purpose, but incompatible with
QGIS 3+. Do you think this might be the issue?

On Sat, 19 Sep 2020 at 12:13, Etienne Trimaille 
wrote:

> What is the name of the plugin? Maybe there is already a plugin with the
> same package/folder name? (So you don't own this plugin)
>
> Le sam. 19 sept. 2020 à 07:54, Chirag Dasannacharya 
> a écrit :
>
>> Hi all,
>>
>> I'm a new developer, I'm trying to publish a plugin for the first time.
>> Apologies if this is trivial. On uploading the zip file and clicking the
>> upload button, I get a message saying
>> 'You cannot modifiy this plugin.' (sic)
>>
>> Am I missing something?
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Publishing new plugin gives 'you cannot modify'

2020-09-19 Thread Etienne Trimaille
What is the name of the plugin? Maybe there is already a plugin with the
same package/folder name? (So you don't own this plugin)

Le sam. 19 sept. 2020 à 07:54, Chirag Dasannacharya  a
écrit :

> Hi all,
>
> I'm a new developer, I'm trying to publish a plugin for the first time.
> Apologies if this is trivial. On uploading the zip file and clicking the
> upload button, I get a message saying
> 'You cannot modifiy this plugin.' (sic)
>
> Am I missing something?
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer