Bug 169193 - edit object dialog not differentiated from new object dialog
Summary: edit object dialog not differentiated from new object dialog
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.7.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 19:46 UTC by Andrew Walker
Modified: 2008-08-15 19:47 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 Andrew Walker 2008-08-15 19:46:37 UTC
Version:           1.7.0 (using KDE 3.5.9)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:

When creating a new object the edit object dialog is labelled "Edit",
just as it is when the same object is later being edited. However,
in the former hitting Cancel will not create the object, while in the
latter hitting Cancel will simply not change any properties of the
object.

STEPS TO REPRODUCE:

Start Kst
From the main menu select Plots... Graphics Mode... Picture
Click and drag in the main window to create a new picture

RESULTS:

A dialog entitled "Edit Picture" is launched

EXPECTED RESULTS:

A dialog entitled "New Picture" is launched
Comment 1 Andrew Walker 2008-08-15 19:47:34 UTC
SVN commit 847574 by arwalker:

BUG:169193 distinguish between creating and editing of a view object

 M  +1 -0      kst2dplot.cpp  
 M  +5 -1      ksteditviewobjectdialog_i.cpp  
 M  +1 -0      ksttoplevelview.cpp  
 M  +2 -0      kstviewarrow.cpp  
 M  +2 -0      kstviewbox.cpp  
 M  +2 -0      kstviewellipse.cpp  
 M  +3 -0      kstviewlabel.cpp  
 M  +3 -0      kstviewlegend.cpp  
 M  +2 -0      kstviewline.cpp  
 M  +6 -0      kstviewobject.cpp  
 M  +2 -0      kstviewobject.h  
 M  +2 -0      kstviewpicture.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=847574