Commit Graph

28 Commits

Author SHA1 Message Date
324ab2e016 refactor: update camera classes to improve initialization and connection handling 2025-09-30 21:50:30 +02:00
196eff7fd8 refacot: change name from CameraManager to CameraController. Add set_camera nad cleanup code. 2025-09-30 18:58:56 +02:00
e2c8352c44 fix: correct config attribute from 'config' to 'widget' in set_config method 2025-09-30 18:56:47 +02:00
dcf4ef0f0a refactor: implement set_dark_theme function for application theming 2025-09-27 12:26:57 +02:00
1ff5091250 refactor: update set_config methods to specify return type as None
feat: implement CvCamera class for OpenCV camera handling
2025-09-27 12:26:43 +02:00
373e01310e refactor: update GPhotoCamera configuration methods for consistency 2025-09-21 22:01:46 +02:00
abc07fd08d refactor: replace CameraWidget with dictionary-based config handling in GPhotoCamera 2025-09-21 21:43:44 +02:00
35576986c9 refactor gphoto_camera 2025-09-21 20:51:37 +02:00
19e2c7977c feat: read gphoto config 2025-09-21 18:46:38 +02:00
508930ae39 feat: implement camera management with GPhotoCamera and CameraManager classes 2025-09-21 08:38:26 +02:00
2187536c7d refactor: update camera handling with mock implementation and improve signal connections 2025-09-15 20:58:05 +02:00
6133c9fb18 add application style setting and requirements file for dependencies 2025-09-09 19:34:36 +02:00
e006fea037 add CameraWorker and CameraController classes for handling camera operations in a separate thread 2025-09-09 19:20:12 +02:00
6acb690f16 add split view widget and integrate photo button functionality in main controller 2025-09-09 19:19:50 +02:00
ab266c2767 connect thumbnail selection signal to main controller; enhance thumbnail handling with media ID 2025-09-07 20:32:56 +02:00
2072cd8c93 connect color selection and editing signals to main controller; enhance thumbnail loading 2025-09-07 20:00:38 +02:00
cfea46c653 refactor media and database handling to replace 'filename' with 'media_path' for consistency 2025-09-07 20:00:05 +02:00
46af4e8588 add list of thumbnails 2025-09-07 19:08:08 +02:00
05024f075c add clear button to filter input 2025-09-07 16:40:47 +02:00
b9caf46104 refactor main controller and main window to streamline color loading and widget initialization 2025-09-07 13:23:22 +02:00
9d389e6e5f refactor color list widget to implement edit functionality and improve UI interactions 2025-09-07 13:22:31 +02:00
9d60843ec5 refactor database and media handling to use icon paths instead of flags 2025-09-07 13:21:29 +02:00
63e6386239 add update color and check icon on startup 2025-09-07 07:03:47 +02:00
1d627080ce add database manager and media manager 2025-09-07 06:07:16 +02:00
1aa65743e9 add color list 2025-09-06 19:09:13 +02:00
69a31e153f first ui widget placement 2025-09-06 17:46:17 +02:00
1896d75c50 add media to gitignore 2025-09-06 17:45:08 +02:00
6f89c6878a readme 2025-09-05 20:14:15 +02:00