Re: MVC comments

2001-04-02 Thread Allan Rae
On Mon, 2 Apr 2001, Angus Leeming wrote: > > 7) I find it a bit weird that I call a method "valid(bool)" whenever > > e.g. a user types another character in a line edit widget. Can we > > add another method mutated(bool) or changed(bool) possibly ? > > This would make at least the KDE frontend cod

Re: Size of 1.2.0cvs?

2001-04-02 Thread Allan Rae
On 2 Apr 2001, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> On Mon, Apr 02, 2001 at 12:31:14PM +0200, Jean-Marc Lasgouttes > Dekel> wrote: > >> Comparing the sizes of binaries of 1.1.6cvs and 1.2.0cvs (same > >> CXXFLAGS), I find > >> > >> schu

Warnings during make of CVS

2001-04-02 Thread R. Lahaye
Compile of CVS (April 3rd): math_macro.C: In method `void MathMacro::Metrics()': math_macro.C:77: warning: comparison between signed and unsigned math_macro.C: In method `bool MathMacro::setArgumentIdx(int)': math_macro.C:99: warning: comparison between signed and unsigned FormMathsPanel.C: In

Re: LyxReLyx Problems

2001-04-02 Thread Peter D Drummond
Hi Amir - thanks for the example. Just for the record, a.lyx won't generate a valid dvi, due to Latex errors. But you can delete ERT in the front-matter. Next, after compilation, you find the figure has expanded, and lost its position; the {ht} in {figure} is lost. Also, just for the record, ev

Crash with latest CVS

2001-04-02 Thread Adam Huffman
Tonight I compiled the latest CVS version and used it for a while, but it crashed when I clicked on the error box from an attempted Latex run. Here is the output in the terminal window from which it was called (sorry, no core file): lyx-cvs: /usr/include/g++-3/std/bastring.cc:126: basic_string &

Credits done in Qt2

2001-04-02 Thread Kalle Dalheimer
Hi, can somebody with access to the web server please mark the Credits dialog in the Qt2 frontend as "Completed"? Thanks, Kalle -- Matthias Kalle Dalheimer President & CEO/VD Klarälvdalens Datakonsult AB Fax +46-563-540028 Email [EMAIL PROTECTED]

ButtonController and ButtonPolicy

2001-04-02 Thread Kalle Dalheimer
Hi, I am a bit confused about the calls to ButtonController::input() which are done at the end of the XForms input() methods. My guess was that this is used to enable/disable the OK, Apply etc. buttons. However, when I call this, I get into an endless recursion in the input() methods. Followi

Re: Another Word2Tex file that won't work

2001-04-02 Thread Kayvan A. Sylvan
> > > > $lyxdir = "/usr/share/lyx"; > > > > I think the rpm packaging can be redone to change the prefix directory > > at install time. Should I contact the RPM maintainer about it? If he > > doesn't fix that, he should set the "not relocatable" flag in the rpm. > > Yes. Or is it a change tha

Re: Another Word2Tex file that won't work

2001-04-02 Thread Dekel Tsur
On Mon, Apr 02, 2001 at 12:46:17PM -0500, Paul E Johnson wrote: > > It seems that reLyX is not properly installed on your machine: > > I think that you need to edit the reLyX script and change the line > > '$lyxdir = ...' to: > > > > $lyxdir = "/opt/lyx/share/lyx" > > > > or something similar. >

Still problems with tables

2001-04-02 Thread Michael Schmitt
Hi, I intend to go on your nerves again :-) I checked out the latest CVS today. Unfortunately, a few things still stop me from using it for my daily work. - Open a new file - Insert a float figure - Insert a large table into the figure that is larger than what can be shown on screen

Re: Another Word2Tex file that won't work

2001-04-02 Thread Dekel Tsur
On Mon, Apr 02, 2001 at 11:15:35AM -0500, Paul E Johnson wrote: > This is just for your information. Last time I sent one of these, you > didn't seem to mind. Maybe reLyx will keep getting better if we supply > these ones? > > This file was originally in WordPerfect. Then converted to MSWord, th

Re: Outlining

2001-04-02 Thread Jose Abilio Oliveira Matos
On Sun, Apr 01, 2001 at 12:35:37PM +0200, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | It could be of the nature of "move a section/subsection/etc up/down, > | with all the stuff 'under' it, relative to neighbouring sections > | on the same level". Buttons for thi

Re: Outlining

2001-04-02 Thread Jose Abilio Oliveira Matos
On Mon, Apr 02, 2001 at 01:28:55PM +1000, Allan Rae wrote: > On Sun, 1 Apr 2001, Martin Vermeer wrote: > > Hmmm. I was thinking of a simple implementation that allows, in the TOC pop-up, > > four operations (= arrow buttons): > > ^. Move this header up, > > v. move this header down, > > <. p

Re: LyxReLyx Problems

2001-04-02 Thread Amir Karger
Peter -- if you're not on the list, I sent a huge response to your mail, but forgot to attach my version of the reLyX'ed file. As I mentioned, I get this by changing you \centering to \begin{center} and \end{center}, and then running reLyX -f -c article -r "frontmatter,keyword" a.ltx (Using

Re: LyxReLyx Problems

2001-04-02 Thread Amir Karger
On Mon, Apr 02, 2001 at 02:56:35PM +1000, Peter D Drummond wrote: > Lyx/ReLyx bugs > > Hi - Lyx developers Hi. I guess I'm still considered in charge of reLyX, even though I haven't done anything in two years or so. How embarrassing! > first of all - thanks heaps for your great program. I'm > a

Re: Toc popup note

2001-04-02 Thread Angus Leeming
On Monday 02 April 2001 16:20, John Levon wrote: > On Mon, 2 Apr 2001, Angus Leeming wrote: > > > No. forms is an xforms concept. That's why Allan and I have been rather > > bemused in the past that you guys persist in calling your dialog files > > FormXXX.[Ch]! > > ok, you are probably right,

Re: Toc popup note

2001-04-02 Thread John Levon
On Mon, 2 Apr 2001, Angus Leeming wrote: > No. forms is an xforms concept. That's why Allan and I have been rather > bemused in the past that you guys persist in calling your dialog files > FormXXX.[Ch]! ok, you are probably right, but that's *my* meaning of Form ;) otherwise the difference b

Re: Toc popup note

2001-04-02 Thread Angus Leeming
On Monday 02 April 2001 15:29, John Levon wrote: > On Mon, 2 Apr 2001, Angus Leeming wrote: > > > On Monday 02 April 2001 13:52, John Levon wrote: > > > On Sat, 31 Mar 2001, Angus Leeming wrote: > > > > > > > Moreover, I note that the popup has no apply() functionality. That is, > > you > > >

Re: I'm not anymore able to compile lyx

2001-04-02 Thread Juergen Vigna
On 02-Apr-2001 [EMAIL PROTECTED] wrote: > Jurgen: > Hi Larry! > Where is this package available? The xforms-0.88-9 you mention? > Not from RedHat. Not from the xforms home page or its ftp site. > Not from the LyX ftp site. This is from RedHat-Powertools-6.x! You can also find it on http:

Re: MVC comments

2001-04-02 Thread John Levon
On Mon, 2 Apr 2001, Angus Leeming wrote: > Why don't you submit a patch for all this? I'm a bit busy this week. I will, thought it best to run by you ;) thanks john -- "You see things; and you say `Why?' But I dream things that never were; and I say `Why not?'" - George Bernard Shaw

Re: MVC comments

2001-04-02 Thread Angus Leeming
On Monday 02 April 2001 14:12, John Levon wrote: > I'm about to commit a patch to update the KDE frontend > to MVC for everything, whilst doing it I came across some things : > > 1) Warning : > - , okay_(0), apply_(0), cancel_(0), undo_all_(0) > + , okay_(0), apply_(0), undo_all_(0), canc

Re: Toc popup note

2001-04-02 Thread John Levon
On Mon, 2 Apr 2001, Angus Leeming wrote: > On Monday 02 April 2001 13:52, John Levon wrote: > > On Sat, 31 Mar 2001, Angus Leeming wrote: > > > > > Moreover, I note that the popup has no apply() functionality. That is, > you > > > > A small request, can we make sure not to use the word "popup

Re: Toc popup note

2001-04-02 Thread Angus Leeming
On Monday 02 April 2001 13:52, John Levon wrote: > On Sat, 31 Mar 2001, Angus Leeming wrote: > > > Moreover, I note that the popup has no apply() functionality. That is, you > > A small request, can we make sure not to use the word "popup" in code. It implies > things that aren't true of the

Re: MVC comments

2001-04-02 Thread John Levon
On Mon, 2 Apr 2001, John Levon wrote: > 3) Segfault: worryingly this might be a kernel thing. If you do tabcreate->OK, then >tabcreate->OK > again, *boom* :/ I can't reproduce this one today ... john -- "You see things; and you say `Why?' But I dream things that never were; and I say `Why n

RE: [PATCH] Fix memory leaks

2001-04-02 Thread Juergen Vigna
On 30-Mar-2001 Baruch Even wrote: > Since the indentation is really horrendous in InsetText I'll > leave it to you to fix it. It's really a nightmare for me to read through > this unindentded code. I have to admit that you're right! I redo my files to have a tab indentation and have seen now wha

MVC comments

2001-04-02 Thread John Levon
I'm about to commit a patch to update the KDE frontend to MVC for everything, whilst doing it I came across some things : 1) Warning : diff -u -r1.3 ButtonController.h --- src/frontends/controllers/ButtonController.h2001/03/30 16:42:54 1.3 +++ src/frontends/controllers/ButtonControl

Re: cut and paste footnote

2001-04-02 Thread Jean-Marc Lasgouttes
> "larry" == larry <[EMAIL PROTECTED]> writes: larry> in 1.2cvs, you cannot cut and paste a "closed" footnote, just larry> an "open" one. I cannot reproduce this problem. Has it been fixed? JMarc

Re: Outlining

2001-04-02 Thread John Levon
On Sun, 1 Apr 2001, Kalle Dalheimer wrote: > Hmmm, I get a completely unrelated article at that URL, but from your > description it sounds like a feature that KLyX 1 already had: The "Document in fact, I have a bug open about this missing feature ;) john -- "You see things; and you say `Why

Re: [PATCH] Coding guidelines

2001-04-02 Thread John Levon
On 31 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | A small update to the coding guidelines. > | Am I OK to commit this ? > > Yes. done > but we probably need some more on namespaces as well. that's for you to write ;) john -- "You see things; and yo

Re: Toc popup note

2001-04-02 Thread John Levon
On Sat, 31 Mar 2001, Angus Leeming wrote: > Moreover, I note that the popup has no apply() functionality. That is, you A small request, can we make sure not to use the word "popup" in code. It implies things that aren't true of the dialogs. Furthermore we already have the terms "Form" and "Dial

Re: Size of 1.2.0cvs?

2001-04-02 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Mon, Apr 02, 2001 at 12:31:14PM +0200, Jean-Marc Lasgouttes Dekel> wrote: >> Comparing the sizes of binaries of 1.1.6cvs and 1.2.0cvs (same >> CXXFLAGS), I find >> >> schuss: size /local/lasgoutt/devbuild/src/lyx >> /local/lasgou

Re: Size of 1.2.0cvs?

2001-04-02 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Lars> Comparing the sizes of binaries of 1.1.6cvs and 1.2.0cvs (same | | Lars> CXXFLAGS), I find | | Lars> Same compi

Re: Size of 1.2.0cvs?

2001-04-02 Thread Dekel Tsur
On Mon, Apr 02, 2001 at 12:31:14PM +0200, Jean-Marc Lasgouttes wrote: > > Comparing the sizes of binaries of 1.1.6cvs and 1.2.0cvs (same > CXXFLAGS), I find > > schuss: size /local/lasgoutt/devbuild/src/lyx /local/lasgoutt/build/src/lyx >textdata bss dec hex filename > 334645

Re: Size of 1.2.0cvs?

2001-04-02 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Comparing the sizes of binaries of 1.1.6cvs and 1.2.0cvs (same | Lars> CXXFLAGS), I find Lars> Same compiler? Yes. gcc 2.95.2 on RH linux 6.1. JMarc

Re: [GNOME-PATCH] FormCredits Reimplementation

2001-04-02 Thread Baruch Even
* Michael A. Koziarski <[EMAIL PROTECTED]> [010402 10:56]: > Hello all, > > I've reimplemented FormCredits for the GNOME frontend using our current > libglade method. In addition I had to alter gnome_helpers and add some > casts as gcc 2.96 was choking on some of the font related functions. >

Re: Size of 1.2.0cvs?

2001-04-02 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Comparing the sizes of binaries of 1.1.6cvs and 1.2.0cvs (same | CXXFLAGS), I find Same compiler? | schuss: size /local/lasgoutt/devbuild/src/lyx /local/lasgoutt/build/src/lyx |textdata bss dec hex filename | 3346450 86236

Size of 1.2.0cvs?

2001-04-02 Thread Jean-Marc Lasgouttes
Comparing the sizes of binaries of 1.1.6cvs and 1.2.0cvs (same CXXFLAGS), I find schuss: size /local/lasgoutt/devbuild/src/lyx /local/lasgoutt/build/src/lyx textdata bss dec hex filename 3346450 86236 64960 3497646 355eae /local/lasgoutt/devbuild/src/lyx 1924850 78532

Re: [Lyx-feedback] Feedback from www.lyx.org

2001-04-02 Thread Jean-Marc Lasgouttes
> "miika" == miika <[EMAIL PROTECTED]> writes: miika> Miika Rautavirta ([EMAIL PROTECTED]) entered the following miika> feedback message on the LyX home page: miika> miika> Hi Lyx team and thanks for lyx, it's a re

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Andre Poenitz
> function(param1 p1, param2 p2, ... > paramx px, paramy py) > { > ... > } > > Try to indent this with tabs and set tab-width to 4 or to 8! In my own stuff I use in such cases real spaces starting from the position below the 'f' in function to the 'p' in paramx. If the block is intende

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Juergen Vigna
On 02-Apr-2001 Lars Gullik Bjønnes wrote: >| Try to indent this with tabs and set tab-width to 4 or to 8! > > Yes, just use 8. #:O) > Are you giving in :-) Well you see we're all getting older and wiser ;) Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 02-Apr-2001 Juergen Vigna wrote: | | One more reson I use 4 spaced (for my personal files) is that using just | a tabwith=4 gives you really bad results on stuff like: | | function(param1 p1, param2 p2, ... | paramx px, paramy py) | { | ..

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Juergen Vigna
On 02-Apr-2001 Juergen Vigna wrote: One more reson I use 4 spaced (for my personal files) is that using just a tabwith=4 gives you really bad results on stuff like: function(param1 p1, param2 p2, ... paramx px, paramy py) { ... } Try to indent this with tabs and set tab-width to 4 or

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Juergen Vigna
On 02-Apr-2001 Lars Gullik Bjønnes wrote: > Well no, I don't think so. If I remember right I added InsetFoot and > InsetMinipage when I began the new_inset stuff. Well the cvs log tells us that we're both wrong, I added InsetFoot/ERT (more or less 13 moth ago) and you added insetminipage (9 mot

Re: Outlining

2001-04-02 Thread Juergen Vigna
On 02-Apr-2001 Lars Gullik Bjønnes wrote: > Yes... but putting this in now just makes the transformation to a > std::list harder. I didn't say we should put in this feature now I just outlined a possible solution with the actual pargraph structure. >| This seems simple to me (and it doesn't us

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 02-Apr-2001 Lars Gullik Bjønnes wrote: | | > I think I saw some "4 spaces" in insetminibuffer :-) | | You surely are talking about insetminipage! And isn't that a file | I created when making InsetCollapsable and InsetFoot? Well no, I don't think

RE: question about implementation

2001-04-02 Thread Juergen Vigna
On 30-Mar-2001 Kevin Atkinson wrote: > Pspell will call Ispell though a pipe if the ispell module is installed > for Pspell and the Aspell module is not or it can't find a suitable > dictionary for requested language in Aspell. Good to know that this is dictionary based too!!! However I too ha

Re: Outlining

2001-04-02 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 01-Apr-2001 Lars Gullik Bjønnes wrote: | | > Currently the paragraph structrue is a linked list of paragraphs, | > preferably this should change to be a std::vector or a | > std::list, this will mean some huge rewrites of the algorithms | > working

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Juergen Vigna
On 02-Apr-2001 Lars Gullik Bjønnes wrote: > I think I saw some "4 spaces" in insetminibuffer :-) You surely are talking about insetminipage! And isn't that a file I created when making InsetCollapsable and InsetFoot? Well for the sake I'm really thinking of changing the tab-size of my emacs-ins

Re: Outlining

2001-04-02 Thread Juergen Vigna
On 01-Apr-2001 Lars Gullik Bjønnes wrote: > Currently the paragraph structrue is a linked list of paragraphs, > preferably this should change to be a std::vector or a > std::list, this will mean some huge rewrites of the algorithms > working on groups of paragraphs, but should make these algorit

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 30-Mar-2001 Lars Gullik Bjønnes wrote: | | > and I only allow that "4 spaces" thing for files that you "own". I | > have no qualms of changing others indentation to "one tab/8 chars" | | I know and you know that I never ever changed intentation in

Re: [GNOME-PATCH] FormCredits Reimplementation

2001-04-02 Thread Angus Leeming
On Monday 02 April 2001 05:33, Michael A. Koziarski wrote: > > Hello all, > > I've reimplemented FormCredits for the GNOME frontend using our current > libglade method. In addition I had to alter gnome_helpers and add some > casts as gcc 2.96 was choking on some of the font related functions.

Re: [PATCH] Fix memory leaks

2001-04-02 Thread Juergen Vigna
On 30-Mar-2001 Lars Gullik Bjønnes wrote: > and I only allow that "4 spaces" thing for files that you "own". I > have no qualms of changing others indentation to "one tab/8 chars" I know and you know that I never ever changed intentation in another file to other that tab/8 chars! Jürgen