Re: tabular.C

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: | | Because not all stuff should be assigned (for example the inset)! Why not? Because it would be wrong and it is not needed! | | As you'll see there is something done with the inset otherwise it wouldn't ^

RE: tabular (and table for that matter)

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: Jürgen, the prolem with the current assignment operator is that the copy constructor does something different this means that code like: Cell cell(tmpcell); will not be equivalent to Cell cell; cell = tmpcell; Eithe the assignment

Re: tabular.C

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: | But ok I see what you mean the inset is worked with in | insettabular.C not in tabular.C, tabular.C is just the container. But then... why is insetText a pointer? why not the object proper? (and why copy but not assign?) Ok if you tell me how

Re: tabular.C

2000-05-05 Thread Juergen Vigna
On 05-May-2000 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | Ok if you tell me how to do this with a object and not with a | constructor ^ pointer? Yes pointer to be clear: Instead of: TextInset * inset; use TextInset inset(buffer); (you know we need

Re: citations in LyX

2000-05-09 Thread Juergen Vigna
On 08-May-2000 Dekel Tsur wrote: * if the inset on the screen becomes longer than one line, it should wrap like normal text. Currently it just continues on beyond the end of the page. The current kernel doesn't support breaking of insets, so this can't be done currently. Well not

Re: citations in LyX

2000-05-09 Thread Juergen Vigna
On 09-May-2000 Jules Bean wrote: As the inset paints itself and gives it with and height back to LyXText it can be done, just the painting has to be redone so that it paints itself in more than one row (as the text inset does ;). Just an uninformed comment, but it sounds like there's a

Re: Toolbar Images

2000-05-09 Thread Juergen Vigna
On 09-May-2000 Jean-Marc Lasgouttes wrote: They look better than what we have now... A few remarks: I like them too :) Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED] Italienallee 13/N

RE: lyx-1.1.5cvs: crash when deleting text

2000-05-16 Thread Juergen Vigna
On 15-May-2000 Pauli Virtanen wrote: lyx-1.1.5cvs of date 13 May 2000: A crash happened when I selected and deleted few charachters from the beginning of a line. (But not at the beginning of the paragraph). This problem has been already fixed in CVS, thanks for the report! Greets

Re: New citation dialog

2000-05-16 Thread Juergen Vigna
On 15-May-2000 Garst R. Reese wrote: Dekel Tsur wrote: No, I'm not working on this currently. How about edible labels? They are pretty essential for hollywood and broadway, and got lost when the menu TOC and REF went out. The baby went out with the bath water. This would be already in if

Re: lyx-1.1.5cvs: crash when deleting text

2000-05-16 Thread Juergen Vigna
Juergen This problem has been already fixed in CVS, thanks for the Juergen report! Are you sure that this problem has been fixed after 13 May 2000? I am not sure it is the problem you are thinking of, Juergen. This might be the Delete problem which is still plaguing us. Pauli, is the

Re: lyx-1.1.5cvs: crash when deleting text

2000-05-16 Thread Juergen Vigna
On 16-May-2000 Jean-Marc Lasgouttes wrote: "Juergen" == Juergen Vigna [EMAIL PROTECTED] writes: Juergen No this is not the Delete-key problem as, as soon as you have Juergen a selection when hitting Backspace/Delete the Cut-Mechanism Juergen is used! The Delete/Backspace pr

RE: Compilation with SunCC 5.0 - Warnings

2000-05-17 Thread Juergen Vigna
On 16-May-2000 schmitt wrote: Hello again, Sun CC 5.0 also printed a long list of warnings. I assume that most of them are harmless. However, if you like to you can have a look at them (see attachment of this email). Thanks for your message, I fixed some of them (but as you said they

RE: Purify reports #1

2000-05-17 Thread Juergen Vigna
On 16-May-2000 schmitt wrote: Hi, I proudly (?) present the first purify warnings: I just entered two paragraphs with just one 'a' character. Selected both pars and cut them. Good luck for finding the bug! Mike FMR: Free memory read This is occurring while in:

RE: Developer's Documentation

2000-05-18 Thread Juergen Vigna
On 17-May-2000 Martin D. Muggli wrote: Hello A fellow student and I are working on a school project to create a communication layer between LyX and the computer algebra system MuPAD. We have been searching for detailed developer documents concerning LyX without much luck. If they don't

Re: New citation dialog

2000-05-19 Thread Juergen Vigna
On 18-May-2000 Lars Gullik Bjønnes wrote: Also you only implement parts of what varioref provides, same for pretty ref. Otoh support for varioref and prettyref are long overdue, but we should work to support them completely, also xr.sty should be worked into the same ref support. We

Re: New citation dialog

2000-05-19 Thread Juergen Vigna
| I have no real objections to the patch, so I think I will just include | it. | | Well I don't know if I missed it but I didn't see changes for LatexConfig, | as we use new packages here this should also be reflected in the latex | configuration and also in the package list with help to

Re: New citation dialog

2000-05-19 Thread Juergen Vigna
On 19-May-2000 Juergen Vigna wrote: BTW: Did you try to Preview the UserGuide? Please try, it gives 1 error! And one more: I just read the whole UserGuide substituting LyXTable's with InsetTabular's and ..., it worked

RE: One for the inset gurus

2000-05-19 Thread Juergen Vigna
On 18-May-2000 Angus Leeming wrote: [snip] I looked in insettext.[Ch]. SCARY! #:O) From what I can see, the methods of importance here are int ascent(Painter , LyXFont const ) const; int descent(Painter , LyXFont const ) const; int width(Painter , LyXFont const )

Re: New citation dialog

2000-05-19 Thread Juergen Vigna
On 19-May-2000 Juergen Vigna wrote: On 19-May-2000 Juergen Vigna wrote: BTW: Did you try to Preview the UserGuide? Please try, it gives 1 error! And one more: I just read the whole UserGuide substituting LyXTable's with InsetTabular's and ..., it worked :)! And while

Re: One for the inset gurus

2000-05-19 Thread Juergen Vigna
On 19-May-2000 Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | In my case, it would appear all the time. (This being multiple | citation keys in | one citation inset. If the keys have easily understandable names, | then it only | takes two or three to produce quite a

Re: New citation dialog

2000-05-19 Thread Juergen Vigna
On 19-May-2000 Dekel Tsur wrote: On Fri, May 19, 2000 at 12:02:30PM +0200, Juergen Vigna wrote: And one more: I just read the whole UserGuide substituting LyXTable's with InsetTabular's and ..., it worked :)! You got so excited with this, that you haven't noticed that you

Re: Layout menu patch

2000-05-19 Thread Juergen Vigna
On 19-May-2000 Jean-Marc Lasgouttes wrote: "Dekel" == Dekel Tsur [EMAIL PROTECTED] writes: Dekel Right now checking if a document has only one language is a Dekel costly operation. However, I can add a boolean member variable Dekel to class Buffer, which will store if the buffer is Dekel

RE: Suggestion

2000-05-19 Thread Juergen Vigna
On 19-May-2000 Michael Schmitt wrote: Hi, have you ever noticed that if you enter CTRL-Return in a table cell in order to get new lines, you are not able to remove these additional lines any more? If there is a simple way to overcome this problem I would like to see it fixed in 1.1.5. I

RE: Bug(?) correction in table.C

2000-05-25 Thread Juergen Vigna
Hi Alain! On 24-May-2000 Alain Castera wrote: Hi (ladies and ?) Gentlemen Well I don't know of many ladies on this list * sight * #:O) First thank's to all of you, you know what for. #:O) I was in trouble with tables for a long time, and surely I am not done with that, but maybe I

RE: Alphabetically sorting the strings rows of a table with Lyx

2000-05-26 Thread Juergen Vigna
On 26-May-2000 Carlos wrote: Hi I'm a user of Lyx. I think that with the current Lyx 1.1.4fix3 released (May21, 2000) it is not possible ('is it true? I think so') to make Lyx or Latex (any package) to alphabetically sort the rows of a table, with, for example, a list of names or a

Re: Alphabetically sorting the strings rows of a table with Lyx

2000-05-29 Thread Juergen Vigna
On 26-May-2000 Garst R. Reese wrote: Wouldn't it be easier interface with a spreadsheet? Yes, we just need the one who makes the interface :) and then which spreadsheet should we use? Here we use xess4 I've seen you use gnumeric, but then there is also StarOffice 5.1, and ... #:O) I just

RE: Alphabetically sorting the strings rows of a table with Lyx

2000-05-29 Thread Juergen Vigna
On 28-May-2000 Carlos wrote: Jürgen ...a solution in Lyx, in my opinion, can be: first: I'm a user. I select "n" lines of text in 'Itemize' environment or similar; second: I press a button (or clic in a menu) and ...voilà!: all the lines in alphabetical order. third: I select

Re: Alphabetically sorting the strings rows of a table with Lyx

2000-05-29 Thread Juergen Vigna
On 29-May-2000 Garst R. Reese wrote: By multicolumn I presume you mean more that one col in the spreadsheet. It was two col.'s, Developer's name, and grade. It would have too boring to give you all A's, so I "randomized" them. No I mean something like this ++--+---+--+ |

RE: Alphabetically sorting the strings rows of a table with Lyx

2000-05-30 Thread Juergen Vigna
Excuse me, Jürgen. But, tell me, if I look at your longtable (in ...\lyx\examples) and I see all the rows in alphabetical order, then I wonder how did you sort the names of the longtable. By hand, I suppose. Or not? Well to tell you the truth no I didn't sort them by hand, I did cutpaste

Re: LyX Code: word delete

2000-05-30 Thread Juergen Vigna
On 30-May-2000 Jean-Marc Lasgouttes wrote: Peter In LyX Code environment, using 'word delete forward' also Peter deletes any existing leading blanks in that line. It should also be fixed by what I did for line delete forward. I am currently experimenting with a fix for the case where

Re: LyX Code: word delete

2000-05-30 Thread Juergen Vigna
On 30-May-2000 Jean-Marc Lasgouttes wrote: We check for times.sty, which is part of the psnfss package. Presumable, if one has times.sty, all the package is there. Ahh, I didn't know that it's part of the psnfss package :) Jürgen

Re: Alphabetically sorting the strings rows of a table with Lyx

2000-05-31 Thread Juergen Vigna
On 30-May-2000 Dekel Tsur wrote: The attached patch fixes this bug. I added it to my local tree and submit this soon! Thanks, Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED] Italienallee

RE: Tiny patch

2000-05-31 Thread Juergen Vigna
On 30-May-2000 Dekel Tsur wrote: Is in! Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel:+39-0471-450260 I-39100 Bozen Fax:

Re: Tiny patch

2000-05-31 Thread Juergen Vigna
On 31-May-2000 Andre Poenitz wrote: I wonder whether the patch submission policy could be changed to "send plain text to the list if the patch is small (say 200 lines), put the patch on a ftp- or webserver if it is large and you have access to one, send it as a zipped attachment to the

Re: CVS 02/06/00 - Problem report

2000-06-05 Thread Juergen Vigna
On 02-Jun-2000 Dekel Tsur wrote: On Fri, Jun 02, 2000 at 05:13:39PM +0200, Michael Schmitt wrote: Hi, if you increase the size of the TOC window (menu item Edit/Table of Contents...) the TOC/LOF/LOT/LOA button becomes bigger as well but it shouldn't. This is my fault, so I attached a

Re: Lyx-1.1.5pre3

2000-06-05 Thread Juergen Vigna
On 05-Jun-2000 Jean-Marc Lasgouttes wrote: "Juergen" == Juergen Vigna [EMAIL PROTECTED] writes: Juergen On 02-Jun-2000 Dekel Tsur wrote: Another question is how did you manage to get the English words? It may have happened if you copypaste from another document, which had t

RE: 1.1.5 to be released tomorrow

2000-06-06 Thread Juergen Vigna
On 05-Jun-2000 Lars Gullik Bjønnes wrote: And suddenly we have a hard dead-line. the LyX Meeting is upcomming and I have a lot to do. _SO_ it you have anything that _must_ be in 1.1.5 now is the time to send the patch. 1.1.5 will not be released later than 12:00 GMT so be speedy

Re: CVS 02/06/00 - Problem report

2000-06-06 Thread Juergen Vigna
I am not going to allow logins via rlogin or rsh, it is also _very_ likely that I will remove telnet. Use ssh. One more thing if pserver is not working anymore (I guess this is the same for anonymous logins too) so someone should also change the explanations on the web pages how to use

Re: 1.1.5 to be released tomorrow

2000-06-06 Thread Juergen Vigna
On 06-Jun-2000 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | Well you have to wait a bit. You forced me to use ssh from yesterday to | today and so I cannot checkin or checkout anything right now! Hm, I was almost sure that you used ssh. I'll reenable rlogin just

Re: CVS 02/06/00 - Problem report

2000-06-06 Thread Juergen Vigna
On 05-Jun-2000 Dekel Tsur wrote: On Mon, Jun 05, 2000 at 10:20:23AM +0200, Juergen Vigna wrote: On 02-Jun-2000 Dekel Tsur wrote: On Fri, Jun 02, 2000 at 05:13:39PM +0200, Michael Schmitt wrote: Hi, if you increase the size of the TOC window (menu item Edit/Table of Contents

RE: alignement in tables with linebreaks

2000-06-15 Thread Juergen Vigna
Hi Alain! Still playing with tables, I found usefull to change the line #1400 in table.C from os "\\parbox[t]{" to os "\\parbox{" in order to obtain "centered" alignement between multiline cells and single- ones. This works perfectly for my purpose, but I

RE: Latest CVS fixes

2000-06-15 Thread Juergen Vigna
However, even with these two things in place, the latest CVS does not compile (as I just reported earlier). That's really strange, I just checkout the tree and compiled it without problems on my standard RedHat 6.2 installation. Jürgen --

RE: alignement in tables with linebreaks

2000-06-15 Thread Juergen Vigna
Hi Alain! Thanks a lot for your reply. LyX is for sure one of the best supported free software, and I can hardly imagine how difficult and painful it can be for you and other developpers to take into account all these users remarks. Well without remarks we wouldn't integrate a whole

Re: Random results from the fourth international LyX developers

2000-06-16 Thread Juergen Vigna
On 15-Jun-2000 Dekel Tsur wrote: On Mon, Jun 12, 2000 at 02:54:33PM +0200, Asger K. Alstrup Nielsen wrote: The highlights include: - Mayor clean up in the LyXText and inset handling by Juergen and Lgb. This leads in the direction of a lot of new posibilities for nesting different

Re: Random results from the fourth international LyX developers

2000-06-16 Thread Juergen Vigna
On 15-Jun-2000 Dekel Tsur wrote: I also want to add that routines for building forms automatically, can also be used for adding support for arbitrary latex packages: a text file will define the arguments/config commands to the package, and a form for changing these values will be created

RE: configure error

2000-06-16 Thread Juergen Vigna
On 16-Jun-2000 Angus Leeming wrote: using configure --with-frontend=kde configuration falls over if QT or KDE aren't installed in certain hardwired locations. This is daft, since two shell variables are defined when running KDE but not employed by the configure script. Why not test

RE: Table size

2000-06-19 Thread Juergen Vigna
On 16-Jun-2000 Kristoffer Lawson wrote: Is there any idea when we might get visual feedback to the "size" attribute for table cells? Or even a horizontal scrollbar when tables go off-screen? Currently editing tables is virtually impossible. Well you always can use Ctrl-Enter to split

Re: Insert xfig

2000-06-19 Thread Juergen Vigna
On 17-Jun-2000 Dekel Tsur wrote: I've updated the patch, but I haven't added an option to disenable the resize/rotate controls according to the template. I'll wait for Asgers comment to apply this. The patch also fixes a bug in LibFileSearch (support/filetools.C): The correct order of

Re: Insert xfig

2000-06-19 Thread Juergen Vigna
For some strange reason, I named the script fig2psfig.py, where it should be fig2pstex.py. Here is a fixed patch. Applied and commited! Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED]

RE: Solution to my compile problems (patch included)

2000-06-19 Thread Juergen Vigna
On 17-Jun-2000 Kayvan A. Sylvan wrote: NOTE: Even with this patch, I have to remove src/cite.[hC] manually *after* my cvs update. Otherwise, the ``make rpmdist'' fails while in the po/ directory, looking for ../src/cite.C. It would be great if someone would just delete the cite.[hC] files

RE: Character layout popup

2000-06-19 Thread Juergen Vigna
On 17-Jun-2000 Dekel Tsur wrote: Someone messed up the character layout popup. Please revert it to the previous version. I'll have a look and probably install the version from 1.1.5 Jürgen -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

RE: Character layout popup

2000-06-19 Thread Juergen Vigna
On 17-Jun-2000 Dekel Tsur wrote: Someone messed up the character layout popup. Please revert it to the previous version. Well I had a look at layout_forms.fd in 1.1.5 and there seems to be no language coice present as in 1.1.6cvs. So didn't we have that language choice also in 1.1.5? And why

Re: Character layout popup

2000-06-19 Thread Juergen Vigna
On 19-Jun-2000 Lars Gullik Bjønnes wrote: Dekel Tsur [EMAIL PROTECTED] writes: | Someone messed up the character layout popup. | Please revert it to the previous version. mmm, somebody did not do the right thing in forms/ to make updatesrc work as it should. I fixed this already and

RE: Table size

2000-06-19 Thread Juergen Vigna
On 19-Jun-2000 Kristoffer Lawson wrote: Well you always can use Ctrl-Enter to split rows up into more virtural rows and so it don't get so wide. Ah, but this is really quite a hack and doesn't do what I want. There's no text justification and I still have to try and work out what's going

Re: Another bug

2000-06-20 Thread Juergen Vigna
On 19-Jun-2000 Dekel Tsur wrote: This bug can be fixed by not calling to bview-stuffClipboard(...) (in LyXText::SetSelection) when selection is false: - bview-stuffClipboard(selectionAsString(bview-buffer())); + if (selection) +

Re: LyX segfaults on color allocation failure

2000-06-20 Thread Juergen Vigna
On 19-Jun-2000 Simon Hill wrote: I wasn't sure whether my xforms was compiled for glibc2.1 or not, so I got the latest from the xforms site. LyX wouldn't compile with xforms-0.89, it got errors while linking. Compiled and linked fine with xforms-0.88. However, it still segfaults when I

Re: small patch

2000-06-20 Thread Juergen Vigna
On 20-Jun-2000 Asger K. Alstrup Nielsen wrote: Here's a small patch to external_templates, which I think will save many trips to the man hole. Garst, thank you for reading the fig2dev man page for me. I would appreciate it if somebody applied this patch. Done! Jürgen

Re: resizeable windows?

2000-06-20 Thread Juergen Vigna
This is due simply to inconsistent coding by me! The following patch fixes it. (Could someone apply this please?) Done! Next time could you please send patches on a recent cvs tree, please and if possible make the diff inside the lyx-devel directory so that someone doesn't have to count the

Re: resizeable windows?

2000-06-20 Thread Juergen Vigna
On 20-Jun-2000 Angus Leeming wrote: ??? I made this patch against current cvs ??? I also don't understand your directory comment. The patch says: Index: src/insets/insetcite.C doesn't that suggest I did the diff from the right place? Angus (feelng slightly beaten up/stupid due to dentists

Re: Language conversion?

2000-06-20 Thread Juergen Vigna
On 20-Jun-2000 Lars Gullik Bjønnes wrote: Dekel Tsur [EMAIL PROTECTED] writes: | On Mon, Jun 19, 2000 at 11:09:33AM -0500, Roland Krause wrote: | How do I convert text that has the attribute Language:english to | Language:default? Is there a way to do this the "GUI way" or do I need to know

Re: Language conversion?

2000-06-21 Thread Juergen Vigna
On 20-Jun-2000 Dekel Tsur wrote: On Tue, Jun 20, 2000 at 10:15:02AM +0200, Juergen Vigna wrote: Would you be interested to change this behaviour? IMO this is really not a nice behaviour. We should have a Reset option as in the other selections which resets the character-language

Re: Table size

2000-06-21 Thread Juergen Vigna
Why not do this the way the figure sizing is done? A set of radio buttons with in, cm, pt, %textwidth (or %columnwidth), and a type-in for the number. I'll grant you this takes up a lot of space, but that's a question of form design. Also, it might be sensible to have a separate pop-up

RE: Fwd: Re: resizeable windows?

2000-06-21 Thread Juergen Vigna
On 21-Jun-2000 Angus Leeming wrote: Rob Lahaye has discovered the following problem when resizing an xforms dialog, in this case the citation dialog. Is this an xforms problem, or have I coded the thing incorrectly? You have to set the right Gravity options on all objects to be able to

Re: Another bug

2000-06-21 Thread Juergen Vigna
On 21-Jun-2000 Jean-Marc Lasgouttes wrote: Has this been done for the 1.1.5 branch? If not, it should (send me a patch). Here it is (just copy/paste) Jürgen --- src/text2.C.origWed Jun 21 14:28:15 2000 +++ src/text2.C Wed Jun 21 14:29:28 2000 @@ -1057,16 +1057,6 @@ if

RE: problem with LyX

2000-06-21 Thread Juergen Vigna
On 21-Jun-2000 Gerard Tristram wrote: Dear LyX developer, I am using LyX Version 1.1.5 since this morning, but the problem I had with "tables" with v-1.1.3 is still there : In the "Table Layout" menu, if I try to set a fixed width for a column, the alignement is set to "Left"

RE: LyX version numbering change proposal

2000-06-22 Thread Juergen Vigna
On 21-Jun-2000 Baruch Even wrote: This will not only help me, I'm pretty sure there are many other places where they won't install something that is officially marked as a release version. It is a problem to see a program with version 1.1.4fix3, one may consider if its development team is

RE: undefined reference to `gettext'

2000-06-22 Thread Juergen Vigna
On 21-Jun-2000 Carlos A M dos Santos wrote: It seems that the problem of not linking with libintl in systems with gettext installed is back in lyx-1.1.6cvs. This is Slackware Linux 4.0 (with *lots* of hacking, but still libc5 :-). Try to compile with the --with-included-gettext option!

Re: patches ...

2000-06-22 Thread Juergen Vigna
On 21-Jun-2000 Dekel Tsur wrote: I've already mentioned that this bug is caused when copying the selection to the clipboard when the selection is empty (why???). So you need to change bview-stuffClipboard(selectionAsString(bview-buffer())); (in LyXText::CutSelection and

Re: Language conversion?

2000-06-22 Thread Juergen Vigna
On 21-Jun-2000 Dekel Tsur wrote: On Wed, Jun 21, 2000 at 09:10:15AM +0200, Juergen Vigna wrote: I've had a look at the patch and it seems good, but I've a question, what means when you set the language to ignore_language, is that the Reset? Setting to ignore_language means that we don't

Re: LyX version numbering change proposal

2000-06-22 Thread Juergen Vigna
| In the proposed method we will simply have | 1.2.x for the the stable and 1.3.x for the development, with backports to | update the older version, the transition will be to rename 1.1.6 to 1.2.0 | when the time comes for its release and the new devel version will be | 1.3.0. You need to

Re: LyX version numbering change proposal

2000-06-22 Thread Juergen Vigna
On 22-Jun-2000 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | release it that way. We just reaname 1.1.6 to 1.2.0 on release and then the | new cvs will be 1.3.0 and if we release this it will be 1.4.0 fixes are | released by the last number! I_say no. What I

Re: LyX version numbering change proposal

2000-06-22 Thread Juergen Vigna
On 22-Jun-2000 Lars Gullik Bjønnes wrote: but 1.1.5cvs is the development. Seems to be like Jürgen wants something like: 1.3.0 development 1.4.x stable 1.5.0 development 1.6.x stable Exactly so in the development cycle we would work like this, just one more that when we are ready to

RE: A success story

2000-06-22 Thread Juergen Vigna
On 22-Jun-2000 Garst R. Reese wrote: In the process of publishing 5 books with LyX, the company that does my printing has substantially upgraded their hardware to support my [snip] We always like to hear news like this #:O) Jürgen --

Re: Language conversion?

2000-06-22 Thread Juergen Vigna
Moreover, 1. The line "clear_area = row_ptr-par()-GetInset(row_ptr-pos())-doClearArea();" in LyXText::GetVisibleRow causes error messages when GetVisibleRow is called normally for a text without an inset. Why shouldn't this not work??? I call that only if : Obviously you where right

RE: CVS Request

2000-06-22 Thread Juergen Vigna
On 22-Jun-2000 Angus Leeming wrote: Can someone please remove src/cite.[Ch]. They aren't needed and keep reappearing when I update. Which branch are you working with? I don't have them here anymore! Try to do a checkout from the directory below: cvs checkout lyx-devel Jürgen --

Re: LyX version numbering change proposal

2000-06-23 Thread Juergen Vigna
On 22-Jun-2000 Jean-Marc Lasgouttes wrote: "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars This is excatly what I want to avoid for cvs versions, using Lars numbers like this makes it so easy to have "just another release Lars before stable" Absolutely agreed. We need to

Re: Compilation error

2000-06-23 Thread Juergen Vigna
On 22-Jun-2000 Asger K. Alstrup Nielsen wrote: [snip really good text-parts you should read that] But we should not hold each other back hand in hand. We should go forward hand in hand. Asger did you candidate for Danish-President seat? I couldn't imagine a better politician and this

RE: LYX_RELEASE ?

2000-06-23 Thread Juergen Vigna
On 23-Jun-2000 R. Lahaye wrote: Hi, [I'm not a member of this list, so please include me email address in a CC] I find it strange that the Help-Version shows a fixed date. It's the date stored in LYX_RELEASE (src/version.h). Shouldn't that be better the actual date of

RE: [Cvslog] CVS update: lyx-devel

2000-06-26 Thread Juergen Vigna
On 23-Jun-2000 [EMAIL PROTECTED] wrote: Date: Friday June 23, 2000 @ 17:02 Author: jug Update of /usr/local/lyx/cvsroot/lyx-devel In directory baywatch.lyx.org:/tmp/cvs-serv25340 Modified Files: ChangeLog Log Message: Lot's of updates for new update handling of

RE: insetcite patch

2000-06-26 Thread Juergen Vigna
On 23-Jun-2000 Angus Leeming wrote: A small patch: * forms/cite.fd: modified to allow resizing without messing up the dialog. * src/insetcite.C: Uses code from cite.fd almost without tweaking. ;-) User can now resize dialog in the x-direction. Resizing the dialog in the y-direction is

Re: insetcite patch

2000-06-26 Thread Juergen Vigna
On 26-Jun-2000 Jean-Marc Lasgouttes wrote: Done. However, I maintain that the fdesign-generated code should be in some cite.C file, and that insetcite.[Ch] should not contain any xforms generated code. Insets should not contain popup code, anyway (in view of GUI independance). Well you

Re: insetcite patch

2000-06-26 Thread Juergen Vigna
On 26-Jun-2000 Jean-Marc Lasgouttes wrote: BTW, Juergen, do you know that your code still generates warnings like: cxx: Warning: ../../../lyx-devel/src/mathed/../insets/lyxinset.h, line 293: "void UpdatableInset::draw(BufferView *, const LyXFont , int, float )

RE: Compier warnings

2000-06-26 Thread Juergen Vigna
On 26-Jun-2000 Angus Leeming wrote: I get the following warnings when compiling current CVS. Useful? Angus Yes they are I already fixed them on a similar mail from Jean-Marc! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

Re: insetcite patch

2000-06-26 Thread Juergen Vigna
On 26-Jun-2000 Angus Leeming wrote: Ouch! Note, however, that RESIZE_X and GRAVITY are mutually exclusive. However, since I prevent the user from resizing in the y direction with the calls in setSize() : Yes I know and it is quite a task to get right gravity on objects if you have more

RE: Never change a running system ...

2000-06-29 Thread Juergen Vigna
On 28-Jun-2000 Dr. Ing. Dieter Jurzitza wrote: Dear listmembers, trying to compile the latest versions of lyx I had to become aware of the fact that my system (SuSE 6.0 / kernel 2.036 / gcc 2.7.x) seems somewhat out of date to the requirements of the sources to compile. However, will there

Re: LyX CVS compile problem

2000-07-03 Thread Juergen Vigna
On 30-Jun-2000 Kayvan A. Sylvan wrote: Are you following the same steps? CFLAGS=-g CXXFLAGS=-g ./configure --prefix=/usr --without-warnings make It's only the debug-enabled compile that fails to link. Well you don't have to do that, cvs versions have -g enabled by

Small status report

2000-07-04 Thread Juergen Vigna
Well guys, you would mean I'm bussy with other things and therefore not comitting anything new, but the case is that I'm still struggling with the update problems and I'm still not able to solve them (I already rewrote the collapsable inset to use a TextInset instead to BE a TextInset and so I

Re: quick LyXFunc::Dispatch() question

2000-07-04 Thread Juergen Vigna
On 04-Jul-2000 Lars Gullik Bjønnes wrote: We don't want owner or owner_par in LyXInsets. Well we already have an owner() :) and that is if the owner is another inset! I also agree that we don't need the paragraph_owner. Jürgen --

Re: quick LyXFunc::Dispatch() question

2000-07-04 Thread Juergen Vigna
On 04-Jul-2000 Angus Leeming wrote: The alternative I thought of would be: case LFUN_INSERT_CITATION: owner-getDialogs()-showCitation(0); and to control the creation of a new InsetCitation from the FormCitation class. This would removed the need for the

Re: quick LyXFunc::Dispatch() question

2000-07-04 Thread Juergen Vigna
On 04-Jul-2000 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | On 04-Jul-2000 Lars Gullik Bjønnes wrote: | | We don't want owner or owner_par in LyXInsets. | | | Well we already have an owner() :) and that is if the owner is another | inset! yes, i know, but i am

Re: quick LyXFunc::Dispatch() question

2000-07-04 Thread Juergen Vigna
On 04-Jul-2000 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | Well what about: | | owner-GetDialogs()-showCitation(argument) | | but IMO this should be: | | owner-GetDialogs()-createCitation(argument) But still the dialog code should not be allowed

Re: Patch: better multi-lingual support

2000-07-05 Thread Juergen Vigna
On 04-Jul-2000 Lars Gullik Bjønnes wrote: Dekel Tsur [EMAIL PROTECTED] writes: | The following patch improves the multi-lingual support: | | 1. Add support for displaying languages with multiple charsets. | See a screenshot at http://www.math.tau.ac.il/~dekel/lyx/unicode.png Impressive.

RE: tiny patch

2000-07-05 Thread Juergen Vigna
using std::ostream; +using std::endl; InsetCollapsable::InsetCollapsable() : UpdatableInset() Applied! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax:

Re: The latest CVS update

2000-07-05 Thread Juergen Vigna
On 05-Jul-2000 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | BTW.: Lars what about the rsync of user-www? user-www is not rsynced, but cvs-updated. I know but I used to rsync the local mirror! Jürgen

Re: DEC cxx compile warning

2000-07-06 Thread Juergen Vigna
On 05-Jul-2000 Jean-Marc Lasgouttes wrote: Strangely enough, I do not see this with cxx 6.2 (which I am testing since today). However, UpdatableInset::deleteLyXText is not 'const'. Should it be? Yes it should be this was commited yesterday! Jürgen --

RE: InsetCitation patch

2000-07-06 Thread Juergen Vigna
On 06-Jul-2000 Angus Leeming wrote: Jürgen Why do you need also form_citation.[Ch]? They should be autogenerated by Jürgen the Makefile in the forms/ subdirectory, aren't they? Almost :-) I had to make two TINY changes: * in form_citation.h, DEC cxx complains about : typedef struct {

RE: InsetCitation patch

2000-07-06 Thread Juergen Vigna
On 06-Jul-2000 Angus Leeming wrote: Jürgen NOT good this should be generated automatically from the .fd file, so Jürgen if you have to make changes to it which cannot be handled by the sed-logic Jürgen in the Makefile you have to use a patch which is automatically applied Jürgen every time

RE: InsetGraphics

2000-07-07 Thread Juergen Vigna
Hello Baruch! The goals for the insetgraphics are to use the newer graphicx package in Good! ... (smaller targets make for faster overall work) ... True! Afterwards, I'll need to do the GraphicsCache and FormatConvertor Ok! They should be general classes! 1. I'm using the GUIndependent

RE: One issue with fdfix.sh

2000-07-07 Thread Juergen Vigna
On 07-Jul-2000 Baruch Even wrote: "C" and also remove the last line that defines the C external function to build the dialog, after all this function is non-existent as it was changed to the C++ function. Well this doesn't really matter does it. Allan and me thought about some more

RE: InsetGraphics

2000-07-07 Thread Juergen Vigna
On 07-Jul-2000 Baruch Even wrote: Hmpf, The inset actually has no idea of the dialog, it probably should use a signal with a this pointer to tell the dialog 'if you are working for me, then you're screwed too, hide yourself' That's what I meant :) So you say that a 'read both old and

<    1   2   3   4   5   6   7   8   9   10   >