Pavel Sanda wrote:
> > > > I mean "Ctrl-C/V", don't know if the middle button works or not... I
> > > > may go and try
> > > 
> > > aha, thats not middle button pasting, but i could reproduce your problem.
> > 
> > after some inspection the problem is, that although we call 
> > connect(qApp->clipboard(), SIGNAL(dataChanged()),this, 
> > SLOT(on_dataChanged()));
> > in the beginning (tested), the qt signal mechanism starts working
> > after first call of Copy _inside_ lyx.
> > 
> > before that all copying in next window with openoffice does not trigger
> > the signal; after that the signal is correctly triggered.
> > 
> > i don't have idea whats going on, all fixes coming to my mind are quite
> > ugly. anybody idea?
> 
> this seems to be QT bug. when running the attached program, i got the 
> confirmation
> dialogs about changing clipboard with openoffice _only_ after pushing "copy 
> button".

this is now in qt bugzilla:
http://trolltech.com/developer/task-tracker/index_html?id=225024&method=entry

pavel

Reply via email to