[QGIS-Developer] Stale Bot Closed my Pull Request

2021-04-13 Thread TurboGraphxBeige
Hello fellow QGIS devs!

I had a PR pending in the QGIS repository but unfortunately, the Stale Bot
closed it due to inactivity:

#41906
Custom Label checkbox in the Legend Item Properties (fixes #41384)

Can a commiter re-open it please?


Thank you!





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
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] Missing digital signature on the new Windows 3.18.0 build?

2021-02-25 Thread TurboGraphxBeige
Hello!

I think something's a bit wrong with the new 3.18.0 Windows build. My antivirus 
is reacting quite a lot. It seems that the executables don't have a digital 
signature so the antivirus don't trust them. It never occured before so unless 
my antivirus started acting funny on its own overnight, I would say that it's 
something that requires the packagers attention.

I installed using the OSGeo4W network installer if that matters.
Patrice Pineault
___
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] Visual Changelog 3.18, add some love to some items?

2021-02-18 Thread TurboGraphxBeige
I would gladly give some love to my potentially dull feature description but I 
don't see anything
about the 3.18 changelog in the git repo. Also, the link you provided is your 
localhost. :)


Patrice Pineault


February 18, 2021 9:10 AM, "Richard Duivenvoorde"  wrote:

> I was testing the inclusion of the rst in the website of
> 
> http://localhost/qgis/en/site/forusers/visualchangelog318/index.html
> 
> Most items are nice already, but... some items are a little dull... anybody 
> willing to look into
> his/her or other dull 'features', and add some 'love'?
> 
> Regards,
> 
> Richard Duivenvoorde
> 
> ___
> 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


[QGIS-Developer] Adding a menu item in "View" menu

2020-12-17 Thread TurboGraphxBeige
Hi everyone,

I am trying to add a menu item in the "View" menu but I am missing something.

I added the action in "qgisapp.ui" but I also need to edit "ui_qgisapp.h" to 
enable the action in the menu. However, it looks like ui "ui_qgisapp.h" is a 
file generated when building the application. So this particular menu item is 
added locally on my machine but making a PR with that new feature I am 
developping would miss the menu item.

What's the correct way to add a menu item in this context?
___
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