Re: Xforms dialogs: can the text_warning area go?

2002-09-27 Thread R. Lahaye
Juergen Spitzmueller wrote: > R. Lahaye wrote: > >>The space is always occupied by the (mostly void) text widget; and >>all it says (to the power user!) that the input is invalid. > > > No, it's a hint to the unexperienced user. We have disabled the input filt

Re: Xforms dialogs: can the text_warning area go?

2002-09-27 Thread R. Lahaye
Angus Leeming wrote: > On Friday 27 September 2002 4:13 am, R. Lahaye wrote: > >>Jürgen and others, >> >>Some time ago I posted my desire to remove the text_warning >>areas in the Xforms >> >>dialogs. You (Jürgen) replied then that: >> >>&

Re: Dialog code question: What does "bc().addReadOnly(FL_OBJECT *)" do?

2002-09-26 Thread R. Lahaye
Allan Rae wrote: > On Fri, 27 Sep 2002, Rob Lahaye wrote: > [...] > >>Why does this function only work on check and button widgets? >>When I do, for example: >> >> bc().addReadOnly(dialog_->choice_width_unit) >> >>the choice widget is not disabled for a readonly document! >> >>Does this func

Xforms dialogs: can the text_warning area go?

2002-09-26 Thread R. Lahaye
Jürgen and others, Some time ago I posted my desire to remove the text_warning areas in the Xforms dialogs. You (Jürgen) replied then that: > I have spent a lot of time in implementing this "power user" stuff (ability to > enter length directly without the choices). Please think twice before r

Re: Redesign of Xforms dialog. Am I doing right?

2002-09-26 Thread R. Lahaye
Edwin Leuven wrote: > > Well, I don't intend to touch the xforms frontend since I think it's a waste > of my time (no offense). > > What I've done is the following. > > I have written the document controller: > > controllers/ControlDocument.C > controllers/ControlDocument.h > > and am nearly

Redesign of Xforms dialog. Am I doing right?

2002-09-26 Thread R. Lahaye
Edwin, Angus told me you're working on the controller-view split of some Xforms dialogs (in particular the FormDocument dialog). Since I am currently redesigning/improving the Xforms dialogs and also modifying the corresponding code, we should avoid clashes between what you're doing and my work

Re: Dialog code question: What does "bc().addReadOnly(FL_OBJECT *)"do?

2002-09-25 Thread R. Lahaye
R. Lahaye wrote: > > Hi, > > In most Xforms (and Qt dialogs as well), I find this function: > > bc().addReadOnly(FL_OBJECT * ob) > > I don't see any effect when commenting it out in the Xforms dialog code. > What is it supposed to do? Is it still useful and

Dialog code question: What does "bc().addReadOnly(FL_OBJECT *)" do?

2002-09-25 Thread R. Lahaye
Hi, In most Xforms (and Qt dialogs as well), I find this function: bc().addReadOnly(FL_OBJECT * ob) I don't see any effect when commenting it out in the Xforms dialog code. What is it supposed to do? Is it still useful and/or relevant? Thanks, Rob.

Re: just killed the spellchecker

2002-09-25 Thread R. Lahaye
Dr. Richard E. Hawkins wrote: > This is fresh cvs from today. I created a new document, and ran the > spellchecker on one word. Still not sure, I put in a misspelling, and > ran again. I'm pretty sure I moved the cursor back to the beginning, > and that it took (I might have just assumed). I f

Re: Wrap figure patch to CVS contains mistake

2002-09-25 Thread R. Lahaye
Dekel Tsur wrote: > On Wed, Sep 25, 2002 at 09:29:16PM +0900, R. Lahaye wrote: > >>Today you've committed a patch to "forms/form_wrap.fd" and "FormWrap.C". >>You replaced inner by Outer, but now the dialog interface has lost >>its logic, beca

Wrap figure patch to CVS contains mistake

2002-09-25 Thread R. Lahaye
Dekel, Today you've committed a patch to "forms/form_wrap.fd" and "FormWrap.C". You replaced inner by Outer, but now the dialog interface has lost its logic, because the Default also says "outer": o Left o Right o Outer o Default (outer) Maybe the last entry should be "o Inner

Re: What is "Insert->Floats->Floatflt Figure" ?

2002-09-24 Thread R. Lahaye
Hi, Would it be sensible to merge Floatflt figure into the Float figure inset, the same as normal and wide figure now share. A placement dialog could then look as attached (just rough idea; naming may need improvement). The problem is when wanting to switch a float from normal/wide to Floatflt

What is "Insert->Floats->Floatflt Figure" ?

2002-09-24 Thread R. Lahaye
Hi, I started working on form_wrap.fd dialog, and saw it was related to this fairly new entry in Insert->Floats menu. What does this do? I can't see much difference between selecting "Outer|Inner|Right|Left", or enter a value for Width. "Interesting" bug: A fresh created wrapfigure, with Outer

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-23 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > >>>>>>>"Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >>>>>> > | Lars> "R. Lahaye" <[EMAIL PROTECTED]>

Re: Layout files and templates need fix!

2002-09-23 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Hi, > > | There are still problems with the layout files and templates. > > Yes, I know... > > This is the patch that I began on, but never finished: You don't want to

Re: Preferences: Papersize default is nonsense.

2002-09-23 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Hi, > > | In the preferences dialog, Outputs->Misc->Papersize has a choice "default", which > | I only can see as a nonsense option. > > | 1) This so called

Layout files and templates need fix!

2002-09-22 Thread R. Lahaye
Hi, There are still problems with the layout files and templates. The layout files need to be fixed with respect to the new .inc files. I myself am using revtex4.layout, and LyX gets completely muddled up without the appropriate .inc inclusions in the layout. I'm afraid (but I'm not sure) that

Preferences: Papersize default is nonsense.

2002-09-21 Thread R. Lahaye
Hi, In the preferences dialog, Outputs->Misc->Papersize has a choice "default", which I only can see as a nonsense option. 1) This so called "default" merely refers to the hard coded choice by LyX: src/lyxrc.C line 191 default_papersize = BufferParams::PAPER_USLETTER; This s

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-21 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: >>>>>>"R" == R Lahaye <[EMAIL PROTECTED]> writes: >>>>> > > R> Jean-Marc Lasgouttes wrote: > >>>>>>>>"R" == R Lahaye <[EMAIL PROTECTED]> writes: >>>>

Re: Crash on "Saver as defaults"

2002-09-20 Thread R. Lahaye
Andre Poenitz wrote: > New Doc, Layout->Doceument->Save as Document Defaults, Yes. Boom. > > Does anybody else see this? This is how far I can trace this bug: The offending action goes as follows: FormDocument.C: saveParamsAsDefault(BufferParams const ¶ms) its last statement is "return de

Re: bugzilla

2002-09-20 Thread R. Lahaye
John Levon wrote: > On Fri, Sep 20, 2002 at 05:02:02PM +0200, Andre Poenitz wrote: > > >>>Oh come on, it takes two seconds >> >>It's not a matter of time, it's about putting private information in a >>public place. _We_ are interested in getting bug reports after all. > > > Or perhaps you have

Re: bugzilla

2002-09-19 Thread R. Lahaye
Andre Poenitz wrote: > On Fri, Sep 20, 2002 at 08:06:37AM +0200, Andre' Poenitz wrote: > >>Why do I need a login to file bugs on bugzilla? If I were just using LyX >>I'd certainly not create an account there just to file a bug report. >> >>What do I do if I forgot my username? [Well, I don't thi

[Patch] small bug in xforms_helpers.C ?

2002-09-19 Thread R. Lahaye
Hi, In xforms_helpers.C, there is the following in function formatted(): string::size_type const nxtpos1 = sin.find(' ', curpos); string::size_type const nxtpos2 = sin.find('\n', curpos); string::size_type const nxtpos = std::min(nxtpos1, nxtpos1); The last line looks

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-19 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: >>>>>>"R" == R Lahaye <[EMAIL PROTECTED]> writes: >>>>> > > R> Also, I still don't see how the dialog can find out about the > R> paragraph's original default. Or am I missing something here? &

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-18 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > | > | I'd say: call it "Default" and let the tooltip explain further; instead > | of using asterisk with a tooltip that says "Default". > > Using a tooltip for

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-18 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes wrote: > | > real "Default" button could be added, besides it is nice to know what > | > the default is as well. > | This is a problem with many of the "Default" buttons. I keep asking > | myself "

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-18 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | On Wed, Sep 18, 2002 at 09:59:56AM +0200, Lars Gullik Bj?nnes wrote: > >>>| Should "Block" alignment be better named "Justified" (as in Qt) ? >>> >>>Left justified or Right justfied? or perhaps Block justified. >>> >>>As I

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-18 Thread R. Lahaye
John Levon wrote: > On Wed, Sep 18, 2002 at 05:20:09PM +0900, Rob Lahaye wrote: > >>Would be cute to replace these words by small icons; you know, the ones >>used by any wordprocessor: 5 stacked lines that show what sort of >>alignment it does. Would that be a way to go? > > > Sounds like a b

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-18 Thread R. Lahaye
Edwin Leuven wrote: > On Wed Sep 18, 2002 15:02, R. Lahaye wrote: > >>I've tried (attached) but what ever arrangement I make, it still >>doesn't look good. > > > why not like the qt frontend? > > http://www.fee.uva.nl/scholar/mdw/leuven/lyx/par.gi

Re: New Xforms "Paragraph Layout" dialog. Comments?

2002-09-18 Thread R. Lahaye
Christian Ridderström wrote: > > How about a dialog like this: > > -- > Paragraph body > > No indent Alignment > [] (left) (centre) (right) (block) > > Line spacing:[Default]

New Xforms "Paragraph Layout" dialog. Comments?

2002-09-18 Thread R. Lahaye
Hi, I'm continuing reworking the xforms dialogs, for after the freeze, that is :). Attached is a screenshot of my new "Paragraph Layout". I think this reflects much better the way one uses this dialog: widgets are grouped together according to Above/Text/Below. Some ideas are copied from Qt,

Re: "Abstract" overwrites Author in article class

2002-09-17 Thread R. Lahaye
R. Lahaye wrote: > Dr. Richard E. Hawkins wrote: > >> On Tue, Sep 17, 2002 at 04:57:31PM +0200, Lars Gullik Bj?nnes wrote: >> >>> "Dr. Richard E. Hawkins" <[EMAIL PROTECTED]> writes: >> >> >> >>> | This is the lyx displa

Re: "Abstract" overwrites Author in article class

2002-09-17 Thread R. Lahaye
Dr. Richard E. Hawkins wrote: > On Tue, Sep 17, 2002 at 04:57:31PM +0200, Lars Gullik Bj?nnes wrote: > >>"Dr. Richard E. Hawkins" <[EMAIL PROTECTED]> writes: > > >>| This is the lyx display, not the rendered latex. > > >>| The Author is overwritten by "Abstract" in article class. Same here,

Re: Float Options dialog: "Float Defaults" can be removed?

2002-09-13 Thread R. Lahaye
Juergen Spitzmueller wrote: > R. Lahaye wrote: > >>(2) and (3) should be implemented with a better button disable/enable >>policy than we have now. > > > What special problems do you have with that policy? It is very clever IMHO. No, it's not. It's dumb.

Re: Qt configure error.

2002-09-13 Thread R. Lahaye
Joao Luis M. Assirati wrote: > > configure --with-qt-includes=/usr/include/qt/ --with-frontend=qt > > works for me! I suppose that qt includes are placed in /usr/local/include, > so in a system instalation this should go simply into /usr/include, but > Debian people (that is not surprise...) cha

Float Options dialog: "Float Defaults" can be removed?

2002-09-13 Thread R. Lahaye
Hi, I'm reworking the "Float Options" dialog right now and I want to remove the "Float Defaults" button here (upper left corner). That button disables all other Float placement buttons in the dialog. Moreover, disabling *all* placement buttons (including the Default) will automagically enable t

Re: Qt configure error.

2002-09-13 Thread R. Lahaye
Joao Luis M. Assirati wrote: > Hello, > > I use a Debian system with qt2 packages installed. When in 1.3.0cvs I try > > configure --with-frontend=qt > > I get > > checking for Qt library name... failed > configure: error: Cannot compile a simple Qt executable. Check you have > the right $QTDIR

Re: { and \{

2002-09-12 Thread R. Lahaye
Andre Poenitz wrote: > As I have been the only person who found it sensible to have { and \{ act > as they do in LaTeX I swapped this. So: > > Typing { produces blue { on screen and is written as \{ > } } \} > \{ re

[patch] final touch to Reference dialog.

2002-09-12 Thread R. Lahaye
Hi, I improved the layout of the reference dialog. Please apply. Eek, I'm on the edge; is it still Thursday overthere in EU ? Cheers, Rob. ChangeLog |4 forms/form_ref.fd | 32 2 files changed, 20 insertions(+), 16 deletions(-) BetterR

[Patch] Final touch for Graphics/Print dialog layout.

2002-09-12 Thread R. Lahaye
Hi, I had a look at the Print dialog of Qt, and agreed with John's layout. A small modification is applied to the xforms print dialog. Also, a minor modification to graphics dialog. Please apply before freeze ;). Cheers, Rob. src/frontends/xforms/ChangeLog |5 + src/fronte

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread R. Lahaye
Angus Leeming wrote: > On Thursday 12 September 2002 11:13 am, Angus Leeming wrote: > Perhaps something like: > >>void FormPrint::update() >>{ >> PrinterParams & pp = controller().params(); >> >> if (pp.file_name == getString(dialog_->input_file) >> return; >> >> ... >

Remove email addresses from ChangeLogs too.

2002-09-12 Thread R. Lahaye
Hi, Sometime back all email addresses have been removed from the header lines in the files, since these email addresses are listed already in the CREDITS file. Why not do the same with the ChangeLogs? I would be pleased to be freed from typing my email address each time I type an new entry in t

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread R. Lahaye
Angus Leeming wrote: > > I don't think that they're reset at all. That would imply that > they're stored and I don't think that they are. What you are > getting is the settings of a newly constructed PrinterParams > instance. > > Why not ignore "pp" in FormPrint::update if it's causing you >

Re: [Patch] Another two, less-bulky Xforms dialogs

2002-09-12 Thread R. Lahaye
Angus Leeming wrote: > On Thursday 12 September 2002 8:33 am, R. Lahaye wrote: > >>This makes the dialogs only less bulky. Hardly any code >>cleaning done. (the filedialog code needs a clean up, but >>that's for after the freeze). > > Well personally I think

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread R. Lahaye
Allan Rae wrote: >>John Levon wrote: >> >>>However, there is some serious problems. Different invocations of the >>>print dialog is forgetting various settings such as number of copies, >>>all or range etc. Please do a check and make sure they are remembered >>>properly so when you bring up the di

[Patch] Another two, less-bulky Xforms dialogs

2002-09-12 Thread R. Lahaye
Hi, This makes the dialogs only less bulky. Hardly any code cleaning done. (the filedialog code needs a clean up, but that's for after the freeze). Please apply, if OK. src/frontends/xforms/ChangeLog|6 src/frontends/xforms/FormTexinfo.C| 45 ++--- src/fron

Re: New Xforms printer dialog. Your opinion please.

2002-09-11 Thread R. Lahaye
John Levon wrote: > > However, there is some serious problems. Different invocations of the > print dialog is forgetting various settings such as number of copies, > all or range etc. Please do a check and make sure they are remembered > properly so when you bring up the dialog again, the old val

Re: [Patch] Tiny follow up patch for Graphics dialog.

2002-09-11 Thread R. Lahaye
R. Lahaye wrote: > > Angus, > > Polished a few tooltips texts in FormGraphics.C. > A tiny cosmetic change to the file tab of the dialog layout. > The rotateOrigin variable now defaults to . > > Patch attached. > Please apply. > > src/frontends/xfo

Re: New Xforms printer dialog. Your opinion please.

2002-09-11 Thread R. Lahaye
John Levon wrote: > On Thu, Sep 12, 2002 at 11:08:17AM +0900, R. Lahaye wrote: > > >>Moreover, I followed Acroread's policy to print all pages when either both >>(odd/even) are selected, or both are unselected. If, and only if, one is >>selected, the code inves

[Patch] Tiny follow up patch for Graphics dialog.

2002-09-11 Thread R. Lahaye
Angus, Polished a few tooltips texts in FormGraphics.C. A tiny cosmetic change to the file tab of the dialog layout. The rotateOrigin variable now defaults to . Patch attached. Please apply. src/frontends/xforms/ChangeLog |6 ++ src/frontends/xforms/FormGraphics.C

Re: New Xforms printer dialog. Your opinion please.

2002-09-11 Thread R. Lahaye
John Levon wrote: > On Wed, Sep 11, 2002 at 09:52:21PM -0300, Garst R. Reese wrote: > > >>I've already deleted the msgs, but noticed that you were worried about >>being able to deselect both odd and even. In this case I thing that >>"All" should be implied, the same a selecting both. Note that A

Re: [PATCH] Better xforms Print dialog.

2002-09-11 Thread R. Lahaye
Here it is; attached! Rob. BetterPrintDialog.diff.gz Description: application/gzip

Re: [PATCH] Better xforms Print dialog.

2002-09-11 Thread R. Lahaye
R. Lahaye wrote: > R. Lahaye wrote: > >> >> Hi, >> >> Attached is the new Print dialog in xforms. > > > Argh, and here is the patch. > Which is the wrong patch file sorry! Patch file follows shortly. Rob.

Re: [PATCH] Better xforms Print dialog.

2002-09-11 Thread R. Lahaye
R. Lahaye wrote: > > Hi, > > Attached is the new Print dialog in xforms. Argh, and here is the patch. Rob. BetterPrintDialog.diff.gz Description: application/gzip

[PATCH] Better xforms Print dialog.

2002-09-11 Thread R. Lahaye
Hi, Attached is the new Print dialog in xforms. Please test, if OK, apply. Regards, Rob. src/ChangeLog|4 src/PrinterParams.h | 80 ++--- src/frontends/ChangeLog |4 src/frontends/Liason.C | 5

Re: New Xforms printer dialog. Your opinion please.

2002-09-10 Thread R. Lahaye
Andre Poenitz wrote: > On Wed, Sep 11, 2002 at 11:51:10AM +0900, R. Lahaye wrote: > >>At present you must choose one of "All pages", "Only odd" or "Only even". >>In addition, you can set for each of those the page range from/to. That >>i

print dialog: how do (un)sorted and (un)collated relate to each other?

2002-09-10 Thread R. Lahaye
Hi, When printing more than one copy to the printer, we can choose the output to be sorted or not-sorted. At some other places in the code this is called collated and uncollated. I know that this option means either print one copy after the other, or print page 1 of each copy first, then all pa

Re: New Xforms printer dialog. Your opinion please.

2002-09-10 Thread R. Lahaye
Garst R. Reese wrote: > you might want to look at Acrobat's print form for ideas. > Garst Thanks, indeed useful. From/to in Acroread 5, does, for example: From [ 1 ] To [ 1 ] of 11 I copy its From/To defaults. Don't know whether the "of 11" appendix is feasible in our setup. You need

Re: New Xforms printer dialog. Your opinion please.

2002-09-10 Thread R. Lahaye
John Levon wrote: > On Wed, Sep 11, 2002 at 11:34:13AM +0900, R. Lahaye wrote: > > >>Since both of you are listed as authors of the Xforms Printer dialog: >> >>Would you mind me simplifying the from/to page stuff? > > > This is going way back, but I think

Re: New Xforms printer dialog. Your opinion please.

2002-09-10 Thread R. Lahaye
Angus Leeming wrote: > On Tuesday 10 September 2002 4:57 pm, R. Lahaye wrote: > >>Angus Leeming wrote: >> >>>On Tuesday 10 September 2002 4:40 pm, R. Lahaye wrote: >>> >>>>Hi, >>>> >>>>I have "fdesigned" a new lay

Re: New Xforms printer dialog. Your opinion please.

2002-09-10 Thread R. Lahaye
Angus Leeming wrote: > On Tuesday 10 September 2002 4:40 pm, R. Lahaye wrote: > >>Hi, >> >>I have "fdesigned" a new layout for the printer dialog. >>Before doing all the required code modification to >>implement this, I would like to know i

New Xforms printer dialog. Your opinion please.

2002-09-10 Thread R. Lahaye
Hi, I have "fdesigned" a new layout for the printer dialog. Before doing all the required code modification to implement this, I would like to know if it's OK. fdesign screenshot is attached. Please let me know what you think of this. Regards, Rob.

src/insets/insetinclude.h:43: warning: unused parameter `bool nl'

2002-09-10 Thread R. Lahaye
Do we need that bool? Rob.

Re: 1.3.0cvs crash.

2002-09-10 Thread R. Lahaye
Joao Luis M. Assirati wrote: > Hi, > > Clicking the "Navigate" menu with no document open crashes lyx > 1.3.0cvs. Here is the backtrace: Yep, same here. However, when commenting out the Toc item of the Navigate menu, prevents this crash: # # NAVIGATE MENU # Menu "navigate" #Toc

Re: is lyx2lyx still not in path?

2002-09-09 Thread R. Lahaye
José Abílio Oliveira Matos wrote: > On Monday 09 September 2002 18:59, Juergen Spitzmueller wrote: > >>Doesn't work for me neither. This is what I get: >> >>Could not find platform independent libraries >>Could not find platform dependent libraries >>Consider setting $PYTHONHOME to [:] >>'impor

Why is Insert->Label dialog different from other dialogs?

2002-09-09 Thread R. Lahaye
Hi, The Insert->Label is a dialog that has a totally different setup from all other dialogs: - It doesn't have an .fd file in the xforms/forms directory. - Neither does it have a .C in xforms and controller directories.. - It doesn't listen to Preferences "Dialogs iconify with main window". - T

[Patch] Better xforms graphics dialog

2002-09-09 Thread R. Lahaye
Hi, Attached polished version of the graphics dialog. Angus, could you check if the choice buttons in the dialog are long enough for your large fonts. If ok, please apply. Regards, Rob. PS: is resize of tabbed dialogs broken in Xforms. Only the outer tabfolder window resizes, but not its com

Re: Xforms: Tooltips and slider question

2002-09-09 Thread R. Lahaye
Angus Leeming wrote: > On Monday 09 September 2002 2:27 pm, R. Lahaye wrote: > >> >>No, doesn't help. Problem remains. > > I'm surprised, since Tooltips::set() fills the xforms tooltip > from the map. What happens if you toggle the tooltips off and

Re: Xforms: Tooltips and slider question

2002-09-09 Thread R. Lahaye
Angus Leeming wrote: > On Monday 09 September 2002 13:18, R. Lahaye wrote: > >>Hi, >> >>1) Tooltips: >>I need to overwrite a tooltip string, because some buttons >>swap their purpose upon activation (e.g. "Go to" in >>Cross-

Xforms: Tooltips and slider question

2002-09-09 Thread R. Lahaye
Hi, 1) Tooltips: I need to overwrite a tooltip string, because some buttons swap their purpose upon activation (e.g. "Go to" in Cross-Reference dialog, and "Start" in Spellchecker dialog). However, when I call again to overwrite, for example: tooltips().init(dialog_->b

[Patch] Cute modification of minimized LyX (icon title)

2002-09-09 Thread R. Lahaye
Hi, Attached patch adds an asterisk ("*") to the title of a minimized LyX document (title under the icon). This way it is possible to recognize whether the iconized LyX document is in a "changed" state or not. The changed state has an asterisk appended, otherwise not. I've seen this in other app

Qt: QMathDialog.C:67: `latex_deco' was not declared in this scope

2002-09-09 Thread R. Lahaye
Hi, Qt fails to compile as subject says. Cheers, Rob.

Re: [PATCH] Xforms Dialog Minimize management improvement

2002-09-09 Thread R. Lahaye
Angus Leeming wrote: > > Rob, I'll apply this as is, but I attach a small screenshot of > the graphics dialog on my box. I clearly have larger fonts > installed than do you. Could you make those choice boxes a > little longer? (The Germans amongst us will be happier too...) > Angus, The scre

Re: [PATCH] Re: Again: "step: Counter does not exist:"

2002-09-09 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > > There should be an "include stdfloat.inc" line in stdclass.inc. > Lars, I had/have no idea what these *.inc do or mean, and thus it took me a while to get to the real problem. That problem was: this std*.inc breaks the use of revtex4.layout (with cvs, that is).

Re: X font question with Qt and tex fonts

2002-09-08 Thread R. Lahaye
Juergen Vigna wrote: > > I finally decided to have 2 build trees so that I may be able to > help John in his work to get a working qt implementation. But now > I'm stopped with the following error (make immediately after a configure) > Are you compiling this on a FreeBSD system? I am, and I ha

Re: [PATCH] Xforms Dialog Minimize management improvement

2002-09-08 Thread R. Lahaye
John Levon wrote: > On Mon, Sep 09, 2002 at 12:25:46AM +0900, R. Lahaye wrote: > > >>1) Dialogs have or have not a "LyX: " prefix to the dialog window title. >> This depends if this prefix is added per dialog in the code. >> >> It's good p

[PATCH] Xforms Dialog Minimize management improvement

2002-09-08 Thread R. Lahaye
Hi, Attached patch deals with the following xforms problems: 1) Dialogs have or have not a "LyX: " prefix to the dialog window title. This depends if this prefix is added per dialog in the code. It's good policy to have the "LyX: " prefix for each dialog window title, but then have

Toolbar icons incorrect

2002-09-08 Thread R. Lahaye
Hi, Present CVS: The first three icons in the toolbar are incorrect. See attached png file. Cheers, Rob.

Re: [PATCH] Re: Again: "step: Counter does not exist:"

2002-09-06 Thread R. Lahaye
Martin Vermeer wrote: > On Sat, Sep 07, 2002 at 03:23:13PM +0900, Rob Lahaye wrote: > > Are you sure you include stdfloats.inc? Aaah, I found the culprit!!! It's the layout file I use: revtex4.layout. The following patch solves all my problems:

lib/scripts: .sh and .py files no execution bit set?

2002-09-06 Thread R. Lahaye
Hi, In lib/scripts, the execution bit is set in CVS for "listerrors" (python script) and TeXFiles.sh (Bourne shell script). For all other scripts in lib/scripts the x-bit is not set. I think the this needs to be set in CVS for all scripts (don't know actually if it's really needed for the python

Re: [Patch] Better xforms dialogs.

2002-09-06 Thread R. Lahaye
John Levon wrote: > On Fri, Sep 06, 2002 at 11:59:04AM +0900, R. Lahaye wrote: > >>Attached. >>Rob. > > I'm not applying this in its current state : > > 1. Tooltips do not have full stops > 2. "str = _("Go to selected reference or go back&q

Re: [Patch] Better xforms dialogs.

2002-09-05 Thread R. Lahaye
John Levon wrote: > On Fri, Sep 06, 2002 at 11:35:03AM +0900, R. Lahaye wrote: > > >>Please have a look at the patch attached to the beginning of this thread > > > Send it my way again please with changelog Attached. Rob. ChangeLog |

Re: [Patch] Better xforms dialogs.

2002-09-05 Thread R. Lahaye
John Levon wrote: > On Mon, Sep 02, 2002 at 07:52:03PM +0900, R. Lahaye wrote: > > >>I saw that there's a small bug in the Apply/Cancel button of the >>citation dialog. Please ignore; but let me know if the redesign >>of these xforms dialog is appreciated. >

Re: "step: Counter does not exist:" ?

2002-09-04 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Hi, > | > | That text appears in the xterminal, several times when I open my document > | (created and saved with CVS). > > You didn't apply my counters patch did you? >

Re: SIGBUS from menu

2002-09-04 Thread R. Lahaye
R. Lahaye wrote: > > Hi, > > With present CVS: > > As soon as I hit the Navigate menu item, LyX crashed with a SIGBUS. Attached document does all that. Try a PS-view and then click on Navigate: bang! Note that also the text "Figure" is missing in front of the &q

SIGBUS from menu

2002-09-04 Thread R. Lahaye
Hi, With present CVS: I wanted to PS-view my doc, but that generated three error-boxes, right at the very beginning of my document. It shouldn't, so I was curious and want to do inspect them with Navigate->Error. As soon as I hit the Navigate menu item, LyX crashed with a SIGBUS. This was easi

"Figure #:" is now only "#:"

2002-09-04 Thread R. Lahaye
Figure Float Inset: Any idea what happened to the "Figure " in front of "#:". It's gone in current CVS! Cheers, Rob.

"step: Counter does not exist:" ?

2002-09-04 Thread R. Lahaye
Hi, That text appears in the xterminal, several times when I open my document (created and saved with CVS). A few more appear when I scroll down the document the very first time. It seems related to Figure floats or figure insets. Any ideas where that comes from? Is it serious? Regards, Rob.

Re: Lastfiles

2002-09-02 Thread R. Lahaye
Allan Rae wrote: > On Thu, 29 Aug 2002, John Levon wrote: > > Certainly get rid of the option to name which lastfiles > file to use (although even this can useful when dealing with multiple > LyX versions since they can share a common lastfiles). Several versions of lastfiles? Hmmm, but how woul

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | R. Lahaye wrote: > | > Another problem with the spellingchecker (with ispell installed): > | > | A temporary hack could be following: > > In stead of adding temporary hacks

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
R. Lahaye wrote: > R. Lahaye wrote: > >> >> Something is not working properly here! > > > Another problem with the spellingchecker (with ispell installed): > > The progress slider gets values updated from controller().getProgress(). > This function sho

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
R. Lahaye wrote: > > Something is not working properly here! Another problem with the spellingchecker (with ispell installed): The progress slider gets values updated from controller().getProgress(). This function should return a value between 0 and 100, which it does only inside regula

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
John Levon wrote: > On Mon, Sep 02, 2002 at 09:59:15PM +0900, R. Lahaye wrote: > > >>Can I file a bug report without a login? > > > I'm afraid not (imagine how worse bug reports would be ;) > > If it's a real problem I'll file it myself. Please,

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
John Levon wrote: > On Mon, Sep 02, 2002 at 12:43:02PM +0200, Andre Poenitz wrote: > > >>[Although I believe that a proper implementation should not be too hard but >>I am currently not able to do that.] > > > Perhaps you weren't listening. Rob wants to move this information on to > the dialog

Re: [Patch] Better xforms dialogs.

2002-09-02 Thread R. Lahaye
R. Lahaye wrote: > > Hi, > > I have improved and reshaped three Xforms dialogs: > >form_citation.fd >form_ref.fd >form_spellchecker.fd > > I made these few dialogs less bulky with a better layout. > Patch attached. I saw that there's a small

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes wrote: > | > "R. Lahaye" <[EMAIL PROTECTED]> writes: > | > | R. Lahaye wrote: > | > | > > | > | > I run LyX on a machine that has

Re: LyX behaves buggy when spellings-checker not installed

2002-09-02 Thread R. Lahaye
Lars Gullik Bjønnes wrote: > "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | R. Lahaye wrote: > | > > | > I run LyX on a machine that has no spellings checker installed! > | > The following happens when I start LyX from an xterminal: > |

Re: LyX behaves buggy when spellings-checker not installed

2002-09-01 Thread R. Lahaye
R. Lahaye wrote: > > I run LyX on a machine that has no spellings checker installed! > > The following happens when I start LyX from an xterminal: There are more spelling checher nuissances: When I [Close] the spelling checker, I always get a message dialog that says:

[Patch] Better xforms dialogs.

2002-09-01 Thread R. Lahaye
Hi, I have improved and reshaped three Xforms dialogs: form_citation.fd form_ref.fd form_spellchecker.fd I made these few dialogs less bulky with a better layout. Patch attached. I used some of John's improvements in Qt, added tooltips, and set the proper gravity/resize policy (NO

LyX behaves buggy when spellings-checker not installed

2002-09-01 Thread R. Lahaye
Hi, I run LyX on a machine that has no spellings checker installed! The following happens when I start LyX from an xterminal: *Immediately* after selecting the spellings checker, the xterminal gets the message "LyX: Failed to start ispell!". Then LyX seems to hang for a while. After that while

  1   2   3   4   5   6   7   >