Add tabbed interface with EXIF metadata support#6
Merged
Conversation
- Implement tabbed sidebar with ADJUSTMENTS and INFO tabs - Add comprehensive EXIF data extraction from RAW files - Display camera information, exposure settings, and lens details - Show image dimensions and file information in INFO tab - Remove redundant EXIF overlay and toolbar indicator - Update editor screen to use new tabbed interface 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Extend LibRaw C interface to extract EXIF metadata - Add FFI bindings for EXIF data structures - Create ExifMetadata model for Dart/FFI integration - Implement RawImageDataResult to prevent race conditions - Add ExifWidget for displaying EXIF information - Create TabbedSidebar with ADJUSTMENTS and INFO tabs - Update ImageState to manage EXIF data - Remove redundant EXIF overlay from editor - Remove EXIF indicator from toolbar 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix timestamp conversion from time_t to string - Remove references to non-existent libraw fields - Add time.h include for timestamp formatting - Set unavailable EXIF fields to default values 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add missing time.h include to macOS raw_processor - Fix pointer-bool conversion warnings by checking first character instead of array address - Properly format timestamp as string instead of direct assignment - Remove references to non-existent LibRaw fields on macOS - Update Linux tests to use RawImageDataResult API - Fix all CI test failures 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Parse date string format instead of incorrect Unix timestamp casting - Fixes issue where 2025 photos showed as 1998 - Handle "YYYY:MM:DD HH:MM:SS" format properly - Add error handling for malformed date strings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Copy raw_processor_common.h to linux directory during Flatpak build - Update raw_processor.h to use local copy instead of relative path - Fixes CI build failure where header file was not found 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Technical Implementation
Test Plan
🤖 Generated with Claude Code