38f931a7a7
Add AutoMatchGUI for face identification in PhotoTagger
tanyar092025-10-03 15:39:09 -04:00
5c1d5584a3
Implement auto-identification of faces with GUI in PhotoTagger
tanyar092025-10-03 15:24:23 -04:00
a51ffcfaa0
Add face identification GUI and related features to PhotoTagger
tanyar092025-10-03 14:49:08 -04:00
f410e60e66
Add core functionality for PunimTag with modular architecture
tanyar092025-10-03 12:25:41 -04:00
b910be9fe7
Add photo icon feature to PhotoTagger for easy access to original photos
tanyar092025-10-02 14:16:41 -04:00
a14a8a4231
Add quit button with unsaved changes warning in PhotoTagger
tanyar092025-10-02 13:31:33 -04:00
31691d7c47
Implement enhanced tag management features in PhotoTagger
tanyar092025-10-02 13:07:08 -04:00
639b283c0c
Enhance tag management in PhotoTagger by implementing shared tag linking functions and improving tag deletion handling. Introduce a unified tag button frame for various view modes, allowing users to add tags seamlessly. Update pending tag changes cleanup logic to ensure accurate tag displays after deletions. This update streamlines the tagging process and enhances user experience across different photo views.
tanyar092025-10-02 12:41:16 -04:00
4602c252e8
Implement comprehensive tag management features in PhotoTagger
tanyar092025-10-02 12:24:15 -04:00
7f89c2a825
Add tagging functionality to PhotoTagger GUI
tanyar092025-10-01 15:24:48 -04:00
6bfc44a6c9
Refactor database schema for tag management in PhotoTagger
tanyar092025-10-01 15:10:23 -04:00
0f599d3d16
Implement folder grouping and collapsible sections in PhotoTagger GUI
tanyar092025-10-01 14:52:15 -04:00
b6e6b38a76
Add Tag Management GUI to PhotoTagger
tanyar092025-10-01 13:57:45 -04:00
68ec18b822
Enhance PhotoTagger GUI by standardizing canvas configurations and improving the unmatch face button. Set consistent background colors for canvases, and implement a new clickable 'X' button with hover effects for better user interaction. This update aims to improve visual consistency and usability across the interface.
tanyar092025-10-01 12:04:53 -04:00
199a75098d
Refactor PhotoTagger GUI to standardize canvas background colors and improve layout configurations. Update canvas elements to inherit background color from the theme, ensuring visual consistency. Adjust grid settings for match frames to enhance alignment and responsiveness, contributing to a more cohesive user experience.
tanyar092025-09-30 15:55:16 -04:00
15b7c10056
Refactor PhotoTagger GUI to enhance image display and layout. Update canvas background color to match the theme, improve image resizing logic for better aspect ratio handling, and adjust grid configurations for match frames to ensure proper alignment and responsiveness. This enhances overall user experience and visual consistency across the interface.
tanyar092025-09-30 15:39:51 -04:00
360fcb0881
Enhance PhotoTagger with last name autocomplete and required field indicators. Implement live filtering for last names during input, improving user experience. Add red asterisks to indicate required fields for first name, last name, and date of birth, ensuring clarity in form completion. Update README to document these new features.
tanyar092025-09-30 15:19:37 -04:00
0fb6a19624
Refactor PhotoTagger GUI to improve search functionality. Update search controls for last name filtering by introducing a helper label and reorganizing layout for better usability. Adjust grid placements for matched person info and image to enhance visual clarity and consistency across the interface.
tanyar092025-09-30 13:24:58 -04:00
da6f810b5b
Refactor PhotoTagger GUI to enhance filtering capabilities. Introduce unique faces only and compare similar faces checkboxes, allowing users to filter displayed faces based on uniqueness and similarity. Update layout for better organization of date filters and controls, improving overall user experience. Adjust row configurations to minimize spacing and ensure proper expansion of panels.
tanyar092025-09-30 13:06:25 -04:00
4c0a1a3b38
Add unique faces only filter to PhotoTagger. Introduce a checkbox in the Date Filters section to hide duplicates with high/medium confidence matches, enhancing face identification accuracy. Implement filtering logic that groups faces with ≥60% confidence, ensuring only one representative is displayed in the main list while keeping the Similar Faces panel unfiltered. Update README to document this new feature and its behavior.
tanyar092025-09-29 16:01:06 -04:00
e1bed343b6
Implement date handling features in PhotoTagger. Add 'date_taken' and 'date_added' columns to the photos database, along with EXIF data extraction for photo dates. Enhance the GUI with date filter options for face identification, allowing users to filter by date taken and processed dates. Introduce a calendar dialog for easier date selection, improving user experience and data management.
tanyar092025-09-29 15:26:16 -04:00
34aba85fc6
Enhance PhotoTagger README to include new last name search and filter-aware navigation features. Update descriptions for the left panel and modify identified interface to reflect case-insensitive search capabilities and auto-selection of matches, improving user experience and interface clarity.
tanyar092025-09-29 13:08:02 -04:00
2394afb5ee
Add last name search functionality to PhotoTagger GUI. Implement search and clear buttons for filtering people by last name, enhancing user experience. Update navigation and display logic to reflect filtered results, ensuring proper handling of UI states and feedback when no matches are found.
tanyar092025-09-29 13:07:46 -04:00
347a597927
Enhance PhotoTagger GUI to update the right panel based on filtered results. Implement logic to load and display faces for the first person in the list after filtering or clearing the last name search, improving user experience and visual feedback. Ensure proper handling of UI states and clear faces panel when no matches are found.
tanyar092025-09-29 12:51:03 -04:00
62bb0dc31f
Add last name search functionality in PhotoTagger GUI. Implement search and clear buttons for filtering people by last name, enhancing user experience. Update population logic to reflect filtered results and ensure smooth integration with existing data handling.
tanyar092025-09-29 12:46:01 -04:00
267519a034
Implement tracking of original checkbox states in PhotoTagger to enhance unsaved changes detection. Update logic to compare current and original states, ensuring accurate identification of unsaved changes. Refactor save functionality to avoid modifying original states, improving user experience and data integrity.
tanyar092025-09-29 12:24:34 -04:00
8c9da7362b
Refactor PhotoTagger to enhance data handling by storing person information in separate fields for first name, last name, middle name, maiden name, and date of birth. Improve identification logic to ensure data integrity and streamline user experience. Update README to reflect changes in data storage and new features.
tanyar092025-09-26 15:22:24 -04:00
9f11a1a647
Enhance PhotoTagger GUI and database to support comprehensive person information, including first, last, middle, and maiden names, along with date of birth. Implement smart validation for required fields and improve user experience with a visual calendar picker for date selection. Update README to reflect these changes and provide detailed guidance on new features and interface enhancements.
tanyar092025-09-26 14:07:14 -04:00
f3338f0097
Add unsaved changes warning dialog in PhotoTagger before quitting. Implement functionality to check for unsaved changes and prompt the user with options to save, discard, or cancel the quit action, enhancing user experience and preventing data loss.
tanyar092025-09-26 13:58:47 -04:00
5ecfe1121e
Enhance PhotoTagger to include comprehensive person details in the database and GUI. Update data handling to support middle names, maiden names, and date of birth, improving user experience and data integrity. Revise database queries and UI components for better data entry and display, ensuring all relevant information is captured during identification.
tanyar092025-09-26 13:10:30 -04:00
ee3638b929
Enhance PhotoTagger by adding support for middle and maiden names in the database and GUI. Update data handling to accommodate new input fields, ensuring comprehensive data capture during identification. Revise database queries and improve user interface for better data entry experience.
tanyar092025-09-26 12:38:46 -04:00
2fcd200cd0
Enhance PhotoTagger by adding date of birth support in the database and GUI. Update data handling to accommodate new input format, including validation for date selection. Revise identification logic to ensure complete data is saved, improving user experience and data integrity.
tanyar092025-09-25 14:39:05 -04:00
52b9d37d8c
Refactor PhotoTagger to support separate first and last name fields in the database. Update GUI to include dedicated input fields for first and last names, enhancing user experience with smart name parsing and improved dropdown functionality. Revise README to reflect these changes and highlight new features.
tanyar092025-09-22 15:56:55 -04:00
6a5bafef50
Implement 'modifyidentified' feature for viewing and modifying identified faces in the PhotoTagger GUI. Enhance user experience with new controls for selecting and unselecting faces, and improve navigation and state management. Update README to reflect new functionality and installation requirements, including system dependencies.
tanyar092025-09-22 13:57:43 -04:00
2c67b2216d
Enhance PhotoTagger functionality with improved database management, caching, and GUI features. Introduce context management for database connections, add face quality scoring, and implement a new auto-match interface for better user experience. Update README for clarity on new features and installation requirements.
tanyar092025-09-19 15:32:50 -04:00