On 20/10/2010 8:16 PM, Peter Kümmel wrote:

whenever in a thread frontend::Alert could send a signal that would be
caught by GuiView in the main thread. Once sent the thread would sleep
up until it receives a signal from GuiView. Upon reception of the
signal, GuiView would execute the required Alert dialog and send a
signal when done. Should be doable without much work...

Abdel.

I added a helper class to ensure a function (atm no-member only)
is called in the gui-thread.

Peter


svn does not compile anymore for me under ubuntu with autogen/configure/make. Could it be that you have edited the wrong Makefile.am?

I get
make[5]: Entering directory `/svn/lyx-devel/src/support'
make[5]: *** No rule to make target `InGuiThread.o', needed by `liblyxsupport.a'. Stop.

You have added
A    src/frontends/qt4/InGuiThread.h
A    src/frontends/qt4/InGuiThread.cpp

and modified
U    src/support/Makefile.am

Regards,
Julien

Reply via email to