Bug 57879

Summary: Note items: would like to type directly into note pane.
Product: [Applications] umbrello Reporter: Stevan White <stevan_white>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: REOPENED ---    
Severity: wishlist    
Priority: NOR    
Version: 1.1.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Stevan White 2003-04-30 09:14:39 UTC
Version:           1.1.1 (using KDE KDE 3.1.1)
OS:          Linux

Would like to type directly into note pane, and have nice scrolling text in the pane.

That is, *rather than* typing into the dialog.  This seems like a regress to me.
Comment 1 Oliver Kellogg 2004-12-01 07:52:46 UTC
CVS commit by okellogg: 

Add ability to type directly into note pane.
BUG:57879


  M +46 -103   notewidget.cpp   1.27
  M +16 -8     notewidget.h   1.16



Comment 2 Oliver Kellogg 2005-01-05 18:29:21 UTC
As reported by bug 96372, zoom does not work with the embedded editor.
I don't know how to setWorldMatrix() on a QTextEdit.
I have changed notewidget.{h,cpp} to make the embedded editor optional at compile time. Add CXXFLAGS += -DNOTEWIDGET_EMBED_EDITOR to the Makefile.
Change will be committed shortly (as soon as CVS is thawed)