Summary: | plot deletion confirmation (until Undo is implemented) | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Brisset
2006-06-23 16:08:13 UTC
SVN commit 678967 by arwalker: BUG:129706 Query user before deleting plot. By default the user is not queried but the feature can be switched on from the settings dialog. This is to maintain existing behaviour. M +1 -1 libkstapp/Makefile.am M +2 -2 libkstapp/kst.cpp M +19 -0 libkstapp/kst2dplot.cpp M +5 -2 libkstapp/kst2dplot.h M +206 -109 libkstapp/kstsettingsdlg.ui D libkstapp/kstsettingsdlg.ui.h A libkstapp/kstsettingsdlg_i.cpp [License: GPL (v2+)] A libkstapp/kstsettingsdlg_i.h [License: GPL (v2+)] M +4 -0 libkstmath/kstsettings.cpp M +6 -5 libkstmath/kstsettings.h |