[PlanetCCRMA] Noteedit keyboard problem

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Sat May 6 22:30:02 2006


On Sun, 2006-04-23 at 00:28 +0300, Mikko Harjula wrote:
> There seems to be a bug in the ccrma packaged version of Noteedit
> 2.8.0.  The keyboard input is broken, you can type text in all text
> input forms but when entering notes the usual keyboard shortcuts don't
> work.  This seems to be "[ Bug #6263 ] keyboard shorcut do not work" in
> http://developer.berlios.de/bugs/?func=detailbug&bug_id=6263&group_id=2232:
> 
> in the file noteedit/mainframewidget.cpp
> 
> replace the line
> keys_ = new KAccel(this);
> by
> keys_ = new KAccel((QWidget*)this->parent());
> 
> It looks like 2.8.0 is the latest "stable" release and there is 2.8.1
> beta dated March 27, 2006.  According to bug tracker this bug is not
> yet assigned to anyone even though the fix is known.  However the fix
> is included in the 2.8.1 beta source.

Thank you very much! I'm incorporating this into the next release...
-- Fernando