|
|
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 |
|
|
|
a0e8982419
|
only show close button when its not a success message that is not a checkdups
|
2021-09-24 20:27:34 +10:00 |
|
|
|
ad0214ac6d
|
highlight off by 1 with folders bug
|
2021-09-24 20:26:46 +10:00 |
|
|
|
a1229ab843
|
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:26:19 +10:00 |
|
|
|
012c2809f1
|
handle case where video is so black we fail to get a thumbnail
|
2021-09-24 20:05:49 +10:00 |
|
|
|
a44810a2f4
|
fix bug with parent_dir being set to an Entry, instead of leaving it being the Dir set earlier in func
|
2021-09-24 17:34:29 +10:00 |
|
|
|
3ee81a66f2
|
allow close of errors that are not checkdups jobs from FE
|
2021-09-24 12:50:02 +10:00 |
|
|
|
0f5f21d266
|
use url_for not hardcoded routes
|
2021-09-24 12:49:34 +10:00 |
|
|
|
6f451485d0
|
updated
|
2021-09-24 12:49:01 +10:00 |
|
|
|
a6b68e2393
|
use url_for not hardcoded routes
|
2021-09-24 12:48:48 +10:00 |
|
|
|
eab8983f40
|
use url_for not hardcoded routes
|
2021-09-24 12:47:47 +10:00 |
|
|
|
4179806017
|
not using redirect
|
2021-09-24 12:46:38 +10:00 |
|
|
|
f6d3043b99
|
not using redirect
|
2021-09-24 12:46:23 +10:00 |
|
|
|
b7e0e9fdcb
|
not using redirect
|
2021-09-24 12:46:13 +10:00 |
|
|
|
cafa1f1b5a
|
remove duplicate row
|
2021-09-22 21:01:55 +10:00 |
|
|
|
d258c963f6
|
fix issue with OPT.how_many being an int, so it is not setting the "selected" string options in CreateSelect
|
2021-09-22 20:58:01 +10:00 |
|
|
|
db6319c5ab
|
when viewing image, with fname, show full path with icon of path
|
2021-09-22 19:59:18 +10:00 |
|
|
|
a1f8afa781
|
AI submenu now has all at top
|
2021-09-22 19:19:21 +10:00 |
|
|
|
db13197f4a
|
fixed bug in rotation
|
2021-09-22 18:43:34 +10:00 |
|
|
|
e07d6c462b
|
remember orig_url properly in OPT so that viewlist knows if we were originall import or storage for GetEntries to continue the list
|
2021-09-22 18:43:01 +10:00 |
|
|
|
d422fdf3ad
|
fix new bug introd, where after exif transpose I stupidly im to use im_orig always, instead of if its not a JPEG
|
2021-09-22 18:41:19 +10:00 |
|
|
|
69f49b0662
|
fixed bug where video_div was not shown unless you start viewing on a video
|
2021-09-22 18:14:01 +10:00 |
|