RE: Gnome frontend: Menubar implementation, patch included

2000-08-10 Thread Juergen Vigna
The menus may need to have entries renamed to suit GNOME (or other desktops) and such. The bindings for the menus are in the .ui files. So you see gnome.ui is probably the one to work on. There may be other bindings needed but these aren't likely to be common to other GNOME apps. Does

Re: dialogbase branch update and a rant...

2000-08-10 Thread Allan Rae
Remeber this little rant? On Fri, 19 May 2000, Allan Rae wrote: Now for the rant: Next time you want to mess with the code for a dialog change the forms/x.fd file not the .C or .h files. I've just spent a day fixing the frigging stuff so I could regenerate the files I had

Fixing crash with InsetGraphics

2000-08-10 Thread Baruch Even
Attached is a file patch_baruch.tar.gz that includes a patch and four additional files to be added to the src/graphics/ directory. The tar.gz file should be opened in the lyx-devel directory and will put the files in place requiring only the application of the patch. The patch fixes the

Re: Gnome frontend: Menubar implementation, patch included

2000-08-10 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | I thought JMarc wanted to move all the bindings into the ui | file(s). Maybe that was Lars. No, no, we want _menu item_ to have their shortcuts/bindings in te .ui file. Emacs keybindings does not go in .ui files and does not interact wite menuitems'

Re: Some words to frontends!

2000-08-10 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | It'd be nice to have the glade source or whatever is the equivalent of the | xforms .fd files and the kdevelop .kdevdlg files in cvs for people to work | with. | | On a related note, I'm pretty sure I can get autogeneration of the | form_xxx.[Ch] files

Re: dialogbase branch update and a rant...

2000-08-10 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | Seems somebody did it again. Was it me again? Lgb

cvs core dumps ??

2000-08-10 Thread R. Lahaye
Hi, I've done the compilation of CVS as usual. This times it ends with core dump: [...snip...] g++ -g -O -fno-rtti -fno-exceptions -ansi -W -Wall -Wno-return-type -L/usr/local/xforms -o lyx BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o Chktex.o ColorHandler.o CutAndPaste.o

Re: cvs core dumps ??

2000-08-10 Thread Lars Gullik Bjønnes
"R. Lahaye" [EMAIL PROTECTED] writes: | Hi, | | I've done the compilation of CVS as usual. This times | it ends with core dump: out of diskspace? faulty memory? Lgb

RE: Fixing crash with InsetGraphics

2000-08-10 Thread Juergen Vigna
Attached is a file patch_baruch.tar.gz that includes a patch and four additional files to be added to the src/graphics/ directory. Did you REALLY try this patch? I guess yes, but then I get a segfault when creating a new graphics-inset AND by loading a old file! So I'm not able to test it

RE: Fixing crash with InsetGraphics

2000-08-10 Thread Juergen Vigna
So I'm not able to test it it seems that you don't initialize variables right and you don't check if they ARE initialized. I'll have a quick look and see if I can solve it, if not I'll commit it AS IS and you'll be the resposible if noone is trying your new code #:O) Well I had a fast look

RE: Fixing crash with InsetGraphics

2000-08-10 Thread Baruch Even
On Thu, 10 Aug 2000, Juergen Vigna wrote: So I'm not able to test it it seems that you don't initialize variables right and you don't check if they ARE initialized. I'll have a quick look and see if I can solve it, if not I'll commit it AS IS and you'll be the resposible if noone is

user-feedback on 116cvs

2000-08-10 Thread Staffan Ringbom
Hello, LyX is improving nicely! Here my nstantaneous comments (first impression) on features in lyx-1.1.6cvs (rpm Aug 9 from ftp.sylvan.com) -The possibility to configure the most useful features from a menu is a clear improvement! (An option to activate automatically the serverpipe

Re: user-feedback on 116cvs

2000-08-10 Thread Baruch Even
On Thu, 10 Aug 2000, Staffan Ringbom wrote: Hello, LyX is improving nicely! We try to make it better (that is all except me, I'm the one who inserts the bugs for fun :-) -The option insert external material (e.g. the insertation xfig files) is a great. It would be terrific if this could

Re: Some words to frontends!

2000-08-10 Thread Marko Vendelin
On Wed, 9 Aug 2000, Juergen Vigna wrote: Then you could help us with hints for what you need f.ex. in LyXView so that you really can use the GNOME-menus or/and toolbars when you make that one work. I've took a first look into toolbar implementation and I am wondering why this

I have no CTRL-Key in 116cvs

2000-08-10 Thread Timm Danker
Hello, Currently I enjoy very much testing 116cvs and reading the code. Maybe I will try to contribute a few small things in the near future... Currently, I´m stuck cause since the last cvs update (yesterday), the CTRL-key seems not working anymore :-(. no C-z for undo anymore :-( No chance

confusing error

2000-08-10 Thread John Levon
Hi, I'm trying to get KDE support compiling again. I've made some seemingly obvious fixes to frontends/kde but the compile bails out much later in Timeout.h, line 51 : Signal0void timeout; I'm using gcc-2.91.66 (only one available at uni here) on linux. error is pg021:1095 make

Re: cvs core dumps ??

2000-08-10 Thread Allan Rae
On 10 Aug 2000, Lars Gullik Bjønnes wrote: "R. Lahaye" [EMAIL PROTECTED] writes: | Hi, | | I've done the compilation of CVS as usual. This times | it ends with core dump: out of diskspace? faulty memory? Broken power supply fan or cpu fan. See: http://www.sig11.org/ or something

Re: Binary Xfig

2000-08-10 Thread Steffen Evers
Li Bing wrote: Dear All, Where can I find binary Xfig? Thanks, Bing Firstly, this kind of question is for sure not a development issue. Therefore it belongs ONLY to the LyX-user mailing list. As I have already told you last time: Look at http://freshmeat.net for the software (just

Re: Binary Xfig

2000-08-10 Thread Carlos A M dos Santos
On Wed, 9 Aug 2000, Li Bing wrote: Where can I find binary Xfig? Look at http://www.xfig.org/ --Casantos

RE: Gnome frontend: Menubar implementation, patch included

2000-08-10 Thread Juergen Vigna
> > The menus may need to have entries renamed to suit GNOME (or other > desktops) and such. The bindings for the menus are in the .ui files. > So you see gnome.ui is probably the one to work on. There may be other > bindings needed but these aren't likely to be common to other GNOME apps. >

Re: "dialogbase" branch update and a rant...

2000-08-10 Thread Allan Rae
Remeber this little rant? On Fri, 19 May 2000, Allan Rae wrote: > Now for the rant: > > Next time you want to mess with the code for a dialog change the > forms/x.fd file not the .C or .h files. I've just spent a day > fixing the frigging stuff so I could regenerate the files I

Fixing crash with InsetGraphics

2000-08-10 Thread Baruch Even
Attached is a file patch_baruch.tar.gz that includes a patch and four additional files to be added to the src/graphics/ directory. The tar.gz file should be opened in the lyx-devel directory and will put the files in place requiring only the application of the patch. The patch fixes the

Re: Gnome frontend: Menubar implementation, patch included

2000-08-10 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | I thought JMarc wanted to move all the bindings into the ui | file(s). Maybe that was Lars. No, no, we want _menu item_ to have their shortcuts/bindings in te .ui file. Emacs keybindings does not go in .ui files and does not interact wite menuitems'

Re: Some words to frontends!

2000-08-10 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | It'd be nice to have the glade source or whatever is the equivalent of the | xforms .fd files and the kdevelop .kdevdlg files in cvs for people to work | with. | | On a related note, I'm pretty sure I can get autogeneration of the | form_xxx.[Ch] files

Re: "dialogbase" branch update and a rant...

2000-08-10 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | Seems somebody did it again. Was it me again? Lgb

cvs core dumps ??

2000-08-10 Thread R. Lahaye
Hi, I've done the compilation of CVS as usual. This times it ends with core dump: [...snip...] g++ -g -O -fno-rtti -fno-exceptions -ansi -W -Wall -Wno-return-type -L/usr/local/xforms -o lyx BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o Chktex.o ColorHandler.o CutAndPaste.o

Re: cvs core dumps ??

2000-08-10 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Hi, | | I've done the compilation of CVS as usual. This times | it ends with core dump: out of diskspace? faulty memory? Lgb

RE: Fixing crash with InsetGraphics

2000-08-10 Thread Juergen Vigna
> > Attached is a file patch_baruch.tar.gz that includes a patch and four > additional files to be added to the src/graphics/ directory. Did you REALLY try this patch? I guess yes, but then I get a segfault when creating a new graphics-inset AND by loading a old file! So I'm not able to test

RE: Fixing crash with InsetGraphics

2000-08-10 Thread Juergen Vigna
> > So I'm not able to test it it seems that you don't initialize variables > right and you don't check if they ARE initialized. I'll have a quick look > and see if I can solve it, if not I'll commit it AS IS and you'll be the > resposible if noone is trying your new code #:O) Well I had a fast

RE: Fixing crash with InsetGraphics

2000-08-10 Thread Baruch Even
On Thu, 10 Aug 2000, Juergen Vigna wrote: > > So I'm not able to test it it seems that you don't initialize variables > > right and you don't check if they ARE initialized. I'll have a quick look > > and see if I can solve it, if not I'll commit it AS IS and you'll be the > > resposible if noone

user-feedback on 116cvs

2000-08-10 Thread Staffan Ringbom
Hello, LyX is improving nicely! Here my nstantaneous comments (first impression) on features in lyx-1.1.6cvs (rpm Aug 9 from ftp.sylvan.com) -The possibility to configure the most useful features from a menu is a clear improvement! (An option to activate automatically the serverpipe

Re: user-feedback on 116cvs

2000-08-10 Thread Baruch Even
On Thu, 10 Aug 2000, Staffan Ringbom wrote: > Hello, LyX is improving nicely! We try to make it better (that is all except me, I'm the one who inserts the bugs for fun :-) > -The option insert external material > (e.g. the insertation xfig files) is a great. > It would be terrific if this

Re: Some words to frontends!

2000-08-10 Thread Marko Vendelin
On Wed, 9 Aug 2000, Juergen Vigna wrote: >Then you could help us with hints for what you need f.ex. in LyXView so >that you really can use the GNOME-menus or/and toolbars when you make that >one work. I've took a first look into toolbar implementation and I am wondering why this

I have no CTRL-Key in 116cvs

2000-08-10 Thread Timm Danker
Hello, Currently I enjoy very much testing 116cvs and reading the code. Maybe I will try to contribute a few small things in the near future... Currently, I´m stuck cause since the last cvs update (yesterday), the CTRL-key seems not working anymore :-(. no C-z for undo anymore :-( No chance

confusing error

2000-08-10 Thread John Levon
Hi, I'm trying to get KDE support compiling again. I've made some seemingly obvious fixes to frontends/kde but the compile bails out much later in Timeout.h, line 51 : Signal0 timeout; I'm using gcc-2.91.66 (only one available at uni here) on linux. error is pg021:1095 make lyx_gui.o

Re: cvs core dumps ??

2000-08-10 Thread Allan Rae
On 10 Aug 2000, Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Hi, > | > | I've done the compilation of CVS as usual. This times > | it ends with core dump: > > out of diskspace? > faulty memory? Broken power supply fan or cpu fan. See: http://www.sig11.org/ or

Re: Binary Xfig

2000-08-10 Thread Steffen Evers
Li Bing wrote: > > Dear All, > > Where can I find binary Xfig? > > Thanks, > Bing > Firstly, this kind of question is for sure not a development issue. Therefore it belongs ONLY to the LyX-user mailing list. As I have already told you last time: Look at http://freshmeat.net for the software

Re: Binary Xfig

2000-08-10 Thread Carlos A M dos Santos
On Wed, 9 Aug 2000, Li Bing wrote: > Where can I find binary Xfig? Look at http://www.xfig.org/ --Casantos