Commits

trunk
Switch branches/tags
All users
Until Dec 2, 2025
December 2025
Su Mo Tu We Th Fr Sa
30 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31 1 2 3
4 5 6 7 8 9 10

Commits on November 11, 2025

  1. espadonne committed
  2. Improve Properties button: auto-display selection info, open macOS Get Info
    Changes to Properties/Info button:
    - Icon changed from document-properties to dialog-information (more intuitive)
    - Tooltip updated to "Show in Finder Info"
    - Button now opens native macOS Get Info window via AppleScript
    - Extracted build_selection_info() helper function for reusability
    
    Auto-display selection info in status bar:
    - Selection info (name, size, item count) now auto-displays when items are selected
    - Info updates automatically when selection changes
    - Info clears when selection is removed
    - Other messages (errors, navigation) can still interrupt and auto-dismiss after 5s
    - Selection info remains persistent until selection changes
    espadonne committed
  3. Open in Finder defaults to current dir; error messages auto-dismiss after 5s
    - Open in Finder button now always enabled and defaults to opening current directory when no selection exists
    - Added sniffly_show_error() function that displays error messages for 5 seconds then auto-dismisses
    - Imported g_timeout_add_seconds_once from GLib for timeout functionality
    - Updated all error messages to use auto-dismiss feature (navigation errors, clipboard failures, etc.)
    espadonne committed
  4. espadonne committed