[Kst] [Bug 129283] Plot dialog is inconsistent with other dialogs, and is therefore confusing
George Staikos
staikos at kde.org
Mon Jul 31 23:27:13 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
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #17145|0 |1
is obsolete| |
------- Additional Comments From staikos kde org 2006-07-31 23:27 -------
Created an attachment (id=17188)
--> (http://bugs.kde.org/attachment.cgi?id=17188&action=view)
Updated patch
This is an update after the branch merges. It makes only minor changes but now
it applies cleanly to trunk. However, there are problems with this patch.
First, _plot will hold references to view objects. This means they won't go
away when they're deleted. We either have to destroy the dialog or clear the
_plot variable on close. It will also be hard to keep the dialog in sync with
the display in even a basic way if this variable exists.
In addition, we need a Kst2DPlot::findPlot(const QString& name) instead of
globalPlotList().find() for performance reasons.
More information about the Kst
mailing list