GHMiranda
  • Joined on 2023-12-31
GHMiranda synced commits to fix/wrong-database-access at GHMiranda/Pilgrim from mirror 2025-07-06 06:39:19 +00:00
GHMiranda synced new reference fix/wrong-database-access to GHMiranda/Pilgrim from mirror 2025-07-06 06:39:19 +00:00
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-07-06 06:39:19 +00:00
d13750f725 Merge pull request #23 from gmbrax/fix/wrong-database-access
4dd5126d41 Changed back to use the entry_service.py and not call the database directly from the ui.
0b9b3c8cf0 Merge pull request #22 from gmbrax/fix/binding-not-working
42c5471ba7 Merge branch 'development' into fix/binding-not-working
8a10fddb14 Refactored bindings to use `Binding` class for consistency across modal and screen components.
Compare 10 commits »
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-07-06 06:39:19 +00:00
6724a66fed Merge pull request #24
a731d2adae Merge pull request #25
4dd5126d41 Changed back to use the entry_service.py and not call the database directly from the ui.
42c5471ba7 Merge branch 'development' into fix/binding-not-working
8a10fddb14 Refactored bindings to use `Binding` class for consistency across modal and screen components.
Compare 14 commits »
GHMiranda synced commits to feat/photo-copying-system-dir at GHMiranda/Pilgrim from mirror 2025-07-06 04:08:53 +00:00
GHMiranda synced new reference feat/photo-copying-system-dir to GHMiranda/Pilgrim from mirror 2025-07-06 04:08:53 +00:00
GHMiranda synced commits to staging at GHMiranda/Pilgrim from mirror 2025-07-05 12:24:32 +00:00
b1e83aabbb Merge pull request #18 from gmbrax/feat/XDG-Compliance
eb511ad756 Merge pull request #17 from gmbrax/feat/photo-reference-system
d114357d50 Changed the base directory where the data generated by the program to be at the home directory and also added a check to ensure the creation of the program directory
394f813f6f Added few checks to the reference to avoid malformed or invalid reference from being saved.
a9756b058e Changed some texts to be in english and also removed some debug messages.
Compare 12 commits »
GHMiranda synced commits to feat/XDG-Compliance at GHMiranda/Pilgrim from mirror 2025-07-05 11:29:25 +00:00
GHMiranda synced new reference feat/XDG-Compliance to GHMiranda/Pilgrim from mirror 2025-07-05 11:29:25 +00:00
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-07-05 11:29:25 +00:00
6438ef68a3 Merge pull request #16 from gmbrax/feat/XDG-Compliance
ef8bc6cc0f Merge branch 'feat/photo-reference-system' into development
d114357d50 Changed the base directory where the data generated by the program to be at the home directory and also added a check to ensure the creation of the program directory
394f813f6f Added few checks to the reference to avoid malformed or invalid reference from being saved.
bf29745265 Merge branch 'feat/photo-reference-system' into development
Compare 10 commits »
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-05 11:29:25 +00:00
394f813f6f Added few checks to the reference to avoid malformed or invalid reference from being saved.
a9756b058e Changed some texts to be in english and also removed some debug messages.
Compare 2 commits »
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-05 09:03:27 +00:00
e492e2c248 Finished The basic Reference System it now parses the references added by the sidebar or written but only saves if the reference is valid
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-04 22:15:30 +00:00
0ec480a851 Removed some stale functions on edit_entry_screen.py
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-07-04 02:15:15 +00:00
5b7b147e43 Merge pull request #14
183e0bc8c7 Started implementing the proper hash on the photo sidebar
8cc42e390a Added Hash capability to the model photo.py and also updated the service to create hashes and update hashes
d47259fc68 Removed Stale methods on edit_entry_screen.py
d80825d3a1 Started adding the reference system to add images
Compare 6 commits »
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-04 02:15:15 +00:00
3754a68a80 Changed to accept the proper hash created by the photo_service also started the function to validate the reference before getting all references on save
183e0bc8c7 Started implementing the proper hash on the photo sidebar
8cc42e390a Added Hash capability to the model photo.py and also updated the service to create hashes and update hashes
Compare 3 commits »
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-03 07:37:51 +00:00
d47259fc68 Removed Stale methods on edit_entry_screen.py
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-02 15:50:22 +00:00
d80825d3a1 Started adding the reference system to add images
GHMiranda synced commits to feat/photo-reference-system at GHMiranda/Pilgrim from mirror 2025-07-02 05:17:50 +00:00
GHMiranda synced new reference feat/photo-reference-system to GHMiranda/Pilgrim from mirror 2025-07-02 05:17:50 +00:00
GHMiranda synced commits to development at GHMiranda/Pilgrim from mirror 2025-06-30 02:26:50 +00:00
43919cabb9 Merge pull request #12 from gmbrax/feat/photo-sidebar-tui
0d2a4ef102 Merge branch 'development' into feat/photo-sidebar-tui
cf56fda3de Added an edit_photo_modal.py to allow modification of the photo after ingestion
1209b8147c Added a confirm_delete_modal.py to avoid accidental delete of the photo.
f84da2c934 Improved the photo sidebar and add the add_photo_modal.py to add photos and the file_picker_modal.py to select the proper file to be ingested, also changed photo.py and photo_service.py to receive a datatime and not a string representing the addition date
Compare 5 commits »