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

Add function to initialize locale directory localedir #796

Closed
wants to merge 19 commits into from
Closed

Add function to initialize locale directory localedir #796

wants to merge 19 commits into from

Commits on May 11, 2022

  1. Add function to initialise locale directory

    The function is called from gp_abilities_list_new() so existing code
    will carry on working as before. Non-standard installations of
    libgphoto2 can call the initialisation function with their choice of
    locale dir. The function includes code to ensure it's only run once.
    jim-easterbrook committed May 11, 2022
    Configuration menu
    Copy the full SHA
    e6747c4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    78964fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acbfb48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3359692 View commit details
    Browse the repository at this point in the history
  4. doc gp_init_localedir(): Use AE spelling for initialize

    For consistency with the other 300 uses of the word "initialize",
    use the AE spelling.
    ndim committed May 15, 2022
    Configuration menu
    Copy the full SHA
    71d99e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb33f1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6c2753 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa1e055 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    c6ae59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0f589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4093c19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a37539f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    861ea56 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Move gp_port_init_localedir symbol to LIBGPHOTO2_5_0

    It appears the symbol version LIBGPHOTO2_5_0 takes the **5** part
    from libgphoto2 PACKAGE_VERSION 2.**5**.something, not from the
    soname libgphoto2.so.**6**.
    ndim committed May 18, 2022
    Configuration menu
    Copy the full SHA
    cf1643a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39af93e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7ec1f5 View commit details
    Browse the repository at this point in the history
  4. localedir value NULL means compile time default LOCALEDIR

    Implement and document that giving a NULL localedir argument
    to gp_init_localedir() or gp_port_init_localedir() means to
    use the compile time default value LOCALEDIR, which is usually
    something like /usr/share/locale.
    ndim committed May 18, 2022
    Configuration menu
    Copy the full SHA
    820e6e7 View commit details
    Browse the repository at this point in the history
  5. add C coding style for emacs

    ndim committed May 18, 2022
    Configuration menu
    Copy the full SHA
    8248a7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2727639 View commit details
    Browse the repository at this point in the history