1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More clear_GPS.lua localization More... over 5 years ago
Merge pull request #306 from chrisaga/localize-copy_paste_metadata.lua More... over 5 years ago
Merge pull request #305 from chrisaga/patch-1 More... over 5 years ago
Localize copy_paste_metadata.lua More... over 5 years ago
fr po-file for copy_paste_metadata More... over 5 years ago
Update clear_GPS.lua More... over 5 years ago
Merge pull request #303 from wpferguson/script_manager_3.4 More... over 5 years ago
Merge pull request #304 from wpferguson/logging_cleanup More... over 5 years ago
Merge pull request #299 from wpferguson/fix_check_if_bin_exists_and_executable_paths More... over 5 years ago
Merge branch 'master' into fix_check_if_bin_exists_and_executable_paths More... over 5 years ago
[dtutils.log] changed the amount of trace information based on log level. script, caller, line number, msg were printed for all log levels, but changed to return less info except in log.debug log.error, and log.critical messages. All messages print the script name except for log.screen. More... over 5 years ago
[script_manager] rewrite of script_manager for a better fit with darktable 3.4 and the new scripts_installer. Changed interface to paged instead of scrolled so that less screen space is required. Added capability to install/update external repositories and seamlessly integrate with script_manager. More... over 5 years ago
Removed debugging statement More... over 5 years ago
[file.lua] removed debugging statement More... over 5 years ago
Merge pull request #301 from pitbuster/master More... over 5 years ago
Sanitize filename in fujifilm_ratings.lua to handle spaces. More... over 5 years ago
[file.lua] Added create_tmp_file() back in. More... over 5 years ago
[file.lua] Added comments for local functions. Added more API documentation for check_if_bin_exists. Added save executable path preference to _search_for_nix_bin() so that we can save a little time on subsequent runs once an executable is found. More... over 5 years ago
[file.lua] fixed line trimming in macos search for bin More... over 5 years ago
[file.lua] combined the is_ functions into file_test() which allows testing to see if a path exists, is a dir, is a file, or is executable. Added case insensitive search to the windows search for bin. More... over 5 years ago
Merge pull request #297 from wpferguson/remove_yield More... over 5 years ago
Merge pull request #298 from wpferguson/add_sanitize_decimals_to_enfuseAdvanced More... over 5 years ago
[enfuseAdvanced] added a sanitize_decimals function to sanitize the command lines. More... over 5 years ago
Removed official/yield.lua since it was only required for lua API 3.x and less (darktable 2.0 and before). Removed require from scripts that had included it. More... over 5 years ago
Merge pull request #294 from wpferguson/fix_enfuseAdvanced_decimal_separator More... over 5 years ago
[enfuseAdvanced] Added check for comma decimal separator. Replace with period if found. More... over 5 years ago
Merge pull request #293 from wpferguson/fix_multi_os_crash More... over 5 years ago
Needlessly creating the executable path preference for the ufraw-batch executable on linux caused the value to be saved as the startup directory, which in turn caused a crash when trying to extract the embedded jpg. More... over 5 years ago
Merge pull request #290 from wpferguson/get_enfusedAdvanced_running More... almost 6 years ago
[contrib/enfusedAdvanced.lua] _ was declared globally in a subroutine, thus negating translation once the subroutine was called. More... almost 6 years ago