[Kst] [Bug 129283] Plot dialog is inconsistent with other dialogs, and is therefore confusing

netterfield at astro.utoronto.ca netterfield at astro.utoronto.ca
Fri Jul 28 05:08:46 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=129283         




------- Additional Comments From netterfield astro utoronto ca  2006-07-28 05:08 -------
Attached is a diff which completes this bug.

There were a lot of indentation changes (due to removed 'ifs') as the code was simplified.

Basic Gist:
-the plot dialog is now an OK/Apply/Cancel dialog.
-It can only be called to edit a plot.
-As this was the least invasive approach, it takes a Kst2DPlotPtr of the plot it is going to edit, unlike other view object dialogs (for view object dialogs, the object creates the dialog...) and more like the data object dialogs.  Not sure how important it is to change this now.
-It takes a qstring window name as well, which is used when applying to the current window.
-It applies to all plots using Kst2DPlot::globalPlotList.


More information about the Kst mailing list