Version: 2.5.1 (using KDE KDE 3.4.1) Installed from: Gentoo Packages OS: Linux It would be convenient if ark were to provide a keyboard accelerator to help choose the extraction path more quickly. I do not know whether it would be best to have the accelerator be for the path text input box or for the button that chooses the path via a common dialog, but some keyboard shortcut is necessary for efficient use of this application.
SVN commit 460470 by henrique: * Fix the history of extraction dirs * Rename some variables * Add a keyboard accelerator for going to the extraction path combobox in the Extraction Dialog * Fix extraction of files in ZIP archives * Show sort indicator in the FileListView header * Manage column sizes automatically * Change the version number to 2.6.0 BUG: 112143 M +58 -61 arkwidget.cpp M +6 -6 arkwidget.h M +16 -7 extractiondialog.cpp M +4 -0 extractiondialog.h M +74 -22 filelistview.cpp M +13 -6 filelistview.h M +41 -19 main.cpp