-
Notifications
You must be signed in to change notification settings - Fork 325
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
Commits on May 11, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for e6747c4 - Browse repository at this point
Copy the full SHA e6747c4View commit details
Commits on May 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78964fb - Browse repository at this point
Copy the full SHA 78964fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for acbfb48 - Browse repository at this point
Copy the full SHA acbfb48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3359692 - Browse repository at this point
Copy the full SHA 3359692View commit details -
doc gp_init_localedir(): Use AE spelling for initialize
For consistency with the other 300 uses of the word "initialize", use the AE spelling.
Configuration menu - View commit details
-
Copy full SHA for 71d99e9 - Browse repository at this point
Copy the full SHA 71d99e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb33f1f - Browse repository at this point
Copy the full SHA fb33f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c2753 - Browse repository at this point
Copy the full SHA e6c2753View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1e055 - Browse repository at this point
Copy the full SHA fa1e055View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c6ae59f - Browse repository at this point
Copy the full SHA c6ae59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0f589 - Browse repository at this point
Copy the full SHA 5b0f589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4093c19 - Browse repository at this point
Copy the full SHA 4093c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for a37539f - Browse repository at this point
Copy the full SHA a37539fView commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 861ea56 - Browse repository at this point
Copy the full SHA 861ea56View commit details
Commits on May 18, 2022
-
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**.
Configuration menu - View commit details
-
Copy full SHA for cf1643a - Browse repository at this point
Copy the full SHA cf1643aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39af93e - Browse repository at this point
Copy the full SHA 39af93eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ec1f5 - Browse repository at this point
Copy the full SHA f7ec1f5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 820e6e7 - Browse repository at this point
Copy the full SHA 820e6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8248a7f - Browse repository at this point
Copy the full SHA 8248a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2727639 - Browse repository at this point
Copy the full SHA 2727639View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.