Bug 153148 - "Apply" buttons in Edit Data Object dialogues.
Summary: "Apply" buttons in Edit Data Object dialogues.
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.5.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 21:04 UTC by D. V. Wiebe
Modified: 2007-12-05 02:32 UTC (History)
0 users

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 D. V. Wiebe 2007-11-29 21:04:47 UTC
Version:           1.5.0 (using KDE KDE 3.5.8)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 4.1.2 
OS:                Linux

It would be really handy to have "Apply" buttons in the "Edit <Data Object>" dialogue boxes.  Especially when working with equations and spectra, I find myself constantly having to re-open these dialogues when tweaking parameters to get something to work right, since the only way to make changes appear on a plot is to hit "OK", which closes the dialogue box containing the equation I'm working on.  An "Apply" button would get rid of this annoying closing/opening cycle.
Comment 1 Andrew Walker 2007-11-30 03:02:47 UTC
SVN commit 743205 by arwalker:

CCBUG:153148 first draft of apply button for data objects. Still need to add EventMonitor, Image, Matrix, Plugin, VectorView

 M  +34 -34    extensions/js/README  
 M  +19 -0     libkstapp/kstcsddialog_i.cpp  
 M  +2 -2      libkstapp/kstcsddialog_i.h  
 M  +23 -0     libkstapp/kstcurvedialog_i.cpp  
 M  +22 -0     libkstapp/kstdatadialog.ui  
 M  +23 -1     libkstapp/kstdatadialog.ui.h  
 M  +7 -1      libkstapp/ksteqdialog_i.cpp  
 M  +12 -1     libkstapp/ksthsdialog_i.cpp  
 M  +1 -1      libkstapp/ksthsdialog_i.h  
 M  +18 -1     libkstapp/kstpsddialog_i.cpp  
 M  +1 -1      libkstapp/kstpsddialog_i.h  
 M  +21 -0     libkstapp/kstvectordialog_i.cpp  
 M  +1 -1      libkstapp/kstvectordialog_i.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=743205
Comment 2 Andrew Walker 2007-12-05 02:32:29 UTC
SVN commit 744988 by arwalker:

BUG:153148 Apply buttons now fully functional

 M  +12 -2     kstbasicdialog_i.cpp  
 M  +44 -0     kstvvdialog_i.cpp  


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