Commit graph

11,937 commits

Author SHA1 Message Date
Alexander Koblov
ca531db075 FIX: Viewer - disable unavailable menu items 2025-03-12 13:04:07 +03:00
Alexander Koblov
97ed0aff36 UPD: Language files 2025-03-12 12:47:08 +03:00
Alexander Koblov
f513e32f72 FIX: Plugins WFX text woefully out of date (fixes #2127) 2025-03-12 12:42:18 +03:00
Alexander Koblov
33c8b5e56a UPD: Use a more user-friendly plugins descriptions 2025-03-12 12:35:14 +03:00
Alexander Koblov
a2d8afae68 FIX: Changing the extensions for a highlighter and clicking Apply doesn't save them (fixes #2182) 2025-03-12 12:04:21 +03:00
Alexander Koblov
32532a344c FIX: Viewer - disable unavailable menu items 2025-03-12 11:50:42 +03:00
Alexander Koblov
3180cb924c FIX: Viewer - disable unavailable menu items (issue #2212) 2025-03-12 01:05:55 +03:00
Alexander Koblov
2bc4832f21 ADD: Open bookmark files which links to directory (issue #2211) 2025-03-11 18:40:03 +03:00
Alexander Koblov
fd6d5a8085 FIX: GVFS - Overwrite only older files (fixes #2201) 2025-03-09 12:51:31 +03:00
Skif-off
86ccf0da86
UPD: Russian language file (#2206) 2025-03-08 12:49:27 +03:00
Alexander Koblov
1a84836c2e FIX: Wrong content type guess (issue #2195) 2025-03-08 12:41:41 +03:00
rich2014
761075921e UPD: update zh_TW 2025-03-08 10:54:10 +08:00
rich2014
ae6f64172d UPD: update zh_CN 2025-03-08 10:54:06 +08:00
Alexander Koblov
46ee816f8b UPD: German language file 2025-03-08 00:18:25 +03:00
rich2014
87a9ba1190 UPD: optimize trackpad wheel scrolling #2191 2025-03-05 23:26:32 +08:00
Alexander Koblov
3119015cfe FIX: Build under non-macOS 2025-03-04 20:49:38 +03:00
Alexander Koblov
158b022c2d UPD: Language files 2025-03-04 20:47:02 +03:00
Alexander Koblov
979b935cf8 ADD: Show additional info in the Editor status bar (fixes #1796) 2025-03-04 20:46:01 +03:00
rich2014
7f66cd4b13 UPD: in ICompareByName(), if the Name of both files is empty, use FullPath instead 2025-03-05 00:02:06 +08:00
rich2014
8d6f960a67 ADD: open the corresponding folder when double-clicking the App in iCloud Options 2025-03-04 22:30:41 +08:00
rich2014
13893bdd1e ADD: enable iCloud options frame 2025-03-04 22:30:03 +08:00
rich2014
2f7d5f9b43 UPD: optimize the process of loading and saving iCloud.json 2025-03-04 18:05:11 +08:00
rich2014
9e3007bc71 ADD: iCloud Options frame (show list) 2025-03-04 17:02:44 +08:00
rich2014
aa392b45fc ADD: iCloudDriverUtil.createAllApps() 2025-03-04 16:59:38 +08:00
rich2014
9fbaf75cb3 UPD: split common modules from iCloudDriver to iCloudDriveUtil 2025-03-04 08:48:15 +08:00
rich2014
6feaa94ad5 FIX: copy / cut / paste in iCloudDriver 2025-03-02 18:28:45 +08:00
rich2014
d336d6eb73 ADD: Added TFileSourceConsultPhase to accurately distinguish between source and target phases, because Source FileSource may be equal to Target FileSource 2025-03-02 18:18:26 +08:00
rich2014
de5c4b90a7 ADD: support FileSource Relocation Event
only for iCloudDriver currently, it's to keep the selected files in iCloud Driver from being unselected before and after downloading.

background: due to the implementation mechanism of Apple iCloud Driver, the local file name will change before and after the file is downloaded.
2025-03-02 16:53:43 +08:00
rich2014
4aeb2801a3 ADD: add the common Event notification mechanism for FileSource (by improving the original one that is only related to Reload Event) 2025-03-02 07:12:47 +08:00
rich2014
9263696889 FIX: disable renaming on files that cannot be renamed (such as MountPoint in iCloudDriver) 2025-03-02 07:07:51 +08:00
rich2014
c15e209c8b ADD: support Terminal in iCloudDriver 2025-03-01 18:15:01 +08:00
Alexander Koblov
85faf82d4b FIX: Read a special characters from doublecmd.xml (fixes #2176) 2025-02-28 20:15:56 +03:00
Alexander Koblov
39cbab00eb FIX: Copy WSL/Cygwin symbolic links (issue #2171) 2025-02-28 20:00:34 +03:00
Alexander Koblov
67d210711b ADD: Read WSL/Cygwin symbolic link target (issue #2171) 2025-02-28 19:58:18 +03:00
rich2014
2d32109c71 UPD: in the context menu of iCloudDriver, optimize download status with multiple files 2025-02-27 19:50:13 +08:00
rich2014
e139fcb5ee FIX: simplify code and avoid memory leaks 2025-02-27 19:50:13 +08:00
rich2014
562b9f6a21 ADD: automatically generate iCloud.json 2025-02-27 19:50:13 +08:00
Alexander Koblov
c3f34eee6f FIX: Copy symbolic link attributes under Windows (issue #2171) 2025-02-26 21:59:32 +03:00
rich2014
e692f4ae02 ADD: iCloud.json for iCloudDriver configuration 2025-02-26 22:36:39 +08:00
rich2014
c73ca8d67e UPD: make iCloudDriver Configurable 2025-02-26 22:36:39 +08:00
Alexander Koblov
c9d62203f0 UPD: German language file 2025-02-26 00:17:40 +03:00
rich2014
e3dd9f0212 FIX: make TiCloudDriverFileSource stateless 2025-02-24 22:39:56 +08:00
rich2014
7050048a4f FIX: address in TiCloudDriverFileSource.GetFileSource() 2025-02-24 22:29:53 +08:00
rich2014
1647bed358 FIX: repeat prompt @1512763 2025-02-23 21:56:49 +08:00
rich2014
dc58700a62 UPD: update zh_TW 2025-02-23 21:56:48 +08:00
rich2014
f71e7005a3 UPD: update zh_CN 2025-02-23 21:56:48 +08:00
rich2014
492432ecca UPD: i18n for @1512763 2025-02-23 21:56:48 +08:00
rich2014
7b29ac1016 ADD: detect unsupported copy operation and prompt 2025-02-23 21:56:48 +08:00
Alexander Koblov
0c47b49589 FIX: Viewer - wrong text wrapping (fixes #2183) 2025-02-23 14:14:41 +03:00
rich2014
31c3a76a20 ADD: finder tags edit panel i18n 2025-02-23 19:01:07 +08:00