Anzeigen der neuesten Beiträge
0 Mitglieder und 8 Gäste betrachten dieses Thema.
17.02.12 Release Total Commander 8.0 public beta 20 (32/64) 17.02.12 Fixed: Compare by content dialog not shown correctly with right to left language when starting with 2 panels above each other (64) 16.02.12 Fixed: Move file with F6 - F2 to a directory which didn't exist yet -> focus could get lost (32)16.02.12 Fixed: Shift+Tab in left panel with no separate tree panel -> input went to right drive list by mistake (64)15.02.12 Fixed: TC wasn't following hard links (junctions) any more which were located on a remote network drive (32/64)15.02.12 Fixed: Compare by content: Turn off drawing while pasting a large amount of data (more than 1 kByte) (32/64)14.02.12 Fixed: Save search results: Overwriting a saved search would list the item twice if there were accents in the name (64)14.02.12 Fixed: Only partially: Ctrl+A in command line after choosing item from auto-suggest would not select anything. Note: Due to some obscure Windows bug, the command line may be emptied by Ctrl+A (32/64)14.02.12 Fixed: Printing and print setup not working in Lister and Print directory list when printer name contained accents (64)14.02.12 Fixed: tcuninst.exe didn't remove the newly added unrar9x.dll (32)10.02.12 Fixed: Internal associations and color dialogs were too small (but could be resized) (64)
24.02.12 Release Total Commander 7.57 final23.02.12 Fixed: Backported translation changes from TC 8 beta22.02.12 Fixed: Unpacking from CAB file with active quick filter (Ctrl+S) could unpack some of the hidden files too22.02.12 Fixed: Changed product version of installer and main program to 7.60 (instead of 7.57, used for file version) to avoid Windows 8 compatibility warning21.02.12 Fixed: Checked all code changes since TC 7.56a for potential problems (using compare by content)21.02.12 Fixed: Removed code trying to show directories in F3 (was only partially backported to TC 7.57 and didn't work properly)21.02.12 Fixed: When deleting to recycle bin with the new delete method, TC reported a non-empty directory also in case of hard links (although it would just delete the link, not the files inside)
22.02.12 Release Total Commander 8.0 public beta 21 (32/64) 22.02.12 Fixed: Unpacking from CAB file with active quick filter (Ctrl+S) could unpack some of the hidden files too (32/64)22.02.12 Fixed: Main menu with themes turned off: Use colors COLOR_MENUTEXT and COLOR_MENUBAR instead of button colors for owner-drawn menu (flat menus only) (64)22.02.12 Fixed: Start tcmadmin.exe with "runas" verb on Vista and newer to ensure that it's loaded with admin rights (32/64)21.02.12 Fixed: When deleting to recycle bin with the new delete method, TC reported a non-empty directory also in case of hard links (although it would just delete the link, not the files inside) (32/64)20.02.12 Fixed: Lister started with zero width/height if the user didn't save the size in older beta versions (64)20.02.12 Fixed: Clear USB HDD detection cache only when receiving volume arrival or removal notifications, not on any WM_DEVICECHANGE (32/64)
New Functions: Added key mappings for scientific calculators. Characters such as brackets can now be written with Numpad keys when NumLock is off Added a function that allows running temporary AutoHotkey scripts (WIN + T). It requires that an AutoHotkey interpreter is installed and the .ahk extension is assigned to it Added a button on the FTP profiles page to test the connection Added a SendMail action for sending mails using SMTP WIN + G: Run a Google search for the selected text Added ${SelText} placeholder for the currently selected text Run action can now use the same level of elevation as 7plus. This can be useful to execute more special commands, for example verbs like *Edit Added "Enable/Disable Events" buttons on events settings page Added a setting to FTP profiles to account for different file system mounting points in HTTP/FTP servers (->omit directories from target folder in URL) F2 while renaming: Toggle between filename, extension and full name Added "Export shortcut" button to create shortcut files that trigger events in 7plusBugfixes: Fixed a bug that occured on x64 and caused problems in ListViews (Settings window, Image Converter) Fixed a bug that prevented portable mode (command line: -portable) from working Fixed a bug that prevented pasting an event properly after another event was deleted Fixed invalid event files (the main event file was not affected) Fixed file selection buttons in event configurations Fixed an issue when the settings window was opened directly after start Fixed some focusing issues on various ListView controls Fixed sound mute icon in XP Fixed CTRL+W tab closing Fixed wrong contents of Explorer Tabs settings dropdown controls Fixed SendMessage action Fixed Notes Accessor plugin delete hotkey Fixed Screen corner trigger Fixed FlatView action Fixed Accessor double clickingChanges: Removed some screenshot related events and reordered some events
28.02.12 Release Total Commander 7.57a release candidate 128.02.12 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)26.02.12 Fixed: Use old function to check for infinite loops in Alt+Shift+Enter function (count directories), it may be responsible for the failing of the function26.02.12 Fixed: Selecting text with the mouse in compare by content no longer worked
02.03.12 Release Total Commander 8.0 public beta 22 (32/64) 02.03.12 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)02.03.12 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)01.03.12 Fixed: Inactive focus rectangle not redrawn correctly when user closes inplace rename edit box by clicking in other panel (32)01.03.12 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)29.02.12 Fixed: Installing a plugin a second time didn't find the previous installation if the existing plugin path contained an environment variable (32/64)29.02.12 Fixed: FTP: Displayed file sizes invalid (far too large) when using a template (64)29.02.12 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)29.02.12 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)29.02.12 Fixed: Ctrl+Enter still selected the entire command line when it had the focus AND Ctrl was released before the Enter key (64)29.02.12 Fixed: Packer plugin configuration dialog: Show "File x not found" error when the user enters a non-existing plugin name manually (32/64)29.02.12 Fixed: Don't set cursor in source window when user closes inplace rename box by clicking in other panel (64)28.02.12 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)26.02.12 Fixed: Changed Lazarus code to draw menu bar background area correctly (just the empty area) (64)26.02.12 Fixed: Menu background was drawn incorrectly with classic theme (64)26.02.12 Fixed: Menu wasn't drawn disabled with classic theme when TC/Lister didn't have the focus (64)26.02.12 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)26.02.12 Fixed: Inplace rename edit box in sync tool was using the wrong colors (instead, use standard window text and background) (32/64)
08.03.12 Release Total Commander 7.57a release candidate 208.03.12 Fixed: Icon thread (used to load icons and calculate dir size in background) may stop when adding files to background transfer manager07.03.12 Fixed: When packing each selected file/folder to a separate archive, the selection was no longer cleared after packing02.03.12 Fixed: Updated Chinese translation