1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Jul 31, 2025 — Jul 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added check to ensure we are in lighttable view prior to callling darktable.register_lib. If darktable was invoked in single image (darkroom) mode, then an event handler is registered to detect the change from darkroom mode to lighttable mode so that we can then call darktable.register_lib. More... almost 6 years ago
Added check to ensure we are in lighttable view prior to callling darktable.register_lib. If darktable was invoked in single image (darkroom) mode, then an event handler is registered to detect the change from darkroom mode to lighttable mode so that we can then call darktable.register_lib. More... almost 6 years ago
removed debugging print statemant More... almost 6 years ago
Added check to ensure we are in lighttable view prior to callling darktable.register_lib. If darktable was invoked in single image (darkroom) mode, then an event handler is registered to detect the change from darkroom mode to lighttable mode so that we can then call darktable.register_lib. More... almost 6 years ago
Added check to ensure we are in lighttable view prior to callling darktable.register_lib. If darktable was invoked in single image (darkroom) mode, then an event handler is registered to detect the change from darkroom mode to lighttable mode so that we can then call darktable.register_lib. More... almost 6 years ago
Merge pull request #277 from wpferguson/update_readme
Tobias Jakobs
as supertobi
More... almost 6 years ago
Fixed typo More... almost 6 years ago
Added latest scripts More... almost 6 years ago
Separated check_if_bin_exists() into 2 functions, one to check the returned executable_path variable and another to search for the binary if it wasn't detected. All results are checked to ensure they exist, are a file, and are executable. This fixes the situation where a directory gets stored as an executable path. Search functions are operating system specific. Executable paths are saved for MacOS and Windows to make for shorter searches in the future. More... almost 6 years ago
Merge pull request #267 from wpferguson/image_time More... almost 6 years ago
Merge pull request #276 from wpferguson/executable_manager_feedback More... almost 6 years ago
removed duplpicate copies of the is_ functions More... about 6 years ago
Added functions is_file(path), is_dir(path, and is_executable(path) to ensure a path is a file, directory, or executable respectively. Replaced code in check_if_bin_exists with these functions to reduce the lines of code and make it more understandable. More... about 6 years ago
Merge pull request #275 from camjc/patch-1 More... about 6 years ago
made newly added strings translatable More... about 6 years ago
Added entry widget to display the current setting, or a placeholder specifying what would or should happen depending on operating system to provide visual feedback. More... about 6 years ago
Typo in README More... about 6 years ago
Merge pull request #270 from Mark-64/RL_output_sharpen_doc More... about 6 years ago
Merge pull request #271 from Mark-64/ext_editor_add_doc More... about 6 years ago
Merge pull request #247 from noahwc/exportlut More... about 6 years ago
Fix gettext implementation More... about 6 years ago
add doc comments to ext_editor More... about 6 years ago
add doc comments More... about 6 years ago
Added reset function. Changed namespace to img_time. More... about 6 years ago
Created image_time.lua to adjust non-destructively adjust image time. More... about 6 years ago
Merge pull request #265 from wpferguson/correct_OpenInExplorer_shortcut More... about 6 years ago
Fixed function call arguments in shortcut. More... about 6 years ago
Merge pull request #263 from wpferguson/preklov_OpenInExplorer_use_links More... about 6 years ago
Pulled preklov's branch, resolved conflicts, then merged into new branch with only 1 commit, essentially squashing the delete and replace file commits. More... about 6 years ago
Added translated text More... about 6 years ago