Commit graph

10,307 commits

Author SHA1 Message Date
rich2014
cf0e895b45
ADD: added integration with MacOS (#530)
* ADD: MacOS: added integration with MacOS. using the system context 'services' menu, reveal selected folder or file in Double Commander (for all apps including Finder.app)

* FIX: Free Resource
2022-08-08 21:23:37 +03:00
Alexander Koblov
cb21bfedb8 ADD: Show in the properties dialog which addon/plugin used to open archive 2022-08-07 11:39:22 +03:00
Nick Korotysh
5f5704382c
FIX: use ad-hoc signing, fixes "Double Commander is damaged" on ARM-based Macs (#523) 2022-08-06 13:04:56 +03:00
Alexander Koblov
8d01d3cd10 UPD: Project file 2022-08-06 12:48:25 +03:00
Alexander Koblov
6ea44db451 FIX: Extract encrypted RAR archive when password contains non-ASCII characters 2022-08-06 12:48:25 +03:00
rich2014
d688c5e5fe
FIX: DARWIN: load the icon file content by native method (#513)
* FIX: DARWIN: load the icon file content by native method, support all MacOS ICNS formats (bitmap/png/jpeg), and avoid limited image formats support of Lazarus

* FIX: DARWIN: OpenWithSubMenu ImageList not free
2022-08-03 18:43:34 +03:00
Alexander Koblov
aca79a3b30 FIX: Abort FileSourceOperation 2022-08-01 19:13:35 +03:00
Alexander Koblov
cd3db6e871 FIX: Select duplicates dialog (wrong selection in the last group) 2022-08-01 19:11:55 +03:00
Alexander Koblov
38342adcc2 FIX: SevenZip - Create .zip archives 2022-07-31 22:33:59 +03:00
Alexander Koblov
60e4418a84 FIX: DC_CONFIG_PATH value 2022-07-31 22:19:00 +03:00
Alexander Koblov
6995fe0c30 FIX: Command line parameter '--debug-log' (Lazarus >= 2.2) 2022-07-31 18:44:20 +03:00
rich2014
99347219e2
FIX: get app icon filename by native method, support Binary format of Info.plist, replace the original HACK code (#511) 2022-07-16 20:27:04 +03:00
Alexander Koblov
00ea415c48 FIX: Unrar - don't rewrite configuration file 2022-07-15 18:12:16 +03:00
Alexander Koblov
0c49b02fb2 UPD: Disable create archive inside other archive (function not supported) 2022-07-14 22:51:40 +03:00
Alexander Koblov
afa1f40635 ADD: Allow to change archiver options when copy into archive 2022-07-14 22:21:28 +03:00
Alexander Koblov
9d468c8aca FIX: SevenZip - save configuration when path contains non ASCII characters 2022-07-14 18:41:28 +03:00
Alexander Koblov
cb5357bf45 FIX: Unrar - save configuration when path contains non ASCII characters 2022-07-14 18:31:24 +03:00
Alexander Koblov
a350294645 FIX: Line-endings 2022-07-13 20:00:13 +03:00
Alexander Koblov
6b0199f74e FIX: Line-endings 2022-07-12 20:42:55 +03:00
rich
8055793373 FIX: GUI becomes unresponsive or freezes when deleting large numbers of files, especially on slow storage devices 2022-07-10 23:09:53 +03:00
rich
37bce52dc9 FIX: in "Synchronize directories", KASProgressBar isn't reset while synchronize again 2022-07-10 23:09:53 +03:00
rich
20e6fe69e5 UPD: Cocoa: show progress by Caption (make up a lack of KASProgressBar on Cocoa) 2022-07-10 23:09:53 +03:00
rich
74cfa08245 FIX #481: Cocoa: hard to see in "Synchronize directories" (transparent background by "clDefault" color) 2022-07-10 23:09:53 +03:00
Alexander Koblov
710c2d6cc2 FIX: Error Access Violation in "Directory Hotlist" (fixes #491) 2022-07-08 18:45:20 +03:00
Alexander Koblov
c1e9164dc1 FIX: Remove UseConfigInProgramDir from doublecmd.xml 2022-07-08 18:26:40 +03:00
Alexander Koblov
0172748aef FIX: Path to doublecmd.cfg 2022-07-08 18:10:51 +03:00
Alexander Koblov
7164b4edac FIX: Error Access Violation in "Directory Hotlist" (fixes #491) 2022-07-07 22:07:46 +03:00
Alexander Koblov
178f2bf71b UPD: Enable native Wayland support (Qt5, Lazarus >= 2.2.0) 2022-07-07 21:35:21 +03:00
Alexander Koblov
ee10799e62 FIX: Build under Linux (Qt5) 2022-07-06 20:31:23 +03:00
Alexander Koblov
1f4a43dc75 FIX: Line-endings 2022-07-06 20:21:59 +03:00
Alexander Koblov
1266bfcdba UPD: Store doublecmd.cfg near doublecmd.xml 2022-07-06 20:13:40 +03:00
Alexander Koblov
70f990d3dd UPD: Refactoring 2022-07-05 22:17:42 +03:00
rich2014
29571938ce
ADD: DARWIN: copy/cut/paste files perfectly, true file format instead of text string, no matter inside dc or on external apps (MacOs 10.5 compatibility) (#494)
* UDP: Refactor uClipboard to add darwin support later

* ADD: DARWIN: Clipboard base support

* ADD: DARWIN: add copy/cut files perfectly, true file format instead of text string, no matter inside dc or on external apps (MacOs 10.5 compatibility)

* ADD: DARWIN: add copy/cut files perfectly, true file format instead of text string, no matter inside dc or on external apps (MacOs 10.5 compatibility)

Co-authored-by: rich <102933068+rich222222@users.noreply.github.com>
2022-07-05 19:05:13 +03:00
Alexander Koblov
0f8f9f3563 FIX: Rename file on copy 2022-07-05 18:58:40 +03:00
rich2014
6ed8b87722
FIX: DARWIN: incorrectly setting the AllowDropFiles property, preventing dragdrop files from external apps (#493) 2022-07-03 19:09:33 +03:00
Alexander Koblov
d056097608 UPD: Clean up
FIX: Wrong lParam value
2022-07-01 22:29:28 +03:00
Alexander Koblov
f3e558ca31 UPD: Enable RichView plugin 2022-07-01 22:04:43 +03:00
Alexander Koblov
6b976b54b5 ADD: RichView plugin 2022-07-01 21:57:15 +03:00
Alexander Koblov
c44d56ace6 FIX: Viewer - hang on view corrupted .gif 2022-06-30 21:38:17 +03:00
Alexander Koblov
03e6a989d9 FIX: Zip - extract file with long name (> 100) from .tar archive in the pax format 2022-06-27 20:39:24 +03:00
Alexander Koblov
c3f0f99774 ADD: Zip - show bzip2/zstd/xz compression/decompression progress 2022-06-21 21:35:33 +03:00
rich2014
15d5af3910
FIX: Cocoa: FileViewNotebook will fall into chaos, caused by popup menu after DblClick on tabs (#477) 2022-06-19 00:03:41 +03:00
Alexander Koblov
7b23ccf8a9 FIX: Tree view menu height (exclude task bar) 2022-06-18 15:56:49 +03:00
Alexander Koblov
ff2732ac56 FIX: ExcludeBackPathDelimiter with drive root 2022-06-17 19:20:55 +03:00
Alexander Koblov
4b7187f153 ADD: Save volume size history 2022-06-14 19:24:19 +03:00
Alexander Koblov
73be93a767 UPD: Copyright year 2022-06-14 19:24:09 +03:00
Alexander Koblov
ac90cd8e54 FIX: Save create directories history 2022-06-14 19:21:06 +03:00
rich2014
a0ce8876f8
UPD: Cocoa: switch panel and tab more like on windows(when mouse down) (#467)
Co-authored-by: rich <102933068+rich222222@users.noreply.github.com>
2022-06-13 13:51:49 +03:00
Alexander Koblov
9cdebe8103 UPD: Create separate archives - request password and volume size only once 2022-06-12 22:02:42 +03:00
Alexander Koblov
8f581caf47 UPD: Use tilde symbol as revision delimiter 2022-06-12 15:48:47 +03:00