Commit graph

10,630 commits

Author SHA1 Message Date
rich2014
409cdae2bf
UPD: DARWIN: Renamed Event supported in fswatch on MacOS (#847) 2023-03-05 10:43:51 +03:00
Alexander Koblov
615823d2e8 ADD: DialogAPI - DM_GETTEXT/DM_SETTEXT for TCheckBox 2023-03-04 23:56:04 +03:00
Alexander Koblov
3b0cb68bae UPD: DialogAPI - refactoring 2023-03-04 23:56:03 +03:00
Alexander Koblov
9aa7dda9a4 ADD: DialogAPI - timer component 2023-03-04 23:56:03 +03:00
Andrey
cf83c96f73
FIX: Drive list popup for Linux (#843)
* FIX: Drive list popup for Linux

Correct total size for mounted network devices and non mounted [optical] drives.
P.S. Changes in uudev.pas is not necessary but I think it'll bring to error in the future.

* better solution
2023-03-04 23:13:46 +03:00
Andrey
d2f4833559
Update .gitignore (#844)
Add main exec file for Linux
2023-03-04 23:11:09 +03:00
Alexander Koblov
25ec33e563 FIX: Find files - find text in the drive root (issue #839) 2023-03-04 18:13:56 +03:00
Alexander Koblov
a30b7c5793 ADD: DialogAPI - send DN_CLOSE message 2023-03-02 22:56:25 +03:00
Alexander Koblov
0af8dacf2e FIX: Options - selection reset with Lazarus 2.3 2023-03-02 22:29:23 +03:00
Alexander Koblov
13bd3ce79b ADD: Zip - .tzst extension 2023-02-28 21:46:17 +03:00
Alexander Koblov
b0b901287d UPD: Main window - open help index by F1 key 2023-02-28 20:10:01 +03:00
Alexander Koblov
2150343460 UPD: AudioInfo - return empty string instead ft_fieldempty 2023-02-28 18:42:56 +03:00
Alexander Koblov
b2dc3cb380 FIX: Default language file name 2023-02-28 18:41:37 +03:00
Alexander Koblov
6cd0d89f28 UPD: Language files 2023-02-27 22:38:04 +03:00
Alexander Koblov
df2b6a6c05 UPD: Lazarus translation resource files 2023-02-27 22:32:09 +03:00
Alexander Koblov
37d1ebd601 FIX: Limit filter width (include help button) 2023-02-27 22:29:33 +03:00
Andrey
4d07f5a03c
ADD: Button Help for Options (#835)
* ADD: Button Help for Options

1. Added HelpKeywords for remaining pages.
2. Added Help button to show that you open Help. Button will be invisible when no HelpKeyword.
3. Some small changes: Default and Cancel for TAttributesEdit and change owner for calling from Option page (because when Position=poOwnerFormCenter the owner have to be properly set to avoid showing not at the center as it was before).
2023-02-27 22:13:30 +03:00
Alexander Koblov
b50740cef7 FIX: Zip - crash on compression when libzstd not found 2023-02-26 14:16:19 +03:00
Alexander Koblov
735cf33d5b ADD: Zip - translate resource strings 2023-02-25 17:23:18 +03:00
Alexander Koblov
18536d96a9 ADD: ExtensionAPI - TranslateString function 2023-02-25 17:16:55 +03:00
Alexander Koblov
47680a5cc6 FIX: AudioInfo - read ID3v2.4 with UTF-16 encoding 2023-02-25 14:09:41 +03:00
Alexander Koblov
0e85cbb10a UPD: Optimize resource strings translation 2023-02-25 13:09:40 +03:00
Alexander Koblov
594c2beaba FIX: Zip - wrong checksum 2023-02-25 12:12:10 +03:00
Alexander Koblov
70187320b1 UPD: Language files 2023-02-25 12:00:23 +03:00
Alexander Koblov
8c46e8b089 ADD: Zip - capability to change compression settings of all supported formats 2023-02-25 12:00:23 +03:00
Alexander Koblov
e128e03eb8 UPD: Debian package 2023-02-23 19:19:51 +03:00
Alexander Koblov
7c6b433ade FIX: Default language file name 2023-02-23 19:12:29 +03:00
Alexander Koblov
bd70e87647 UPD: TreeFilterEdit width 2023-02-23 19:11:08 +03:00
Alexander Koblov
09762d955d FIX: Unpacking file from zip with entering empty destination (fixes #826) 2023-02-23 14:11:01 +03:00
Alexander Koblov
0f01e5e19a FIX: DC ignores WDX plugin file detection string when searching (fixes #833) 2023-02-23 12:22:38 +03:00
Alexander Koblov
f09c9de84e UPD: Allow to use icon from pixmaps.txt for .ico 2023-02-22 21:10:04 +03:00
Alexander Koblov
fceb298cd5 FIX: MinimizeFilePath and Unicode file name 2023-02-22 20:42:24 +03:00
Andrey
2999eb3e5a
UPD: Better looking for command line (#825) 2023-02-22 20:36:05 +03:00
Andrey
8b9ac49d43
Fix: Bug with no init Size and strange Disk size for ex. with network and optical drive (#818) 2023-02-21 20:39:35 +03:00
Alexander Koblov
6cf2d25f7b FIX: Load RSVG library and it dependencies from the same path (fixes #752) 2023-02-19 17:28:12 +03:00
rich2014
5756b711b3
ADD: AutoRefresh: subdir in FlatView Mode supported on MacOS (#815)
* FIX: ufileview in FlatView mode: issues when there are files with the same name in different subdirectories

* ADD: AutoRefresh: subdir in FlatView Mode supported on MacOS
2023-02-19 15:40:25 +03:00
Alexander Koblov
9181487d58 FIX: Overwrite dialog - bad file size formatting 2023-02-19 00:16:13 +03:00
Alexander Koblov
3e0c814e41 ADD: Context help links for several options pages 2023-02-19 00:12:55 +03:00
Alexander Koblov
17c85f1c51 UPD: Overwrite dialog - rearrange buttons 2023-02-18 15:29:17 +03:00
Alexander Koblov
71b938edb3 DEL: Unused unit 2023-02-18 13:20:19 +03:00
Alexander Koblov
cb15de0993 ADD: Find files - exclude directories with absolute path 2023-02-18 13:17:35 +03:00
Alexander Koblov
6361f6577b FIX: Locked tabs - reuse existing tab when possible (with archive) 2023-02-18 13:17:35 +03:00
Andrey
0085139487
UPD: Format file sizes and counts in file dialogs (v.2) (#816)
Now DC uses options for file size when file replacing and also format number of files according to regional settings of OS.
2023-02-18 13:07:55 +03:00
Alexander Koblov
ccb6556486 FIX: Find files - exclude multiple relative subdirectories 2023-02-15 19:18:40 +03:00
Alexander Koblov
0f90c2580b UPD: Zip - speed up .zipx creation 2023-02-14 20:17:39 +03:00
Alexander Koblov
c018bcf38e UPD: ImageMagick library version list 2023-02-14 20:05:17 +03:00
Alexander Koblov
7159dd4ddd UPD: Zip - doublecmd.diff 2023-02-13 19:17:52 +03:00
Alexander Koblov
4c027c42a9 FIX: Incorrect .tar.gz archive reading: same directory appears multiple time (fixes #809) 2023-02-13 19:10:09 +03:00
Alexander Koblov
1012ae0bff ADD: MultiArc - don't show file size when it has been parsed incorrectly 2023-02-12 17:20:47 +03:00
Alexander Koblov
ff22ea0858 ADD: FTP - don't show size for connections 2023-02-12 12:57:12 +03:00