Need help on MVC

2001-03-23 Thread Kalle Dalheimer
Hi, I have converted the first dialog, the Copyright dialog in the Qt2 frontend to the new MVC architecture (ok, so it's not the most sophisticated dialog - that's why I started with that one). I have a memory-related crash at the end, that's probably because the dialog is currently deleted pr

Re: minipages - placement

2001-03-23 Thread larry
Just a heads up. I used the latest CVS minipage facilities, and I see that brings up a minipage specific menu. This makes it impossible to bring up the tabular layout menu for any table contained in a minipage, since it is accessible also by . It would seem the correct solution if in a tabu

Re: Real last call for 1.1.6fix2? (status update #4)

2001-03-23 Thread Dekel Tsur
On Thu, Mar 22, 2001 at 11:39:36AM +0100, Jean-Marc Lasgouttes wrote: > > Appended as usual is a list of what has been fixed since 1.1.6fix1. > My plan is to release 1.1.6fix2 soon (tomorrow?). Lars, will you be > able today or tomorrow to prepare a tar file if I flag the version? > I'll do the u

Re: Automatic make of CVS fails

2001-03-23 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Hi folks, | | This is my automated Linux build of the latest CVS. | | The error looks like a failure to include some things in the Makefile.am for | inclusion into the tar file made by "make dist". Fixed. (or so I belive) -- Lgb

Automatic make of CVS fails

2001-03-23 Thread Kayvan A. Sylvan
Hi folks, This is my automated Linux build of the latest CVS. The error looks like a failure to include some things in the Makefile.am for inclusion into the tar file made by "make dist". > ../../../src/frontends/controllers/ControlCharacter.h:16: ControlDialogs.h: No such >file or directory >

Re: Another Solaris-2.5.1 gcc-2.95.2 compile problem

2001-03-23 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | What's the patch? Index: ControlCredits.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ControlCredits.h,v retrieving revision 1.2 diff -u -p -r1.2 Control

Re: minipages & new insets

2001-03-23 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Well, it compiles now, but I had two minipages in a row, 67% and 33%. | The first one was gone. The second did not end in the correct place, but | include subsequent .eps files. I cut those out and pasted them after the | minipage. | Text in the 33%

Another Solaris-2.5.1 gcc-2.95.2 compile problem

2001-03-23 Thread Kayvan A. Sylvan
Hi, The latest CVS fails to compile: g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../images -I../../../src/ -I../../../src/frontends/ -I../../../src/frontends/controllers -I../../.. -I../../.. -I../../../boost -I/remote/tools/ksylvan/include -isystem /usr/openwin/include -O2 -I/usr/open

dialog overview Qt2

2001-03-23 Thread Kalle Dalheimer
Hi, I have committed a file dialogs-qt2.txt that lists the maintainerships for the individual dialogs since I always lost track of whether it was Edwin or me working on a certain dialog. If anybody wants to take over any Qt dialog, please enter yourself in that file (and check back with whoev

Re: minipages & new insets

2001-03-23 Thread Garst R. Reese
Well, it compiles now, but I had two minipages in a row, 67% and 33%. The first one was gone. The second did not end in the correct place, but include subsequent .eps files. I cut those out and pasted them after the minipage. Text in the 33% minipage wrapped earlier than it used to. I could not fi

Re: A bug in InsetInclude?

2001-03-23 Thread Angus Leeming
On Friday 23 March 2001 14:05, Angus Leeming wrote: > Am I reading this wrong, or have I found a bug? > Angus I'm wrong. Please ignore. A

Re: [Cvslog] lyx-devel/src

2001-03-23 Thread Angus Leeming
On Friday 23 March 2001 16:13, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Yes, but if the compiler can't find getline in namespace std > Angus> then it bombs out. Since it can only look in the #included > Angus> files and getline is in or

Re: [Cvslog] lyx-devel/src

2001-03-23 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Yes, but if the compiler can't find getline in namespace std Angus> then it bombs out. Since it can only look in the #included Angus> files and getline is in or suchlike, but not Angus> , then #include "LString.h" in insetcollapsa

Re: [Cvslog] lyx-devel/src

2001-03-23 Thread Angus Leeming
Yes, but if the compiler can't find getline in namespace std then it bombs out. Since it can only look in the #included files and getline is in or suchlike, but not , then #include "LString.h" in insetcollapsable.C causes an error. A On Friday 23 March 2001 16:03, Jean-Marc Lasgouttes wrote

Re: [Cvslog] lyx-devel/src

2001-03-23 Thread Angus Leeming
The using std::getline fix kills compilation in insetcollapsable.C (also updated) because getline is not a meber of std. Ie, the header file should be #included first. Do you REALLY want to go down this path? Angus On Friday 23 March 2001 15:16, [EMAIL PROTECTED] wrote: > Update of /usr/local

Re: Stop modifying source!

2001-03-23 Thread Juergen Vigna
On 23-Mar-2001 Juergen Vigna wrote: > So it seems the only one suffering this am I! I did a clean recompile and > still are segfaulting when inserting chars! I don't know what to say! Well believe it or not I did CXXFLAGS=-g ./configure removed insettabular.lo insettext.lo insetcollapsable.lo t

Re: Stop modifying source!

2001-03-23 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 23-Mar-2001 Jean-Marc Lasgouttes wrote: >> I managed to do that, and inseted characters without problem. This >> is compiled with compaq cxx, BTW. Juergen> So it seems the only one suffering this am I! I did a clean Juergen

Re: Stop modifying source!

2001-03-23 Thread Juergen Vigna
On 23-Mar-2001 Jean-Marc Lasgouttes wrote: > I managed to do that, and inseted characters without problem. This is > compiled with compaq cxx, BTW. So it seems the only one suffering this am I! I did a clean recompile and still are segfaulting when inserting chars! I don't know what to say!

Re: Stop modifying source!

2001-03-23 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> On 23-Mar-2001 Jean-Marc Lasgouttes wrote: >> You are lucky to be able to click in a tabular cell... In the first >> tabular, the cursor does not want to go where I point! Juergen> Well yes with the minipages there is still a

Re: Request: quotation marks

2001-03-23 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> If you could make it some day... but I guess you have more Jürgen> important things to do at the moment ;-). Yes, real work :( JMarc

Re: Request: quotation marks

2001-03-23 Thread Jürgen Spitzmüller
Juergen Spitzmueller wrote: > Dekel Tsur wrote: > > You can use the ' and ` keys for inserting single quotes. > > You mean accent acute (or comma for German style) and accent grave? > Does not work (the accents) on my system because I have enabled dead > keys (to get french accents). > Thanks, any

Re: Stop modifying source!

2001-03-23 Thread Juergen Vigna
On 23-Mar-2001 Jean-Marc Lasgouttes wrote: > You are lucky to be able to click in a tabular cell... In the first > tabular, the cursor does not want to go where I point! Well yes with the minipages there is still a small problem with the mouseclicks but you can enter the tabular with the cursor

Re: Stop modifying source!

2001-03-23 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Ok as stated in the subject, just don't change any source Juergen> anymore! We have to find the cause of the segfault which is Juergen> actually in LyX. Just load Lars's file and try to insert a Juergen> character inside a tabu

Re: Stop modifying source!

2001-03-23 Thread Juergen Vigna
On 23-Mar-2001 Lars Gullik Bjønnes wrote: > No, I am using that as well. > > [larsbj@trylle build]$ g++ -v > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs > gcc version 2.96 2731 (Red Hat Linux 7.0) I did a maintainer-clean and am recompiling the whole stuff righ

Re: Stop modifying source!

2001-03-23 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 23-Mar-2001 Lars Gullik Bjønnes wrote: | | > That is not happening here. In the Minipage.lyx doc I sent you I can | > add chars inside the tabulars without problems. | | Hmmm, ..., well I segfault as soon as I insert a char! | | >| I tried hard to

Re: Stop modifying source!

2001-03-23 Thread Juergen Vigna
On 23-Mar-2001 John Levon wrote: > what rpm version is this ? -69 ? Yes! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450253 I-39100 Bozen

Re: Stop modifying source!

2001-03-23 Thread John Levon
On Fri, 23 Mar 2001, Juergen Vigna wrote: > Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs > gcc version 2.96 2731 (Red Hat Linux 7.0) > > Could it be that? > >Jürgen what rpm version is this ? -69 ? john -- "Be conservative in what you do, be liberal in what y

Re: Request: quotation marks

2001-03-23 Thread Jürgen Spitzmüller
Dekel Tsur wrote: > You can use the ' and ` keys for inserting single quotes. You mean accent acute (or comma for German style) and accent grave? Does not work (the accents) on my system because I have enabled dead keys (to get french accents). Thanks, anyway. Juergen. -- PS.: S

Re: Stop modifying source!

2001-03-23 Thread Juergen Vigna
On 23-Mar-2001 Lars Gullik Bjønnes wrote: > That is not happening here. In the Minipage.lyx doc I sent you I can > add chars inside the tabulars without problems. Hmmm, ..., well I segfault as soon as I insert a char! >| I tried hard to find it, but I just don't know where! > > Perhaps the pr

Re: Stop modifying source!

2001-03-23 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Ok as stated in the subject, just don't change any source anymore! | | We have to find the cause of the segfault which is actually in LyX. | Just load Lars's file and try to insert a character inside a tabular | cell *BANG*. That is not happening here

A bug in InsetInclude?

2001-03-23 Thread Angus Leeming
Am I reading this wrong, or have I found a bug? Angus void InsetInclude::Validate(LaTeXFeatures & features) const { string incfile(params_.cparams.getContents()); string writefile; Buffer const & b = *params_.buffer; if (!b.tmppath.empty() && b.niceFile) {

Stop modifying source!

2001-03-23 Thread Juergen Vigna
Ok as stated in the subject, just don't change any source anymore! We have to find the cause of the segfault which is actually in LyX. Just load Lars's file and try to insert a character inside a tabular cell *BANG*. I tried hard to find it, but I just don't know where! So now this is a general

Re: Request: quotation marks

2001-03-23 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Fri, Mar 23, 2001 at 02:20:43PM +0100, J?rgen Spitzm?ller Dekel> wrote: >> Dear developpers, >> >> Currently (1.1.6fix1) it is very uncomfortable (not to say: >> annoying) to switch from single to double quotation marks (Layout >

Re: Request: quotation marks

2001-03-23 Thread Dekel Tsur
On Fri, Mar 23, 2001 at 02:20:43PM +0100, J?rgen Spitzm?ller wrote: > Dear developpers, > > Currently (1.1.6fix1) it is very uncomfortable (not to say: annoying) > to switch from single to double quotation marks (Layout > Document > > Language...). > At least I do need this very often (e.g. "'q

Re: lyx-1.1.6fix1 compilation error.

2001-03-23 Thread Lars Gullik Bjønnes
Ulrich Günther <[EMAIL PROTECTED]> writes: | I know you don't want to make changes to 1.1.6 any more. | I have also compiler 1.1.6. before. But now I get a comilation error (after | reinstalling most of my system). | | Cananyone help me? What compiler version and os? -- Lgb

Request: quotation marks

2001-03-23 Thread Jürgen Spitzmüller
Dear developpers, Currently (1.1.6fix1) it is very uncomfortable (not to say: annoying) to switch from single to double quotation marks (Layout > Document > Language...). At least I do need this very often (e.g. "'quotation' in a quotation"). Wouldn't it be possible to make this easier (a shor

Re: Real last call for 1.1.6fix2? (status update #4)

2001-03-23 Thread Dekel Tsur
On Thu, Mar 22, 2001 at 11:39:36AM +0100, Jean-Marc Lasgouttes wrote: > Appended as usual is a list of what has been fixed since 1.1.6fix1. > My plan is to release 1.1.6fix2 soon (tomorrow?). Lars, will you be > able today or tomorrow to prepare a tar file if I flag the version? > I'll do the updl

lyx-1.1.6fix1 compilation error.

2001-03-23 Thread Ulrich Günther
I know you don't want to make changes to 1.1.6 any more. I have also compiler 1.1.6. before. But now I get a comilation error (after reinstalling most of my system). Cananyone help me? Ulrich gcc -c -DLOCALEDIR=\"/usr/X11R6/share/locale\" -DGNULOCALEDIR=\"/usr/X11R6/share/locale\" -DLOCAL

Re: tabular and eps problem

2001-03-23 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 23-Mar-2001 Dekel Tsur wrote: | | > I think that InsetFloat::Validate should call to InsetCollapsable::Validate | | And IMO you're right! So finally it was Lars fault! Hahah... oh well. -- Lgb

Re: tabular and eps problem

2001-03-23 Thread Juergen Vigna
On 23-Mar-2001 Dekel Tsur wrote: > I think that InsetFloat::Validate should call to InsetCollapsable::Validate And IMO you're right! So finally it was Lars fault! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROT

Re: tabular and eps problem

2001-03-23 Thread Dekel Tsur
On Fri, Mar 23, 2001 at 10:15:39AM +0100, Juergen Vigna wrote: > > On 23-Mar-2001 Lars Gullik Bj?nnes wrote: > > >| l.112 \begin{tabular}{|c|m{40mm}|m{60mm}|c|} > > > > Hmm shouldn't these be p{40mm} ? > > No this are vertical alignments flags. I don't know why the array-package > is not inclu

Re: Can't compile with lyxstring

2001-03-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | If we really do want to use getline(), then the LString.h code should | bring have a "using std::getline" for real string. Yes, we could do that. Lgb

Re: Can't compile with lyxstring

2001-03-23 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Hmm of course... if you just remove the std:: on getline? what Lars> happens then? It does work, but will not work if we use the real string. I guess the real solution is to rewrite this part of code... If we really do want t

Re: Can't compile with lyxstring

2001-03-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | With latest cvs, compilation dies with | | cxx: Error: ../../../../lyx-devel/src/frontends/controllers/ControlCredits.C, line |57: | no instance of overloaded function "std::getline" matches the | argument list |

Can't compile with lyxstring

2001-03-23 Thread Jean-Marc Lasgouttes
With latest cvs, compilation dies with cxx: Error: ../../../../lyx-devel/src/frontends/controllers/ControlCredits.C, line 57: no instance of overloaded function "std::getline" matches the argument list argument types are: (std::ifstream, string)

Minipage position drawing

2001-03-23 Thread Juergen Vigna
#warning Jürgen, can you have a look at this? (Lgb) // the intention is quite clear if you set the positon in a minipage you // want the minipage drawn according to that. but as you can see the // cursor is wrongly placed. draw_collapsed(pain, f, top_baseline, x); inset->draw(

Re: tabular and eps problem

2001-03-23 Thread Juergen Vigna
On 23-Mar-2001 Lars Gullik Bjønnes wrote: >| l.112 \begin{tabular}{|c|m{40mm}|m{60mm}|c|} > > Hmm shouldn't these be p{40mm} ? No this are vertical alignments flags. I don't know why the array-package is not included, as much as I know it should be included if I use this type of vertical align

Re: minipages - placement

2001-03-23 Thread Angus Leeming
On Thursday 22 March 2001 19:44, Lars Gullik Bjønnes wrote: > The following file shows what we want to do. You have to view it > with latest CVS, to get the idea. H. It core dumps when you click on the footnote within the minipage. Looks good though. A

Re: tabular and eps problem

2001-03-23 Thread Eildert Groeneveld
On Fri, Mar 23, 2001 at 07:12:05AM +0100, Lars Gullik Bj?nnes wrote: > Eildert Groeneveld <[EMAIL PROTECTED]> writes: > > | Hello everyone, > | > | the current cvs produces this problem with table and figure floats: > | > | ! LaTeX Error: Illegal character in array arg. > | > | See the LaTeX