Commit graph

7,013 commits

Author SHA1 Message Date
rich2014
de6fa6ce31 ADD: support iCloudDriver to correctly get file at root 2024-12-24 00:12:45 +08:00
rich2014
3540c79f99 ADD: TMountedFileSource and iCloudDrivers support jumping to parent path 2024-12-24 00:10:30 +08:00
rich2014
19b046aefe ADD: decompose FileSourceProcessor into two stages 2024-12-23 23:48:25 +08:00
Ihar Areshchankau
7491784318
ADD: Built-in editor menu item "Edit - Time/Date". (#2016) 2024-12-23 09:09:13 +03:00
Alexander Koblov
4879122cdc
FIX: Copy files (fixes #2022) 2024-12-23 09:08:27 +03:00
rich2014
c0629daf08 FIX: fsoCopy in Archive Files 2024-12-22 17:32:20 +08:00
rich2014
cbedb26d4f UPD: refactor TMountedFileSource to inherit TFileSystemFileSource base on FileSourceProcessor 2024-12-21 20:53:54 +08:00
rich2014
ae3d2abeaf UPD: apply FileSourceManager in TfrmMain.CopyFiles(), support fsoCopy for TMountedFileSource 2024-12-21 16:56:27 +08:00
rich2014
b8a101a71c UPD: add fsoCopy logic to TDefaultFileSourceProcessor/TFileSystemFileSourceProcessor/TMountedFileSourceProcessor 2024-12-21 16:56:27 +08:00
rich2014
d578945573 UPD: refactor FileSource Processor to support more operations 2024-12-21 16:56:27 +08:00
Alexander Koblov
0b3b2deb89 ADD: Display GTK3 version 2024-12-19 21:31:32 +03:00
Alexander Koblov
63cd93783a DEL: Invalid version information 2024-12-19 21:07:18 +03:00
rich2014
b031cf6133 FIX: the issue of moving file to other path #2017 2024-12-19 21:41:49 +08:00
Alexander Koblov
d5b2c51a67 FIX: Viewer - problem with RegEx search, it cannot find 'qt' case-insensitive (fixes #2012) 2024-12-16 20:14:14 +03:00
Alexander Koblov
530aafdc2d FIX: Extra semicolon after "then" 2024-12-15 00:17:02 +03:00
Alexander Koblov
f0f2b02c53 FIX: Quick view panel crash (fixes #2011) 2024-12-14 16:18:50 +03:00
Alexander Koblov
ebed22101e FIX: Use UTF8StringReplace 2024-12-08 12:26:00 +03:00
Alexander Koblov
eb2bf85573 FIX: Multi-line pattern search option state 2024-12-08 12:06:37 +03:00
Alexander Koblov
d6d54dfb93 ADD: Toolbar - line break separator style 2024-11-30 21:32:01 +03:00
rich2014
3df9f5260c ADD: refactor FileSource - step 4: apply FileSourceManager in fMain, support fsoMove for TMountedFileSource 2024-12-01 00:19:50 +08:00
rich2014
0c10a9c033 ADD: refactor FileSource - step 4: support fsoMove logic for TMountedFileSource 2024-12-01 00:16:47 +08:00
rich2014
7d664ad53c ADD: refactor FileSource - step 3: move fsoMove logic into TSearchResultFileSourceProcessor (from fMain) 2024-12-01 00:12:53 +08:00
rich2014
7fcceac697 ADD: refactor FileSource - step 2: move fsoMove logic into TDefaultFileSourceProcessor (from fMain) 2024-12-01 00:11:14 +08:00
rich2014
52a3869fcb ADD: refactor FileSource - step 1: add FileSourceManager/FileSourceProcessor infrastructure 2024-12-01 00:08:22 +08:00
Alexander Koblov
dbfd5abb79 UPD: Sound notifications - disable by default 2024-11-30 00:13:50 +03:00
Alexander Koblov
8f0d4a4907 FIX: Create archive from another archive content 2024-11-29 20:20:51 +03:00
Alexander Koblov
db7dfa19fb FIX: Don't check a disk free space for file systems which don't have a disk size (issue #753) 2024-11-27 23:41:20 +03:00
Alexander Koblov
d1d437c9cc FIX: Load search template with content plugins 2024-11-26 20:41:43 +03:00
rich2014
118ea526d4 ADD: support fsoDelete in TMountedFileSource 2024-11-25 22:19:41 +08:00
Alexander Koblov
45402ba3d1 UPD: PackInfoDlg - file size formatting 2024-11-24 23:15:16 +03:00
Alexander Koblov
9ee1109693 UPD: Use CompareDateTime when compare DateTime fields 2024-11-24 22:50:31 +03:00
Alexander Koblov
863cebc19a FIX: Load DateTime from search template 2024-11-24 22:30:43 +03:00
Alexander Koblov
e69ffe017d FIX: Crash on search template loading 2024-11-24 21:39:38 +03:00
rich2014
fabb04cd75 ADD: support fsoCopy in TMountedFileSource 2024-11-24 21:18:01 +08:00
rich2014
df3652d707 ADD: support fsoCopyIn in TMountedFileSource 2024-11-24 21:09:59 +08:00
rich2014
e6e0e083fa UPD: refactor getRealPath() to TMountedFileSource 2024-11-24 21:07:31 +08:00
j2969719
2cacca2c3a
UPD: WDX search user interface (#1839) 2024-11-24 13:09:50 +03:00
Alexander Koblov
23252a36f9 UPD: Disable modification of temporary archives 2024-11-23 23:36:53 +03:00
rich2014
eac96f8c71 FIX: standardize the path in getMacOSDisplayNameFromPath() 2024-11-23 19:24:12 +08:00
rich2014
f046c9f085 ADD: iCloud Driver basic functions 2024-11-19 23:17:26 +08:00
rich2014
17eeef8253 ADD: iCloud Driver FileSource Infrastructure base on Mounted FileSource 2024-11-19 22:51:38 +08:00
rich2014
dd1e211985 ADD: Mounted FileSource Infrastructure 2024-11-19 22:46:54 +08:00
Alexander Koblov
2c7934f31e FIX: DialogAPI - show dialog from a non-main thread 2024-11-16 14:56:27 +03:00
Alexander Koblov
b9e5f1a772 UPD: SyncDirs - file size formatting 2024-11-12 19:49:09 +03:00
Alexander Koblov
503584708b UPD: CheckPhotosVersion - optimization 2024-11-10 11:56:25 +03:00
Alexander Koblov
4c8aa72a3c ADD: Open images in the Microsoft Photos application starting with version 2024.11050.3002.0 and above 2024-11-09 14:53:11 +03:00
j2969719
f11392854a
UPD: Dont show maximize button in filecopy dialogs (#1959) 2024-11-08 22:24:30 +03:00
Alexander Koblov
8996c1bc15 UPD: Disable Samba plugin 2024-11-08 21:19:44 +03:00
Alexander Koblov
4e1ead1789 FIX: Don't show a progress for operations with ShowProgress:= False 2024-11-08 20:55:29 +03:00
Alexander Koblov
9ec8f9d483 ADD: Viewer - calculate a folder size 2024-11-06 21:25:43 +03:00