Denis Bisson
ff8b35095b
FIX: In a few dialog boxes, show correctly the ampersand sign that may be present in filenames instead of removing it and show a single letter underlined. For example will show <Delete selected "Questions & réponses.docx" into trash can?> instead of showing <Delete selected "Questions _réponses.docx" into trash can?>.
2016-06-12 23:24:50 +00:00
Alexander Koblov
fead560031
FIX: Read in Ansi encoding
2016-06-12 19:54:23 +00:00
Alexander Koblov
d88abbed96
FIX: Use strict encoding detection
2016-06-12 18:58:37 +00:00
Alexander Koblov
eb78f8b1db
FIX: Create new descript.ion in other folder
2016-06-12 17:02:58 +00:00
Alexander Koblov
89e6813e03
FIX: Determine UTF-8 encoding
2016-06-12 16:56:00 +00:00
Alexander Koblov
afc22c53bf
UPD: Rearrange controls
2016-06-12 16:27:13 +00:00
Alexander Koblov
d51867344c
UPD: Language files
2016-06-12 16:19:55 +00:00
Alexander Koblov
e783979f9a
FIX: Bug [0001278] GetFileComment and descript.ion encoding
2016-06-12 16:11:07 +00:00
Alexander Koblov
ee4e142b7a
UPD: Enable auto sizing (issue with High DPI)
2016-06-12 07:43:18 +00:00
Alexander Koblov
3d3f7887a1
FIX: Do not crash if name contains directory separator (issue 0001408)
2016-06-12 06:25:03 +00:00
Denis Bisson
6f6d3aec41
FIX: Application is now back buildable under Windows after changing place a {$ENDIF}
2016-06-12 00:44:29 +00:00
Alexander Koblov
e492a715ff
FIX: Workaround for bug [0001409]
2016-06-11 16:41:55 +00:00
Alexander Koblov
a6dbd9f088
UPD: Clean up
2016-06-11 15:54:09 +00:00
Alexander Koblov
10fe184843
FIX: Encoding in FindFirst/FindNext
2016-06-11 15:45:12 +00:00
Alexander Koblov
1d474290cd
FIX: Auth window alignment
2016-06-11 15:22:52 +00:00
Alexander Koblov
f2e784d8eb
FIX: Open samba share using GIO
2016-06-11 15:05:49 +00:00
Alexander Koblov
18458186dc
UPD: Optimize speed
2016-06-11 12:02:49 +00:00
Alexander Koblov
fbd07d50f3
ADD: Calculate/verify SHA-3
2016-06-11 11:09:54 +00:00
Alexander Koblov
23aa42ace7
ADD: SHA3 support
2016-06-11 10:56:39 +00:00
Alexander Koblov
69831205ba
FIX: Bug [0001364] EAccessViolation if both panel have many file with description
2016-06-11 07:35:23 +00:00
Alexander Koblov
0b7a1f39a9
FIX: Don't show ft_fulltext
2016-06-11 06:23:02 +00:00
Alexander Koblov
33a7396e36
ADD: ContentGetValue stub
2016-06-11 06:21:30 +00:00
Alexander Koblov
d4a54bb437
ADD: ft_fulltextw to SDK
2016-06-11 06:03:58 +00:00
Alexander Koblov
f44358b5a9
ADD: Set WM_WINDOW_ROLE property
2016-06-11 05:48:24 +00:00
Alexander Koblov
21a17a5340
UPD: Tree view small icon
2016-06-11 05:40:21 +00:00
Alexander Koblov
36715f7337
FIX: Bug [0001406]
2016-06-11 05:12:27 +00:00
Alexander Koblov
92cd74b99a
UPD: German translation by linuxbastler
2016-06-10 17:39:05 +00:00
Alexander Koblov
f13e641a1c
UPD: German translation by linuxbastler
2016-06-10 17:36:12 +00:00
Denis Bisson
ad7e6ddc23
FIX: Left/Right spacing from border of panel button in "fMsg.lfm" has been set from 0 to 12. This way, it solves the problem where in some circumstances the buttons on right side of the confirmation dialog window were truncated by the right side of the window. This solves for example the issue [0001328] of bug report.
2016-06-08 02:07:59 +00:00
Denis Bisson
294a22564c
ADD: Resource strings of "fTreeViewMenu" unit now included in language files.
...
UPD: Language files update.
UPD: French language file back 100% translated.
2016-06-08 02:07:03 +00:00
Denis Bisson
3b0e01103d
UPD: The unit "fTreeViewMenu" was not included in the project. Now it is and so "fTreeViewMenu.lrt" added to repository.
2016-06-08 02:05:43 +00:00
Alexander Koblov
994383081b
FIX: Compiling
2016-06-06 18:37:02 +00:00
Alexander Koblov
a8796774ac
ADD: Small tree view icon
2016-06-06 13:50:09 +00:00
Alexander Koblov
3dc1548e8e
FIX: Lost locked tabs
2016-06-04 23:22:25 +00:00
Denis Bisson
3b0d3da571
UPD: Language files update.
...
UPD: French language file back 100% translated.
2016-06-04 15:52:38 +00:00
Denis Bisson
1278c343b8
FIX: With previous version, when the user was requesting to make a path relative to en environment variable from "Spcial Dirs", the result was not always optimal. For example, if environment variable %EnvPath% was equal to "C:\Path1\Path2" and the user has configured a tool button to use file at "C:\Path1\Path2\Path3\File.exe", when user was selecting the function to "Make path relative to environment variable - %EnvPath%", the result that was returned before was "%EnvPath%\..\Path2\Path3\File.bin". This was not causing any errors but in fact it was not optimal since the correct result should have been "%EnvPath%\Path3\File.bin". So this has been fixed.
...
UPD: Safety rails added to function "GetCorrectPathForHotDirFromHints" and the trailing path delimiter is not adding in memory when collecting environment variables that looks like path in "PopulateSpecialDir". This will make them like the Windows special path collected as well.
2016-06-04 15:38:28 +00:00
Denis Bisson
8444ee202e
FIX: In the "File Panel Color" configuration window, when we were setting the brightness of inactive panel to 100%, in the preview, it turn from 99-almost-full-bright to 100-dark. This has been fix to really be full bright as in the actual file panels.
2016-06-04 15:37:54 +00:00
Denis Bisson
02670bc12e
UPD: Cosmetic modification to eliminate unaesthetic empty spaces around button of "TFileNameEdit" and "TEditButton". This was done in forms for the configuration forms for archivers, file associations, logs, miscellaneous, toolbar, differ and editor tool and ignore list.
...
UPD: At the same time, minor corrections here and there in alignment of few controls.
2016-06-04 15:37:28 +00:00
Alexander Koblov
d319865a8d
FIX: Windows CE 5.1 FTP-server conflict with BullGCOS7
2016-06-04 08:17:39 +00:00
Denis Bisson
6624b79147
FIX: Fix the way the background color of a selected file in brief view mode is determined when the selection use inverted color. Now the behavior in brief view is more similar to what it is in column view.
2016-06-01 02:02:43 +00:00
Denis Bisson
46a5f4625a
UPD: Language files update.
...
UPD: French language file back 100% translated.
2016-06-01 01:35:18 +00:00
Denis Bisson
19b3a7dbe7
ADD: Internal command "cm_markplus" may now receive four new parameters: "mask=string", "casesensitive=on/off", "ignoreaccents=on/off" and "windowsinterpretation=on/off".
...
ADD: When invoking internal command "cm_markplus" without parameters, the requester allows us to indicate if mark should be interpreted case-sensitively and if we want to ignore accentued letter or not.
ADD: New global miscellaneous option to have the specified filter be evaluated like Windows. So for example "*.*" will select anything "*." will select all entries without extensions, etc. Default is legacy, so non-compatible with Windows. So * select all, *.* don't select all.
ADD: Same three above modifications also apply for the internal command "cm_MarkMinus".
FIX: Regarding the input mask history list, since we were adding the new mask at the *end* of the existing ones in the list and we were saving the 50 ones at the *beginning* of it, after many sessions, we were not saving any new mask values! This has been fixed in such a way that when we're typing mask, they are placed always at the beginning of the list so they will be saved and restored correctly on future session. Since they are recent, it's also convenient to have them on top of the list.
2016-06-01 01:26:50 +00:00
Denis Bisson
d0cbba8ff2
ADD: In popup menu for helping user to remember usage of the "%-variable" for parameters, new items displayed regarding "%LU", "%LQ", "%LUQ", "%LWQ", "%FU", "%FQ", "%FUQ", "%FWQ", "%RU", "%RQ", "%RUQ" and "%RWQ" with suffixes regarding source, destination, etc.
2016-06-01 01:13:08 +00:00
Denis Bisson
93a31aa2bd
UPD: A little more room for typing command in the internal command dialog requester.
2016-06-01 01:07:44 +00:00
Denis Bisson
a15052a9ab
FIX: When holding the CTRL key when clicking on a date/time in the "cm_setfileproperties" command dialog, it will also change for the same the other date/time. This was not working anymore since february with the integration of the new DateTimePicker from Lazarus.
2016-06-01 01:06:45 +00:00
Denis Bisson
46878d3453
UPD: Change the icon for the internal command "cm_markunmarkall" for a new one. The previous one was identical to the "cm_markminus" and could be confuse with it.
2016-06-01 01:00:07 +00:00
Alexander Koblov
8f3abf4d73
FIX: Bug [0001339] Option Frame Cursor no longer works
2016-05-31 20:34:24 +00:00
Alexander Koblov
dbce227812
FIX: Bug [0001394]
2016-05-30 19:09:44 +00:00
Alexander Koblov
cde9b90ecb
ADD: Windows CE 5.1 FTP-server support
2016-05-29 15:59:13 +00:00
Alexander Koblov
d035daea40
UPD: Debian files
2016-05-29 12:54:02 +00:00