Re: Graphics

2001-11-20 Thread Juergen Vigna
Ok! Apparently the inset has to tell its parent that it has changed. Perhaps Jürgen can tell us how to go about this? Well I guess I have to see how to do it myself too I thought that one could call setUpdateStatus but that does not work because we don't have that function inside inset.h

Re: [pietsch@mathematik.tu-chemnitz.de: lyx - figure]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: The more serious part of this crash was the fact that the document was lost (but unfortunately not much work thanks to CVS...). And this in turn means that Konni was a bit upset, which means I almost got no beer for dinner, which means I almost got upset,

Re: Paragraph::Pimpl::size()

2001-11-20 Thread Allan Rae
On Wed, 14 Nov 2001, Allan Rae wrote: Another interesting thing is that it can sometimes work without crashing but instead the chunk of line that should be appended to the previous line just disappears -- undo makes it reappear in its original place though: line above contains maths

Inset in inset crashes

2001-11-20 Thread Allan Rae
Halfway there: 2001-11-20 Allan Rae [EMAIL PROTECTED] * paragraph.C (insertFromMinibuffer): Fix for inset related crashes. Now need Inset*::checkInsertChar() to return true for appropriate cases so that the characters in the minibuffer will actually be

Re: quotation marks ...

2001-11-20 Thread Jean-Marc Lasgouttes
Dieter == Ing Dieter Jurzitza [EMAIL PROTECTED] writes: Dieter Dear listmembers, I have a question about quotation marks (LyX Dieter 1.1.6 fix2). My wife told me that she got mad when trying to Dieter change the style of quotation marks, she marked all and tried Dieter to change the style and

Re: Graphics

2001-11-20 Thread Jean-Marc Lasgouttes
Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen IMO a better solution for this should be a ContainerInset() Juergen which is a UpdatableInset() which can contain other insets Juergen and all insets who contain other insets should be of that Juergen basetype. This looks like a very

LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Hartmut Haase
On the popup menu Querverweis (cross-reference) the text Wiederherstellen does not fit on its button. -- Regards Hartmut Haase Hungerhilfe: http://www.thehungersite.com ATTAC - für eine solidarische Weltwirtschaft gegen neoliberale Globalisierung: http://www.attac-netzwerk.de

Re: Graphics

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Jean-Marc Lasgouttes wrote: You can always forward declare ContainerInset: class ContainerInset; class Inset { ... ContainerInset * owner_; } class ContainerInset { ... } Or maybe I did not understand your question? That's what I meant so it is possible

Re: bug report

2001-11-20 Thread Dekel Tsur
On Tue, Nov 20, 2001 at 08:07:58AM +0100, Andre Poenitz wrote: On Mon, Nov 19, 2001 at 09:41:42PM +0100, kovzol wrote: Second problem. I would like to use \angle in a figure caption but I get a LaTeX error during generating the DVI file. Is this a LaTeX bug? Write \protect immediately

Re: Graphics

2001-11-20 Thread Jean-Marc Lasgouttes
Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen That's what I meant so it is possible and is no problem Juergen (recursive use of classes)? It works because owner_ is just a pointer, so that the compiler knows how much space it requires. It would not work with ContainerInset

Re: quotation marks ...

2001-11-20 Thread Dekel Tsur
On Mon, Nov 19, 2001 at 09:04:46PM +0100, Dr. Ing. Dieter Jurzitza wrote: Dear listmembers, I have a question about quotation marks (LyX 1.1.6 fix2). My wife told me that she got mad when trying to change the style of quotation marks, she marked all and tried to change the style and nothing

Re: Graphics

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 10:26:19AM +0100, Juergen Vigna wrote: Or maybe I did not understand your question? That's what I meant so it is possible and is no problem (recursive use of classes)? If you use references or pointers only, it is surely allowed by the language. However, I strongly

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Hartmut Haase wrote: On the popup menu Querverweis (cross-reference) the text Wiederherstellen does not fit on its button. Actually this counts for all Restore-Buttons and some other Buttons too (e.g. Browse... - Durchsuchen... in the new bibtex-dialog). Blame the German language for its

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 11:13:02AM +0100, Juergen Spitzmueller wrote: Actually this counts for all Restore-Buttons and some other Buttons too (e.g. Browse... - Durchsuchen... in the new bibtex-dialog). Blame the German language for its long words ;-) Seriously, I saw this too but didn't fix

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Am Dienstag, 20. November 2001 11:22 schrieb Andre Poenitz: Having the button's text fit into the button is certainly not a bad idea... xforms does not have some automatic size detection as Tk has? No one that I'm aware of (but this doesn't mean anything). Jürgen. Andre'

Re: Inset in inset crashes

2001-11-20 Thread Jean-Marc Lasgouttes
Allan == Allan Rae [EMAIL PROTECTED] writes: Allan As I mentioned in a previous email in the Allan Paragraph::Pimpl::size() thread text in paragraphs in a Allan Figure float are getting told by Allan insetcollapsible::checkInsertChar() that text isn't allowed! Allan (which is why text has been

Re: Translation of LaTeX to LyX comments and back

2001-11-20 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John On Fri, Nov 16, 2001 at 02:08:07AM -0500, Matej Cepl wrote: I have again been urged to use vim for editing some document on my archaic notebook (where I use M$-DOS and vim) and I was against unpleasantly surprised, that LyX still does not

Re: Translation of LaTeX to LyX comments and back

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 11:31:54AM +0100, Jean-Marc Lasgouttes wrote: John I suppose this would be utterly trivial to code, unless I'm John missing something ? How do you add the % in front of all lines? I do not say it is very difficult, but it does not strike me as 'utterly trivial'. 1.

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Am Dienstag, 20. November 2001 11:22 schrieb Andre Poenitz: Having the button's text fit into the button is certainly not a bad idea... xforms does not have some automatic size detection as Tk has? Juergen No one that I'm

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Peter Suetterlin
Juergen Spitzmueller wrote: Hartmut Haase wrote: On the popup menu Querverweis (cross-reference) the text Wiederherstellen does not fit on its button. Actually this counts for all Restore-Buttons and some other Buttons too (e.g. Browse... - Durchsuchen... in the new bibtex-dialog).

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Peter Suetterlin wrote: Well, I'm one of the translators, and the reason I am is that I'm no programmer. So letting me fix the width of text buttons is probably a bad idea Hi Pit, It was not my intention to step on your toes! Please excuse me if you felt like this! What I meant is: It

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: There is the function double fl_adjust_form_size(FL_FORM *form) which is automatically emitted by fdesign with the -compensate flag, but when I took a look at it a long time ago, I was not able to make it work. You should probably take a look at it and see

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Anyway, here is a first and simple patch that enlarges the Juergen Restore button in some dialogs. It was wide enough (100p) in Juergen other ones, so this patch just unifies the overall design ;-) Good. Juergen Concerning the

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jürgen Spitzmüller
Juergen Spitzmueller wrote: We just have to agree on one version for /all/ buttons, otherwise it doesn't make sense. And I just noticed that I didn't detect all Browse buttons. In the preferences dialog, there is a bunch of Browse... buttons left. So I have to prepare a new patch for this

selection

2001-11-20 Thread Andre Poenitz
Funny behaviour: Mark something in the main window with the mose, and press the middle button a few times. You'll get a blue selection every second time. It just occured to me that LyX selection behaviour is pretty inconsistent with any other application. Why do I have to press Ctrl-C to make

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 01:47:14PM +0100, Jürgen Spitzmüller wrote: And I just noticed that I didn't detect all Browse buttons. In the preferences dialog, there is a bunch of Browse... buttons left. So I have to prepare a new patch for this anyway. As I said, I don't care, so I will unifiy

inset question

2001-11-20 Thread Andre Poenitz
Can anybody tell me the significance of the order of the lines 631 and 632 of BufferView_pimpl.C? inset-insetButtonPress(bv_, xpos, ypos, button); inset-edit(bv_, xpos, ypos, button); Is this saying: Hey, inset, someone clicked on you and after a while Hey,

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: On Tue, Nov 20, 2001 at 01:47:14PM +0100, Jürgen Spitzmüller wrote: And I just noticed that I didn't detect all Browse buttons. In the preferences dialog, there is a bunch of Browse... buttons left. So I have to prepare a new patch for this anyway. As I

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: Juergen Concerning the Browse button, I noticed that it is named Juergen Browse in all dialogs except in External and Bibtex where Juergen it is called Browse I don't see a reason for this, so I Juergen unified it to Browse, which solves the problem with the

RE: inset question

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: Can anybody tell me the significance of the order of the lines 631 and 632 of BufferView_pimpl.C? inset-insetButtonPress(bv_, xpos, ypos, button); inset-edit(bv_, xpos, ypos, button); Is this saying: Hey, inset,

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen Well but Browse almost always opens a Browse-Dialog so Juergen why enlarge the button by ... if it's not needed. IMO we Juergen should leave it to Browse! The idea is to give a hint to the user that this command does not have a

Michael's bug list

2001-11-20 Thread Andre Poenitz
- Insert a math inset into a table cell. Then, move the cursor along the current row. The lines at the bottom of other cells are erased (on screen) This seems to happen with any inset and is not related to mathed. Andre' -- André Pönitz ..

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Juergen Vigna wrote: On 20-Nov-2001 Andre Poenitz wrote: I think Browse... is better if there is another dialog hidden behind this button Well but Browse almost always opens a Browse-Dialog so why enlarge the button by ... if it's not needed. IMO we should leave it to Browse! OK,

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Jean-Marc Lasgouttes wrote: The idea is to give a hint to the user that this command does not have a immediate effect. It is like 'FileOpen...'. I know what the idea is but IMO on Buttons we should not put the dots. Is is different for menus as there we have space enough to

RE: leaving tables

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: Is it intended behaviour that pressing 'cursor right' in the last columen of a table does _not_ leave the table? No this is not intended only Shift-cursor right shouldn't leave. Jug --

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Juergen Vigna wrote: we really should stay compact. It is standard that a button inside a dialog will open something else otherwise it would be a radio/check button or sit in the below row where OK/Cancel etc are. Or do you know of a button inside a dialog which is used otherwise? Have a

Re: inset question

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 02:31:12PM +0100, Juergen Vigna wrote: are going to be edited, there is a mouseclick for you! Probably you're right, but I wouldn't invert that right now. Only do it if you're REALLY sure that it does not change semantics in some insets! I am not going to do

»¶Ó­ÄúʹÓÃËÑÒ×ϵÁй²ÏíÈí¼þ!

2001-11-20 Thread zou731211
×𾴵Ŀͻ§: ¸ÐлÄúʹÓÃËÑÒ×ÓʼþȺ·¢·þÎñÆ÷¡£´ó¼ÒÖªµÀÓʼþ Ⱥ·¢Èí¼þ´ó¶¼ÐèҪʹÓÃSMTP·þÎñÆ÷À´ÖÐת£¬¸ÃÖÖ·¢ËÍ Óʼþ·½Ê½ºÜÈÝÒ×ÊÜSMTPÏÞÖÆÈçÔÝʱͣ»ú¡¢Óû§¿ÚÁîÑé Ö¤¡¢ÊýÁ¿ÏÞÖÆ¡¢ÁÐÈëºÚÃûµ¥¡¢Óʼþ¶ªÊ§µÈ¡£Èç¹ûʹÓà ±¾»úµçÄÔ×ö·þÎñÆ÷£¬²»µ«ÄܱܿªÕâЩÏÞÖÆ£¬¶øÇÒÁ¢¼´ µÃÖªÄÄЩÓʼþÒѾ­³É¹¦·¢Ë͵½Ä¿µÄÖ÷»ú£¬ÄÄЩÓʼþ·¢

mathed compilation problem

2001-11-20 Thread Jean-Marc Lasgouttes
Compaq cxx dies while compiling math_hullinset.C with: cxx: Error: ../../../lyx-devel/src/mathed/math_hullinset.C, line 298: more than one operator matches these operands: function WriteStream::operator(char) function WriteStream::operator(int)

Re: mathed compilation problem

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 03:54:12PM +0100, Jean-Marc Lasgouttes wrote: Compaq cxx dies while compiling math_hullinset.C with: *sigh* Please try again. Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: patch

2001-11-20 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Applied. I applied the same to www-devel/tasks.php3. JMarc

Re: patch

2001-11-20 Thread Jose Abilio Oliveira Matos
Hi, I notice that development/lyx3/LyX3-Tasks has some bits that are really outdated: * it refers to both 0.13 and 0.14, I guess that due to inflation it should be 1.3 and 1.4. ;-) * the table's part is already done. * babel support * online configuration Does it makes sense

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen OK, here's a patch that unifies and enlarges all browse Juergen buttons (and contains my previous changes, too). Because it's Juergen 2:1 currently, I changed them to Browse If you change Juergen your mind, just search and

Mathed patch

2001-11-20 Thread Angus Leeming
André, here is a tiny, trivial patch to get mathed to compile on my machine. The problems I described yesterday with istream_iterator turned out to be a bug with my version of the C++ library files. Angus Are you still intersted by warning messages thrown up by the cxx compiler? In

Re: LyXText::setHeightOfRow weirdness

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 04:39:32PM +0100, Jean-Marc Lasgouttes wrote: What does this do??? As far as I can read, getRow does not modify anything but unused_y (which is truly unused). It does return a row, but this is just lost. Does it sill work if you throw it out? *grin innocently* This

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: You patch does not work here: I have rejects on form_graphics.fd, form_preferences.fd and form_print.fd. Since I spent quite a bit of time trying to apply by hand the previous one (which had such problems), I'd appreciate a working one for a change :) Please try

Re: LyXText::setHeightOfRow weirdness

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 05:16:57PM +0100, Lars Gullik Bjønnes wrote: | Btw, I just noticed that Row hast 'unsigned short' interspersed with | 'unsigned int'. This does not buy a single byte of memory, and on IA32 | shorts are slower by a factor of three or so than 'normal int'... Almost all

small changes

2001-11-20 Thread Andre Poenitz
Changing the shorts in lyx row starts a whole mess of subsequent 'int - unsigend int' conflict, so I left them out. Andre' -- André Pönitz .. [EMAIL PROTECTED] Index: lyxlex.h === RCS

Re: The new minibuffer drop down stuff.

2001-11-20 Thread John Levon
On Mon, Nov 19, 2001 at 03:17:59PM +, Angus Leeming wrote: * it'd be nice to be able to select one of the displayed choices using the mouse. it would, wouldn't it ! Like to get it working ? You can also get it so that any keypress other than up/down/escape/return closes the dropdown and

Re: whitespace changes to layout.h

2001-11-20 Thread Angus Leeming
On Tuesday 20 November 2001 5:51 pm, Andre Poenitz wrote: Hmpf... how to you cope with almost everything needs a recompile after a tiny change? Since this is white-space only and will not affect the binary in any way at all, I'd have used touch -t and cheated!

Re: whitespace changes to layout.h

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 06:09:39PM +, Angus Leeming wrote: Hmpf... how to you cope with almost everything needs a recompile after a tiny change? Since this is white-space only and will not affect the binary in any way at all, I'd have used touch -t and cheated! Well, this way I

Sectioning.[Ch]

2001-11-20 Thread Andre Poenitz
This is not used at all, it simply bloats the binary... Andre' -- André Pönitz .. [EMAIL PROTECTED]

lyxtext.h

2001-11-20 Thread Andre Poenitz
This replaces an #include by a forward declaration. Andre' -- André Pönitz .. [EMAIL PROTECTED] Index: lyxtext.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxtext.h,v

getRowNearY

2001-11-20 Thread Andre Poenitz
Has anybody hard data that inlining this is (a) happening and (b) has significant impact? If not, I'd move it to some .C, and replace the #include lyxrow.h by class Row;... Andre' -- André Pönitz .. [EMAIL PROTECTED]

everything in one batch

2001-11-20 Thread Andre Poenitz
... and a bit more. Small changes in order to reduce include file dependency. The most intrusive parts are localized typedefs for Paragraph::size_type plus some whitespace changes (mostly spaces - tab for indentation) Andre' -- André Pönitz ..

Re: quotation marks ...

2001-11-20 Thread Dr. Ing. Dieter Jurzitza
Dear Listmembers, for me, I am fine with using another editor. By the way, this would rise again the question about LyX or not LyX. But not for my wife. And also, opening another editor for search and replace - a non-option (for her). What about defining such things in a header by newcommand and

Re: Graphics

2001-11-20 Thread Juergen Vigna
> Ok! Apparently the inset has to tell its parent that it has changed. Perhaps > Jürgen can tell us how to go about this? Well I guess I have to see how to do it myself too I thought that one could call setUpdateStatus but that does not work because we don't have that function inside inset.h

Re: [pietsch@mathematik.tu-chemnitz.de: lyx - figure]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: > The more serious part of this crash was the fact that the document was lost > (but unfortunately not much work thanks to CVS...). And this in turn means > that Konni was a bit upset, which means I almost got no beer for dinner, > which means I almost got

Re: Paragraph::Pimpl::size()

2001-11-20 Thread Allan Rae
On Wed, 14 Nov 2001, Allan Rae wrote: > Another interesting thing is that it can sometimes work without > crashing but instead the chunk of line that should be appended to the > previous line just disappears -- undo makes it reappear in its > original place though: > > line above contains

Inset in inset crashes

2001-11-20 Thread Allan Rae
Halfway there: 2001-11-20 Allan Rae <[EMAIL PROTECTED]> * paragraph.C (insertFromMinibuffer): Fix for inset related crashes. Now need Inset*::checkInsertChar() to return true for appropriate cases so that the characters in the minibuffer will actually be

Re: quotation marks ...

2001-11-20 Thread Jean-Marc Lasgouttes
> "Dieter" == Ing Dieter Jurzitza <[EMAIL PROTECTED]> writes: Dieter> Dear listmembers, I have a question about quotation marks (LyX Dieter> 1.1.6 fix2). My wife told me that she got mad when trying to Dieter> change the style of quotation marks, she marked all and tried Dieter> to change

Re: Graphics

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> IMO a better solution for this should be a ContainerInset() Juergen> which is a UpdatableInset() which can contain other insets Juergen> and all insets who contain other insets should be of that Juergen> basetype. This looks

LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Hartmut Haase
On the popup menu "Querverweis" (cross-reference) the text "Wiederherstellen" does not fit on its button. -- Regards Hartmut Haase Hungerhilfe: http://www.thehungersite.com ATTAC - für eine solidarische Weltwirtschaft gegen neoliberale Globalisierung: http://www.attac-netzwerk.de

Re: Graphics

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Jean-Marc Lasgouttes wrote: > You can always forward declare ContainerInset: > > class ContainerInset; > > class Inset { > ... > ContainerInset * owner_; > } > > class ContainerInset { > ... > } > > Or maybe I did not understand your question? That's what I meant so

Re: bug report

2001-11-20 Thread Dekel Tsur
On Tue, Nov 20, 2001 at 08:07:58AM +0100, Andre Poenitz wrote: > On Mon, Nov 19, 2001 at 09:41:42PM +0100, kovzol wrote: > > Second problem. I would like to use \angle in a figure caption but I > > get a LaTeX error during generating the DVI file. Is this a LaTeX bug? > > Write \protect

Re: Graphics

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> That's what I meant so it is possible and is no problem Juergen> (recursive use of classes)? It works because owner_ is just a pointer, so that the compiler knows how much space it requires. It would not work with

Re: quotation marks ...

2001-11-20 Thread Dekel Tsur
On Mon, Nov 19, 2001 at 09:04:46PM +0100, Dr. Ing. Dieter Jurzitza wrote: > Dear listmembers, > I have a question about quotation marks (LyX 1.1.6 fix2). My wife told me that > she got mad when trying to change the style of quotation marks, she marked all > and tried to change the style and

Re: Graphics

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 10:26:19AM +0100, Juergen Vigna wrote: > > Or maybe I did not understand your question? > > That's what I meant so it is possible and is no problem (recursive use of > classes)? If you use references or pointers only, it is surely allowed by the language. However, I

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Hartmut Haase wrote: > On the popup menu "Querverweis" (cross-reference) the text > "Wiederherstellen" does not fit on its button. Actually this counts for all Restore-Buttons and some other Buttons too (e.g. "Browse..." -> "Durchsuchen..." in the new bibtex-dialog). Blame the German language

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 11:13:02AM +0100, Juergen Spitzmueller wrote: > Actually this counts for all Restore-Buttons and some other Buttons too > (e.g. "Browse..." -> "Durchsuchen..." in the new bibtex-dialog). Blame > the German language for its long words ;-) > Seriously, I saw this too but

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Am Dienstag, 20. November 2001 11:22 schrieb Andre Poenitz: > Having the button's text fit into the button is certainly not a bad > idea... xforms does not have some "automatic size detection" as Tk > has? No one that I'm aware of (but this doesn't mean anything). Jürgen. > Andre'

Re: Inset in inset crashes

2001-11-20 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> As I mentioned in a previous email in the Allan> "Paragraph::Pimpl::size()" thread text in paragraphs in a Allan> Figure float are getting told by Allan> insetcollapsible::checkInsertChar() that text isn't allowed! Allan> (which is

Re: Translation of LaTeX to LyX comments and back

2001-11-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Nov 16, 2001 at 02:08:07AM -0500, Matej Cepl wrote: >> I have again been urged to use vim for editing some document on my >> archaic notebook (where I use M$-DOS and vim) and I was against >> unpleasantly surprised, that LyX

Re: Translation of LaTeX to LyX comments and back

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 11:31:54AM +0100, Jean-Marc Lasgouttes wrote: > John> I suppose this would be utterly trivial to code, unless I'm > John> missing something ? > > How do you add the % in front of all lines? I do not say it is very > difficult, but it does not strike me as 'utterly

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Am Dienstag, 20. November 2001 11:22 schrieb Andre Poenitz: >> Having the button's text fit into the button is certainly not a bad >> idea... xforms does not have some "automatic size detection" as Tk >> has? Juergen>

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Peter Suetterlin
Juergen Spitzmueller wrote: > Hartmut Haase wrote: > > On the popup menu "Querverweis" (cross-reference) the text > > "Wiederherstellen" does not fit on its button. > > Actually this counts for all Restore-Buttons and some other Buttons too > (e.g. "Browse..." -> "Durchsuchen..." in the new

Re: LyX Version 1.1.6fix2 - German Layout

2001-11-20 Thread Juergen Spitzmueller
Peter Suetterlin wrote: > Well, I'm one of the translators, and the reason I am is that I'm no > programmer. So letting me fix the width of text buttons is probably > a bad idea Hi Pit, It was not my intention to step on your toes! Please excuse me if you felt like this! What I meant is:

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > There is the function > double fl_adjust_form_size(FL_FORM *form) > which is automatically emitted by fdesign with the -compensate flag, > but when I took a look at it a long time ago, I was not able to make > it work. You should probably take a look at it and see

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Anyway, here is a first and simple patch that enlarges the Juergen> Restore button in some dialogs. It was wide enough (100p) in Juergen> other ones, so this patch just unifies the overall design ;-) Good. Juergen>

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jürgen Spitzmüller
Juergen Spitzmueller wrote: > We just have to agree on one version for /all/ buttons, otherwise it > doesn't make sense. And I just noticed that I didn't detect all Browse buttons. In the preferences dialog, there is a bunch of "Browse..." buttons left. So I have to prepare a new patch for this

selection

2001-11-20 Thread Andre Poenitz
Funny behaviour: Mark something in the main window with the mose, and press the middle button a few times. You'll get a blue selection every second time. It just occured to me that LyX selection behaviour is pretty inconsistent with any other application. Why do I have to press Ctrl-C to make

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 01:47:14PM +0100, Jürgen Spitzmüller wrote: > And I just noticed that I didn't detect all Browse buttons. In the > preferences dialog, there is a bunch of "Browse..." buttons left. > So I have to prepare a new patch for this anyway. As I said, I don't > care, so I will

inset question

2001-11-20 Thread Andre Poenitz
Can anybody tell me the significance of the order of the lines 631 and 632 of BufferView_pimpl.C? inset->insetButtonPress(bv_, xpos, ypos, button); inset->edit(bv_, xpos, ypos, button); Is this saying: "Hey, inset, someone clicked on you" and after a while

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: > On Tue, Nov 20, 2001 at 01:47:14PM +0100, Jürgen Spitzmüller wrote: >> And I just noticed that I didn't detect all Browse buttons. In the >> preferences dialog, there is a bunch of "Browse..." buttons left. >> So I have to prepare a new patch for this

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> Concerning the "Browse" button, I noticed that it is named > Juergen> "Browse" in all dialogs except in External and Bibtex where > Juergen> it is called "Browse...". I don't see a reason for this, so > I Juergen> unified it to "Browse", which solves the

RE: inset question

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: > > Can anybody tell me the significance of the order of the lines 631 and 632 > of BufferView_pimpl.C? > > inset->insetButtonPress(bv_, xpos, ypos, button); > inset->edit(bv_, xpos, ypos, button); > > Is this saying: > >

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Well but "Browse" almost always opens a "Browse-Dialog" so Juergen> why enlarge the button by ... if it's not needed. IMO we Juergen> should leave it to "Browse"! The idea is to give a hint to the user that this command does

Michael's bug list

2001-11-20 Thread Andre Poenitz
> - Insert a math inset into a table cell. Then, move the cursor along the > current row. The lines at the bottom of other cells are erased (on screen) This seems to happen with any inset and is not related to mathed. Andre' -- André Pönitz ..

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Juergen Vigna wrote: > On 20-Nov-2001 Andre Poenitz wrote: > > I think "Browse..." is better if there is another dialog hidden > > behind this button > > Well but "Browse" almost always opens a "Browse-Dialog" so why > enlarge the button by ... if it's not needed. IMO we should leave it > to

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Jean-Marc Lasgouttes wrote: > The idea is to give a hint to the user that this command does not have > a immediate effect. It is like 'File>Open...'. I know what the idea is but IMO on Buttons we should not put the dots. Is is different for menus as there we have space enough to

RE: leaving tables

2001-11-20 Thread Juergen Vigna
On 20-Nov-2001 Andre Poenitz wrote: > > Is it intended behaviour that pressing 'cursor right' in the last columen > of a table does _not_ leave the table? No this is not intended only Shift-cursor right shouldn't leave. Jug --

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Juergen Spitzmueller
Juergen Vigna wrote: > we really should stay compact. It is standard that a button inside a > dialog will open something else otherwise it would be a radio/check > button or sit in the below row where "OK/Cancel" etc are. Or do you > know of a button inside a dialog which is used otherwise? Have

Re: inset question

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 02:31:12PM +0100, Juergen Vigna wrote: > >are going to be edited, there is a mouseclick for you!" > > Probably you're right, but I wouldn't invert that right now. Only do it > if you're REALLY sure that it does not change semantics in some insets! I am not going to

»¶Ó­ÄúʹÓÃËÑÒ×ϵÁй²ÏíÈí¼þ!

2001-11-20 Thread zou731211
×𾴵Ŀͻ§: ¸ÐлÄúʹÓÃËÑÒ×ÓʼþȺ·¢·þÎñÆ÷¡£´ó¼ÒÖªµÀÓʼþ Ⱥ·¢Èí¼þ´ó¶¼ÐèҪʹÓÃSMTP·þÎñÆ÷À´ÖÐת£¬¸ÃÖÖ·¢ËÍ Óʼþ·½Ê½ºÜÈÝÒ×ÊÜSMTPÏÞÖÆÈçÔÝʱͣ»ú¡¢Óû§¿ÚÁîÑé Ö¤¡¢ÊýÁ¿ÏÞÖÆ¡¢ÁÐÈëºÚÃûµ¥¡¢Óʼþ¶ªÊ§µÈ¡£Èç¹ûʹÓà ±¾»úµçÄÔ×ö·þÎñÆ÷£¬²»µ«ÄܱܿªÕâЩÏÞÖÆ£¬¶øÇÒÁ¢¼´ µÃÖªÄÄЩÓʼþÒѾ­³É¹¦·¢Ë͵½Ä¿µÄÖ÷»ú£¬ÄÄЩÓʼþ·¢

mathed compilation problem

2001-11-20 Thread Jean-Marc Lasgouttes
Compaq cxx dies while compiling math_hullinset.C with: cxx: Error: ../../../lyx-devel/src/mathed/math_hullinset.C, line 298: more than one operator "<<" matches these operands: function "WriteStream::operator<<(char)" function "WriteStream::operator<<(int)"

Re: mathed compilation problem

2001-11-20 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 03:54:12PM +0100, Jean-Marc Lasgouttes wrote: > Compaq cxx dies while compiling math_hullinset.C with: *sigh* Please try again. Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: patch

2001-11-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Applied. I applied the same to www-devel/tasks.php3. JMarc

Re: patch

2001-11-20 Thread Jose Abilio Oliveira Matos
Hi, I notice that development/lyx3/LyX3-Tasks has some bits that are really outdated: * it refers to both 0.13 and 0.14, I guess that due to inflation it should be 1.3 and 1.4. ;-) * the table's part is already done. * babel support * online configuration Does it makes sense

Re: LyX Version 1.1.6fix2 - German Layout [w/ PATCH]

2001-11-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> OK, here's a patch that unifies and enlarges all browse Juergen> buttons (and contains my previous changes, too). Because it's Juergen> 2:1 currently, I changed them to "Browse...". If you change Juergen> your mind,

Mathed patch

2001-11-20 Thread Angus Leeming
André, here is a tiny, trivial patch to get mathed to compile on my machine. The problems I described yesterday with istream_iterator turned out to be a bug with my version of the C++ library files. Angus Are you still intersted by warning messages thrown up by the cxx compiler? In

  1   2   >