Bug 204292

Summary: KRunner Unit converter should use krunner's ability to display multiple results
Product: [Plasma] krunner Reporter: David <DavidLBarbour>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description David 2009-08-18 16:22:20 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Mandriva RPMs

KRunner Unit converter should use krunner's ability to display multiple results when entering just one unit, instead of just converting it to the base unit.

For example, when entering "100mph" the result is:
"44.704 metres per second"

There is a small chance that this will help, but it most likely won't.

What it should do is display more results like:
"44.704 metres per second"
"160.934 kilometres per hour"
"86.8976 knots"
"0.130332 machs"
etc.

With the more common units on top and the less common units on bottom.

The user would get the result quicker, especially if he's a slow writer.
Comment 1 Petri Damstén 2010-02-17 10:31:38 UTC
SVN commit 1091644 by pdamsten:

Use mostCommonUnits from kunitconversion library
BUG:204292

 M  +28 -22    converterrunner.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1091644