Bug 128459

Summary: User interface is incosistent in Monochrome Print Configuration and Differentiate Curves dialogs
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: Netterfield <netterfield>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2006-06-01 20:18:16 UTC
Version:           1.2.1 (using KDE KDE 3.5.0)
Installed from:    Compiled From Sources
OS:                Linux

The datawizard and plot dialog now have consistent user interfaces for selecting and ordering items from a list. The same interface should be applied to the "Monochrome Print Configuration" and "Differentiate Curves" dialogs - as these have very similar functionality in terms of item selection, but a significantly different look to the UI.
Comment 1 Nicolas Brisset 2006-06-02 09:31:47 UTC
Just a quick note here: I think we should also standardize on a selection mode. Currently, the plot dialog does not have extended selection, while the datawizard does. As I said on the list recently, I'd slightly prefer multiple over extended, but George said he prefers extended... In any case, it would be better for all dialogs to work in the same way unless there is a compelling reason to deviate.
Comment 2 Netterfield 2006-06-10 11:21:52 UTC
SVN commit 549898 by netterfield:

CCBUG: 128459
Reordering curvedifferentiate.



 M  +223 -261  curvedifferentiate.ui  
 M  +20 -10    kstcurvedifferentiate_i.cpp  
 M  +2 -2      kstcurvedifferentiate_i.h  
Comment 3 Netterfield 2006-06-13 05:48:02 UTC
SVN commit 550898 by netterfield:

BUG: 128459

Make the various 2 select/availible UI elements more consistent.

Also, changed the accelerator from Ctrl->Right to alt-S, etc, as alt
accelerators work even when the focus is in a text widget, as in the
data wizard.



 M  +0 -8      changenptsdialog.ui  
 M  +175 -104  curvedifferentiate.ui  
 M  +13 -1     datawizard.ui  
 M  +4 -12     datawizard.ui.h  
 M  +2 -1      kst.cpp  
 M  +18 -12    kstmonochromedialog_i.cpp  
 M  +4 -4      kstmonochromedialog_i.h  
 M  +257 -223  monochromedialog.ui  
 M  +23 -8     plotdialog.ui  
 M  +8 -8      viewlegendwidget.ui  
 M  +5 -0      viewlegendwidget.ui.h