Re: [QGIS-Developer] Plugin authors - can/should you all give your plugin toolbars a tooltip?

2020-11-06 Thread Andrea Giudiceandrea
Hi Alister, I agree with you and I think the tool tip for a plugin toolbar should be "mandatory", cause is the only way for the user to know which plugin the toolbar belongs to. Maybe the addToolBar(name) method of the QgisInterface class could simply set the QToolBar tooltip property using the

[QGIS-Developer] c++ QgsMessageLog::logMessage and escaping < and > chars

2020-11-06 Thread Richard Duivenvoorde
Hi Devs, I'm trying to debug some queries in the oracle provider. They get logged in the QgsMessageLog, but often contain parts like " AND rownum <= 2" Because the message log is a html-pane, these queries/messages are being truncated at the '<' or '>' character (I think as part of creating

Re: [QGIS-Developer] QGIS, DateTime and TimeZones

2020-11-06 Thread C Hamilton
This was a good discussion that I think is important and wanted to see if it has resulted in any development for better timezone support. Currently I have a request to provide time conversion tools and coordinate to timezone lookup capability. As I was looking at the python libraries out there it

Re: [QGIS-Developer] [GUI/usability] Add 'Copy Style (all)' to the layer context menu ?

2020-11-06 Thread Anita Graser
Thanks Richard, On 05.11.2020 15:24, Richard Duivenvoorde wrote: ... To me it would be much easier to have a 'Copy Style' and 'Paste Style' in the first menu. ... Is this something others would be happy with? Huge +1 from me! Regards, Anita ___

[QGIS-Developer] Fwd: Change values Temporal Controller Panel

2020-11-06 Thread Luiz Motta
Hi Richard, Your code was exactly what I needed. Thanks so much! Regards, Luiz Motta Em sex., 6 de nov. de 2020 às 11:08, Richard Duivenvoorde < rdmaili...@duif.net> escreveu: > Hi Luiz, > > We have fixed stuff to be able to use temporal stuff in pyqgis just before > 3.16 > > I wrote some

Re: [QGIS-Developer] [GUI/usability] Add 'Copy Style (all)' to the layer context menu ?

2020-11-06 Thread Luigi Pirelli
+1 for me... I don't use it a lot... but when I used it I thought the same. Luigi Pirelli ** * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange:

Re: [QGIS-Developer] Change values Temporal Controller Panel

2020-11-06 Thread Richard Duivenvoorde
Hi Luiz, We have fixed stuff to be able to use temporal stuff in pyqgis just before 3.16 I wrote some docs (with exampless) in the QGIS Documentation: https://github.com/qgis/QGIS-Documentation/pull/5521 It still fails in Travis, but in this commit is example code:

[QGIS-Developer] Change values Temporal Controller Panel

2020-11-06 Thread Luiz Motta
Hi All, I would like to change the values of the Temporal Controller Panel in my plugin. How do I change the Range of datetimes and the values of step and unit time using python? Regards, Luiz Motta ___ QGIS-Developer mailing list

[QGIS-Developer] Plugin authors - can/should you all give your plugin toolbars a tooltip?

2020-11-06 Thread Alister Hood
Hi everyone, As described in this old ticket: https://github.com/qgis/QGIS/issues/17019 "With a lot of plugins installed, the number of toolbars and panels soon reach a confusing stage where users would like to be able to easily clean and adjust their working environment according to their