Re: Why doesn't this work?

2003-08-07 Thread Angus Leeming
Martin Vermeer wrote: > RGBColor const X11RGBfromhex(string const & hexname) > { > RGBColor col; > istringstream is(STRCONV(hexname)); > char c; > > is >> c >> std::setbase(16) >> setfill('0') > >> setw(2) >> col.r > >> setw(2) >> col.g > >> setw(2) >> col.b; > > lyxe

Re: what's the difference?

2003-08-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | So, I think that he's right to use boost::swap here. Yes, I think so too. -- Lgb

Re: shell script question

2003-08-07 Thread John Levon
On Thu, Aug 07, 2003 at 05:09:29PM +, Angus Leeming wrote: > eval ${CONFIGURE} The eval is unnecessary john -- Khendon's Law: If the same point is made twice by the same person, the thread is over.

Re: TextCache.[Ch]

2003-08-07 Thread John Levon
On Thu, Aug 07, 2003 at 04:52:14PM +0200, Lars Gullik Bj?nnes wrote: > I nice implication of this might be that we won't need a BufferList > anymore (at least not explicit), but keep only open those buffers that > has a BufferView. Eh, how would that work ? john -- Khendon's Law: If the same po

Re: TextCache.[Ch]

2003-08-07 Thread Angus Leeming
John Levon wrote: > On Thu, Aug 07, 2003 at 04:52:14PM +0200, Lars Gullik Bj?nnes wrote: > >> I nice implication of this might be that we won't need a BufferList >> anymore (at least not explicit), but keep only open those buffers that >> has a BufferView. > > Eh, how would that work ? > > john

Re: [PATCH] first go at making drag and drop of files work under Qt

2003-08-07 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Aug 04, 2003 at 11:19:34PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> The following patch aims at making drag and drop of lyx files work >> on Qt. The main code (in QWorkarea) is trivial, but I need >> Bufferview_pimpl::wo

Re: [PATCH] first go at making drag and drop of files work under Qt

2003-08-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> Maybe I should just add a new 'droppedFile' signal to workarea and >> call that directly... Would that make sense? John> Yes, I think. I'll try that, then. Or I could change BufferView::Pimpl::workareaDispatch to pass only mouse actions

Re: lyx-devel /: ChangeLog configure.ac boost/: ChangeLog boos ...

2003-08-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Angus Leeming <[EMAIL PROTECTED]> writes: >> >> | [EMAIL PROTECTED] wrote: >>> Log message: update to boost 1.30.1 Patches: http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/boost/boost/counting_it

Re: TextCache.[Ch]

2003-08-07 Thread Alfredo Braunstein
Angus Leeming wrote: > As I read it, I think that Lars is saying we could store a BufferViewList. Note that this is needed in any case (for multiple bufferviews). Alfredo

Re: text2.C compile problem

2003-08-07 Thread Kayvan A. Sylvan
Anyone look at this? On Mon, Aug 04, 2003 at 10:09:47AM -0700, Kayvan A. Sylvan wrote: > Latest CVS does not compile. > > if g++ -DHAVE_CONFIG_H -I. -I../../lyx/src -I. -I../../lyx/boost > -I/u/ksylvan/include-I/usr/openwin/include -O2 -fno-exceptions -W -Wall -MT > text2.o -MD -MP -MF ".

Re: Environment nesting should now work in tex2lyx

2003-08-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Aug 07, 2003 at 12:52:48AM +0200, Jean-Marc Lasgouttes John> wrote: >> Of course there are a lot of things not supported by tex2lyx, but >> this was an important (and painful) step. John> Such as ? I haven't followed development