1196 Commits

Author SHA1 Message Date
a67c20d72b new BUG (very minor), reordered TODOs and now have basic stale job handling - they are detected, and can be cancelled or restarted from GUI 2022-01-11 13:18:21 +11:00
bf04c862d6 first pass of allowing to scan for all files in import and storage paths <- works, and showing all unknown faces to handle them somehow - very rudimentary 2022-01-10 01:20:20 +11:00
27dadacd5c add move on context menu for folders 2022-01-09 18:51:03 +11:00
33ce78cb17 fixed Bug-75, moving dir between paths now works 2022-01-09 18:35:37 +11:00
ee8f41bbc2 reorder TODOs 2022-01-09 18:13:39 +11:00
a84946b561 fixed BUG-76 - no existing for a non-date with move 2022-01-09 18:13:26 +11:00
dd38b9b1d6 re-format BUGs 2022-01-09 18:12:41 +11:00
76da875709 new bugs, use existing with a non-date fails, and move between paths for scen 4 broken 2022-01-09 18:11:33 +11:00
dc21d65dd7 Put new functionality in to allow choosing existing folder in move code - it goes back and forwards 7 days from the date of this file and finds matching files and uses those dirs, or just dirname matches for those dates and offers them up. Also improved Move code to reject dodgy paths 2022-01-09 12:20:29 +11:00
0cb4c1879c updated TODO, fixed BUG-69 not handling move of dirs to existing dir 2022-01-08 11:28:03 +11:00
b1917855e2 code clean up, created CreateFSLocation() and refactored code to use it 2022-01-08 11:24:53 +11:00
665f45c03e working condensed / logical version of moving on Files system - works for multiple scenarios 2022-01-07 17:32:23 +11:00
e5f271c4bf added TODOs 2022-01-07 17:32:01 +11:00
ff41164eff over-thought version of new move, about to radically simplify, committing so I dont lost it just in case 2022-01-07 15:08:44 +11:00
ef15fcff99 new BUG/TODO 2021-11-03 19:36:31 +11:00
95c5413985 treat a Search as a "path" in PA_PREFS so we can remember settings for a search too - this fixes the issue where prefs are "changed" when you go from import/storage -> search -> import/storage again 2021-10-17 15:45:10 +11:00
2b0217184f optimise a move via GUI and any re-hashing, due to FS move, or Transform, etc. to update the last_hash_dt so we dont keep redoing the md5 hash as ctime > last_hash_dt, but there is no new content so no new last_hash_dt was being modified 2021-10-17 12:05:48 +11:00
0e4dc131e2 improved viewer is not really a BUG, fullscreen just behaves differently to what I expected, moving this into TODO 2021-10-13 16:56:59 +11:00
793f28e723 update 2021-10-13 16:55:42 +11:00
0ac047f7d6 comments 2021-10-13 16:53:32 +11:00
d40f2de2a1 remove duplicates from search results - fixes BUG-70 2021-10-10 21:58:58 +11:00
91f0f10767 remove duplicates from search results 0fixes BUG-70 2021-10-10 21:46:13 +11:00
8f4eb870bb use stat_mtime for gen hash (as moving a file does not change content) AND for fall-back date/time of importing a photo -- Fixes BUG-72 2021-10-10 21:12:52 +11:00
2030c8f56e fixed BUG-73, missing import 2021-10-10 20:32:55 +11:00
2a593fc9cb BUG-73 -> settings url_for issue 2021-10-10 20:31:55 +11:00
d32b6e0ad0 extra detail on prefs issue 2021-10-10 12:20:52 +11:00
1697bdd1e4 added (not working) optimisation bug 2021-10-10 12:20:34 +11:00
28a1e73c54 log cleanup 2021-10-10 12:16:06 +11:00
58889c394f fixed BUG-71 - size is lost from view details 2021-10-10 11:30:32 +11:00
9e01be4c6f something to test 2021-10-10 11:30:14 +11:00
3be2b6ee58 add BUG-71 - size is lost from view details, and causes 503 2021-10-10 11:29:49 +11:00
911d43bddc wrong password now has close button looking consistent AND actually closes alert 2021-10-08 22:31:31 +11:00
a4574390ec more bugs/todos/test 2021-10-02 14:49:33 +10:00
d870fda830 Fixed bug-68 - FullPathOnFS() was wrong for first dir in a path 2021-10-02 14:49:18 +10:00
b135f5681d Fixed bug-69 - FullPathOnFS() was wrong for first dir in a path 2021-10-02 14:49:07 +10:00
9f2165c04d reset sub dir path properly based on parents path. Also fixed bug-69 - FullPathOnFS() was wrong for first dir in a path 2021-10-02 14:48:50 +10:00
fea5ae6c7d set button state when choosing with right-click 2021-10-02 14:47:59 +10:00
9c47d4c15b more BUGS 2021-10-02 14:47:16 +10:00
64466abde2 real fix for BUG-64, can now move a directory between import/storage too... Still have move button disabled on selecting a folder in GUI - to be fixed, then we can move 111 Working dir back to the import dir 2021-10-02 12:58:45 +10:00
0bcc85f42b remove last remnants of rotate instead of transform, updated rot* svgs to have arrow point in direction of actual rotation, AND, fixed bug where when we rotate an image that has already had an exif_transform on it, then we have to do that and then the requested rotation - fixes why sometimes we rotate say 180 when we intended a 90 rotate. Also, when we transform, recalc md5 as file has changed 2021-10-01 22:16:42 +10:00
3dafae334b remove last remnants of rotate instead of transform, updated rot* svgs to have arrow point in direction of actual rotation, AND, fixed bug where when we rotate an image that has already had an exif_transform on it, then we have to do that and then the requested rotation - fixes why sometimes we rotate say 180 when we intended a 90 rotate. Also, when we transform, recalc md5 as file has changed 2021-10-01 22:16:28 +10:00
eca9c24665 add fullscreen into pa_prefs class, and default to False if not set 2021-10-01 22:14:33 +10:00
fc9b831acd adding fullscreen into pa_prefs 2021-10-01 22:13:56 +10:00
90c8ba4d9d use current var in view_transform, rather than #current - we deleted that ages ago, this fixed BUG-67 2021-09-29 17:23:31 +10:00
98475c1939 add BUG-67 broken rotations in viewer 2021-09-29 17:23:14 +10:00
6031002f01 fixed todo around handling missing thumbs - combo of re-importing *.bmp, and dark videos now that those bugs were fixed, also reordered TODOs 2021-09-29 16:57:27 +10:00
34e055d920 remove old StoragePathNames(), we can now move into import or storage paths 2021-09-29 16:56:49 +10:00
592b283ceb remove debugs 2021-09-29 16:56:18 +10:00
1685308430 add unknown_ftype - used for Unknown file types in viewer, or if no thumbnail for some reason & fixed issue with move_paths only working from button, not context menu 2021-09-29 16:56:10 +10:00
bbc5f4f856 add unknown_ftype - used for Unknown file types in viewer, or if no thumbnail for some reason 2021-09-29 16:55:20 +10:00