Commit graph

5,795 commits

Author SHA1 Message Date
Denis Bisson
362af98a54 FIX: In the "Miscellaneous" configuration page, when the "Configuration file" of TC is specified with a relative path, the file couldn't be displayed when we click on the button to view it. This has been fixed. 2018-11-07 02:05:55 +00:00
Denis Bisson
c8cc4beeb1 RVT: Remove TPanel for viewer plugin in internal viewer added in last commit. Without being the form, some plugins think we're in quick vie mode and hide some controls. 2018-11-06 10:58:57 +00:00
Denis Bisson
223954c87b FIX: In internal viewer, if the preview panel was displayed and we were displaying a file content through a WLX plugin, we were missing left portion of what the plugin was trying to show (at least in Windows for sure). This has been fixed by adding a TPanel and having that panel to be assigned for plugin drawing.
FIX: Add a little fix/patch for the "hpg_ed" old plugin so it invoke a resize just when we launch it. Through 27 plugins tried, was the only one required that. :-(
2018-11-06 03:20:13 +00:00
Denis Bisson
0abaa2599a RMV: Remove six unused text strings from all languages files. Were removed from "TfrmViewer" but were still in language files...
ADD: Enable hints to be displayed in internal viewer for the whole window. When we're moving mouse over some controls on top of preview panel, these existing and translated hints will now be displayed.
2018-11-06 02:58:37 +00:00
Denis Bisson
28939cadb3 FIX: When importing/exporting "hot dirs" from/to TC, it was not working if TC configured path were not absolute. This has been fixed to also work with relative paths. 2018-11-06 02:23:58 +00:00
cordylus
7cb2c9ad09 FIX: Access Violation when pressing Escape multiple times to cancel scanning directories in Synchronize dirs... (reproducible with large directory trees on slow drives) 2018-11-05 18:58:47 +00:00
Alexander Koblov
ff59488019 FIX: Bug [0002174] Find and replace in files search may overwrite the wrong part of file #3 2018-11-05 09:41:30 +00:00
Alexander Koblov
c19c5215bd FIX: Bug [0002174] Find and replace in files search may overwrite the wrong part of file #2 2018-11-05 09:24:59 +00:00
Alexander Koblov
a99aa1af9d FIX: Bug [0002174] Find and replace in files search may overwrite the wrong part of file 2018-11-05 09:17:38 +00:00
cordylus
f90b40ffb6 UPD: Add mnemonic to Synchronize dirs... 2018-11-05 02:12:57 +00:00
cordylus
5fa625fb03 FIX: Bug [0002173] combine files sorting improvement 2018-11-05 01:11:03 +00:00
cordylus
d731630282 FIX: Bug [0001585] Help link on an internal command selector window 2018-11-05 00:56:06 +00:00
Denis Bisson
6c8b31e3db FIX: Text in labels for plugin description in configuration windows will now wordwrapped their content when resized so windows are better looking (especially with language with looooooooong words like in French!). Buttons at the bottom are then closer instead of being on far right since panel was originally resized to allow label to fit on one single line. 2018-11-04 22:10:15 +00:00
Alexander Koblov
2e78aa304c FIX: Bug [0002172] "Horizontal Panels Mode" does not work if the "Show drive buttons" is set to off 2018-11-04 21:44:10 +00:00
Denis Bisson
a42105768c RMV: Remove a colon from a group box caption to be consequent with the others.
UPD: Complete translations in French language file.
2018-11-04 18:45:18 +00:00
Alexander Koblov
cf69ef10ed FIX: Archiver options enabled state 2018-11-04 18:08:49 +00:00
Alexander Koblov
2b3484e304 ADD: It's possible to use different format in size column 2018-11-04 17:50:27 +00:00
Denis Bisson
3e06ac7579 ADD: Add an option in "Configuration" to determine the way the configuration tree will be displayed, whether it will be full expanded (default) or full collapsed. With many additions to that tree through the years, for the "medium users", it becomes annoying to have to scroll systematically in the options to reach the desired option when it's in the bottom portion of it.
UPD: Above modification added two strings in language files.
UPD: Complete translations in French language file.
2018-11-04 16:11:40 +00:00
Alexander Koblov
d476530895 FIX: Build under 64 bit 2018-11-04 12:02:58 +00:00
Alexander Koblov
756dd9f59b FIX: Bug [0002171] White rectangle below tabs after minimizing maximized DC window (after commit 8299) 2018-11-04 11:10:29 +00:00
Denis Bisson
1332e5365d FIX: When prompting use to enter a name for a new "Favorite Tabs" entry, the title and prompt caption text were mixed. This has been fixed with adaptation of the language files so work of translators have been preserved. Luckily, the 16 existing translation were based on the text itself and no one wrote his translation based on position of text where it appeared! These languages were Belarusian, Chineese, Croatian, Czech, Dutch, French, German, Greek, Japanese, Korean, Polish, Portugese, Portugese (Brazil), Russian, Slovenian and Spanish. 2018-11-04 01:23:49 +00:00
Alexander Koblov
1698b5974e FIX: MultiArc - use archive name without extension as list with empty list command 2018-11-03 20:54:00 +00:00
Alexander Koblov
2eb33fbdc9 FIX: Save "use archive name without extension as list" state 2018-11-03 20:32:01 +00:00
Denis Bisson
b3143b2aca CHG: Few modifications regarding plugins configuration.
ADD: Warn the user when attempting to quit the plugin configuration without having saved possible unsaved modification.
ADD: In the plugin configuration table, if a text is too large to fit in a column, a tooltip is displayed showing the complete text.
ADD: Individual configuration pages for DSX, WCX, WDX, WFX and WLX plugins.
ADD: Plugin tweak dialog windows now remember their dimensions from a session to another.
ADD: Double-click on an item in the list of plugins in the configuration now trigs the tweak window for selected plugin.
ADD: When we just add a plugin, it is now the selected one in the list.
ADD: Add an option to go to tweak dialog window right after a plugin in added.
CHG: The path to the plugin is now *loaded*, *displayed* and *saved* as what the user sees.
CHG: The path for the plugin files may now be defined with full relative path based on either windows special folders, environment variables or full complete path. It is not simply on a path deeper than %COMMANDERPATH% like it was before.
ADD: In the plugin tweak dialog window, we now have an actual "TFileNameEdit" with a button and the file requester to select our plugin location.
ADD: In the plugin tweak dialog window, we now have a button with a popup menu to help to adapt the path of the plugin location like to make it relative to a specified location.
ADD: There is now an option to make DC automatically use relative path to what we want when we add a plugin file. We may also apply that retro-active.
ADD: In the plugin configuration, do not display a column if not pertinent (like column 2 in WFX).
ADD: In the WCX plugin configuration window, we may display plugins grouped by plugin file or by file extension as they appear in config file AND how they are actually used when searching for a qualified one.
ADD: Add the internal command "cm_ConfigPlugins".
FIX: Added WCX plugin associated with an empty extension was not displayed at first in the grid and needed to close and reopen the configuration window. This is fixed.
FIX: Adding a file extension associated with a WCX plugin in the tweaking window from a WCX where previously *just one* extension was associated was not switching enabled the "Remove" button. This is fixed.
UPD: Languages files have been modified, but efforts have been made to re-use existing translations and to avoid "fuzzy" attributes.
2018-11-03 20:17:43 +00:00
Alexander Koblov
9bcf8f5422 ADD: MultiArc - use archive name without extension as list 2018-11-03 19:07:17 +00:00
Alexander Koblov
aee6958e22 FIX: Bug [0002158] Sync dir on network drive cause popup messages 2018-10-27 18:35:34 +00:00
Alexander Koblov
8b641be171 FIX: RabbitVCS overlay icons 2018-10-27 17:38:06 +00:00
Alexander Koblov
54da7ac707 FIX: Bug [0002159] Inactive Sel Frame Cursor doesn't work in Brief view and Thumbnails 2018-10-27 17:32:30 +00:00
Alexander Koblov
22c6c34047 ADD: Feature [0001762] Show the processes, which lock the file from deletion #8 2018-10-26 19:31:42 +00:00
Alexander Koblov
59e4fe1012 ADD: Feature [0001762] Show the processes, which lock the file from deletion #7 2018-10-26 19:23:30 +00:00
Alexander Koblov
502dce3273 ADD: Feature [0001762] Show the processes, which lock the file from deletion #6 2018-10-26 19:13:29 +00:00
Alexander Koblov
c0a24e87c3 ADD: Feature [0001762] Show the processes, which lock the file from deletion #5 2018-10-26 18:41:01 +00:00
Alexander Koblov
6c514130fb ADD: Feature [0001762] Show the processes, which lock the file from deletion #4 2018-10-26 18:23:17 +00:00
Alexander Koblov
621c2429a3 ADD: Feature [0001762] Show the processes, which lock the file from deletion #3 2018-10-26 17:24:07 +00:00
Alexander Koblov
3516f8d117 ADD: Feature [0001762] Show the processes, which lock the file from deletion #2 2018-10-26 16:58:54 +00:00
Alexander Koblov
3a77011ffd ADD: Feature [0001762] Show the processes, which lock the file from deletion #1 2018-10-25 17:34:55 +00:00
Alexander Koblov
e8e242948f FIX: Skip bad handles 2018-10-24 19:30:27 +00:00
Alexander Koblov
4ee5001ec3 UPD: Optimization 2018-10-22 20:38:38 +00:00
Alexander Koblov
091fe70d2d ADD: Delete operation - show which process has locked file (.dll) 2018-10-22 19:07:07 +00:00
Alexander Koblov
c5e8537ccb ADD: Delete operation - show which process has locked file (Windows >= 2000) 2018-10-21 16:27:31 +00:00
Alexander Koblov
4ecf320a67 ADD: Delete operation - show which process has locked file (Windows) 2018-10-21 12:21:26 +00:00
Alexander Koblov
04b822b7a6 FIX: Bug [0000705] Tries to open BitLocker ecrypted drive #4 2018-10-21 10:54:49 +00:00
Alexander Koblov
942298ead6 FIX: Bug [0000705] Tries to open BitLocker ecrypted drive #3 2018-10-21 10:53:05 +00:00
Alexander Koblov
af2be465a8 FIX: Bug [0000705] Tries to open BitLocker ecrypted drive #2 2018-10-21 10:44:05 +00:00
Alexander Koblov
58da47e070 FIX: Bug [0002138] Synchronize dirs has problems with mixed case filenames 2018-10-21 09:16:02 +00:00
Alexander Koblov
1fcd440724 FIX: Bug [0002141] Link failure on ARM #2 2018-10-21 08:08:54 +00:00
Alexander Koblov
305402a046 FIX: Bug [0002148] Item in Directory Hotlist changes to Command when importing bookmark with prefix "ccm_" 2018-10-20 11:04:33 +00:00
Alexander Koblov
2f59c07def FIX: Tabs context menu position 2018-10-20 10:58:07 +00:00
Alexander Koblov
22d3d226d7 FIX: Add symlink to file into TAR archive using internal writer 2018-10-20 09:15:55 +00:00
Alexander Koblov
7a04a2a9bc FIX: Bug [0002141] Link failure on ARM 2018-10-20 08:35:18 +00:00