8000 Add Welcome page news feed URL in the settings · Issue #62432 · qgis/QGIS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add Welcome page news feed URL in the settings #62432
Open
@jmonticolo

Description

@jmonticolo

Feature description

Currently, the news feed URL is hardcoded:

#define FEED_URL "https://feed.qgis.org/"

The idea is to get it from the settings and access it in the code like:

QgsSettings settings;
settings.setValue( QStringLiteral( "Windows/WelcomePage/FeedUrl" )

By default, the URL will be: "https://feed.qgis.org/". Maybe an array can be an option to aggregate many feeds.

Questions are:

  • Is-it a good idea ?
  • If yes, what is the best settings key place ?

Dev needs:

  • Replace de FEED_URL with the settings value in the qgswelcomepage.cpp.
  • Add the feed default value in the settings.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0