On Tue, Nov 20, 2001 at 11:06:04PM -0800, Kayvan A. Sylvan wrote:
> Here is another set of improvements to the LyX chess support.
>
> Basically, I fixed a bunch of bugs and removed many hacks (removing much
> of the ERT from the example documents)
>
> Please apply.
>
> Thanks!
Just as soon as
Here is another set of improvements to the LyX chess support.
Basically, I fixed a bunch of bugs and removed many hacks (removing much
of the ERT from the example documents)
Please apply.
Thanks!
---Kayvan
--
Kayvan A. Sylvan | Proud husband of | Father t
On Wed, 21 Nov 2001, Allan Rae wrote:
> I'll put together what I think needs to be done to have the bool
> operate as "insertion is permitted." This should help fix a couple of
> other inset related weird issues.
It seems we need to get:
Inset::checkInsertChar() to return false.
On 20 Nov 2001, Jean-Marc Lasgouttes wrote:
> > "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::checkIn
On Tue, 20 Nov 2001, Juergen Vigna wrote:
>
> On 20-Nov-2001 Allan Rae wrote:
>
> > So since I have to go home and prepare myself for Australia's victory
> > over Uraguay tonight (so we will be halfway to qualifying for the
> > World Cup) I leave the task to fixing checkInsertChar() to someone
>
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 c
... 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 ..
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]
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
retrievin
This is not used at all, it simply bloats the binary...
Andre'
--
André Pönitz .. [EMAIL PROTECTED]
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
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!
On Tuesday 20 November 2001 5:51 pm, John Levon wrote:
> 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 ?
Oh that's not fair! For the
On Mon, Nov 19, 2001 at 04:20:15PM +0100, Jean-Marc Lasgouttes wrote:
> A third one: if I type a character, it closes the drop-down, but is
> ignored. It would be better to have it inserted in minibuffer.
I can't get this to work using any combination of XSendEvent, fl_XPutBackEvent etc.
I did
Hmpf... how to you cope with "almost everything needs a recompile after a
tiny change"?
Andre'
Index: layout.h
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/layout.h,v
retrieving revision 1.35
diff -u -p -r1.35 layout.h
--- l
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 an
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
===
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
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 tr
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*
> T
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
particula
In LyXText::setHeightOfRow, I read:
/* this must not happen before the currentrow for clear reasons.
so the trick is just to set the current row onto this row */
int unused_y;
getRow(row_ptr->par(), row_ptr->pos(), unused_y);
What does this do??? As far as I c
> "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
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 t
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Applied. I applied the same to www-devel/tasks.php3.
JMarc
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]
Index: development/lyx3/LyX3-Tasks
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/development/lyx3/LyX3-Tasks,v
retrieving revision 1.4
diff -u -p -r1.4 LyX3-Tasks
--- development/lyx3/LyX3-Tasks 2000/03/28 02:18:50 1.4
+++ deve
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)"
×𾴵Ŀͻ§:
¸ÐлÄúʹÓÃËÑÒ×ÓʼþȺ·¢·þÎñÆ÷¡£´ó¼ÒÖªµÀÓʼþ
Ⱥ·¢Èí¼þ´ó¶¼ÐèҪʹÓÃSMTP·þÎñÆ÷À´ÖÐת£¬¸ÃÖÖ·¢ËÍ
Óʼþ·½Ê½ºÜÈÝÒ×ÊÜSMTPÏÞÖÆÈçÔÝʱͣ»ú¡¢Óû§¿ÚÁîÑé
Ö¤¡¢ÊýÁ¿ÏÞÖÆ¡¢ÁÐÈëºÚÃûµ¥¡¢Óʼþ¶ªÊ§µÈ¡£Èç¹ûʹÓÃ
±¾»úµçÄÔ×ö·þÎñÆ÷£¬²»µ«ÄܱܿªÕâЩÏÞÖÆ£¬¶øÇÒÁ¢¼´
µÃÖªÄÄЩÓʼþÒѾ³É¹¦·¢Ë͵½Ä¿µÄÖ÷»ú£¬ÄÄЩÓʼþ·¢
ËÍÊ
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
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
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
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
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
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 "
> - 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 .. [
> "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 n
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,
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 prob
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
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 "He
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 un
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 th
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
> "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> Con
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 w
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: I
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 bibt
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Tue, Nov 20, 2001 at 11:31:54AM +0100, Jean-Marc Lasgouttes
Andre> 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 i
> "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> N
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'
> "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 sti
> "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
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'
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 di
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 f
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 stro
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 nothin
> "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
ContainerI
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 immedia
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 i
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
On 20-Nov-2001 Allan Rae wrote:
> So since I have to go home and prepare myself for Australia's victory
> over Uraguay tonight (so we will be halfway to qualifying for the
> World Cup) I leave the task to fixing checkInsertChar() to someone
Is that some strange small Island? Or do you mean Urug
> "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 l
> "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
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
insert
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 m
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 ups
> 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 on
68 matches
Mail list logo