Re: [Patch] for comment: inset widths and inlined insets

2003-08-21 Thread Andre Poenitz
On Fri, Aug 22, 2003 at 12:12:23AM +0300, Martin Vermeer wrote: > On Thu, Aug 21, 2003 at 05:01:11PM +0100, John Levon spake thusly: > > > > On Thu, Aug 21, 2003 at 06:34:37PM +0300, Martin Vermeer wrote: > > > > > You may want to try the attached, which is only the changes to the > > > insets (i

Re: Including in header files

2003-08-21 Thread Andre Poenitz
On Thu, Aug 21, 2003 at 06:49:22PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > >> If we also have a rule that all .C files should include config.h > >> first. > > > | Ah, you mean that the .C is compiles, pulls in config.h and than its own > | headers? > | >

Re: Feature freeze / Bugzilla Status

2003-08-21 Thread Andre Poenitz
On Thu, Aug 21, 2003 at 03:01:10PM +0200, Michael Schmitt wrote: > Hello everybody, > > what was the outcome of our "code/feature freeze" discussion? Have we > already entered the testing phase or are we still optimizing the code base? We are slowly changing from "breaking everything" to "fix a

Re: [Patch] for comment: inset widths and inlined insets

2003-08-21 Thread Andre Poenitz
On Thu, Aug 21, 2003 at 09:56:44AM +0300, Martin Vermeer wrote: > The attached patch is rough-and-ready -- lots of stuff just > commented-out for now that should be deleted -- but shows the idea. If > this is the right way forward, I can prepare a cleaned-up version. > There isn't much net saving i

Re: [Devel] [patch] more 'who we are' nonsense

2003-08-21 Thread Angus Leeming
On Tuesday 19 August 2003 9:12 am, Andre Poenitz wrote: > On Tue, Aug 19, 2003 at 09:54:03AM +, Angus Leeming wrote: > > Ok to go in? > > > > Would I ruffle anyone's feathers if I were to do the same in src and in > > src/mathed? > > Add your and Jean-Marc's name to the tex2lyx files you touche

Re: [Devel] [patch] buffer refs

2003-08-21 Thread Angus Leeming
On Tuesday 19 August 2003 7:50 am, Lars Gullik Bjønnes wrote: > Are the list sick? Maybe. As for the patch: man, you've been busy! It would appear that the only place expecting a Buffer * is the BufferView. Pretty well everywhere else expects a Buffer &. Things suddenly feel a lot nicer. That

Re: Anybody want a fun project ?

2003-08-21 Thread John Levon
On Thu, Aug 21, 2003 at 10:52:22PM +0200, Christian Ridderstr?m wrote: > I'll give it a go. Especially since I'm almost "done" with the wiki site. Great ! One thing to watch out for is that the dialog controller stuff will need re-doing for the New Angus Way. The New Angus Way is, thankfully, a

Re: [Patch] for comment: inset widths and inlined insets

2003-08-21 Thread John Levon
On Fri, Aug 22, 2003 at 12:12:23AM +0300, Martin Vermeer wrote: > the text of an inset extends to the right under the scrollbar (i.e. > some 20 pixels to the right of the right margin of the main text)? > And the text of an inset inside an inset extends even twice that > amount, so that a whole sh

Re: Anybody want a fun project ?

2003-08-21 Thread Christian Ridderström
On Thu, 21 Aug 2003, John Levon wrote: > > "How do I include source listings in a doc" has to be the number one > question asked on the IRC channel. We really don't have a good solution > yet, but we do have a rather old patch done by Herbert : > > http://bugzilla.lyx.org/show_bug.cgi?id=508 >

Re: [Patch] for comment: inset widths and inlined insets

2003-08-21 Thread Martin Vermeer
On Thu, Aug 21, 2003 at 05:01:11PM +0100, John Levon spake thusly: > > On Thu, Aug 21, 2003 at 06:34:37PM +0300, Martin Vermeer wrote: > > > You may want to try the attached, which is only the changes to the > > insets (i.e. they don't use needFullRow/display). I would be interested > > if it wo

Anybody want a fun project ?

2003-08-21 Thread John Levon
"How do I include source listings in a doc" has to be the number one question asked on the IRC channel. We really don't have a good solution yet, but we do have a rather old patch done by Herbert : http://bugzilla.lyx.org/show_bug.cgi?id=508 It needs updating and debugging ... regards john --

Re: Including in header files

2003-08-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: >> If we also have a rule that all .C files should include config.h >> first. > | Ah, you mean that the .C is compiles, pulls in config.h and than its own | headers? > | Could work, but would you call that 'nice and self contained'? Perhaps not, but you s

Re: [Patch] for comment: inset widths and inlined insets

2003-08-21 Thread John Levon
On Thu, Aug 21, 2003 at 06:34:37PM +0300, Martin Vermeer wrote: > You may want to try the attached, which is only the changes to the > insets (i.e. they don't use needFullRow/display). I would be interested > if it works without these artefacts etc. for you. It works just as well as without the

Re: compiling lyx?

2003-08-21 Thread Juergen Vigna
Angus Leeming wrote: Good to hear from you Jürgen. :) Well I still read the mailing list (not all most mails I only read the subject ;) and I regularly build lyx on my pc to see what you're all doing :P Attached is a little wrapper script that I use. Use it so: $ ./configure-14x $LYX_DIR xforms qt

Re: Branches requirements.

2003-08-21 Thread John Levon
On Thu, Aug 21, 2003 at 04:39:34PM +0100, Jos? Ab?lio Oliveira Matos wrote: >now that we have the branches support in lyx what is necessary to use them? You have to define some in the document dialog (which hasn't been changed for Qt yet) john -- Khendon's Law: If the same point is made tw

Branches requirements.

2003-08-21 Thread José Abílio Oliveira Matos
Hi Martin, now that we have the branches support in lyx what is necessary to use them? When I activate the Insert menu I get a grey-out ...Branch... is it no defined for qt? Keep the good work, -- José Abílio

Re: [Patch] for comment: inset widths and inlined insets

2003-08-21 Thread Martin Vermeer
On Thu, Aug 21, 2003 at 01:45:56PM +0100, John Levon spake thusly: > > On Thu, Aug 21, 2003 at 09:56:44AM +0300, Martin Vermeer wrote: > > > The attached patch is rough-and-ready -- lots of stuff just > > Hey, this looks pretty good ! Nice work. I haven't tried it. > > > > metrics() (I tried it

Re: Feature freeze / Bugzilla Status

2003-08-21 Thread John Levon
On Thu, Aug 21, 2003 at 04:46:11PM +0200, Michael Schmitt wrote: > Anyway, I don't want to complain about the large list of open bugs (I > even have no right to do). I just wanted to draw some attention to > bugzilla. Sure. Thanks very much for your triage efforts so far, they are much apprecia

Re: Feature freeze / Bugzilla Status

2003-08-21 Thread Michael Schmitt
On Thu, Aug 21, 2003 at 03:01:10PM +0200, Michael Schmitt wrote: open bugs and deciding which bugs are still relevant and which have been fixed in the meantime. Right now, we have 352 open bugs. If we add those Please remember the majority of those bugs are *not* new in 1.4cvs, and do not

Re: compiling lyx?

2003-08-21 Thread Garst R. Reese
Angus Leeming wrote: > > Attached is a little wrapper script that I use. Use it so: > $ ./configure-14x $LYX_DIR xforms qt > Might he also need --with-included-boost ? Garst

Re: ASCII export

2003-08-21 Thread John Levon
On Thu, Aug 21, 2003 at 03:39:59PM +0100, Jos? Ab?lio Oliveira Matos wrote: > PS: Does this means that if you post twice in a thread, then the thread is > over? ;-) I think you can get away with that, unless you're me, who only ever says the same thing again and again :) john -- Khendon's Law:

Re: ASCII export

2003-08-21 Thread José Abílio Oliveira Matos
On Thu, Aug 21, 2003 at 03:10:54PM +0100, John Levon wrote: > > I think there's a bug concerning equation output too http://bugzilla.lyx.org/show_bug.cgi?id=846 > john > -- > Khendon's Law: > If the same point is made twice by the same person, the thread is over. PS: Does this means that if

Re: ASCII export

2003-08-21 Thread John Levon
On Thu, Aug 21, 2003 at 02:40:08PM +0100, Jos? Ab?lio Oliveira Matos wrote: > existing ascii export. What are its know faults? Looking to bugzilla I have > only found a bug reported by Matej regarding bibliography export. I think there's a bug concerning equation output too john -- Khendon's La

Re: ASCII export

2003-08-21 Thread Angus Leeming
José Abílio Oliveira Matos wrote: > In order to fulfil the previous points I would like to clean up the > existing ascii export. What are its know faults? Looking to bugzilla I > have only found a bug reported by Matej regarding bibliography export. Look at all those insets that have empty asci

Re: compiling lyx?

2003-08-21 Thread Angus Leeming
Juergen Vigna wrote: > Hello Folk, > > it seems that I didn't follow enough the lyx list as I'm not anymore > able to configure LyX now. Could somebody explain me what options I > HAVE to use in the configure command? > > How do I now compile the different frontends? When I do a --help > it seem

ASCII export

2003-08-21 Thread José Abílio Oliveira Matos
Hi, I have been looking into the ascii export for several reasons: 1) sometimes is useful a text output of your document 2) as an example of what should be the requirements for new backends: *) html *) xhtml + mathML *) tei or tei-lite *) troff/groff *) ..

compiling lyx?

2003-08-21 Thread Juergen Vigna
Hello Folk, it seems that I didn't follow enough the lyx list as I'm not anymore able to configure LyX now. Could somebody explain me what options I HAVE to use in the configure command? How do I now compile the different frontends? When I do a --help it seems that --with-frontend does not anymore

Re: Feature freeze / Bugzilla Status

2003-08-21 Thread John Levon
On Thu, Aug 21, 2003 at 03:01:10PM +0200, Michael Schmitt wrote: > open bugs and deciding which bugs are still relevant and which have been > fixed in the meantime. Right now, we have 352 open bugs. If we add those Please remember the majority of those bugs are *not* new in 1.4cvs, and do not r

Re: [Patch] small Note cleanup

2003-08-21 Thread Juergen Spitzmueller
Garst R. Reese wrote: > Amazing! Which version of LyX? 1.3.2 (xforms). I have SuSE 8.1 installed (stripped down to minimum). I have even installed the gnome 1.4 libs and run pybliographer successfully. I'm indeed quite proud of the fact that I can work on my (still ~450 pages) thesis without maj

Re: [Patch] for comment: inset widths and inlined insets

2003-08-21 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Readable names please: width, maxwidth, or whatever > >> +if (i > j) >> +j = i; // MV > | don't add author comments like this... the header is where authors go :) perhaps even j = max(i, j); -- Lgb

Feature freeze / Bugzilla Status

2003-08-21 Thread Michael Schmitt
Hello everybody, what was the outcome of our "code/feature freeze" discussion? Have we already entered the testing phase or are we still optimizing the code base? Currently, I am in the process of browsing through the bugzilla list of open bugs and deciding which bugs are still relevant and whi

Re: [Patch] small Note cleanup

2003-08-21 Thread Garst R. Reese
Juergen Spitzmueller wrote: > > Lars Gullik Bjønnes wrote: > > | Sorry, not enough memory to build. :-( > > > > Even if you turn "-g" off? > > I have not tried it, but this is an old toshiba pentium 100 with 16MB RAM and > 100MB disk space. I am happy enough that I can run enlightenment and lyx

Re: [Patch] for comment: inset widths and inlined insets

2003-08-21 Thread John Levon
On Thu, Aug 21, 2003 at 09:56:44AM +0300, Martin Vermeer wrote: > The attached patch is rough-and-ready -- lots of stuff just Hey, this looks pretty good ! Nice work. I haven't tried it. > > metrics() (I tried it) > > What was the problem? And when was that? For me it just seems to work > (but

Re: [PATCH] lyxconvert224.py (valignment middle)

2003-08-21 Thread José Abílio Oliveira Matos
On Thu, Aug 21, 2003 at 09:34:43AM +0200, Michael Schmitt wrote: > How about the following patch? (Please apply) I don't like it either, although it is a step in the right direction. Bellow you have what I applied: +def valignment_middle(lines, start, end): +for i in range(start, end):

boost::spirit (something different, something new)

2003-08-21 Thread Angus Leeming
I have been playing with a C++ parser library, boost::spirit, at work. To try and learn now it works, I wrote a parser for the stdmenus.ui configuration file. The code consists of 5 'grammars': Menubar, MenubarItem, Menu, MenuItem and UI which latter couples it all together. It's all very elega

Re: [Patch] small Note cleanup

2003-08-21 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Lars Gullik Bjønnes wrote: >> | Sorry, not enough memory to build. :-( >> >> Even if you turn "-g" off? > | I have not tried it, but this is an old toshiba pentium 100 with 16MB RAM and | 100MB disk space. I am happy enough that I can run enligh

Re: Lyx wiki site setup - URI

2003-08-21 Thread Lars Gullik Bjønnes
Christian Ridderström <[EMAIL PROTECTED]> writes: | On Wed, 20 Aug 2003, John Levon wrote: > >> On Wed, Aug 20, 2003 at 05:43:40PM +0200, Christian Ridderstr?m wrote: >> >> ICBW, but you should be able to do it by placing .htaccess file in the >> directory with the correct command in >> > | Furt

Re: [Patch] small Note cleanup

2003-08-21 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | Sorry, not enough memory to build. :-( > > Even if you turn "-g" off? I have not tried it, but this is an old toshiba pentium 100 with 16MB RAM and 100MB disk space. I am happy enough that I can run enlightenment and lyx at all (which, surprisingly, works rather w

Re: [Patch] small Note cleanup

2003-08-21 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > As fltk is, as I understand it, more or less an improved xforms btw, did you know that fltk has an xforms2fltk "converter"? http://www.fltk.org/documentation.php/doc-1.1/forms.html#15_1 Juergen.

Re: [Patch] small Note cleanup

2003-08-21 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Garst R. Reese wrote: >> Have you, or could you, try current cvs on your old notebook loading an >> old version of UG? > | Sorry, not enough memory to build. :-( Even if you turn "-g" off? -- Lgb

Re: [Patch] small Note cleanup

2003-08-21 Thread Juergen Spitzmueller
Garst R. Reese wrote: > Have you, or could you, try current cvs on your old notebook loading an > old version of UG? Sorry, not enough memory to build. :-( Juergen.

Re: [Patch] small Note cleanup

2003-08-21 Thread Garst R. Reese
Juergen Spitzmueller wrote: > Would that make sense (i.e. shipping code with two near identical frontends)? > I mean, do you want to include every frontend for which you have volunteers? > As fltk is, as I understand it, more or less an improved xforms, I would not > mind if fltk played the Darwin

Re: [Patch] small Note cleanup

2003-08-21 Thread Juergen Spitzmueller
Angus Leeming wrote: > In truth, the question of how best to deal with these GUI strings in a > multi-GUI world has been shelved. Given that the two (plus) frontends do > there own thing, it makes little sense to add spurious constraints. And bear in mind that we only have those strings in xforms

Re: [Patch] small Note cleanup

2003-08-21 Thread Angus Leeming
On Thursday 21 August 2003 9:43 am, Martin Vermeer wrote: > On Thu, Aug 21, 2003 at 08:48:27AM +, Angus Leeming spake thusly: > > Martin Vermeer wrote: > > > Attached. No change in functionality. > > > OK to go in? > > > > Why move the tooltips to the controller? Qt does things very differently

Re: [Patch] small Note cleanup

2003-08-21 Thread Martin Vermeer
On Thu, Aug 21, 2003 at 08:48:27AM +, Angus Leeming spake thusly: > > Martin Vermeer wrote: > > > Attached. No change in functionality. > > OK to go in? > > Why move the tooltips to the controller? Qt does things very differently, so > this 'factorisation' is just bloat for them. > > So, m

[PATCH] Bug #992

2003-08-21 Thread Michael Schmitt
Hi, a "forward-port" of a LyX 1.3.2 patch for bugzilla report #1007. I cannot test it but it looks fairly trivial. http://bugzilla.lyx.org/show_bug.cgi?id=1007 Lars, please check and apply. Thanks, Michael Index: boost/ChangeLog =

Re: [patch] more 'who we are' nonsense

2003-08-21 Thread Angus Leeming
José Abílio Oliveira Matos wrote: >> Would I ruffle anyone's feathers if I were to do the same in src and in >> src/mathed? > > Have you heard of distcc? ;-) What? Me make you all recompile your trees 10 times a day? Who me? Na! -- Angus

Re: [patch] more 'who we are' nonsense

2003-08-21 Thread José Abílio Oliveira Matos
On Tue, Aug 19, 2003 at 09:54:03AM +, Angus Leeming wrote: > Ok to go in? That is ok, with me. :-) > Would I ruffle anyone's feathers if I were to do the same in src and in > src/mathed? Have you heard of distcc? ;-) > Regards, > Angus -- José Abílio Matos LyX and docbook a perfect m

Re: [Patch] small Note cleanup

2003-08-21 Thread Angus Leeming
Martin Vermeer wrote: > Attached. No change in functionality. > OK to go in? Why move the tooltips to the controller? Qt does things very differently, so this 'factorisation' is just bloat for them. So, my two pennies worth is 'not keen'. -- Angus

Re: [PATCH] lyxconvert224.py (valignment middle)

2003-08-21 Thread Michael Schmitt
Jose wrote: I don't like this transformation, because you are replacing all the ocurrences without looking to the surrounding context. Suppose that I was documenting the tables file format, there 'valignment="center"' is something sensible to appear. What insets do we intend to change? I tried

[PATCH] de.po

2003-08-21 Thread Michael Schmitt
Ping. (Please apply) Michael Index: po/ChangeLog === RCS file: /cvs/lyx/lyx-devel/po/ChangeLog,v retrieving revision 1.169 diff -a -u -r1.169 ChangeLog --- po/ChangeLog2003/08/18 12:57:23 1.169 +++ po/ChangeLog2003