Re: dvipng reports baseline

2003-12-05 Thread Angus Leeming
Jan-Åke Larsson wrote: > (You _can_ get a --height switch too, such that depth+height would > be the total image height) Ok, Jan-Åke, some questions. First, the preamble. I invoked dvipng so: dvipng -bg 'rgb 0.980 0.941 0.902' -depth to give: [1 depth=13/home/angus/preview-latex/devel/dvipng/d

Re: Sheesh we've been busy --- or have we?

2003-12-05 Thread Michael Schmitt
Angus Leeming wrote: All that activity --- a whole year's worth --- and the source has grown by just 7373 lines!!! and if you strip out all comments, then there's even less: 113174 lines of code in 13x/src 117040 lines of code in 14x/src Net gain 3866 lines. and then, if you compile LyX 1.3/1.4

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Angus Leeming
Jose' Matos wrote: >> Ok, José, the attached patch should make your life easy. You'll >> need to invoke the dialog as >> .getDialogs().show("log", "lyx2lyx "); >> where is the LyXView variable ('*owner') in >> LyXFunc::dispatch. > And where should I do this? I don't know really. The c

Re: lyx 1.4-xforms and typing the name of a directory

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Angus Leeming wrote: > > If not, it would be nice to make xforms behave as qt in this > respect. > > If you want a small, self contained project... I've fallen for that once... so let's see if I can't finish that first (the wiki came back and bit me, 'cause I'm trying to g

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Jose' Matos
On Friday 05 December 2003 13:11, Angus Leeming wrote: > Angus Leeming wrote: > >> I like that solution, too, but I have no clue how to implement > >> that. > > > > Invoke lyx2lyx as: > > > > string command = LibFileSearch("lyx2lyx", > > "lyx2lyx"); command += " -t"

Re: lyx 1.4-xforms and typing the name of a directory

2003-12-05 Thread Angus Leeming
Christian Ridderström wrote: > In lyx 1.4 xforms, if I do File->Open, and then type the name of a > directory where the filename is supposed to go, I get a new dialog > instead of changing to that directory as would happen in lyx-qt. > > Is this behaviour something that's solely controlled by xfor

Re: [1.3.x]: sane scrolling behaviour for Qt

2003-12-05 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Jean-Marc, attached is the 'sane-scrolling' patch in > Angus> the 1.4.x. tree ported to the 1.3.x tree. IMO, It > Angus> works beautifully but, as ever, I leave it to you > Angus> to decide whether you want it in 1.3.4. > I guess that if I ask you whether you a

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andre Poenitz wrote: > On Fri, Dec 05, 2003 at 12:53:04PM +0100, Christian Ridderström wrote: > > With the ERT inset (in textEd) for instance, this is not really a problem > > since you have the visual "barrier" (box) that you pass through. > > Well, the idea of all-boxes is

lyx 1.4-xforms and typing the name of a directory

2003-12-05 Thread Christian Ridderström
Hi In lyx 1.4 xforms, if I do File->Open, and then type the name of a directory where the filename is supposed to go, I get a new dialog instead of changing to that directory as would happen in lyx-qt. Is this behaviour something that's solely controlled by xforms? If not, it would be nice to

annoying mathed-behaviour (was Re: The current char style UI)

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Helge Hafting wrote: > Andre Poenitz wrote: > > On Thu, Dec 04, 2003 at 11:43:16AM +0100, Helge Hafting wrote: > I can't even unapply a change of some text to bold in mathed without > running round the houses. > >>>What's wrong with ? > >> > >>People don't think of t

word-backward/forward in mathed

2003-12-05 Thread Christian Ridderström
This started in some charStyle thread... it is about a suggestion to change the behaviour of C-left/right in mathed (aka word-backward/forward) Originally I was (approx.) complaining that it takes a lot of left/right's to move in mathed because of all the boundaries you have to cross. Then I sugg

Re: [1.3.x]: sane scrolling behaviour for Qt

2003-12-05 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, attached is the 'sane-scrolling' patch in the 1.4.x. Angus> tree ported to the 1.3.x tree. IMO, It works beautifully but, Angus> as ever, I leave it to you to decide whether you want it in Angus> 1.3.4. I guess that if I

Re: Sheesh we've been busy --- or have we?

2003-12-05 Thread Angus Leeming
Angus Leeming wrote: > All that activity --- a whole year's worth --- and the source has > grown by just 7373 lines!!! and if you strip out all comments, then there's even less: 113174 lines of code in 13x/src 117040 lines of code in 14x/src Net gain 3866 lines. -- Angus

Sheesh we've been busy --- or have we?

2003-12-05 Thread Angus Leeming
Getting rid of the VCLog files got me thinking. André's patches always seem to have more '-' than '+', so is the source getting leaner? I thought I'd see: With a bit of poetic licence in the 'find' syntax: $ find 13x -name '*.[Ch] *.c *.tmpl' > 13xfiles $ find 14x -name '*.[Ch] *.c *.tmpl' > 14

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Karsten Heymann
On Fri, 5 Dec 2003 12:08:32 +0100 "Andre Poenitz" <[EMAIL PROTECTED]> wrote: > Some urban legend covers error message translations of long forgotten > OSes. Something like > > 'no space left on device' -> 'Kein Weltraum links vom Gerät' > (sort of 'no outerspace on the left hand side of the

Re: qbox changing width -> appearance

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 12:55:32PM +0100, Kornel Benko wrote: > I know, but we were told to: > > > So I tried. So complain to John ;-) Andre'

Re: CharStyle discussion

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 12:53:04PM +0100, Christian Ridderström wrote: > With the ERT inset (in textEd) for instance, this is not really a problem > since you have the visual "barrier" (box) that you pass through. Well, the idea of all-boxes is to have that barrier for each change. > > Because C

Re: The current char style UI

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 02:06:10PM +0100, Helge Hafting wrote: > Another thing I worry about is on-screen appearance. The text gets too > full of boxes in 1.3 due to index entries, having visible boxes for markup > might make reading harder. Still, I have to try before complaining > on this one t

Re: [Devel] [PATCH] Re: Format=>Document=>Page size not working

2003-12-05 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Thanks. Could you give me a oneliner explanation of the bug suitable > for the status.13x file? - It was not possible to use some paper sizes (A3, B3, B4, and custom) without custom margins. This is fixed now [qt frontend only]. Jürgen.

Re: lyx-devel src/frontends/xforms/: ChangeLog FormExternal.C ...

2003-12-05 Thread Angus Leeming
Martin Vermeer wrote: > Please add 'using std::find' to FormExternal.C. Done. -- Angus

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Angus Leeming
Angus Leeming wrote: >> I like that solution, too, but I have no clue how to implement >> that. > > Invoke lyx2lyx as: > > string command = LibFileSearch("lyx2lyx", > "lyx2lyx"); command += " -t" > + tostr(LYX_FORMAT) >

Re: CharStyle discussion

2003-12-05 Thread Helge Hafting
Michael Schmitt wrote: Jean-Marc Lasgouttes wrote: Martin> Talking about looks, see the attached. Looks good, Martin! |some contents here| name This would reduce the height of the inset... You can even do some contents here \---name-/ and avoi

Re: lyx-devel src/frontends/xforms/: ChangeLog FormExternal.C ...

2003-12-05 Thread Martin Vermeer
On Fri, Dec 05, 2003 at 03:49:46AM +, [EMAIL PROTECTED] spake thusly: > Modified files: > lyx-devel/src/frontends/xforms/: ChangeLog FormExternal.C Please add 'using std::find' to FormExternal.C. - Martin pgp0.pgp Description: PGP signature

Re: Is 1.3.x ok?

2003-12-05 Thread Martin Vermeer
On Fri, Dec 05, 2003 at 01:54:10PM +0100, Jean-Marc Lasgouttes spake thusly: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> It seems to do that automatically nowadays. If it finds a > Martin> 'wrong' config file in the default location, it just dumps its > Martin> own

Re: The current char style UI

2003-12-05 Thread Helge Hafting
Andre Poenitz wrote: On Thu, Dec 04, 2003 at 11:43:16AM +0100, Helge Hafting wrote: Andre Poenitz wrote: I can't even unapply a change of some text to bold in mathed without running round the houses. What's wrong with ? People don't think of text as formulas. In the text, I expect backspace

Re: Is 1.3.x ok?

2003-12-05 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> It seems to do that automatically nowadays. If it finds a Martin> 'wrong' config file in the default location, it just dumps its Martin> own on top. Didn't use to be that way. (You can avoid it with Martin> the -userdir option. S

Re: Is 1.3.x ok?

2003-12-05 Thread Martin Vermeer
On Fri, Dec 05, 2003 at 12:21:38PM +0100, Andre Poenitz spake thusly: > On Fri, Dec 05, 2003 at 10:51:31AM +, Angus Leeming wrote: > > This with a bang up to date copy of 1.3.x: > > > > $ src/lyx > > LyX: Bad boolean `prosper'. Use "false" or "true" [around line 6 of file > > ~/.lyx-1.3.4cv

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andre Poenitz wrote: > It may well be that most of the biting comes from that unholy 'toggle > emphasize on a whole word' feature but I had this deactivated for a > while in my tree and I seem to remember that the problem was not > entirely gone. That was actually the first th

Re: qbox changing width -> appearance

2003-12-05 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 5. Dezember 2003 12:30, Andre Poenitz wrote: > On Fri, Dec 05, 2003 at 12:12:09PM +0100, Juergen Spitzmueller wrote: > > The drawing of insets is not yet perfect. Other issues: > > - open collapsables at the beginning of the first row in an intended >

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andre Poenitz wrote: > On Fri, Dec 05, 2003 at 11:30:20AM +0100, Christian Ridderström wrote: > > For formulas, I want very fine-grained control of 'where' the cursor is, > > so the 2-cursor approach is useful, even if it sometimes feels like you > > are pressing the left/rig

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Jose' Matos
On Friday 05 December 2003 11:20, Andre Poenitz wrote: > > That was my reasoning when initiating this thread, and this is why I > > like Angus solution, that could also be applied to any program used to > > import lyx files. > > I like that solution, too, but I have no clue how to implement that.

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Angus Leeming
Andre Poenitz wrote: > On Fri, Dec 05, 2003 at 10:44:11AM +, Jose' Matos wrote: >> That was my reasoning when initiating this thread, and this is >> why I like >> Angus solution, that could also be applied to any program used to >> import lyx files. > > I like that solution, too, but I ha

Re: qbox changing width -> appearance

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 12:12:09PM +0100, Juergen Spitzmueller wrote: > The drawing of insets is not yet perfect. Other issues: > - open collapsables at the beginning of the first row in an intended paragraph > are still drawn too far off right (intendation not recognised). > - vfill insets are dr

Re: CharStyle discussion

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 12:13:03PM +0100, Christian Ridderström wrote: > Are you thinking of a special situation here? (could you give an example) If I knew what's the exact situation I'd probably have tried to change that. It just bites from time to time. It may well be that most of the biting c

Re: [Devel] [PATCH] Re: Format=>Document=>Page size not working

2003-12-05 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: Attached is the fix for 1.3.4. Juergen> Should be the same for 1.4 Jean-Marc, can this go in? >> Yes. Juergen> Done. Thanks. Could you give me a oneliner explanation of the bug suitable for

Re: Is 1.3.x ok?

2003-12-05 Thread Angus Leeming
Juergen Spitzmueller wrote: > This strikes me like a conflict with an installation of 1.4. Did you > try edit->reconfigure? Where would I be without you guys? Lost in the dark, bumping into things. Many thanks. -- Angus

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Christian Ridderström wrote: > > And that's not because that's the natural way with the all-boxes > > approaches but because it's the way I think of the text markup. And > > not being sure whether I am inside or outside makes me uncomfortable. > > Are you thinking of a specia

Re: Is 1.3.x ok?

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 10:51:31AM +, Angus Leeming wrote: > This with a bang up to date copy of 1.3.x: > > $ src/lyx > LyX: Bad boolean `prosper'. Use "false" or "true" [around line 6 of file > ~/.lyx-1.3.4cvs/textclass.lst] Have you perhaps run a 1.4.x's configure using that .lyx-1.3.4cvs

Re: Is 1.3.x ok?

2003-12-05 Thread Juergen Spitzmueller
Angus Leeming wrote: > This with a bang up to date copy of 1.3.x: This strikes me like a conflict with an installation of 1.4. Did you try edit->reconfigure? Jürgen.

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 10:44:11AM +, Jose' Matos wrote: > That was my reasoning when initiating this thread, and this is why I like > Angus solution, that could also be applied to any program used to import lyx > files. I like that solution, too, but I have no clue how to implement that.

Re: qbox changing width -> appearance

2003-12-05 Thread Juergen Spitzmueller
Kornel Benko wrote: > Changing the width of a qbox, there is some weird appearance > of this inset. > Try with different values. Here I have used "70 col%". The drawing of insets is not yet perfect. Other issues: - open collapsables at the beginning of the first row in an intended paragraph are s

Re: CharStyle discussion

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 11:30:20AM +0100, Christian Ridderström wrote: > For formulas, I want very fine-grained control of 'where' the cursor is, > so the 2-cursor approach is useful, even if it sometimes feels like you > are pressing the left/right arrows way to often. For normal text, I think

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andre Poenitz wrote: > On Fri, Dec 05, 2003 at 10:15:10AM +0100, Jean-Marc Lasgouttes wrote: > > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > > > Andre> Personally, having the two logicaly positions (just before some > > Andre> change/at the beginning of a ch

[1.3.x]: sane scrolling behaviour for Qt

2003-12-05 Thread Angus Leeming
Jean-Marc, attached is the 'sane-scrolling' patch in the 1.4.x. tree ported to the 1.3.x tree. IMO, It works beautifully but, as ever, I leave it to you to decide whether you want it in 1.3.4. Regards, AngusIndex: status.13x === RC

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 10:29:21AM +, Jose' Matos wrote: > On Friday 05 December 2003 10:10, Angus Leeming wrote: > > > > Can lyx be made to read lyx2lyx's stderr? Maybe lyx should invoke > > lyx2lyx as > > > > lyx2lyx oldfile.lyx > newfile.lyx 2> convert.log > > > > and then load convert.log u

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Martin Vermeer wrote: > On Fri, Dec 05, 2003 at 11:30:20AM +0100, Christian Ridderström spake thusly: > > > How about modes for controlling if markup borders (i.e. insets?) should be > > shown, these could be: > > * Don't show any boxes etc > > * Only show box of the

Is 1.3.x ok?

2003-12-05 Thread Angus Leeming
This with a bang up to date copy of 1.3.x: $ src/lyx LyX: Bad boolean `prosper'. Use "false" or "true" [around line 6 of file ~/.lyx-1.3.4cvs/textclass.lst] LyX: Bad boolean `amsart'. Use "false" or "true" [around line 7 of file ~/.lyx-1.3.4cvs/textclass.lst] LyX: Bad boolean `article (AMS, sequ

Re: CharStyle discussion

2003-12-05 Thread Martin Vermeer
On Fri, Dec 05, 2003 at 11:30:20AM +0100, Christian Ridderström spake thusly: > How about modes for controlling if markup borders (i.e. insets?) should be > shown, these could be: > * Don't show any boxes etc > * Only show box of the inset(s) that the cursor is in > * Show all

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Jose' Matos
On Friday 05 December 2003 10:35, Andre Poenitz wrote: > > > > Does tex2lyx passes messages like this to lyx? > > No. tex2lyx is not integrated in LyX at all. I know. :-) > > Say you have some kind of malformed latex, how does tex2lyx reacts to > > that? > > It complains to stderr and tries

[Patch] Re: [Patch] Re: CharStyle discussion

2003-12-05 Thread Martin Vermeer
On Fri, Dec 05, 2003 at 10:19:29AM +0100, Jean-Marc Lasgouttes spake thusly: > Isn't it possible to have this code in InsetCollapsable? My though is > that we should try to limit the number of possible appearance of > insets rather than have each inset invent something. > > I think that all ins

Re: feature request

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Moritz Moeller-Herrmann wrote: > In law, PhDs are about 200-300 pages long, normally. > > So hopefully my supervisor and some people in the ministry of health in > Germany. > > I'll send you a copy, when it's done, if you want. I have a friend who's a lawyer, and studied in

qbox changing width -> appearance

2003-12-05 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- Changing the width of a qbox, there is some weird appearance of this inset. Try with different values. Here I have used "70 col%". Kornel - -- Kornel Benko [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (GNU/Linux) iQCVAwUBP9Be/

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 10:24:33AM +, Jose' Matos wrote: > On Friday 05 December 2003 10:01, Andre Poenitz wrote: > > > > > > What should lyx2lyx do in that case? > > > > > > 1) Silently add the missing tag. > > > 2) Complain but add the missing tag. > > > 3) Abort the convertion. > > >

Re: dvipng reports baseline

2003-12-05 Thread Angus Leeming
Jan-Åke Larsson wrote: Hello, Jan-Åke > The current behaviour of the --baseline switch is to report like so: > [1(baseline=2)] > meaning that the baseline pixel row is 2 pixels from the top row. > I am looking at HTML vertical alignment (via CSS1) and I've noted > that what is needed there is

Re: CharStyle discussion

2003-12-05 Thread Christian Ridderström
On Fri, 5 Dec 2003, Andre Poenitz wrote: > On Thu, Dec 04, 2003 at 04:17:34PM +0100, Michael Schmitt wrote: > > Dear Martin et al., > > > > do you need some more comments? Ok, here are mine :-) > > > > > box removing by I find this function _very_ useful in mathed, but difficult to discover :-

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Jose' Matos
On Friday 05 December 2003 10:10, Angus Leeming wrote: > > Can lyx be made to read lyx2lyx's stderr? Maybe lyx should invoke > lyx2lyx as > > lyx2lyx oldfile.lyx > newfile.lyx 2> convert.log > > and then load convert.log up into the Log dialog? I like that. I think that the error or warning me

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Jose' Matos
On Friday 05 December 2003 10:01, Andre Poenitz wrote: > > > > What should lyx2lyx do in that case? > > > > 1) Silently add the missing tag. > > 2) Complain but add the missing tag. > > 3) Abort the convertion. > > 2 would be friendly, but the complain should show up as a real LyX >

Re: [PATCH] qbox

2003-12-05 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Donnerstag, 4. Dezember 2003 21:33, Juergen Spitzmueller wrote: > I have tried to make the ui as simple and intuitive as possible. Therefore > the code may look a bit tricky (but it works in all cases afaict). And > another small enhancement to lengthcombo was

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Angus Leeming
Andre Poenitz wrote: >> 1) Silently add the missing tag. >> 2) Complain but add the missing tag. >> 3) Abort the convertion. > > 2 would be friendly, but the complain should show up as a real LyX > warning message. If that's not possible, I'd even go for 3. Can lyx be made to read lyx2lyx's stder

Re: [PATCH] Re: Format=>Document=>Page size not working

2003-12-05 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > My question (for 1.4.0cvs) would be why this isn't entirely within  the > > controller ? > > Yes, why not. Do you want to do it? My plan is to apply the 1.3 fix to 1.4 too for now. I don't have the time to do the controller thing right now, and I don't want to leav

Re: Insertion of inset makes LyX crash

2003-12-05 Thread Angus Leeming
Andre Poenitz wrote: >> This looks wrong: > Ok. Fixed. Thanks, André. -- Angus

Re: [Devel] [PATCH] Re: Format=>Document=>Page size not working

2003-12-05 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> Attached is the fix for 1.3.4. Should be the same for 1.4 > Juergen> Jean-Marc, can this go in? > > Yes. Done. Jürgen.

Re: [Patch] Re: CharStyle discussion

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 10:19:29AM +0100, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> On Fri, Dec 05, 2003 at 12:02:19AM +0200, Martin Vermeer spake > Martin> thusly: > >> I tightened up the thing a little bit. The patch is attached. > >>

Re: Qt external dialog is ready for use

2003-12-05 Thread Angus Leeming
Juergen Spitzmueller wrote: > Angus Leeming wrote: >> * ui/QExternalDialogBase.ui: a total overhaul. In addition, the >> dialog can now manipulate the transform data (rotate, scale, crop). >> Makes full use of CheckedLineEdit. > > Well done. I like the checkedwidget thing. Attached are a few mino

Re: lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 09:17:04AM +, Jose' Matos wrote: > Hello all, > I have a doubt regarding lyx2lyx behaviour when facing truncated documents. > We know that we have a truncated document if the \end_document tag is > missing in the lyx file. > > What should lyx2lyx do in th

Re: CharStyle discussion

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 10:15:10AM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> Personally, having the two logicaly positions (just before some > Andre> change/at the beginning of a change) is _the_ > > _the_ what? ... thing that anno

Re: [Devel] [PATCH] qbox

2003-12-05 Thread Angus Leeming
Juergen Spitzmueller wrote: >> Jürgen, LengthCombo derives publicly from QComboBox. I think >> therfore that this isn't needed: >> >> +void LengthCombo::setCurrentItem(int item) >> +{ >> + QComboBox::setCurrentItem(item); >> +} >> >> The code will just do the right thing. > > I'd guess so to

Re: [Patch] Re: CharStyle discussion

2003-12-05 Thread Jose' Matos
On Friday 05 December 2003 09:19, Jean-Marc Lasgouttes wrote: > > I think that all insets in inline mode would benefit from this > representation (think of ERT). I agree. > JMarc -- José Abílio LyX and docbook, a perfect match. :-)

Re: dvipng reports baseline

2003-12-05 Thread Jan-Åke Larsson
Angus, The current behaviour of the --baseline switch is to report like so: [1(baseline=2)] meaning that the baseline pixel row is 2 pixels from the top row. _ *__* | 2 *__* v _*** ___* *__* _**_ This is somewhat non-intuitive. I am looking at HTML vertical alignment (via CSS1) and

Re: [Patch] Re: CharStyle discussion

2003-12-05 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Fri, Dec 05, 2003 at 12:02:19AM +0200, Martin Vermeer spake Martin> thusly: >> I tightened up the thing a little bit. The patch is attached. >> >> I think this is such a clear improvement on what we had, that this >> should

lyx2lyx behaviour with truncated documents.

2003-12-05 Thread Jose' Matos
Hello all, I have a doubt regarding lyx2lyx behaviour when facing truncated documents. We know that we have a truncated document if the \end_document tag is missing in the lyx file. What should lyx2lyx do in that case? 1) Silently add the missing tag. 2) Complai

Re: [PATCH] Re: Format=>Document=>Page size not working

2003-12-05 Thread Juergen Spitzmueller
John Levon wrote: > On Thu, Dec 04, 2003 at 05:53:18PM +0100, Juergen Spitzmueller wrote: > > Herbert Voß wrote: > > > aehm, nevertheless, it seems to be a qt-bug ... > > > > Attached is the fix for 1.3.4 (I can't compile 1.4 right now). > > Jean-Marc, can this go in? > > My question (for 1.4.0cvs)

Re: CharStyle discussion

2003-12-05 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Personally, having the two logicaly positions (just before some Andre> change/at the beginning of a change) is _the_ _the_ what? We could have a solution where there is only one position in general, but we have a lfun that switche

Re: Qt external dialog is ready for use

2003-12-05 Thread Juergen Spitzmueller
Angus Leeming wrote: > * ui/QExternalDialogBase.ui: a total overhaul. In addition, the >         dialog can now manipulate the transform data (rotate, scale, crop). >         Makes full use of CheckedLineEdit. Well done. I like the checkedwidget thing. Attached are a few minor cosmetics to the ui

Re: Insertion of inset makes LyX crash

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 09:34:05AM +0100, Andre' Poenitz wrote: > On Thu, Dec 04, 2003 at 06:22:55PM +, Angus Leeming wrote: > > I suspect that it is time-zone dependent. Anyway, attached. > > This looks wrong: Ok. Fixed. Andre'

Re: Insertion of inset makes LyX crash

2003-12-05 Thread Andre Poenitz
On Thu, Dec 04, 2003 at 06:22:55PM +, Angus Leeming wrote: > I suspect that it is time-zone dependent. Anyway, attached. This looks wrong: // Try to find the next inset that contains paragraphs InsetList::iterator end = p.pit->insetlist.end();

Re: feature request

2003-12-05 Thread Andre Poenitz
On Fri, Dec 05, 2003 at 01:13:58AM +0100, Moritz Moeller-Herrmann wrote: > I'll send you a copy, when it's done, if you want. If you can bear the retaliation ;-) Andre'

Re: The current char style UI

2003-12-05 Thread Martin Vermeer
On Fri, Dec 05, 2003 at 09:06:25AM +0100, Andre Poenitz spake thusly: > On Thu, Dec 04, 2003 at 03:52:54PM +, John Levon wrote: > > > Yes, box removing by is 'direct manipulation' according to > > > this definition. > > > > It's clearly not :) > > Oha. > > Andre' Interesting. It feels li

Re: CharStyle discussion

2003-12-05 Thread Andre Poenitz
On Thu, Dec 04, 2003 at 07:14:18PM +0200, Martin Vermeer wrote: > Talking about looks, see the attached. Still a bit intrusive ... > I need to do some cleaning on the patch still, but this works, and not > just sort-of. What is unelegant about it is that it still bases > CharStyle on Collapsable

Re: The current char style UI

2003-12-05 Thread Andre Poenitz
On Thu, Dec 04, 2003 at 03:52:54PM +, John Levon wrote: > > Yes, box removing by is 'direct manipulation' according to > > this definition. > > It's clearly not :) Oha. Andre'

Re: Inline-Mode for InsetCollapsable

2003-12-05 Thread Andre Poenitz
On Thu, Dec 04, 2003 at 03:50:01PM +, John Levon wrote: > OK, can you explain why we don't update the positions in stage 1 then ? Because we don't know the positions in stage 1. All we know after stage 1 is the size of things. > Isn't everything before the inset that could affect position up

Re: CharStyle discussion

2003-12-05 Thread Andre Poenitz
On Thu, Dec 04, 2003 at 04:17:34PM +0100, Michael Schmitt wrote: > Dear Martin et al., > > do you need some more comments? Ok, here are mine :-) > > > Yes, box removing by is 'direct manipulation' according to > > this definition. > > > Nobody, not a single person! complained about this since 1

Re: [Devel] [PATCH] qbox

2003-12-05 Thread Juergen Spitzmueller
Angus Leeming wrote: > Jürgen, LengthCombo derives publicly from QComboBox. I think therfore that > this isn't needed: > > +void LengthCombo::setCurrentItem(int item) > +{ > +   QComboBox::setCurrentItem(item); > +} > > The code will just do the right thing. I'd guess so too, but then I get th

[Patch] Re: CharStyle discussion

2003-12-05 Thread Martin Vermeer
On Fri, Dec 05, 2003 at 12:02:19AM +0200, Martin Vermeer spake thusly: > > I tightened up the thing a little bit. The patch is attached. > > I think this is such a clear improvement on what we had, that this > should go in as it stands, despite small quirks (which I am not even > sure have to d