Summary: | Add quick curve creation dialog to plot RMB | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | syntheticpp |
Priority: | NOR | ||
Version: | 1.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | https://commits.kde.org/kst-plot/bcde7de620256fe950fec290400779802012c945 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
JPEG mockup of the UI
Qt Designer mockup file |
Description
Nicolas Brisset
2006-11-03 17:35:00 UTC
Created attachment 18382 [details]
JPEG mockup of the UI
What it could look like, does it look somewhat familiar :-) ?
Created attachment 18383 [details]
Qt Designer mockup file
The designer file it was created from. Yes, I cheated for the checkboxes :-)
How are the following decided: -Frame ranges -Line/point/colour properties -plot addition policy (regrid, etc) These are the things which complicate the new curve/new vector dialogs and what make the wizard several pages.... so if we get rid of them, we have to have a good idea of what the correct defaults are. > How are the following decided: > -Frame ranges Reuse the last values entered in the datawizard, or "Change sample ranges" dialog (are they actually synchronized in some way ?) > -Line/point/colour properties Use default settings as they would be used in the data wizard. My experience is that people don't change them so often. The only very useful thing here would be a sticky "color per file" setting, as reported in bug #124558, especially when dealing with multiple datasources > -plot addition policy (regrid, etc) As I imagine it, the dialog would be called from a plot context menu, so the curves would just be added to that plot. If you need a new one, you can create it with the Plots->New plot... entry (which by the way should not have an ellipsis, and possibly be added to the RMB menu in zoom/layout modes ?) > These are the things which complicate the new curve/new vector dialogs and > what make the wizard several pages.... so if we get rid of them, we have to > have a good idea of what the correct defaults are. Sure, but I believe the above suggestions are reasonable answers. Thoughts ? Could be still open in Kst 1. Git commit bcde7de620256fe950fec290400779802012c945 by Barth Netterfield. Committed on 30/09/2018 at 21:55. Pushed by netterfield into branch 'master'. Add create curve to right click menu in plots. M +18 -0 src/libkstapp/curvedialog.cpp M +3 -0 src/libkstapp/curvedialog.h M +4 -1 src/libkstapp/dialoglaunchergui.cpp M +1 -1 src/libkstapp/dialoglaunchergui.h M +11 -1 src/libkstapp/plotitem.cpp M +2 -0 src/libkstapp/plotitem.h M +2 -1 src/libkstmath/dialoglauncher.cpp M +1 -1 src/libkstmath/dialoglauncher.h https://commits.kde.org/kst-plot/bcde7de620256fe950fec290400779802012c945 |