Bug 57879 - Note items: would like to type directly into note pane.
Summary: Note items: would like to type directly into note pane.
Status: REOPENED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.1.1
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-30 09:14 UTC by Stevan White
Modified: 2005-01-05 18:29 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 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)