Bug 86504 - "Plot position" in Plot dialog/Content tab not working
Summary: "Plot position" in Plot dialog/Content tab not working
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Solaris
: NOR normal
Target Milestone: ---
Assignee: George Staikos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-03 17:15 UTC by Nicolas Brisset
Modified: 2004-08-05 19:48 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-08-03 17:15:57 UTC
Version:           0.99-devel (using KDE 3.2.1, compiled sources)
Compiler:          gcc version 3.3.2
OS:                SunOS (sun4u) release 5.8

Either the function is not what intuition suggests, or it is not working.
To reproduce:
- Open kst
- Create 3 plots 
- Edit P2, go to "Content" tab, "Plot position" spinboxin the lower left-hand corner
- Change the value (should be "1") to "0"
- P2 is still where it was, the value you have just changed is changed back to what it was before. I would expect P2 to appear above P1 after that change.
Comment 1 George Staikos 2004-08-05 19:01:42 UTC
Yeah that code is commented out right now :)
Comment 2 George Staikos 2004-08-05 19:48:43 UTC
CVS commit by staikos: 

remove the Plot Position spinbox.  I tried to implement it again but it really
doesn't make much sense anymore since:
1) it refers to 2d space and we have 3d space now (z-order)
2) we have multiple windows
3) we have free layout capabilities
4) implementing it requires all kinds of tricky geometry work now
5) most of the time it has to be disabled because it's not applicable

CCMAIL: 86504-done@bugs.kde.org


  M +4 -21     kstplotdialog_i.cpp   1.71
  M +0 -2      kstplotdialog_i.h   1.28
  M +1 -42     plotdialog.ui   1.45