1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Sep 23, 2025 — Sep 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
contrib/toggle_group_view - updated help link More... 6 months ago
official/group_persistence - add script to store group information in xmp files so that groups can be maintained across database instances More... 6 months ago
contrib/toggle_group_view - moved from official to contrib to handle event conflict with official/group_persistence. Moving to contrib forces toggle_group_view to load before group_persistence and thus get events that both need, first. If the order is reversed then toggle_group_view can bog down in a loop making darktable unresponsive. More... 6 months ago
official/toggle_group_view - fix no images selected so can't get a count of nil More... 6 months ago
official/toggle_group_view - made button sensitive to group members selected More... 6 months ago
official/toggle_group_view - added a script to view a group as a collection when toggled from lighttable More... 6 months ago
official/select_unaltered - add select button to select images that haven't been altered in any way More... 6 months ago
official/scheduler - script to provide a FIFO scheduler for cooperative Lua multitasking. More... 6 months ago
official/recent_bookmarks - Update the recently-used.xbel file showing recently used files for images edited in or exported from darktable. More... 6 months ago
official/use_paired_jpg_as_mipmap - Canon R series cameras don't included a full size embedded jpeg so generating mipmap cache for anything larger than mipmap 3 requires the raw to be loaded and processed. This script copies the paired jpeg from the RAW+JPEG pair to the full resolution mipmap. This can then be used to generate the remaining mipmap cache. The jpeg image can be discarded after being copied to the cache or retained based on a preference in Lua options. More... 6 months ago
official/selection2collection - create a temporary collection from a selection. Temporary collections are removed when darktable exits. Temporary collections can be kept by setting a preference in the Lua options. More... 6 months ago
official/extract_burst_roll_images - script to extract Canon burst roll images from a burst roll image container More... 6 months ago
official/auto_straighten - add script to straighten image based on roll and pitch metadata More... 6 months ago
official/select_duplicates - Added script to detect and select duplicates. Script adds a button to the select images module. More... 6 months ago
Merge pull request #636 from deekayhd/rename_images_reset More... 6 months ago
tools/script_manager - added check for darktable_gui_safe to avoid startup race condition hang More... 6 months ago
add reset of preference More... 6 months ago
changes after review More... 6 months ago
Merge pull request #637 from wpferguson/image_time_filename_sanitize More... 6 months ago
contrib/image_time - sanitize filenames so that spaces don't cause problems More... 6 months ago
enable reset in rename_images.lua More... 6 months ago
Merge pull request #633 from lefth/photils-cli-path More... 7 months ago
Fix the path to photils-cli on mac More... 7 months ago
tools/script_manager - Changed to allow running scripts included with the darktable distribution. User installed scripts will override the bundled scripts More... 8 months ago
Merge pull request #630 from wpferguson/select_non_existing_speedup More... 8 months ago
contrib/select_non_existing - changed the logic to get a list of files in the filmroll and check the "known" files against the file list. This cuts the number of system calls from 1 per image to 1 per film roll resulting an incredible speed up on windows and a good speedup on other platforms. More... 8 months ago
Merge pull request #626 from ipalopezhentsev/patch-1 More... 9 months ago
reorder lines More... 9 months ago
Merge pull request #625 from ipalopezhentsev/patch-2 More... 9 months ago
Merge pull request #624 from ipalopezhentsev/patch-1 More... 9 months ago