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.
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
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