Re: [QGIS-Developer] Qgis functionality

2022-03-06 Thread Nyall Dawson via QGIS-Developer
On Fri, 4 Mar 2022 at 20:10, Marin M via QGIS-Developer wrote: > > > hi, > > I am very new and "green" when it comes to Qgis development. > > I know certain functionality can be developed with Python (for ex.) and then > assigned to a plugin. > > But can i "take out"/copy an existing functionalit

Re: [QGIS-Developer] How to access QgisApp::instance() from a core class

2022-03-06 Thread Nyall Dawson via QGIS-Developer
On Sun, 6 Mar 2022 at 00:16, Schmetzer, Tobias via QGIS-Developer wrote: > > Hello everyone, > > > I would like to access QgisApp::instance() (src/app/qgisapp.cpp) from a > provider like QgsOgrProvider::extent() > (src/core/providers/ogr/qgsogrprovider.cpp. You can't, by design. CORE classes m

[QGIS-Developer] proxy authentication using auth database not working

2022-03-06 Thread Christian Beer via QGIS-Developer
Hello, I came across a strange behavior with qgis while using our corporate proxy. We are using a proxy (http and https) that requires authentication to access the Internet. I configured QGIS to use the proxy in the general network settings and saved the authentication info (username/password)