Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use QgsProject to load needed informations for menu creation #87

Merged
merged 6 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. feat(project load): create MenuProjectConfig class for project menu c…

    …reation:
    
    - use a loaded QgsProject to get information about available layers and group
    - store information about layer in dataclasses
    jmkerloch committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    19fe5fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3a68f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    967bb61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d081eb4 View commit details
    Browse the repository at this point in the history
  5. feat(menu): use layer user notes as abstract:

    - need to use xml document from QGIS project
    - layer notes are not read in QgsMapLayer if read project flag is QgsProject.FlagDontResolveLayers
    jmkerloch committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ae4bdc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfa80bf View commit details
    Browse the repository at this point in the history