For those of you who experience the weird glitch in KDE 4.4.1 where basket 
would not allow you to type new notes or would delete them right away, I have 
pushed a workaround to my "master" branch on gitorious.

The problem showed up because of changes to the KDirWatch which now emits 
deleted and created signals it didn't emit before.  I initially believed that 
the problem was that those signals were spurious ones and that the bug was 
with upstream, but it is possible that what's really happening is that BasKet 
is overwriting the files itself, generating spurious "deleted" messages.  I 
will dig into this later if I have time, but for now the workaround should do 
the trick.  Essentially -- I disabled the code that receives the "deleted" 
signal.  This means that if you delete a note by doing an "rm" on it, it won't 
immediately disappear from basKet (it will be gone after you close and 
restart, though).  

Since this doesn't seem like critical functionality, I figure we can do without 
it for awhile until I am able to better isolate the problem.

Now I can turn my attention back to the "SystemTray" issue...

Robert

On Saturday 06 March 2010 7:14:02 am Jon Mease wrote:
> Thanks for the feedback Robert, yeah KPassivePopup::message function
> looks like exactly what we want.  I'm fairly familiar with Qt but I'm
> just getting to know the KDE classes (there's certainly some neat
> stuff in there!).
> 
> Thanks,
> -Jon
> 
> ---------------------------------------------------------------------------
> --- Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Basket-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/basket-devel

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Basket-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/basket-devel

Reply via email to