Latest Version of Total Commander

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.0 public beta 22 (32/64)

Added: (Experimental) Change font for tooltips separately: wincmd.ini, resolution-specific section, FontNameTip, FontCharsetTip, FontSizeTip and FontStyleTip (TC uses the dialog box settings if these are not present) (32/64)
Added: Options to set format of WM_GETTEXT result (for screen readers): wincmd.ini [Configuration] GetTextMode=0: Delimiter: 0: space, 1: tab, 2=<cr> 3=<cr><lf> 4=like 2 5=like 3. 4&5 show fields with column headers (tab-separated), e.g. Name:<tab>Filename<cr>Size:<tab>10k (32/64)
Fixed: Inactive focus rectangle not redrawn correctly when user closes inplace rename edit box by clicking in other panel (32)
Fixed: When starting TC maximized, extensions could be shown attached to names by mistake because the calculation returns -1 for the name column width, which means directly after name (32/64)
Fixed: Installing a plugin a second time didn't find the previous installation if the existing plugin path contained an environment variable (32/64)
Fixed: FTP: Displayed file sizes invalid (far too large) when using a template (64)
Fixed: When uninstalling 64-bit version, UNRAR9X.DLL from a 32-bit version in the same directory wasn't removed. Cannot remove 32-bit links because they may be pointing to a different directory (64)
Fixed: Use timer to show inplace edit box in synchronize dirs in a similar way to the main program, otherwise double clicks do not work always (32/64)
Fixed: Ctrl+Enter still selected the entire command line when it had the focus AND Ctrl was released before the Enter key (64)
Fixed: Packer plugin configuration dialog: Show "File x not found" error when the user enters a non-existing plugin name manually (32/64)
Fixed: Don't set cursor in source window when user closes inplace rename box by clicking in other panel (64)
Added: Log function for icon thread: wincmd.ini [Configuration] DebugIconThread=1 to allow test why icon extraction or dir size calculation hangs (=2 for more details) (32/64)
Fixed: Changed Lazarus code to draw menu bar background area correctly (just the empty area) (64)
Fixed: Menu background was drawn incorrectly with classic theme (64)
Fixed: Menu wasn't drawn disabled with classic theme when TC/Lister didn't have the focus (64)
Fixed: On some computers, changing themes causes problems with main menu bar (menu items have 0 width) -> try to call DrawMenuBar with a timer, also try normal width if theme width returns 0 (64)
Fixed: Inplace rename edit box in sync tool was using the wrong colors (instead, use standard window text and background) (32/64)
tc80x32beta22.zip

tc80x64beta22.zip
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 7.57a release candidate 2 32-bit

Fixed: Icon thread (used to load icons and calculate dir size in background) may stop when adding files to background transfer manager
Fixed: When packing each selected file/folder to a separate archive, the selection was no longer cleared after packing
Fixed: Updated Chinese translation
 

marce

VIP
Messages
7,115
Total Commander 7.57a for Windows released!


Code:
Total Commander 7.57a FINAL is available now!
What's new in TC 7.57a?
This version mainly corrects some errors which were found after the release of Total Commander 7.57. For example, calculating the size of directories with Alt+Shift+Enter sometimes stopped working after copying files in background.

Christian Ghisler
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.0 public beta 23 (32/64) :thum:

Fixed: Do not create names longer than 259 characters in multi-rename tool with LongNameCopy=3 (=long names disallowed) (32/64)
Added: HideRemovableNoMedia now also works in dialog "Drive not found!" (value: 2) and Search - Drives (value: 4) (32/64)
Fixed: Tip window with panel width percentage value was not removed when invoking the split panel from the outside (32/64)
Fixed: Starting totalcmd with parameter /S=L and clicking on "Cancel" kept the program running in the background (64)
Fixed: FTP logging not working if normal file logging was disabled (32/64)
Fixed: Button with parameter creating list file (e.g. %L) used with %Z within an archive returned path inside the archive twice (32/64)
Fixed: Button with parameter %Z%p or %Z%m used within an archive returned path without archive name (32/64)
Fixed: Button with parameter %Z%N, %Z%M, %Z%R or %Z%S used within an archive returned file name(s) with relative path inside the archive (32/64)
Fixed: Text labels in FTP toolbar had wrong colors after turning XP background on and off in Configuration - Options - Layout, but only with drive button bar turned off (64)
Fixed: When renaming a file in file system plugin failed, the resulting error dialog wasn't modal (32/64)
Fixed: Failed to read NTFS timestamps from RAR archives (just the DOS timestamps were read), so no odd seconds were supported (64)
Fixed: Do not update target for each archive when packing (moving) each selected dir to a separate ZIP archive (32/64)
Fixed: Ctrl+F5 (reverse search direction) not working in Lister (64)
Fixed: Set CheckUsbHdd=0 in wincmd.ini if the check whether a harddisk is connected externally takes longer than half a second, and the user hasn't set CheckUsbHdd=1 manually (32/64)
Fixed: Icon thread (used to load icons and calculate dir size in background) may stop when adding files to background transfer manager (32/64)
Fixed: Unicode names in ZIP and RAR files not decoded correctly (due to bug in Free Pascal) (64)
Fixed: When packing each selected file/folder to a separate archive, the selection was no longer cleared after packing (32/64)
Fixed: When packing with option RemovableInTemp=1 and the user aborts the copying of the new ZIP from TEMP, allow user to continue copying. Erase partial ZIP when aborting (new zip in TEMP is not deleted) (32/64)
Fixed: Installing a plugin twice in the same session didn't find the previous installation if the existing plugin path contained an environment variable (64)
Fixed: Wrong text color in inplace rename edit box in multi-rename tool (file list text color instead of system text color) (32/64)
Fixed: Synchronize dirs and compare by content could not handle names longer than 259 characters due to length limit in edit box (64)
Fixed: Support copying of directories with spaces at the end (32/64)
tc80x32beta23.zip

tc80x64beta23.zip
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.0 public beta 24 (32/64) 30.03.12

Added: wcx_ftp.ini [General] DecodePercent=0: If set to 1, decode %hex values in user name/password in URLs (32/64)
Added: wincmd.ini [Configuration] SubdirCopyOrder=4 sets order in which files in subdirs are copied: 4=unsorted (default), 5=like active panel (no custom columns), 0..3 ascending by name, ext, size, date, -1..-4 descending by name, ext, size, date (32/64)
Fixed: On Windows 8 consumer preview, Metro apps have strange DefaultIcon entries which couldn't be loaded -> use SHGetFileInfo (32/64)
Fixed: Some jpg files could cause an SSE floating point exception in Microsoft's PhotoMetadataHandler -> turn off SSE exceptions before each call to GetInfoTip (32/64)
Fixed: Background transfer manager: The "+" button allowed to add files from port connection although the latter doesn't support transfers in background (it cannot handle multiple transfers in parallel) (32/64)
Fixed: Synchronize dirs with plugins not creating remote directories if the used plugin only contained the Unicode MkDirW function, e.g. WebDAV (32/64)
Fixed: Pack with password: Password confirmation dialog could be confirmed with ENTER even if the two passwords didn't match (64)
Fixed: Command md foldername with space at end in the command line (e.g. from Ctrl+Enter) unintentionally created dirs with space at end. Use double quotes to create such dirs (64)
Fixed: Hotkeys in dialog not working when focus on certain controls (e.g. checkboxes) when "Punto Switcher" tool was running (64)
Added: Screen readers: Use same GetTextMode options also in multi-rename tool (32/64)
Added: Screen readers: Made GetTextMode=1 (tab-delimited) the default (32/64)
Added: (Experimental): wcx_ftp.ini, SpecialFlags option, new value 2048: Duplicate all characters with code #255 for servers expecting Telnet-style escape characters (32/64)
Fixed: Unpacking multiple archives to protected dir with Alt+F9 -> elevation dialog was shown only as an icon in the task bar (reason: TC window was given as parent instead of progress dialog) (32/64)
Fixed: Unpacking RAR archive with Alt+F9 didn't pass user-specified switches to external RAR (e.g. -kb to keep broken files) (32/64)
Fixed: "Copy dir timestamps" was copying wrong timestamp when copying a folder with multiple subfolders (32/64)
Fixed: No thousands separators were shown in copy progress dialog for number of copied files and their size (32/64)
Fixed: Button bar: Do not show triangle overlay for buttons with command "OPENBAR" when "minimized" is checked. Leave out "OPENBAR" to show .bar file as menu (32/64)
Fixed: Button bar: Right click on button: Function "Edit linked button bar" not working when using command OPENBAR (32/64)
Fixed: Crash on Ctrl+PgDn or Ctrl+Q on EXE smaller than 2.5 kBytes trying to detect it as an archive (64)
Fixed: Crash on Alt+F1/F2 in some rare cases (64)
Fixed: The breadcrumb bar could not be closed with a click outside if a subdirectory was opened and closed with the keyboard (32/64)
Fixed: Workaround to Windows 8 bug (failure to launch any EXE files from a directory which is a hard link to some other directory) by resolving the hard links before launching (32/64)
Fixed: Detect Windows 8 also in system info dialog (32/64)
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.0 public beta 25 (32/64)

Fixed: Synchronize dirs by content: In the footer, sizes >2TB could not be shown (32/64)
Fixed: On screens with high DPI settings, the copy progress dialog, overwrite dialog and custom message dialog were incorrectly scaled (64)
Fixed: Right click on empty area in file lists could cause access violation in file system plugins or archives. In plugins, just show "Properties" menu item (32/64)
Fixed: Lister plugins: ListNotificationReceived did not pass WM_NOTIFY messages to the plugin (64)
Fixed: ZIP packer, archives >4GB: The size field of the central directory header was wrong (misunderstanding of specs). No problem with Winzip/WinRAR, only 7Zip+DOpus (32/64)
Fixed: Sort directories - unsorted not working correctly after counting size with space bar (32/64)
Fixed: Lister, RTF view: Switching word wrap on or off removed all text formatting (64)
Fixed: File list: Do not show square bracket "]" at the end of a directory if they are turned off, but the directory name itself ends with one (32/64)
Fixed: Lister didn't handle the "L" key (fit only larger image to window) when a plugin was active (32/64)
Fixed: Help: Removed text saying that the wincmd.ini is in the Windows directory (which is no longer the case) (32/64)
Fixed: Some jpg files could cause an SSE floating point exception in Microsoft's PhotoMetadataHandler when deleting with VistaDelete method -> turn off SSE exceptions (32/64)
Fixed: Button bar: ENTER on button containing OPENBAR command -> focus went back to file lists by mistake (32/64)
tc80x32beta25.zip

tc80x64beta25.zip
 

kargo.25

Super VIP
Messages
9,725
What's new in 1.0 rc6 (April 20, 2012):

Background operations: Show icon/progress bar in notification bar
Support for devices with MIPS processors
Improved root functions
Various bugfixes (mainly for crashes)
New language: Vietnamese
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.0 release candidate 1 (32/64)

Added: SelectionFocus=1 or color: Draw focus differently when there are selected files in that panel. Add $4000000 to only show when on not selected item (32/64)
Fixed: Unpacking file from multi-volume ZIP: Don't ask for disk change if the file is in the last part, which contains the zip central directory (32/64)
Fixed: Files - Change attributes: Date field was not focused when checking option "Change date/time" with the keyboard shortcut (64)
Fixed: The program msdvev.exe was incorrectly detected as a self-extracting LHA archive (32/64)
Fixed: Do not re-read active panel (e.g. from background operation) during Ctrl+Tab operation, when user switches through folder tabs (32/64)
Fixed: Multi-rename tool: Text in "Rename mask: File name" box wasn't always selected when opening the dialog (32)
Fixed: Windows 8: Do not resolve links pointing to other volumes in the form "\\?\Volume{" (when double clicking on file, see fix 20.03.12 below) (32/64)
Added: AppendLnk ini option: New value 2 (now the default) sets the behaviour described below. Set to 0 for behaviour as in TC7.x (32/64)
Fixed: When creating *.lnk files, do not truncate directory names after first dot, e.g. directory.ext -> directory.ext.lnk (32/64)
Fixed: OPENBAR command: Support double quotes around parameter (.bar file), do not show "As administrator" (32/64)
Fixed: Handle OPENBAR command in button bar the same way as when specifying the .bar name directly (including "as menu" option and overlay) (32/64)
Fixed: Could no longer close Synchronize dirs after comparing two files (one in a RAR), changing both, and re-packing (32/64)
Fixed: While a MessageBox was open in Lister or Compare by Content, TAB didn't work in TC, and ESC in other Lister windows -> handle it manually (32)
Fixed: Lister: When searching repeatedly for the same string with Ctrl+F (not F3), directly consecutive patterns were skipped (32/64)
Fixed: Improved layout of multi-rename tool a bit (64)
Fixed: Synchronize dirs: Could no longer delete files from UAC-protected dirs to recycle bin (reason: deletion per folder) (32/64)
Fixed: Verify checksums: ESC closed the dialog without aborting the verification (64)
Fixed: Verify checksums: Crashed when user closed main TC and ignored warning about active comparison (64)
Fixed: Nag dialog: Some texts were now in bold by mistake (64)
tc80x32rc1.zip

tc80x64rc1.zip
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.0 release candidate 2 (32/64)

Fixed: Configuration dialog was opened twice when launching TC with ini location read only and 0 byte (or no) ini (64)
Fixed: Do not call SHFileOperation with names longer than 259 characters (to delete to recycle bin), because it always fails, and may even cause an access violation on Windows Server 2003 (32/64)
Fixed: Synchronize dirs: Empty directories were not deleted when deleting to recycle bin (32/64)
Fixed: Main window, bottom buttons: Refresh problem on Ctrl+F2 when using classic theme (64)
Fixed: Ctrl+D - Add current directory didn't support tabstops in folder names when adding dir to subfolder (32/64)
Fixed: Enter (and ESC in 32-bit version) didn't work in inplace rename edit when a MessageBox was open in Lister. Unfortunately the beep cannot be avoided (32/64)
Fixed: Configuration - Options - Colors: Center color comboxes vertically to "****" button (32/64)
Fixed: Configuration - Options - Colors: Foreground color combobox had wrong height (32)
Fixed: Connection progress dialog (FTP) couldn't be closed if the connection failed (64)
Fixed: Default beep on first opening (with fresh wincmd.ini) of multi-rename tool (32)
Fixed: "Copy NTFS Permissions" was missing in F5 copy dialog when the Netware client was installed (32)
Code:
http://www.ziddu.com/download/19362677/tc80x64rc2.zip.html
Code:
http://www.ziddu.com/download/19362678/tc80x32rc2.zip.html
Code:
http://www.ziddu.com/download/19362679/tc80x64_32rc2.zip.html
 

marce

VIP
Messages
7,115
Total Commander 8.0 final available (32bit+64bit)


Code:
This is the final release!

What's new?
There are no new features in the program itself since RC2, but the combined 64-bit+32-bit installer now also works on 32-bit Windows. It installs both the 32-bit and 64-bit versions, but only creates a link in the start menu to the 32-bit version on 32-bit Windows.

Total Commander 8.0 is the first version available in both 32-bit and 64-bit. Currently there aren't many 64-bit plugins yet - I will publish them when they become available. Therefore you should keep the 32-bit version for the moment if you use plugins regularly.

A list of additions and corrections, also for previous versions, can be found in the history file.
Thx Christian Ghisler
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.01 release candidate 1 (32/64)

Fixed: Tab tooltips (hints) not shown in right panel with Ctrl+Tab (64)
Fixed: Themes off maximize, minimize, insert flash drive, restore -> drive buttonbar may be drawn without background (program behind shining through) (64)
Fixed: Find files: Click on title bar close button during search closed window at the end of the search. Instead, just abort the search (32/64)
Fixed: When closing inplace rename with ENTER, the rename function was called twice by mistake in plugins (64)
Fixed: Delete to recycle bin wasn't logged (32/64)
Fixed: Separate tree: Some folders may get wrong icons when tree is auto-expanded initially (32/64)
Fixed: Drive buttonbar: Catch exception when trying to load drive bitmaps from external dll with incompatible format (64)
Fixed: File system plugins with custom icons loaded in background: Re-submit icons for extraction when using quick filter while icons are still being extracted (32/64)
Fixed: When deleting with VistaDelete method, disable the Cancel button in the progress dialog for 2 seconds, so Del+Enter doesn't immediately cancel the operation (32/64)
Fixed: After deleting folder in separate tree, the main file lists were sometimes not updated (32/64)
Fixed: Deleting a folder in the separate tree sometimes didn't work properly: nothing was deleted when cursor further down than the active panel had entries (32/64)
Fixed: Draw text labels with double buffering to reduce flickering with classic theme, e.g. in copy progress dialog (32/64)
Fixed: Configuration dialog: Do not show alias named "RedirectSection", and do not allow the user to create it (32/64)
Fixed: No custom sound was played when the delete operation using the new VistaDelete method was complete (32/64)
Fixed: Two RAR self-extracting files open, one in each panel, edit file in one, re-pack -> other file empty (only if the size of the two unpack modules is different) (32/64)
Fixed: When uploading while TC is in background, do not try to bring it to the front when refreshing the target directory (call Visible:=true; instead of Show;) (64)
Fixed: Windows Vista/7: Call IThumbnailProvider->GetThumbnail first in thumbs mode, because the older IExtractImage image isn't supported by some programs (32/64)
Fixed: If user account control disabled on Windows Vista/7 and user works as restricted user, use XP "As admin" method (asking for admin user name) (32/64)
Fixed: Right click on file within search results or on current drive/path, choose "Configure" in x64/x32 submenu -> error about nothing selected was shown (32/64)
Fixed: Right click on file within search results (NOT after "feed to listbox"!) -> x64/x32 submenu wasn't working (32/64)
Fixed: Custom columns: maximum length of column title strings was erroneously limited to 259 characters instead of the supported 1023 in the column editor (32/64)
Fixed: Compare by content, search twice with Shift+F3 could result in an error or crash due to invalid search offset (32/64)
Fixed: Could not browse TAR archive containing an entry "/" (root folder) -> skip it (32/64)
Fixed: FTP downloads not working on Windows 9x/ME (access violation due to missing function CharPrevW) (32)
Fixed: TC8 not starting on Windows 95 and 95b (problem with turning off SSE exceptions) (32)
Fixed: Cursor not shown after launching some programs (e.g. Word, Wordview) via double click and closing it -> call open function with delay (64)
Code:
http://www.ziddu.com/download/19734961/tcm801x32_rc1.zip.html
Code:
http://www.ziddu.com/download/19734962/tcm801x64_rc1.zip.html
Code:
http://www.ziddu.com/download/19734963/tcm801x32_64_rc1.zip.html
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.01 release candidate 2 (32/64)

Fixed: Synchronize with FTP: Couldn't always abort the reading of the remote directories (64)
Fixed: Alternate NTFS data streams were not copied when using the old default or large file copy method (64)
Fixed: Menu bar not drawn correctly themed when taking 2 or more lines (64)
Fixed: Speed up CRC check function: improved parsing of checksum file, update result list only every 100 ms (32/64)
Fixed: Standalone synchronize dirs not working (crashing) with FTP (connection stored in normal sync, then launched with /S=S:stored_config) (32/64)
Fixed: Ignore double click in Configuration - Options - Custom columns when the list is empty (64)
Fixed: Single click not working after double clicking in the listbox in Configuration - Options - Custom columns and closing it with ESC (64)
Fixed: Up/Down arrow key in inplace rename field would close the rename field by mistake (64)
Fixed: Abort current copy operation in background transfer manager with "-" button -> next operation in list was aborted too (32/64)
Fixed: Footer with total file count sometimes not updated after selecting with Shift+Home or Shift+End (64)
Fixed: Quick search backwards in compare by contents: There wasn't always a beep when nothing was found (32/64)
Fixed: Couldn't find text in Unicode big endian files with Alt+F7, except when using "case sensitive" search (32/64)
Fixed: Drive panel width too small with two drive panels and two panels above each other (64)
Added: Show inplace rename confirmation button also in current dir bar (32/64)
Fixed: Rename path in separate tree, turn off separate tree -> access violation (32)
Fixed: Multi-rename tool: Controls were not sized correctly on initial start (32)
Fixed: Use unrar dll 3.80 as unrar9x.dll because the newer one only worked on Windows 98/ME (32)
Fixed: Crash on Windows 9x when trying to open the command line history, caused by auto-complete (32)
Fixed: Auto-install plugins: Find old plugin location also when installing 64bit or combined plugin while only 32-bit plugin is installed (64)
Code:
http://www.ziddu.com/download/19795850/tcm801x64_rc2.zip.html
Code:
http://www.ziddu.com/download/19795851/tcm801x32_64_rc2.zip.html
Code:
http://www.ziddu.com/download/19795852/tcm801x32_rc2.zip.html
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.01 release candidate 3 (32/64)

Fixed: Edit comment with Ctrl+Z: Comment was not shown in comment view (Ctrl+Shift+F2) (64)
Fixed: Command line: Command del *.bak did nothing when in a path without spaces but with '&' in a folder name (32/64)
Fixed: OK/CRC ERROR prefix was sometimes missing in CRC check dialog (64)
Fixed: Cursor in right panel, quick view in left, move panel separator -> cursor switched to left panel (32/64)
Fixed: Change current path: Put rename confirmation button outside of the current path field to avoid drawing errors (32/64)
Fixed: Remove inplace rename box when the user moves the divider between the two panels, just like when resizing the main window (32/64)
Fixed: Synchronize dirs: Work with FTP servers returning relative instead of absolute path like SwiFTP, e.g. "mnt/sdcard" instead of "/mnt/sdcard" (32/64)
Fixed: Problems with cursor left/right in inplace rename edit (64)
Fixed: Ctrl+Q on file in thumbnails view would scroll the file out of view if number of thumbnail columns changed (32/64)
Fixed: Internal command cm_editpath was causing an access violation with rename confirmation button enabled (32/64)
Fixed: Text field in FTP delete confirmation dialog wasn't adjusted to fit longer file names (32/64)
Code:
http://www.ziddu.com/download/19853319/tcm801x64_rc3.zip.html
Code:
http://www.ziddu.com/download/19853320/tcm801x32_64_rc3.zip.html
Code:
http://www.ziddu.com/download/19853321/tcm801x32_rc3.zip.html
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.01 release candidate 4 (32/64)

Fixed: Alt+Shift+F11 cm_FocusButtonbar and cursor keys within button bar: Handle special case where the first and/or last button is a separator (32/64)
Fixed: Changed tcmdx64.exe so it can also be used with TC 8.00 in search results context menu without causing a crash (32)
Fixed: When opening a subdirectory, set caret to first item before adding the new items to the list to avoid a duplicate cursor on Linux/Wine (64)
Added: Internal associations: When context menu is opened while multiple file types are selected, check more filters if the first doesn't match all files, e.g. *.c doesn't match, but *.c *.h further down matches all selected files (32/64)
Fixed: Removed: Default beep on ENTER in inplace rename box (64)
Fixed: Edit current path: Avoid that the in place edit box gets invoked twice (32/64)
Fixed: New delete function: Also hide "Pause" button so the user doesn't pause the operation with Del+Enter (32/64)
Fixed: Also adjust the width of the text field in FTP delete confirmation dialog for very long names with no spaces (32/64)
Added: Experimental: wincmd.ini [Configuration] NetHoodReadInfo=8: Windows Vista/7: Use new delayed method to read virtual network folders, to make it faster (all except for the network neighborhood) (32/64)
 

mohammed tanko

Super VIP
Messages
4,862
Release Total Commander 8.01 release candidate 5 (32/64)

Fixed: New 64-bit install.exe which also works on Linux with Wine, also with faulty CAB unpack dll (64)
Added: Multi-rename tool: New placeholder [A] inserts complete file name with extension, but without the path (32/64)
Fixed: TC8 not starting on Windows NT4 with AMD Sempron - problem with turning off SSE exceptions (use try..except to catch) (32)
Fixed: Pack (ZIP,TAR,Plugin) from Search - Feed to listbox to packer plugin -> include the same file only once, e.g. if the user selects c:\test1\ and c:\test1\test2\ with files in the latter (32/64)
Fixed: Internal associations: When multiple files of different types are selected, handle default "open" verb like in older versions: Each file will be opened with its own program (first matching filter for that program), and not the first matching all files as for additional verbs (32/64)
Fixed: Make it faster to use the following internal content plugin fields: tc.fullname, tc.name, tc.extension and tc.path (by not calling FindFirstFile again) (32/64)
Fixed: Tab context menu didn't react to right mouse button click on a menu item (32/64)
Fixed: Upload to FTP server: MFMT was sending wrong timestamp when using the new (Windows 7) time conversion from/to UTC (32/64)
Fixed: Rare crash in compare by content on Backspace or Undo operation (in wstrlcopy function) (32/64)
Fixed: Directory history and hotlist buttons were shown in the wrong location when starting TC with no button bar, non-flat interface, and no tabs (32/64)
Fixed: Disable target panel while adding files to background transfer manager, so the user cannot set the focus to it, e.g. by changing tabs on the target side (32/64)
Fixed: Do not show "Network (WORKGROUP)" in breadcrumb bar (32/64)
Code:
http://www.ziddu.com/download/19998077/tcm801x64_rc5.zip.html
Code:
http://www.ziddu.com/download/19998078/tcm801x32_64_rc5.zip.html
Code:
http://www.ziddu.com/download/19998079/tcm801x32_rc5.zip.html
 

mohammed tanko

Super VIP
Messages
4,862
Dreambox Tools > Latest Version of Total Commander

Release Total Commander 8.01 final (32/64)
Fixed: The entry "Network (workgroup)" was shown with user color for encrypted files (32/64)
Fixed: Inplace rename button wasn't removed after entering inaccessible network path in current path field (32/64)
Fixed: Click on button in second row of button bar which opens bar as submenu multiple times -> pressed state sometimes not removed (32/64)
Fixed: Workaround to faulty CAB unpack dll on Linux with Wine passing unaligned FDINOTIFICATION structure to callback (64)
Fixed: Lister: Could not search for English text in file encoded with ISO-2022-JP (50220). Displayed position, copy to clip are unfortunately wrong (32/64)
Fixed: Copying a folder with Shift+F5 didn't remove trailing spaces entered by the user (32/64)
 

mohammed tanko

Super VIP
Messages
4,862
10.09.13 Release Total Commander 8.50 public beta 3 (32/64)

Fixed: FTP, Delete file(s) in background would cause an access violation (32/64)
Fixed: Background transfer manager crashed when trying to add an empty URL, or something invalid like "test" (32/64)
Fixed: When minimizing file operation progress dialog, hide it explicitly because in some cases, only the main window was minimized (64)
Fixed: Creating file system links: Failed to copy Volume mount points (target is a volume GUID, not a path). Reason: Must end with a backslash! (32/64)
Fixed: Creating symbolic links: try to request SE_CREATE_SYMBOLIC_LINK_NAME privilege, will usually fail (32/64)
Fixed: Copying file system links: Create a Symbolic Link instead of a Junction if the link contains a path relative to the current directory (32/64)
Fixed: Command line parameters /O /T /A not working together (archives are still opened) (32/64)
Fixed: Show out of memory error when unpacking from RAR with big dictionary for which unrar.dll couldn't allocate memory (32/64)
Fixed: Show error when user tries to unpack a deduplicated file (=reference to other file) from a RAR archive (32/64)
Fixed: Button bar command containing parameter %S couldn't be run as administrator (32/64)
Fixed: Total size calculated incorrectly when packing subdirs to TAR or TGZ (file sizes added twice), resulting in false >2GB warnings (32/64)
Fixed: Total Commander no longer started on Windows NT4 (missing functions Module32First, Module32Next used for VirtualPC bugfix) (32)
Fixed: Lister - Copy to clipboard/Search with Google not working correctly with Cyrillic text on Cyrillic locale with non-standard font and encoding set to ANSI (32/64)
Fixed: Search - Duplicate file finder - by plugin field didn't work correctly with delay-loaded fields like in lotsofhashes plugin (32/64)
Fixed: Search - Duplicate file finder - by plugin field didn't work correctly with [=tc.size.bytes] (due to field substitution with default size field) (32/64)
Fixed: Compare by content, paste text to ANSI file: Convert from Unicode clipboard data on NT based systems, using codepage of current font (32)
Fixed: Synchronize dirs, compare 2 files from 2 archives with external compare tool, edit both - TC tried to re-pack both at the same time (32/64)
Added: Separate commands to switch hidden/system files on/off: cm_SwitchHid and cm_SwitchSys (32/64)
Fixed: "Last access" and "Create" directory timestamps were copied even with CopyAllTimes=0 (32/64)
Fixed: Alt+F5 pack to ZIP, click on "Background", then on "Foreground" -> instead of "ZIP:", the dialog showed the progress text from the background dialog (32/64)
Fixed: Background copy dialog: Try to reduce flickering (when using no theme) in "bytes copied" field (32/64)
Fixed: Delayed copy confirmation dialogs not working correctly with files from branch view when not preserving relative paths, and target already exists (32/64)
Fixed: Button bar, multiple commands on one button: No working if last command was "em_*" command, contained a ",", and didn't exist (32/64)
Fixed: Quick search: Changed cursor positioning, so it should also work with Korean (64)
Fixed: Checkboxes/Radio buttons misaligned in lister search dialog and pack dialog (32/64)
Fixed: Copy progress dialog: Click on files or bytes copied while paused -> number of bytes copied wrong (32/64)
Added: Auto re-upload of files on FTP or plugin: Warn user if he is editing a file which was a partial download (32/64)
Added: Auto re-upload of files to FTP or file system plugin when saved (F3/F4) is now disabled by default, user will be asked on first use whether he wants to enable it
Fixed: Access violation in function Load/Save in "Find Files" if the saved name was longer than 248 characters (32/64)
Fixed: Drag&Drop any URL from a browser to TC -> no file list refresh (32)
Fixed: Packer password not remembered when unpacking with Alt+F9 instead of Enter+F5 (32/64)
Fixed: RAR.EXE 5.0 expects file names in ANSI or Unicode format, no longer in DOS format (32/64)
Fixed: The warning exclamation mark background wasn't drawn transparently, so a white background could be seen with some themes (32/64)
Fixed: Clicking on icon to select a file didn't work in second, third etc. column in brief view (32/64)
Fixed: Support unpacking of 7zip archive with multiple passwords with F5: The user can try all the passwords until it works (32/64)
Fixed: Unpack from 7zip archive with multiple passwords - infinite loop asking for the password (64)
Fixed: Lister, context menu "Search with Google": Not working in UTF-8 files (32/64)
Fixed: Lister, context menu "Search with Google": Support URLs up to 1023 characters long, was limited to about 230 (32/64)
 

mohammed tanko

Super VIP
Messages
4,862
25.09.13 Release Total Commander 8.50 public beta 4 (32/64)

Fixed: Change font via Configuration with fresh wincmd.ini (Tabs never saved) -> tabs wrong (already in TC 8.01 and older) (32/64)
Fixed: Linux/Wine: Current file indicator (cursor) was lost after closing progress dialog, e.g. after file operations (32/64)
Fixed: Linux/Wine: No directory contents shown when Windows version was set to Windows 7 with winecfg (reason: Wine not supporting FindFirstFileEx with parameter FIND_FIRST_EX_LARGE_FETCH) (32/64)
Added: Windows Vista or newer: Use "Segoe UI Semibold" as new default main window and list font if available (32/64)
Added: Option to remember position of background transfer manager in system menu (click on top-left icon) (32/64)
Fixed: Drive dropdown list: "My Documents" was shown twice on Linux/Wine (32/64)
Added: New option wincmd.ini [Packer] PackEncrypted=1 determines when to check "Encrypt" option in pack dialog: 0=never, 1=when target contains encrypted files, 2=always (32/64)
Fixed: Do not try to open files with extension .sfx as an archive (could result in 'invalid archive' error) (32/64)
Fixed: Copy function: Error dialog could show "Delete:" in the title when a file in a subdir couldn't be read (32/64)
Fixed: Alt+F7 search dialog launched maximized would be shown behind task bar on left/right side on Windows 8 only (Win8 bug - only solution: fully maximize, then reduce height) (32/64)
Fixed: FTP: Uploads to IPv6 address failed in active (EPRT) mode, but worked in passive mode (32/64)
Fixed: F5 Copy of subdirs: Total number of items could be wrong (not counting the number of dirs in the selected subdirs) when copying the same dirs repeatedly (32/64)
Fixed: Total number of files to be copied shown incorrectly when using AlwaysCopyInBackground=1 (32/64)
Fixed: Error unpacking 7zip archives with Alt+F9 where subdirs are stored behind the files in these subdirs (32/64)
Added: "Select duplicate files" dialog: Changed English text of "Do not select" to "Leave at least one file in each group unselected" (32/64)
Added: Create CRC checksums: New dialog to also create SHA256+SHA512, remember option "separate checksum files" and "*.*.sha" when entered by the user (32/64)
Added: Show "Verify" checkbox also in Shift+F5 (copy in place) dialog and Synchronize dirs (copy dialog) (32/64)
Fixed: Crash in quick filter (Ctrl+S) in directory with >10'000 entries when pasting long search string and switching to other program while still filtering (32/64)
Fixed: Do not ask for password internally when unpacking RAR archive with external packer via Alt+F9 (32/64)
Fixed: Crash in copy function in second pass (null pointer) (32/64)
Fixed: Search for text in 7zip showed the total number of files in the archive instead of the number of files found (32/64)
Fixed: Search for text in 7zip files failed if the files were in subdirs inside the archive (32/64)
Added: Virtual folders like photo cameras didn't return a "Date modified" field - use DateCreated field instead. Unfortunately there is no way to copy this date with the file (32/64)
Added: Show "Verify" option in F5 copy dialog. Option in settings defines startup behaviour (32/64)
Fixed: Copy in background: Reduce flickering by setting WS_EX_COMPOSITED flag on XP or newer (32/64)
Fixed: Do not append \*.* to selected folders when unpacking with external rar, otherwise empty subdirs will not be unpacked (32/64)
Fixed: Opening multi-volume archive: User was asked twice for the next part if it was missing when the archive was opened, but appeared there later (e.g. background download) (32/64)
Fixed: When showing an error when user tries to unpack a deduplicated file (=reference to other file) from a RAR archive, show the name of the file and not that of the archive (32/64)
Fixed: Support for more 7zip self-extraction modules, starting with 37 7A BC AF 27 1C 00 04 instead of ..03 (32/64)
Fixed: Support RAR5 SFX files (self-extracting archives), open with Ctrl+PageDown (32/64)
Fixed: Unpack directory attributes when unpacking directories from RAR archives, even when dirs are already there (32/64)
Fixed: Clicking on icon to select a file removed all other selections in second, third etc. column in brief view and left mouse button selection mode (32/64)
Fixed: Lister - Copy to clipboard still not working correctly with Cyrillic text on Cyrillic locale with non-standard font and encoding set to ANSI (32/64)
Fixed: IgnoreLinks not considered when copying when CopyLinks wasn't set too (32/64)
Fixed: CopyLinks option will now only be used if the target is an NTFS disk. Otherwise IgnoreLinks determines whether links are ignored, or copied as normal directories (32/64)
Fixed: wincmd.ini
[Lister] Contextmenu1, 2 etc. didn't work with programs and parameters. Specify like this: Contextmenu1=Title|c:\path\program.exe parameters or Contextmenu1=Title|"c:\path with spaces\program.exe" parameters (32/64)
Fixed: Win8 only: Separate search process, click on "Feed in listbox" -> crash (32/64)
Added: Allow to see files in archives even when an error is reported (e.g. because a file of a multi-part archive is missing). An error will be shown with OK/Cancel (32/64)
Fixed: When minimizing file operation progress dialog and later restoring TC, the drive buttons in the main window started to react to mouse moves. Afterwards, minimizing again would sometimes only minimize the main window (32/64)
Fixed: When creating junctions/hard links, put /??/ also in "print name", not only in "target name" field, just like mklink (32/64)
Fixed: Could not create relative symbolic links when TC was already elevated or UAC was off (reason: TC created the target as a directory) (32/64)
 
Top