Re: lfun patch, next try

2002-08-13 Thread Martin Vermeer
On Wed, Aug 14, 2002 at 04:41:27PM +1000, Allan Rae wrote: > > On Tue, 13 Aug 2002, John Levon wrote: > > > Another REALLY boring thing that needs doing is splitting up the math > > symbol xbm's in to per-symbol xpms so that Qt can use them sensibly > > (then we have math toolbar - ta da) > > M

Re: lfun patch, next try

2002-08-13 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 04:41:27PM +1000, Allan Rae wrote: > Matthias or Kalle did this years ago for KLyX (including the bullets). I just had a look, there are indeed quite a few more .xbm in KLyX than we have. So any volunteers? ;-} Andre' -- Those who desire to give up Freedom in order to

Re: lfun patch, next try

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 07:28:38PM +0100, John Levon wrote: > Another REALLY boring thing that needs doing is splitting up the math > symbol xbm's in to per-symbol xpms so that Qt can use them sensibly Does that mean Qt does not handle xbm's or is the problem "multiple things in a file"? Andre

Re: lfun patch, next try

2002-08-13 Thread Allan Rae
On Tue, 13 Aug 2002, John Levon wrote: > Another REALLY boring thing that needs doing is splitting up the math > symbol xbm's in to per-symbol xpms so that Qt can use them sensibly > (then we have math toolbar - ta da) Matthias or Kalle did this years ago for KLyX (including the bullets). There

Re: Showing changes between files

2002-08-13 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 07:19:01AM +0200, Michael Meskes wrote: > So who would be able to/is interested in doing this? I think the general interest is there, even if it is just because "having features is nice". > What do you charge per day? [Intentionally left unanswered. Nothing unreasonable

Re: Showing changes between files

2002-08-13 Thread Michael Meskes
On Mon, Aug 12, 2002 at 05:22:56PM +0100, John Levon wrote: > I want to see what I used to use at work. There is a LyX-internal > "changelog" mode, that places changebars alongside each paragraph that > changes. > ... Here's the news from our customer: He's not sure he has the money as he has to

Re: Qt vs. Xforms dialogs; lots of differences

2002-08-13 Thread Rob Lahaye
Allan Rae wrote: > > Rob, what you have to understand is that John is obsessed with > complying with policies/directives/suggestions of what makes "Good > UI." Hence the number of postings and arguements in the last few > months in which John has provided URLs for various "Good UI" documents > o

Re: New Graphics dialog layout

2002-08-13 Thread Rob Lahaye
John Levon wrote: > On Wed, Aug 14, 2002 at 10:54:44AM +0900, Rob Lahaye wrote: > > >>So I won't be happy by removing the LyX View sizes. And I may not be >>the only user that uses this feature this way. > > > But we could just have a scale percentage ? Ah, that is the perfect compromise! Ke

Re: LyX CVS auto-build failure 2002-08-13

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 03:26:31PM -0700, Kayvan A. Sylvan wrote: > cd .. && /bin/sh /home/kayvan/src/lyx/config/missing --run autoheader > make[1]: *** No rule to make target `funcrequest.C', needed by `distdir'. Stop. > make[1]: Leaving directory `/home/kayvan/src/lyx/src' My fault. Sorry. An

Re: [Patch] lfun3.diff

2002-08-13 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 01:54:47AM +0200, Lars Gullik Bjønnes wrote: > That one is mine, but I need the funcrequest file to try,try it. It's in now. And it's really just trivial constructors and accessors... Andre' -- Those who desire to give up Freedom in order to gain Security, will not hav

Re: [Patch] lfun3.diff

2002-08-13 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 12:44:41AM +0100, John Levon wrote: > > ? funcrequest.C > > This is simple to solve: dd if=/dev/urandom of=funcrequest.C count=1024 count=896 would have been better. I thought had 'cvs add'ed that already but then reverted my tree to CVS head to find the problem with Lar

Re: Qt vs. Xforms dialogs; lots of differences

2002-08-13 Thread Allan Rae
On Mon, 12 Aug 2002, Rob Lahaye wrote: > John Levon wrote: [...] > > Rob wrote: > >>The frontend's look&feel may be different, but items should be in exactly > >>the same dialog, > > > > Like I said, it's up to the xforms people to play catch up. > > Well, do the xforms people agree? Is Qt indeed

Re: New Graphics dialog layout

2002-08-13 Thread John Levon
On Wed, Aug 14, 2002 at 10:54:44AM +0900, Rob Lahaye wrote: > So I won't be happy by removing the LyX View sizes. And I may not be > the only user that uses this feature this way. But we could just have a scale percentage ? regards john -- "It is unbecoming for young men to utter maxims."

Re: New Graphics dialog layout

2002-08-13 Thread Rob Lahaye
Dekel Tsur wrote: > On Tue, Aug 13, 2002 at 10:12:28PM +0900, Rob Lahaye wrote: > > > Since we don't have LyX View size buttons, the "Get LaTeX size" > doesn't make sense, so it should also be removed. Oh, I misunderstood that. You really want to get rid of the Width/Height sizes for LyX View a

Re: [Patch] lfun3.diff

2002-08-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | > ? insets/insettext.C.try | | and where is insets/insettext.C.try,try,again ? That one is mine, but I need the funcrequest file to try,try it. -- Lgb

Re: [Patch] lfun3.diff

2002-08-13 Thread John Levon
On Wed, Aug 14, 2002 at 01:41:38AM +0200, Lars Gullik Bjønnes wrote: > ? funcrequest.C This is simple to solve: dd if=/dev/urandom of=funcrequest.C count=1024 But I have to say, the new code is VERY buggy ! > ? insets/insettext.C.try and where is insets/insettext.C.try,try,again ? john --

Re: [Patch] lfun3.diff

2002-08-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Urgs... Double Urgs! from top of patch... ? lfun.diff.gz ? funcrequest.C ? frontends/qt2/xforms/Makefile.in ? insets/insettext.C.try ? mathed/script.diff ? mathed/shared_ptr.diff and you expect us to compile this? -- Lgb

Re: New Graphics dialog layout

2002-08-13 Thread John Levon
On Wed, Aug 14, 2002 at 01:01:34AM +0200, Lars Gullik Bjønnes wrote: > | Lars must have reintroduced this then. > > I have done nothing with this. So it seems sorry, john -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: New Graphics dialog layout

2002-08-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Lars must have reintroduced this then. I have done nothing with this. -- Lgb

LyX CVS auto-build failure 2002-08-13

2002-08-13 Thread Kayvan A. Sylvan
cd .. && /bin/sh /home/kayvan/src/lyx/config/missing --run autoheader make[1]: *** No rule to make target `funcrequest.C', needed by `distdir'. Stop. make[1]: Leaving directory `/home/kayvan/src/lyx/src' -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associat

Re: Short title inset: Picture!

2002-08-13 Thread Martin Vermeer
On Tue, Aug 13, 2002 at 10:45:05AM +0100, Angus Leeming wrote: > Martin Vermeer wrote: ... > Looks great. It means that InsetShortTitle is working fine. > > > I have experimented by creating the inset as a > > standalone, in an arbitrary text location, using a > > minibuffer command; that wor

Re: lfun patch, next try

2002-08-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | That sounds more interesting... > | What is the status of the insettext changes? Have you reverted them so that | we could have another go? No, I have had no time for that yet. -- Lgb

Re: compile fix

2002-08-13 Thread Herbert Voss
make[3]: Entering directory `/home/voss/lyx-devel.13/src' make[3]: *** No rule to make target `funcrequest.C', needed by `funcrequest.o'. Stop. make[3]: Leaving directory `/home/voss/lyx-devel.13/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/voss/lyx-devel.13/src' m

Re: lfun patch, next try

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 07:28:38PM +0100, John Levon wrote: > Another REALLY boring thing that needs doing is splitting up the math > symbol xbm's in to per-symbol xpms so that Qt can use them sensibly > (then we have math toolbar - ta da) Hm.. not today. Andre' -- Those who desire to give up

Re: autoconf still goosed

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 08:23:12PM +0200, Lars Gullik Bjønnes wrote: > | checking xforms header version... 1.0.0 > | ./configure: CPLUSPLUS: command not found > > Do I have a missing '_' somewhere? One that is ' ' instead? nope. something weird is happening in stead. My configure has : CXXFLAG

Re: lfun patch, next try

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 08:24:11PM +0200, Andre Poenitz wrote: > On Tue, Aug 13, 2002 at 08:22:29PM +0200, Lars Gullik Bjønnes wrote: > > But you don't have to fiddle with dialogs to be of help with GUIi. > > But that's what is missing in the Qt port, isn't it. No. (well, yes). One thing that i

Re: lfun patch, next try

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 08:22:29PM +0200, Lars Gullik Bjønnes wrote: > But you don't have to fiddle with dialogs to be of help with GUIi. But that's what is missing in the Qt port, isn't it. > Or you can help me with the ParagraphList stuff. > (have a look at the patch(es) I sent to the list) T

Re: autoconf still goosed

2002-08-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | well, things a re a little better now, but : > | checking if gcc supports -c -o file.o... no > | checking xforms header version... 1.0.0 | ./configure: CPLUSPLUS: command not found Do I have a missing '_' somewhere? One that is ' ' instead? -- L

Re: lfun patch, next try

2002-08-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Aug 13, 2002 at 07:10:10PM +0100, John Levon wrote: >> > I am not suggesting anything new. A few weeks ago this was called "inset >> > unification"... >> >> Well I can/can't wait ! > | *shrug* > | I am more or less done with what I wanted to ha

Re: compile fix

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 08:18:14PM +0200, Herbert Voss wrote: > src/mathed/fontinset.C > #include "support/LOstream.h" Thanks. Adnre' > -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

compile fix

2002-08-13 Thread Herbert Voss
src/mathed/fontinset.C #include "support/LOstream.h" Herbert -- http://www.lyx.org/help/

Re: lfun patch, next try

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 07:10:10PM +0100, John Levon wrote: > > I am not suggesting anything new. A few weeks ago this was called "inset > > unification"... > > Well I can/can't wait ! *shrug* I am more or less done with what I wanted to have in 1.3 (except for the world domination...). There i

autoconf still goosed

2002-08-13 Thread John Levon
well, things a re a little better now, but : checking if gcc supports -c -o file.o... no checking xforms header version... 1.0.0 ./configure: CPLUSPLUS: command not found -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: lfun patch, next try

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 08:08:07PM +0200, Andre Poenitz wrote: > > especially because we don't want to hardcode it for insertInset only. > > I am not suggesting anything new. A few weeks ago this was called "inset > unification"... Well I can/can't wait ! john -- "It is unbecoming for young

Re: lfun patch, next try

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 07:02:35PM +0100, John Levon wrote: > > One should extract an iterator (either from the cursor or from a screen > > position) and call the function using this iterator. > > This sounds very much like an offer to implement such a facility and > debug all the problems. Super

Re: lfun patch, next try

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 07:25:49PM +0200, Andre Poenitz wrote: > > Sound sensible ? > > No. > > Temporary cursor movements to make something happen just because "the > cursor can do it" is silly. > > One should extract an iterator (either from the cursor or from a screen > position) and call t

Re: lfun patch, next try

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 06:19:55PM +0100, John Levon wrote: > Drag and drop: I propose LFUN_DROP(x,y,string command) > > e.g. "reference-insert blah" as command. The question is if we can > easily do a temporary setCursor() to drop the command in the right > place, then return the cursor to where

Re: lfun patch, next try

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 07:11:16PM +0200, Andre Poenitz wrote: > On Tue, Aug 13, 2002 at 06:01:34PM +0100, John Levon wrote: > > -ENOAPPENDAGE > > dispatch(LFUN_MESSAGE, "too late"); how very silly Drag and drop: I propose LFUN_DROP(x,y,string command) e.g. "reference-insert blah" as command.

Re: lfun patch, next try

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 06:01:34PM +0100, John Levon wrote: > -ENOAPPENDAGE dispatch(LFUN_MESSAGE, "too late"); Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: lfun patch, next try

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 06:59:48PM +0200, Andre Poenitz wrote: > If nobody complains soon, I'll commit. -ENOAPPENDAGE john -- "It is unbecoming for young men to utter maxims." - Aristotle

[Patch] lfun3.diff

2002-08-13 Thread Andre Poenitz
Urgs... -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson) lfun3.diff.gz Description: application/gunzip

lfun patch, next try

2002-08-13 Thread Andre Poenitz
Include John's hint that the 0 dummy arg is ugly. If nobody complains soon, I'll commit. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: paragraphs in wrong order

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 06:36:18PM +0200, Lars Gullik Bjønnes wrote: > | Come on ! How long have we been waiting for GUII ? > > Long enough. But we (I) have been waiting even longer for the core > structure rewrite. Well, that is certainly true, but more users means more developers means more c

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, Aug 13, 2002 at 06:13:56PM +0200, Lars Gullik Bjønnes wrote: > >> | I *really* think we should leave this for 1.4. >> >> IMO we have postponed this too long already, so we should work to get > | Come on ! How long have we been waiting for GUII ?

Re: lyx-devel src/: BufferView.h BufferView2.C BufferView_pimpl.C ...

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 5:24 pm, John Levon wrote: > On Tue, Aug 13, 2002 at 04:40:38PM +, [EMAIL PROTECTED] wrote: > > * WordLangTuple: you can forward-declare a return type you know ;-) > > Embarassingly enough, I didn't ... Me nether till recently. That's why I sounded smug ;-) A

Re: lyx-devel src/: BufferView.h BufferView2.C BufferView_pimpl.C ...

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 04:40:38PM +, [EMAIL PROTECTED] wrote: > * WordLangTuple: you can forward-declare a return type you know ;-) Embarassingly enough, I didn't ... regards john -- "It is unbecoming for young men to utter maxims." - Aristotle

Re: paragraphs in wrong order

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 06:13:56PM +0200, Lars Gullik Bjønnes wrote: > | I *really* think we should leave this for 1.4. > > IMO we have postponed this too long already, so we should work to get Come on ! How long have we been waiting for GUII ? It is pretty frustrating to be 90% done with no si

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: > >> I'll try to revert all my ParagraphList changes to InsetText, to check >> if that helps. >> >> The ParagraphList is really needed to get the rest of the work done. >> (removal of pr

Re: lyx-devel src/: Tag: BRANCH-1_2_X ChangeLog sp_spell.C

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 12:36:03PM -0300, Garst R. Reese wrote: > I got this from Kevin, and it compiled OK for me wiht gcc-3.1, so > everything is working fine here wrt spellchecking. Pspell was totally > broken and crashing lyx. btw, the crash comes from non-robust code in ControlSpellchecker.

Re: lyx-devel lib/lyx2lyx/: lyxconvert_218.py parser_tools.py

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 04:14:04PM +0300, Dekel Tsur wrote: > > > Log message: > > > old ERT insets should just be ignored > > > > Eh ? Isn't this serious data loss ? > > This just means that I convert \begin_inset ERT \end_inset > to . OK. Thanks john -- "It is unbecoming for young men t

Re: paragraphs in wrong order

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: > I'll try to revert all my ParagraphList changes to InsetText, to check > if that helps. > > The ParagraphList is really needed to get the rest of the work done. > (removal of prev,next) It's not unexpected that changes in th

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 01:39:43PM +0200, Juergen Vigna wrote: > >The Qt frontend will of course use Qt's useful, handy, intuitive, font > >selection dialog. > > I _really_ doubt that Qt can set the font-path in the "intuitive font > selection dialog". I think you mix stuff here, one is configur

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 12:12:30PM +0100, Angus Leeming wrote: > > > The Qt frontend will of course use Qt's useful, handy, intuitive, font > > > selection dialog. > > But doesn't use it yet? The reason I ask is that, with Qt, I get horrible > ugly bitmapped fonts that are about 10 times the si

Re: New Graphics dialog layout

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 10:34:33PM +0900, Rob Lahaye wrote: > >Yes, but setting mono/color/whatever on a graph-by-graph level is > >overkill IMO. Only don't display should remain. > > I don't understand this. > When the prefs are set to "don't display", I need a per-graph > toggle to "DO display

Re: New Graphics dialog layout

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 10:12:28PM +0900, Rob Lahaye wrote: > Alright agree. I never use that myself. > But should we keep the "Get LaTeX size" for the LyX View sizes? > Or should that also go? Why can't we fill in the fields like that by default ? We could have a "reset" button or something if

Re: Turning guiapi.C on its head

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 4:24 pm, Lars Gullik Bjønnes wrote: > | Connect these boost::functions to the appropriate methods hidden deep > | within frontends. Eg > | showAboutLyX=boost::bind(&ControlAboutLyX::show, this); > | (I'd like to do this in the Dialogs c-tor, but we'll see...) > > and

Re: Turning guiapi.C on its head

2002-08-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | We used to have code that would have resulted in each separate LyXView having | its own set of dialogs. > | Lars created guiapi.C and moved all the dialogs into singleton classes that | could be accessed through the various functions. Eg > | extern "

Re: anoncvs

2002-08-13 Thread Jean-Marc Lasgouttes
> "Felix" == Felix Kurth <[EMAIL PROTECTED]> writes: Felix> On 13 Aug 2002 15:09:19 +0200 Felix> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: >> > "Felix" == Felix Kurth <[EMAIL PROTECTED]> writes: >> Felix> Hi i wanted dig a bit through the code.. But both anoncvs Felix> repostories

Turning guiapi.C on its head

2002-08-13 Thread Angus Leeming
We used to have code that would have resulted in each separate LyXView having its own set of dialogs. Lars created guiapi.C and moved all the dialogs into singleton classes that could be accessed through the various functions. Eg extern "C" { void gui_ShowAboutlyx(LyXView & lv, Dialog

Re: bug in image-preview

2002-08-13 Thread Herbert Voss
Angus Leeming wrote: > So we're not talking about previews at all, but the graphics inset? yes, the LyX (pre)view of images Herbert -- http://www.lyx.org/help/

Re: bug in image-preview

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 2:51 pm, Herbert Voss wrote: > Angus Leeming wrote: > > Well, I've tried and tried and I can't trigger it. Call me dumn! > > doc a.lyx from /tmp/a/ with sub dir images/ > doc b.lyx from /tmp/b/ > > - a.lyx contains an image from images/a.gif > - I copy the graphic inset a

Re: New Graphics dialog layout

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 10:12:28PM +0900, Rob Lahaye wrote: > Dekel Tsur wrote: > > - No LyX View buttons (except a single scale button) > > Hmmm, if I temporarily want to display a single graph, do you want me set that for >all > graphs in the prefs? I can imagine to have the prefs on "don't di

Re: bug in image-preview

2002-08-13 Thread Herbert Voss
Angus Leeming wrote: > Well, I've tried and tried and I can't trigger it. Call me dumn! doc a.lyx from /tmp/a/ with sub dir images/ doc b.lyx from /tmp/b/ - a.lyx contains an image from images/a.gif - I copy the graphic inset and paste it into doc b.lyx the relative filename is images/a.gif

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 11:50:29AM +0100, John Levon wrote: > On Tue, Aug 13, 2002 at 11:32:41AM +0200, David Kastrup wrote: > > > LyX trumpets user friendliness. There is no point in keeping people > > from having to learn a few mnemonic LaTeX commands, and then demand > > digging into the X fo

Re: bug in image-preview

2002-08-13 Thread Angus Leeming
On Monday 12 August 2002 12:31 pm, Herbert Voss wrote: > open two docs and copy an image from one into the > other doc. When having relativ filenames and the > docs are in different dirs, then the image preview > shouldn't show the image! > > Running latex gives the expected error -> file not foun

Re: New Graphics dialog layout

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: >>"Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > > > Rob> Dekel Tsur wrote: > >>>You seem to ignored my suggestions: - No LyX View buttons (except a >>>single scale button) >> > > Rob> Hmmm, if I temporarily want to display a single graph, do you > Rob> wa

Re: anoncvs

2002-08-13 Thread Felix Kurth
On 13 Aug 2002 15:09:19 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > > "Felix" == Felix Kurth <[EMAIL PROTECTED]> writes: > > Felix> Hi i wanted dig a bit through the code.. But both anoncvs > Felix> repostories doesnt work... (as described on lyx.org) > Felix> (connection time o

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> I use Rob> :pserver:[EMAIL PROTECTED]:/cvs/lyx Rob> What else is there? I use cvs.lyx.org, which is the real cvs (because I am an important person and have an account there :). I think anoncvs has a delay of a few dozens of minutes. J

Re: bg.po, he.po: Charset "windows-1251", "unknown" not portableencoding name.

2002-08-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > | Rob> Jean-Marc Lasgouttes wrote: "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: >>> | Rob> Hmmm, apparently I got these warnings with an accidental make. | Rob> They don't app

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: >>"Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > > > Rob> Jean-Marc Lasgouttes wrote: > "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: >>> > Rob> File - Version Control File - Export should also be greyed out, > Rob> when no document is loaded.

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> Jean-Marc Lasgouttes wrote: >>> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: >> Rob> File - Version Control File - Export should also be greyed out, Rob> when no document is loaded. >> I think it is fixed now. Can you check? R

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: >>"Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > > > Rob>File - Version Control File - Export should also be greyed > Rob> out, when no document is loaded. > > I think it is fixed now. Can you check? Not here. Have you committed it to CVS? Rob.

Re: New Graphics dialog layout

2002-08-13 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> Dekel Tsur wrote: >> You seem to ignored my suggestions: - No LyX View buttons (except a >> single scale button) Rob> Hmmm, if I temporarily want to display a single graph, do you Rob> want me set that for all graphs in the prefs? I can

Re: lyx-devel lib/lyx2lyx/: lyxconvert_218.py parser_tools.py

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 12:28:48AM +0100, John Levon wrote: > On Mon, Aug 12, 2002 at 11:48:47PM +, [EMAIL PROTECTED] wrote: > > > Log message: > > old ERT insets should just be ignored > > Eh ? Isn't this serious data loss ? This just means that I convert \begin_inset ERT \end_inset t

Re: Making personal lyx.mo files with 1.2.0

2002-08-13 Thread Jean-Marc Lasgouttes
> "Philipp" == Philipp Sasse <[EMAIL PROTECTED]> writes: Philipp> Hello, (sorry I didn't find where this is documented ...) It is not. Philipp> I'm used to applying lots of changes to my po/xx.po file Philipp> before building lyx. But as with 1.2.0 the changes are Philipp> ignored. It seems

Re: New Graphics dialog layout

2002-08-13 Thread Rob Lahaye
Dekel Tsur wrote: > > You seem to ignored my suggestions: > - No LyX View buttons (except a single scale button) Hmmm, if I temporarily want to display a single graph, do you want me set that for all graphs in the prefs? I can imagine to have the prefs on "don't display", but when inserting a n

Re: patches: make lyx 1.2.0 work for Turkish again

2002-08-13 Thread Jean-Marc Lasgouttes
> "Mike" == Mike Fabian <[EMAIL PROTECTED]> writes: Mike> But this patch is really only a hack and certainly should not Mike> applied like that to the upstream version of LyX. I only Mike> attached it to show what the problem is. There must be a better Mike> solution. Yes, but I really do no

Re: anoncvs

2002-08-13 Thread Jean-Marc Lasgouttes
> "Felix" == Felix Kurth <[EMAIL PROTECTED]> writes: Felix> Hi i wanted dig a bit through the code.. But both anoncvs Felix> repostories doesnt work... (as described on lyx.org) Felix> (connection time out) How to get the code ? Hello Felix, Did you manage to access anoncvs? JMarc

Re: fancy hdr problem (NEW)

2002-08-13 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> The ERT below used to (like last month) put something like: Garst> Reese, page 5 Assignment 6 123456 Garst> At the top of each page. Garst> Now it is just puts: Garst> Reese, page 5 Assignment Garst> All of the assigned stuff i

Re: New Graphics dialog layout

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 02:29:18PM +0900, Rob Lahaye wrote: > > Hi, > > As a tried to merge Xforms Graphics dialog with the Qt-version (Qt version is really >nice!), > I have come up with the layout for Xforms as attached. Main changes are: You seem to ignored my suggestions: - No LyX View bu

Re: Menu policy: grey out item, which subitems are all grey

2002-08-13 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob>File - Version Control File - Export should also be greyed Rob> out, when no document is loaded. I think it is fixed now. Can you check? JMarc

Re: bg.po, he.po: Charset "windows-1251", "unknown" not portable encoding name.

2002-08-13 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> Jean-Marc Lasgouttes wrote: >>> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: >> Rob> Hmmm, apparently I got these warnings with an accidental make. Rob> They don't appear anymore. Even the "unknown" warning from he.po. Rob> The

Re: [Devel] Comment on new handling of "\textsf{}" etc.

2002-08-13 Thread Dekel Tsur
On Mon, Aug 12, 2002 at 11:37:55PM +0200, Michael Schmitt wrote: > I have noticed that you have changed the LaTeX output. IIRC, the > original problem was that LaTeX does not accept > >\textsf{ ... \begin{tabular} ... \end{tabular} ... } > > I checked your new solution and there seem to be

Re: [Devel] Comment on new handling of "\textsf{}" etc.

2002-08-13 Thread Dekel Tsur
On Tue, Aug 13, 2002 at 10:43:43AM +0200, Jean-Marc Lasgouttes wrote: > > Michael> I still believe there is a rather simple solution for the > Michael> problem above. Just output > > Michael>{\sf ... } > > You mean {\sffamily ...}, right? > > Michael> instead > > Michael>\textsf{ ...

Re: bg.po, he.po: Charset "windows-1251", "unknown" not portableencoding name.

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: >>"Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > > > Rob> Hmmm, apparently I got these warnings with an accidental make. > Rob> They don't appear anymore. Even the "unknown" warning from he.po. > Rob> There seems "nothing to be done" in po/. > > Rob> What d

Re: bg.po, he.po: Charset "windows-1251", "unknown" not portable encoding name.

2002-08-13 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> Hmmm, apparently I got these warnings with an accidental make. Rob> They don't appear anymore. Even the "unknown" warning from he.po. Rob> There seems "nothing to be done" in po/. Rob> What do I need to "touch" in order to have gettext w

Re: bg.po, he.po: Charset "windows-1251", "unknown" not portableencoding name.

2002-08-13 Thread Rob Lahaye
Jean-Marc Lasgouttes wrote: >>"Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: > > > Rob> Hi, > > Rob> po/bg.po (Bulgarian) has in its header: "Content-Type: > Rob> text/plain; charset=windows-1251\n" "Content-Transfer-Encoding: > Rob> 8bit\n" > > Can you try again? I changed the encodin

Re: 1.2.0 link problem on RedHat 7.3

2002-08-13 Thread Jean-Marc Lasgouttes
> "Peter" == Peter <[EMAIL PROTECTED]> writes: Peter> Hi, I picked up xforms 1.0rc4 from Peter> ftp.lyx.org/pub/xforms/OpenSource/ and built it with an install Peter> directory of /usr/local/xforms. I ran "xmkmf -a" and then make. Peter> Mostly this went well except when the make tried to li

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: > I'll try to revert all my ParagraphList changes to InsetText, to check > if that helps. Try that please. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either on

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: > I'll try to revert all my ParagraphList changes to InsetText, to check > if that helps. > > The ParagraphList is really needed to get the rest of the work done. > (removal of prev,next) Hm... Or a clean rewrite from scratch

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:51:18PM +0200, Jean-Marc Lasgouttes wrote: > And are you able to reproduce it on your own? Could you tell me what I > should do to reproduce it? Scroll down by pressing (no left/right), press C-S-m, type \demo Andre' -- Those who desire to give up Freedom in order t

Re: bg.po, he.po: Charset "windows-1251", "unknown" not portable encoding name.

2002-08-13 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> Hi, Rob> po/bg.po (Bulgarian) has in its header: "Content-Type: Rob> text/plain; charset=windows-1251\n" "Content-Transfer-Encoding: Rob> 8bit\n" Can you try again? I changed the encoding to CP1251 Rob> and po/he.po (Hebrew) has there:

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Aug 13, 2002 at 10:55:01AM +0200, Lars Gullik Bjønnes wrote: >> The problem is most likely in InsetText. >> >> sympthoms: >> >> float: >> -- >>1 >>2 >>3 >> Figure #: en to tre >> -- >> >> After a

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Tue, Aug 13, 2002 at 01:45:20PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> Does this mean that you cannot see anymore cursor jumping when >> inserting a superscript or a fraction? Andre> I cannot see it on the test case. And

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:45:20PM +0200, Jean-Marc Lasgouttes wrote: > Does this mean that you cannot see anymore cursor jumping when > inserting a superscript or a fraction? I cannot see it on the test case. Andre' -- Those who desire to give up Freedom in order to gain Security, will not ha

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Tue, Aug 13, 2002 at 01:38:30PM +0200, Jean-Marc Lasgouttes Andre> wrote: The second part is fixed in 1.2.1cvs as far as I can Andre> tell. The first part is not fixed, but not excctly critical. >> First part of what? Second te

Re: lyx-devel src/mathed/: formulabase.C

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:38:30PM +0200, Jean-Marc Lasgouttes wrote: > Andre> The second part is fixed in 1.2.1cvs as far as I can tell. The > Andre> first part is not fixed, but not excctly critical. > > First part of what? Second testcase? The "misdrawn" pink frame part after typing \demo. I

Re: Draft paper about WYSIWYG/LaTeX for TUG2002

2002-08-13 Thread Juergen Vigna
John Levon wrote: > The Qt frontend will of course use Qt's useful, handy, intuitive, font > selection dialog. I _really_ doubt that Qt can set the font-path in the "intuitive font selection dialog". I think you mix stuff here, one is configuring your XServer and the FontPath to all the fonts you

Re: New Graphics dialog layout

2002-08-13 Thread Angus Leeming
On Tuesday 13 August 2002 6:29 am, Rob Lahaye wrote: > Hi, > > As a tried to merge Xforms Graphics dialog with the Qt-version (Qt version > is really nice!), I have come up with the layout for Xforms as attached. Good idea. Taking the best ideas from each frontend to impove them all is a Good Th

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 10:55:01AM +0200, Lars Gullik Bjønnes wrote: > The problem is most likely in InsetText. > > sympthoms: > > float: > -- >1 >2 >3 > Figure #: en to tre > -- > > After a save and a reload: > -- >en to tre321 > >

  1   2   >