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

styles: enable built-in styles, add sampling of camera-JPEG styles #17073

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    b87464d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0ef877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4470a1c View commit details
    Browse the repository at this point in the history
  4. add sample Fuji cameras

    ralfbrown committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bf00bc4 View commit details
    Browse the repository at this point in the history
  5. add sample Olympus cameras

    ralfbrown committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4f52fc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9f5d75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd8a20a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    0e21c9f View commit details
    Browse the repository at this point in the history
  2. fix Windows CI build

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2b8336b View commit details
    Browse the repository at this point in the history
  3. fix Windows harder

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    313d0d1 View commit details
    Browse the repository at this point in the history
  4. third try the charm?

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    7793954 View commit details
    Browse the repository at this point in the history
  5. add sample Samsung cameras

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2b203db View commit details
    Browse the repository at this point in the history
  6. add sample PhaseOne camera

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    346e210 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e4e728 View commit details
    Browse the repository at this point in the history
  8. add sample Epson camera

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    595ddd9 View commit details
    Browse the repository at this point in the history
  9. add sample Leica cameras

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    053188d View commit details
    Browse the repository at this point in the history
  10. add sample Minolta cameras

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f859e8b View commit details
    Browse the repository at this point in the history
  11. added sample Sigma camera

    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    88acc3f View commit details
    Browse the repository at this point in the history
  12. allow style names to be localized

    add code to do localization of the vertical bar-separated portions of
    a style's name when displaying the style name and when building the
    menu or collapsible browser entries.
    
    Prefixing a name's component with "_l10n_" will request localization
    of the text following that tag.
    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    a68ce90 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    713e694 View commit details
    Browse the repository at this point in the history
  14. rename top level of camera styles

    Put all of the camera styles under localized 'darktable camera styles'
    and ensure that both that string and 'generic' get localized.
    ralfbrown committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f25d846 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    d9c8459 View commit details
    Browse the repository at this point in the history
  2. add more Minolta models

    ralfbrown committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    456d4f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    2337fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef639a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4da58 View commit details
    Browse the repository at this point in the history
  4. add generic Canon style

    ralfbrown committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    15ec46a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    484842f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d0a85a View commit details
    Browse the repository at this point in the history
  7. add Nikon cameras

    ralfbrown committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9812548 View commit details
    Browse the repository at this point in the history
  8. add yet more Nikon models

    ralfbrown committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4186b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. implement full menus on style quick-access button

    The style quick-access button in darkroom view currently only supports
    two-level menus, which is completely impractical when the new
    'darktable camera styles' hierarchy runs to hundreds of styles.
    
    This commit generalizes the menu building to go as many levels deep
    as the treeview which is built in the styles module in lighttable,
    so that the longest style menu is only as many items as a single
    camera manufacturer has models.
    ralfbrown committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e4c494d View commit details
    Browse the repository at this point in the history
  2. add Samsung camera styles

    ralfbrown committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3718f3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b2f72a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddaaba0 View commit details
    Browse the repository at this point in the history
  5. add Olympus cameras

    ralfbrown committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a760584 View commit details
    Browse the repository at this point in the history
  6. add Pentax cameras

    ralfbrown committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f090339 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. add Fujifilm cameras

    ralfbrown committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fc3c440 View commit details
    Browse the repository at this point in the history