Re: about background compilation

2011-01-24 Thread Edwin Leuven
Edwin Leuven wrote: > and pretty innocuous famous last words...

Re: about background compilation

2011-01-24 Thread Vincent van Ravesteijn
Still no luck here. The icon is in qrc_resources.cxx and Resources.qrc, but it doesn't show in LyX :(. Does this help? Peter Nope. It's one of the things I already tried, but didn't help. Vincent

Re: about background compilation

2011-01-24 Thread Peter Kümmel
On 24.01.2011 14:12, Vincent van Ravesteijn wrote: >>> >> >> I've fixed cmake. But someone should update src/frontends/qt4/Makefile.am >> > > Still no luck here. > > The icon is in qrc_resources.cxx and Resources.qrc, but it doesn't > show in LyX :(. Does this help? Peter Index: src/frontends/q

Re: about background compilation

2011-01-24 Thread Vincent van Ravesteijn
>> > > I've fixed cmake. But someone should update src/frontends/qt4/Makefile.am > Still no luck here. The icon is in qrc_resources.cxx and Resources.qrc, but it doesn't show in LyX :(. Vincent

Re: about background compilation

2011-01-24 Thread Peter Kümmel
On 23.01.2011 10:59, Pavel Sanda wrote: > Edwin Leuven wrote: >> Peter Kümmel wrote: >>> It's really nice! >> >> and pretty innocuous, so i put it in: > > Peter, wasn't there some hour-glass cursor switching > for background compilation, which is to be killed now? > Totally forgot this code, ha

Re: about background compilation

2011-01-24 Thread Peter Kümmel
On 24.01.2011 11:32, Pavel Sanda wrote: > Vincent van Ravesteijn wrote: It's really nice! >>> >>> and pretty innocuous, so i put it in: >>> >>> http://www.lyx.org/trac/changeset/37304/lyx-devel/trunk >>> >> >> I just can't get the icon to appear. >> >> Anyone else having problems with it ? >

Re: about background compilation

2011-01-24 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > >> It's really nice! > > > > and pretty innocuous, so i put it in: > > > > http://www.lyx.org/trac/changeset/37304/lyx-devel/trunk > > > > I just can't get the icon to appear. > > Anyone else having problems with it ? worked here. but maybe you need to remove reso

Re: about background compilation

2011-01-24 Thread Stephan Witt
Am 24.01.2011 um 09:36 schrieb Vincent van Ravesteijn: >>> It's really nice! >> >> and pretty innocuous, so i put it in: >> >> http://www.lyx.org/trac/changeset/37304/lyx-devel/trunk >> > > I just can't get the icon to appear. > > Anyone else having problems with it ? > > Vincent Me too. I

Re: about background compilation

2011-01-24 Thread Vincent van Ravesteijn
>> It's really nice! > > and pretty innocuous, so i put it in: > > http://www.lyx.org/trac/changeset/37304/lyx-devel/trunk > I just can't get the icon to appear. Anyone else having problems with it ? Vincent

Re: about background compilation

2011-01-23 Thread Pavel Sanda
Edwin Leuven wrote: > Peter Kümmel wrote: > > It's really nice! > > and pretty innocuous, so i put it in: Peter, wasn't there some hour-glass cursor switching for background compilation, which is to be killed now? pavel

Re: about background compilation

2011-01-23 Thread Edwin Leuven
Peter Kümmel wrote: > It's really nice! and pretty innocuous, so i put it in: http://www.lyx.org/trac/changeset/37304/lyx-devel/trunk

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 18:28, Edwin Leuven wrote: Peter Kümmel wrote: We use a finished signal already in GuiView: connect(&d.processing_thread_watcher_, SIGNAL(finished()), this, SLOT(processingThreadFinished())); assume there is also a started(). thanks, the attached patch

Re: about background compilation

2011-01-22 Thread Peter Kümmel
comments welcome as usual + QString fname = toqstr(libFileSearch("images", "wait.gif").absFileName()); lyx::libFileSearch or lyx::support::libFileSearch Merged build knows both at this place. Peter

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 20:08, Enrico Forestieri wrote: On Sat, Jan 22, 2011 at 07:42:00PM +0100, Peter Kümmel wrote: On 22.01.2011 18:28, Edwin Leuven wrote: the attached patch includes the icon No, it doesn't ;) wget http://dl.dropbox.com/u/359550/busy.gif Thanks, tried it only with Firefox. Pe

Re: about background compilation

2011-01-22 Thread Enrico Forestieri
On Sat, Jan 22, 2011 at 07:42:00PM +0100, Peter Kümmel wrote: > On 22.01.2011 18:28, Edwin Leuven wrote: > >the attached patch includes the icon > > No, it doesn't ;) wget http://dl.dropbox.com/u/359550/busy.gif mv busy.gif lib/images/wait.gif -- Enrico

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 18:28, Edwin Leuven wrote: the attached patch includes the icon No, it doesn't ;)

Re: about background compilation

2011-01-22 Thread Edwin Leuven
Peter Kümmel wrote: > We use a finished signal already in GuiView: > >        connect(&d.processing_thread_watcher_, SIGNAL(finished()), this, >                SLOT(processingThreadFinished())); > > assume there is also a started(). thanks, the attached patch includes the icon comments welcome a

Re: about background compilation

2011-01-22 Thread Peter Kümmel
On 22.01.2011 16:36, Edwin Leuven wrote: it is great that lyx is no longer frozen when compiling a document, but i am missing some visual feedback that something is indeed happening i thought that it may be nice to hace a little spinning icon like http://dl.dropbox.com/u/359550/busy.gif Link

about background compilation

2011-01-22 Thread Edwin Leuven
it is great that lyx is no longer frozen when compiling a document, but i am missing some visual feedback that something is indeed happening i thought that it may be nice to hace a little spinning icon like http://dl.dropbox.com/u/359550/busy.gif in the status bar when something is happening the