Commit Graph

1287 Commits

Author SHA1 Message Date
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
23c8d16a5b fix BUG-64: can now move files into import or storage path 2021-09-26 21:14:08 +10:00
25a50d029f new feature 2021-09-25 13:13:48 +10:00
92e643f425 actually call RemoveDirFromDB when deleting a missing dir, I really screwed this - didnt test properly until now. Should all work finally 2021-09-25 13:13:35 +10:00
5abd01bb4d fix BUG-66: deleting files out from under and in general CleanUpDirInDB needs to use Entry not Dir 2021-09-25 12:11:13 +10:00
0b22072f53 better thoughts on BUG-66 2021-09-25 12:09:53 +10:00
81264bd50d stop trying to use loop.index for which ecnt, just use a dedicated var... stops the weirdness between folders/no folders when highlighting too -- fixed last bug with incorrect selections 2021-09-24 21:39:35 +10:00
78ba40919f remember last import dir 2021-09-24 21:38:45 +10:00
e9f37aa6a8 minor change to optim, if file hash is same but we have no thumb, then try to gen one anyway 2021-09-24 20:42:39 +10:00
eec4a7fd5a dont need to worry about taking 1 for folder selects, I dont know why I did need it, but doesnt seem too... nervous this will cause me grief somewhere else? 2021-09-24 20:28:41 +10:00