Bug 89180

Summary: Remember grid line settings
Product: [Applications] kst Reporter: Nicolas Brisset <nicolas.brisset>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Solaris   
Latest Commit: Version Fixed In:

Description Nicolas Brisset 2004-09-09 17:50:32 UTC
Version:           1.0.0_devel (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.3.2
OS:                SunOS (sun4u) release 5.8

(This is a small remainder of bug #86505)
It would be nice if grid line settings were "remembered" (saved in kstrc): 
- whether to display X/Y major/minor lines
- whether to use default colors (could the default be set to the "middle" color between foreground and background ?)
- the last color selected in each color selector.

With that it would be perfect :-)
Comment 1 Andrew Walker 2004-09-10 19:46:48 UTC
CVS commit by arwalker: 

Make the default grid color halfway between theplot foreground and background colors.

CCMAIL: 89180@bugs.kde.org


  M +37 -15    kst2dplot.cpp   1.262
  M +5 -2      kstplotdialog_i.cpp   1.98



Comment 2 Andrew Walker 2004-09-10 20:46:03 UTC
CVS commit by arwalker: 

Add the grid line settings to the Kst Settings dialog.

CCMAIL: 89180-done@bugs.kde.org


  M +9 -12     kst2dplot.cpp   1.263
  M +38 -0     kstsettings.cpp   1.8
  M +9 -0      kstsettings.h   1.7
  M +356 -93   kstsettingsdlg.ui   1.13
  M +33 -4     kstsettingsdlg.ui.h   1.9