1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 27, 2025 — Jul 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib/dtutils/file - replaced os.execute and io.popen with wrapper functions to sanitize windows calls More... about 2 years ago
lib/dtutils/system - added wrapper functions io_popen and os_execute to wrap io.popen and os.execute system calls respectively. These wrapper functions provide the necessary quoting on windows to get handle strings with spaces and special characters. More... about 2 years ago
contrib/dbmaint - remove database records for missing film rolls and images. More... about 2 years ago
tools/script_manager - make the constants <const> to ensure they stay that way More... about 2 years ago
Merge pull request #467 from koto/open_in_file_explorer_osx More... about 2 years ago
Fix quoting. More... about 2 years ago
Update OpenInExplorer.lua More... about 2 years ago
Merge pull request #466 from wpferguson/more_string_doc_updates More... about 2 years ago
lib/dtutils/string - more embedded doc updates More... about 2 years ago
Merge pull request #412 from wpferguson/add_substitution_to_string_lib More... about 2 years ago
lib/dtutils/string - updated embedded documentation More... about 2 years ago
lib/dtutils/string - updated documentation More... about 2 years ago
lib/dtutils/string - removed debugging statements More... about 2 years ago
lib/dtutils/string - added [] to sanitize_lua(). More... about 2 years ago
lib/dtutils/string - fixed default formatting of sequence More... about 2 years ago
lib/dtutils/string - Cleaned up code to make it more readable. Fixed VERSION_IF_MULTI. Added safety check in category to make sure we don't try and read a tag field that doesn't exist. More... about 2 years ago
lib/dtutils/string - Added categories to substitution functionality. This makes it feature complete. Some substitutions aren't implemented since the current use case for this is creating export directories. The results from the not implemented substitutions wouldn't work well in path/file names (such as comma separated lists or newlines). More... about 2 years ago
Merge pull request #465 from wpferguson/fix_script_manager More... about 2 years ago
tools/script_manager - fixed gettext.bindtextdomain More... about 2 years ago
tools/script_manager - removed debugging statement More... about 2 years ago
tools/script_manager - fixed metadata decoding to get rid of spurious commas More... about 2 years ago
Merge pull request #464 from wpferguson/implement_script_metadata More... about 2 years ago
Added metadata fields to scripts that script_manager can access and display as a tooltip. More... about 2 years ago
Merge pull request #455 from wpferguson/prep_translation More... about 2 years ago
tools/script_manager - lower cased mixed case buttons and headings More... about 2 years ago
all scripts - added bindtextdomain back in because 4.8 isn't ready to handle the translations yet. In 5.0 this will be removed and darktable will handle translating the strings. More... about 2 years ago
Merge pull request #462 from menschmaschine/master More... about 2 years ago
Added LUA script "passport_guide_germany.lua", which implements a cropping guide for passport photos according to the standards for German passport and ID card photos. More... about 2 years ago
tools/script_manager removed color interface check button. Color can be specified in the CSS using the tags that are present if desired. More... over 2 years ago
Merge pull request #461 from wpferguson/reimplement_ensure_lib_in_path More... over 2 years ago