1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 18 hours ago.
Aug 15, 2025 — Aug 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #121 from wpferguson/update_README.md More... about 8 years ago
Updated README.md to better present what the lua-scripts are and how to use them. Provided tables of scripts, whether they are standalone, and cross platform compatibility. Provided instructions for install on Linux, MacOS, and Windows as well as instructions for updating the scripts. More... about 8 years ago
Merge pull request #120 from wpferguson/hugin_space_problem More... over 8 years ago
Merge pull request #119 from wpferguson/fix_print_log_plaeceholder More... over 8 years ago
Fixed bug where log_level() always returned log.success instead of the correct log level More... over 8 years ago
single quoted filename arguments to the hugin commands for the supplied image files. Single quoted any filenames derived from the supplied image files in case they contained spaces. Added logging at various levels so that the next time I have to work on this I can figure it out quicker. Normal logging level is log.error which only prints error information. Changing log level to log.info provides much more insight about what is occurring. Fixed gui not returning generated file to film strip. More... over 8 years ago
Replaced dt_print_log = dt.print_error with dt.print_log now that the function exists More... over 8 years ago
Merge pull request #117 from marco44/fix_autostyle More... over 8 years ago
Change logging More... over 8 years ago
Fix autostyle, checkIfBinExists doesn't seem to exist in latest releases anymore More... over 8 years ago
Fixed typo in README
Tobias Jakobs
as supertobi
More... over 8 years ago
Added links to the README
Tobias Jakobs
as supertobi
More... over 8 years ago
Improved README.md
Tobias Jakobs
as supertobi
More... over 8 years ago
Merge pull request #111 from achienbsi/hugin_plugin_improvements
Tobias Jakobs
as supertobi
More... over 8 years ago
fixed version requirement due to updates to darktable.configuration.running_os More... over 8 years ago
Merge pull request #115 from wpferguson/dtutils_file_fix
Tobias Jakobs
as supertobi
More... over 8 years ago
Used a less aggressive quoting strategy that works with check_if_bin_exists, check_if_file_exists, and io.popen(). More... over 8 years ago
Merge pull request #114 from wpferguson/check_if_bin_exists_fixes
Tobias Jakobs
as supertobi
More... over 8 years ago
Changed wine test to check for .exe"$ or .EXE"$ because of quoting string paths More... over 8 years ago
Fixed accidently wiped out check for macos More... over 8 years ago
Changed wine check to operating system isn't windows More... over 8 years ago
Removed debugging statement More... over 8 years ago
Added wine awareness for unix, linux, and macos. Added open -a -W to the macos path so that the path returned by the finder will work correctly. More... over 8 years ago
* updated to work with new dtutils_file * added checkbox to allow user to launch hugin in gui mode * changed the logic so hugin will write temp files to tmp directory and then move the final result to the directory of original source files. this improves speed when original source files are on network mapped drive * added some additional error messages More... over 8 years ago
Merge pull request #112 from wpferguson/os_path_fix
Tobias Jakobs
as supertobi
More... over 8 years ago
Merge pull request #113 from wpferguson/check_os
Tobias Jakobs
as supertobi
More... over 8 years ago
Added check_os to lib/dtutils.lua so that scripts can check compatibility with the current operating system More... over 8 years ago
Added windows and macOS external executable compatibility. Added functions set_executable_path_preference(), get_executable_path_preference(), and executable_path_widget() to lib/dtutils/file.lua to get, set and retrieve the location of executables on windows and macOS systems. Modified check_if_bin_exists to use the path preferences so executables can be found on windows and macOS systems as well as linux. Modified contrib/gimp.lua to use the new functions, thus making it usable on windows and macOS too. More... over 8 years ago
Merge pull request #108 from achienbsi/file_fixes_for_windows
Tobias Jakobs
as supertobi
More... over 8 years ago
platform dependent implementation of check_if_bin_exists and check_if_file_exists More... over 8 years ago