Bug 89180 - Remember grid line settings
Summary: Remember grid line settings
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Solaris
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-09 17:50 UTC by Nicolas Brisset
Modified: 2004-09-10 20:46 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 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