Bug 112143 - Extract files dialog should have accelerator for selecting the extraction path
Summary: Extract files dialog should have accelerator for selecting the extraction path
Status: RESOLVED FIXED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: 2.5.1
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 08:22 UTC by Matt T. Proud
Modified: 2005-09-14 01:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt T. Proud 2005-09-07 08:22:00 UTC
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.
Comment 1 Henrique Pinto 2005-09-14 01:39:05 UTC
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