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

Changes to permit group persistence #17795

Commits on Oct 31, 2024

  1. common/tags.c - store darktable tags in XMP sidecar files to keep

                    state information across database instances
    wpferguson committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    02531a6 View commit details
    Browse the repository at this point in the history
  2. lua/util.c - added gen_uuid function to generate a UUID and return

                 the resulting UUID string.
    wpferguson committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    aa48235 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    6cbe102 View commit details
    Browse the repository at this point in the history
  2. common/grouping.c - fine lua image-group-information-changed event

                        when grouping changes for images
    wpferguson committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b43c4e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. lua/util.c - removed gen_uuid() function after finding out the windows

                 build environment (UCRT64) doesn't have a libuuid package.
                 I can implement the UUID function in Lua to satisfy the
                 requirement.
    wpferguson committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    da8ea99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca4931 View commit details
    Browse the repository at this point in the history