1,2c1,74 < 1.60.1 < ====================== --- > 1.70.0 "Round Robin" > ========================== > ADDED: new splashscreen + button to disable it in the look&feel section > ADDED: winning icons, SVGs and fixed code to use them > ADDED: DUMMY splash screen (krusader/splash.jpg) which will be replaced > later > > CHANGED: UserActions: addPlaceholderButton now only adds a space after > an executable. Not after normal placeholders. > > FIXED: [ 1413503 ] detach tab shortcut changed Ctrl+Shift+D > FIXED: [ 1407656 ] bookmark problem with identical names in different > folders > FIXED: [ 1421473 ] viewer doesn't notice that the URL was changed > FIXED: [ 1235959 ] problems at viewing 600 permission files > FIXED: cannot umount devices because of a watcher bug (thanks to vaclavj) > FIXED: 1076857 & 1384529 - thanks to heiner > FIXED: [ 1409160 ] Edited bookmarks require restart to become fully updated > FIXED: missing dpkg from Konfigurator-Dependencies > FIXED: [ 1234213 ] synchronizer keeps owner,group if possible > FIXED: [ 1365423 ] synchronizer does not copy symlinks > FIXED: [ 1393227 ] KURLListRequester uses url completion instead of > shell completion (caused problems at spaces) > FIXED: [ 1391892 ] problem with international characters in the > destination of a symlink > FIXED: [ 1393215 ] searcher, synchronizer: ~,$HOME,... is accepted now > FIXED: [ 1413503 ] viewer: detach wasn't disabled when 1 tab remained > FIXED: [ 1417969 ] Keybindings: reset to default keybinding fails > FIXED: Konfigurator 'Defaults' button works only on the actual subpage > FIXED: [ 1411561 ] renaming bug (thanks Heiner Eichmann) > FIXED: [ 1381770 ] Status bar is not updated after TAB is pressed > (thanks Heiner Eichmann) > FIXED: [ 1365053 ] krservices.h: invalid member function declaration > (thanks Heiner Eichmann) > FIXED: [ 1400642 ] possible data loss (thanks Heiner Eichmann) > FIXED: [ 1352107 ] File search "as you type" (thanks Heiner Eichmann) > FIXED: [ 1401005 ] F10 doesn't close KrViewer > FIXED: [ 1390116 ] CTRL+G duplicate action in viewer > FIXED: [ 1362632 ] Ctrl-Alt-C does not work > FIXED: [Debian: 343960] outdated libtool prevents from building > (thanks to Aurelien Jarno ) > FIXED: [ 1398540 ] wrong font in the new network connection dialog > FIXED: [ 1398442 ] Column 'rwx' wrong data when column 'Type' is on > (thanks Spiros Georgaras) > FIXED: UserActions: addPlaceholderButton's popup-position > FIXED: 'match whole word only' flag doesn't work in search > FIXED: [ 1352107 ] File search "as you type" > FIXED: [ 1351641 ] Krusader 1.70.0-beta2 on Sparc/Solaris: checksumdlg.h > FIXED: terminal emulator saves its size from now > FIXED: hiding the full size terminal emulator cannot restore the panels > FIXED: terminal emulator has no focus after toggling it on > FIXED: preserve dates doesn't copy the dates of folders > > I18N: [ 1397828 ] i18n: "dir" is not translated > I18N: Added Greek translation (thanks Spiros Georgaras) > I18N: Updated French translation (thanks Guillerm David) > I18N: Updated Danish translation (thanks Peter H. Sorensen) > I18N: Updated Hungarian translation (thanks Arpad Biro) > > > 1.70.0-beta2 "Afterburner" > ========================== > ADDED: you can now cancel creating and verifying checksums > ADDED: a (missing) shortcut to bookmark current item (ctrl-shift-d) > ADDED: you can turn off sending CDs to the terminal emulator (general tab) > ADDED: unpacking from RPM packages (much faster than using krarc) > > CHANGED: our write-enabled tar KIO-slave is only build when --with-kiotar is > passed to ./configure. In this case the KDE-version will may be > overwritten! > > FIXED: [ 1345220 ] bookmarks: separators shown as folders > FIXED: new viewer tabs were sometimes added to windows different from the > previously used ones 4a77,208 > FIXED: [ 1329044 ] krarc, missed similar file names belonging to different > rpm-s > FIXED: krarc doesn't notice the change of the rpm file to create new > contents.cpio > FIXED: iso protocol cannot step into files larger than 2 GByte > FIXED: KDE 3.4, starting from profile misses the active tab which causes > inconsistent state > FIXED: krarc reports 000 permission for bz2 files > FIXED: bug in checksum module regarding names with spaces > FIXED: konfigurator minor fixes > FIXED: viewer, the tabs were identified by its page index, which can change > FIXED: searcher: space means logical OR > "text1 text2" == "*text1* || *text2*" > FIXED: krarc cannot step into those archives which name contains '#' > FIXED: viewer doesn't warning to save the window at close, and ignores > "Cancel" button > FIXED: locate dialog doesn't close when exiting krusader > FIXED: UserAction: Crash when a programm wrote to stderr but only stdout > was collected (Thanks to Shao Lo) > FIXED: searcher crash when clicking onto an empty field after the results > FIXED: disk usage crash on remote vfs because of recursion > FIXED: [ 1262907 ] crash when closing an sftp tab which is loading > > I18N: Added Lithuanian translation (thanks Dovydas Sankauskas) > > > 1.70.0-beta1 "Hellfire" > ========================== > ADDED: KrSqueezedTextLabel can now specify the area in the string to be > always visible > ADDED: when searching for text inside file, the first line containing the > text is displayed > ADDED: checksum module now supports the cfv tool (for md5 and sha1) > ADDED: QuickNavigation: hold ctrl and move the mouse over the url bar to > see! > ADDED: new checksum creation/verification mechanism > (see mail titled "new checksum feature" to krusader-devel) > ADDED: alt-ctrl-s creates a new symlink > ADDED: ctrl-h opens history on the current panel > ADDED: Nicer application search results > ADDED: right click menu -> trash, delete, shred options > ADDED: column types can be changed and saved individually to each panel > (each side) > --architecture-- refactoring in the view. enforcement of getVfile and > getMutableVfile > --architecture-- removed a lot of KrViewItem's API > ADDED: select remote encoding menu for fish, ftp and sftp protocols > ADDED: clear-location-bar button a-la konqueror (configurable) > ADDED: permissions column as octal numbers > ADDED: right-click menu now has a "create new..." submenu > --architecture-- right-click menu code moved to a new class KrPopupMenu > ADDED: ctrl-alt-enter opens the current folder in a new tab > ADDED: calculate space in archives and remote FS (KDE >= 3.3.0) > ADDED: experimental support for mimetype-on-demand > ADDED: experimental support for icon-on-demand > ADDED: when custom filter is set, the Totals line will show the filter. > example: [*.cpp] > ADDED: useraction: Drop a warning on JavaScript-errors > ADDED: set krusaders icon acording to the users privileges > ADDED: preserve date for local targets at copy / move > ADDED: useraction: For JS-extensions the global variable scriptDir is > available, indicating the location of the current script > --architecture-- moved JavaScript-stuff into it's own module KrJS > --architecture-- Makefile.am's for /krusader and /pics revised > ADDED: synchronize selected files > ADDED: colorful synchronizer :-) > ADDED: starting more tabs with --left=tab1,tab2,tab3 --right=tab4,tab5 > ADDED: vertical mode is saved with 'ui save settings' or 'save position' > and restored > ADDED: A Safari-like Jump-Back feature (Ctrl-J and in the bookmark-menu) > ADDED: CTRL-L shortcut to go to the location bar (origin) as in firefox and > konqueror > ADDED: filters for selecting files > ADDED: New zip/tar slave - based on KDE's but support writing to archive > > CHANGED: Use WhatsThis in favour of tooltips where reasonable > CHANGED: the panel startup is profile based instead of directory based > > FIXED: krarc error, when the filename contains '$' or '&' > FIXED: synchronizer, compare by content can be terminated by > FIXED: preserve date fails at moving > FIXED: bookmark issues (http://www.krusader.org/phpBB/viewtopic.php?p=6357#6357) > FIXED: [ 1278534 ] Krusader hangs when packing search results > FIXED: [ 1169980 ] User Actions Titles are not stored in system encoding > (thanks Vaclav Juza) > FIXED: '-icon' as well as '--icon' as command-line arguments are handled > FIXED: [ 1272583 ] fixes on the .desktop files, thanks Marcin Garski > FIXED: [ 1253323 ] middle click crash on ".." directory > FIXED: burst refresh if FAM is enabled > FIXED: crash when "run in terminal mode" was active on a directory with > insufficient permissions (thanks Oleksandr Shneyder) > FIXED: [ 1213137 ] javascript self.close() causes crash in the viewer > FIXED: Control+Delete can be used in those distributions where Shift+Delete > doesn't work > FIXED: [ 1186534 ] problems with the new network connection (port, path, > password, username) > FIXED: renaming does not change the view, until VFS sends a signal about the > rename actually being done > FIXED: [ 1174273 ] updating the status bar at pressing the arrow keys > FIXED: calcspace and diskusage shows the same size > FIXED: [ 1180202 ] calcspace calculates wrong size for symbolic links > FIXED: [ 1196779 ] searcher, sorting by size is broken > FIXED: changing the 'show hidden files' sets the active tab to right, > untouches the inactive ones > FIXED: the default value of moving to trash is wrong in Konfigurator > FIXED: problems with moving to trash at virt_fs and diskusage module > FIXED: gcc 2.95 compiler fix > FIXED: changed locate-gui shortcut from ctrl-l to shift+ctrl+l > FIXED: bookmark icons were not saved correctly > FIXED: clicking a search result won't jump to it, if it's in the current > directory (patch by Thomas Jarosch) > > I18N: [ 1201586 ] Wrong encoding of slovenian translation > I18N: [ 1243409 ] Encoding problem and bad plural in trash files dialog > I18N: [ 1217697 ] Can't translate some Bookman II menu entries > I18N: Added multiple plural support > (thanks Vaclav Juza for all the help) > I18N: Added Serbian translation (thanks Sasa Tomic) > I18N: Added Brazilian Portuguese translation (thanks Doutor Zero) > I18N: Updated Russian translation (thanks Denis Koryavov) > I18N: Updated Portuguese translation (thanks Bruno Queiros) > I18N: Updated Czech translation (thanks Vaclav Juza) > I18N: Updated Dutch translation > I18N: Updated French translation (thanks David Guillerm) > I18N: Updated Spanish translation (thanks Alejandro Araiza Alvarado) > I18N: Updated Swedish translation (thanks Peter Landgren) > I18N: Updated Chinese Simplified translation (thanks Jinghua Luo) > I18N: Updated Italian translation (thanks Giuseppe Bordoni) > I18N: Updated Polish translation (thanks Pawel Salawa) > I18N: Updated Slovenian translation (thanks Matej Urbancic) > I18N: Updated German translation >