[qt] Ok button no working in Save as dialog

2002-09-12 Thread Lars Gullik Bjønnes
Is this something that anyone else can see? Or is it another qt3 thing? -- Lgb

Re: Lars - menu not working problem

2002-09-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | As a side effect of implementing openByName() I've changed activated() | to be per-menu instead of per-menubar. Can you please check if this | affects your menu situation (which is still baffling me). The menus seems to be working now. Great! --

Re: Bug reading label with underscores + patch

2002-09-12 Thread Jean-Marc Lasgouttes
> "Gady" == Gady Kozma <[EMAIL PROTECTED]> writes: >> I sent an updated version to the list (which handles \label{\foo} >> correctly). Gady> Is this legal LaTeX? I don't think so. \ in a label should Gady> probably be discarded (with an error message, perhaps). Even \\ Gady> causes latex to

[qt] preferences dialog

2002-09-12 Thread Lars Gullik Bjønnes
It it implemented? -- Lgb

Re: [qt] Ok button no working in Save as dialog

2002-09-12 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Is this something that anyone else can see? > Or is it another qt3 thing? I see this too (qt3), but only for *new* file names. Jürgen

[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: [qt] preferences dialog

2002-09-12 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | It it implemented? Is it... -- Lgb

Re: [qt] Ok button no working in Save as dialog

2002-09-12 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Lars Gullik Bjønnes wrote: | > Is this something that anyone else can see? | > Or is it another qt3 thing? | | I see this too (qt3), but only for *new* file names. Hmm... there shouldn't be anything special about new filenames. With "new file

Re: [qt] Ok button no working in Save as dialog

2002-09-12 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Hmm... there shouldn't be anything special about new filenames. > > With "new file names" do you mean files that do not exist yet? > Or file that begin with "new"? Files that do not exist yet. When I rename a file to the name of an existing document, it saves, if the

Re: [qt] preferences dialog

2002-09-12 Thread Edwin Leuven
On Thu Sep 12, 2002 09:34, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > | It it implemented? > > Is it... nope

Re: [qt] preferences dialog

2002-09-12 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | On Thu Sep 12, 2002 09:34, Lars Gullik Bjønnes wrote: | > [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | > | It it implemented? | > | > Is it... | | nope Ok... for the dialogs that has not been implemented yet, please just focus on _copying_ the xfo

Re: [qt] Ok button no working in Save as dialog

2002-09-12 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Lars Gullik Bjønnes wrote: | > Hmm... there shouldn't be anything special about new filenames. | > | > With "new file names" do you mean files that do not exist yet? | > Or file that begin with "new"? | | Files that do not exist yet. When I rena

Re: [qt] Ok button no working in Save as dialog

2002-09-12 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | [EMAIL PROTECTED] (Juergen Spitzmueller) writes: | | | Lars Gullik Bjønnes wrote: | | > Hmm... there shouldn't be anything special about new filenames. | | > | | > With "new file names" do you mean files that do not exist yet? | | > Or file that

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Allan Rae
Finally online again to catchup with your doings. Seem to be making good progress so far... On Thu, 12 Sep 2002, R. Lahaye wrote: > John Levon wrote: > > > > However, there is some serious problems. Different invocations of the > > print dialog is forgetting various settings such as number of

Re: [qt] preferences dialog

2002-09-12 Thread Edwin Leuven
On Thu Sep 12, 2002 10:09, Lars Gullik Bjønnes wrote: > On this note: what is the development procedure for creating qt > dialogs? (i.e. what is done and in what order for completely new > dialogs?) write ControlPreferences.[Ch] make QPreferencesDialog in designer write QPreferences.[Ch] and QPre

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

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 4:37 am, R. Lahaye wrote: > Oh, oh, there's a bad redraw problem with Xforms dialogs. > Could you please, please apply the above, *WITHOUT* patching > form_graphics.fd! Ok. > Instead apply the attached patch to a couple of fd files in > forms. > > This is the probl

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 9:38 am, Allan Rae wrote: > > 149 void FormPrint::update() > > 150 { > > 151PrinterParams & pp = controller().params(); > > > > > > Every time, the controller().params() is called, it gives a > > brand new set of values, unrelated to previous input. So I > >

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

Re: How to make a _backtrace_ while X-Window collapses?

2002-09-12 Thread Allan Rae
On Wed, 11 Sep 2002, Norbert Koksch wrote: > (Corrected message after hint of Angus Leeming) > > I have the following problem: > > Sometimes LyX (cvs, xforms 1.0RC4) chrashes with collapsing X-Window after > generating of the ppm files for the preview. [...] > Angus Leeming asked me for a backtra

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 9:55 am, R. Lahaye wrote: > Anyway, I'm still puzzled where, why and how this reset of > print parameters is actually done. Moreover, we won't make it > before feature freeze :(. > > > I haven't looked at this stuff in nearly 18months. Angus > > did the split I think

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

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 8:33 am, R. Lahaye wrote: > 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

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 that the new TeXInfo patch is just ug

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 Angus Leeming
On Thursday 12 September 2002 10:15 am, R. Lahaye wrote: > 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). >

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 10:16 am, R. Lahaye wrote: > Since I'm a little more familiar with FormGraphics.C, I had a > look at FormGraphics::update() and found code similar to > FormPrint::update(). Only, the Graphics dialog remembers > previous settings, but the print dialog doesn't. Hmmm. I'

Re: Cannot start with Qt frontend

2002-09-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Sep 11, 2002 at 05:07:52PM +0200, Jean-Marc Lasgouttes John> wrote: >> schuss: rpm -q qt-devel qt-devel-2.3.0-3 >> >> This is a redhat 7.1 installation, and I do not really have the >> option of upgrading it (OK, I can, but I'd

Re: stream questions

2002-09-12 Thread Angus Leeming
On Wednesday 11 September 2002 11:21 pm, Lars Gullik Bjønnes > No, they don't share the same socket. > > it will be code "like" this: > > int sock = socket(ARGS) > bind(sock, ARGS) > while true; do > int new_sock = accept(sock. ARGS); > // register this new_sock with a stream > // re

Re: 1.2.1 and duplicate Dialogs.o

2002-09-12 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Wednesday 11 September 2002 3:56 pm, Jean-Marc Lasgouttes Angus> wrote: >> > "Albert" == Albert Chin > >> <[EMAIL PROTECTED]> writes: >> Albert> On Thu, Aug 22, 2002 at 01:11:04PM -0500, Albert Chin Angus> wrote: >> >>

Re: stream questions

2002-09-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 11 September 2002 11:21 pm, Lars Gullik Bjønnes > >> No, they don't share the same socket. >> >> it will be code "like" this: >> >> int sock = socket(ARGS) >> bind(sock, ARGS) >> while true; do >> int new_sock = accept(sock. ARGS); >>

g++ 2.95 and 3.0

2002-09-12 Thread Angus Leeming
Can I link a piece of code compiled wirh g++ 3.0 (LyX) to a C++ library compiled with g++ 2.95 (Qt)? Angus

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 Andre Poenitz
On Thu, Sep 12, 2002 at 09:55:39AM +0100, Angus Leeming wrote: > Well that's not surprising now is it. The graphics params are > /stored/ by each graphics inset. If you want to /store/ the > printer params then they'll be remembered too. > > Where's a good place to store them? In bufferparams p

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 11:25 am, Andre Poenitz wrote: > On Thu, Sep 12, 2002 at 09:55:39AM +0100, Angus Leeming wrote: > > Well that's not surprising now is it. The graphics params > > are /stored/ by each graphics inset. If you want to /store/ > > the printer params then they'll be remembe

Re: Comments on Qt.

2002-09-12 Thread Juergen Vigna
John Levon wrote: > On Wed, Sep 11, 2002 at 10:35:18AM +0200, Juergen Vigna wrote: > > >>Now to the negative part. It's slow! The update of screen is way too >>slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+ > > > Actually, for resize, can you try adding "WStaticCont

Re: g++ 2.95 and 3.0

2002-09-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Can I link a piece of code compiled wirh g++ 3.0 (LyX) to a C++ | library compiled with g++ 2.95 (Qt)? no. different abi's. -- Lgb

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Andre Poenitz
On Thu, Sep 12, 2002 at 10:58:46AM +0100, Angus Leeming wrote: > > Should that be some global thing like lyxrc? > > Only PrinterParams contains file-specific info too: > > string file_name; > unsigned int from_page; > unsigned int to_page; Hm... But if it is in Buffer, it sho

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | 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? No way! | I would be pleased to be freed f

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 11:37 am, Andre Poenitz wrote: > On Thu, Sep 12, 2002 at 10:58:46AM +0100, Angus Leeming wrote: > > > Should that be some global thing like lyxrc? > > > > Only PrinterParams contains file-specific info too: > > > > string file_name; > > unsigned int from_page;

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Andre Poenitz
On Thu, Sep 12, 2002 at 11:13:09AM +0100, Angus Leeming wrote: > > > > But if it is in Buffer, it should be stored in the .lyx, > > shouldn't it? > > I don't understand your meaning. Are you saying that /if/ we > store PrinterParams then we should output the stored settings? > Ridiculous. I ha

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 11:39 am, Lars Gullik Bjønnes > Use a system that handles the ChangeLog for you (eg. emacs) Incidentally, what do I need to do to get emacs to help me in this regard. Do I need to set any vars in my .emacs file? If so, what? Angus

Re: g++ 2.95 and 3.0

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 11:37 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Can I link a piece of code compiled wirh g++ 3.0 (LyX) to a > | C++ library compiled with g++ 2.95 (Qt)? > > no. I suspected as much. Then Debian users are going to complain that (

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Angus Leeming
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; > > ... > } > > would do the trick.

Re: stream questions

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 11:08 am, Lars Gullik Bjønnes wrote: > the main loop in the LocalClientListener looks like this: > > sock_.listen(5); what is sock_ ? Is this the "default socket" (ie has a name known to the client) through which this client can ask the server to create a n

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Martin Vermeer
On Thu, Sep 12, 2002 at 11:15:37AM +0100, Angus Leeming wrote: > On Thursday 12 September 2002 11:39 am, Lars Gullik Bjønnes > > > Use a system that handles the ChangeLog for you (eg. emacs) > > Incidentally, what do I need to do to get emacs to help me in > this regard. Do I need to set any

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 01:43:00PM +0900, R. Lahaye wrote: > From/to remembered? Here at my end, the entire printer dialogs gets reset, > including the from/to values. Yes, you're right, consequence of the way qt dialog gets filled. Sorry for the confusion. > Every time, the controller().params

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 12:48 pm, Martin Vermeer wrote: > > Incidentally, what do I need to do to get emacs to help me > > in this regard. Do I need to set any vars in my .emacs file? > > If so, what? > Just open a file with the name of ChangeLog :-) Oh, I know that. Thought there might be

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 11:13:09AM +0100, Angus Leeming wrote: > and decide what to do with it. Perhaps something like: > > void FormPrint::update() > { > PrinterParams & pp = controller().params(); > > if (pp.file_name == getString(dialog_->input_file) > return; > >

Re: X font question with Qt and tex fonts

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 09:23:02AM +0200, Jean-Marc Lasgouttes wrote: > It would be nice if it honored correctly the --with-extra-* things. > I'd really like to unify the command line options from the different > frontends. Can you tell me how ? thanks john -- "This *is* Usenet, after all, whe

Re: X font question with Qt and tex fonts

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 08:32:07AM +0200, Lars Gullik Bjønnes wrote: > That we are going to get a lot of hassle if we do not do any discovery > at all. It is hell to maintain. john -- "This *is* Usenet, after all, where virtually every conversation that goes on is fairly ludicrous in the first

Re: Lars - menu not working problem

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 09:24:46AM +0200, Lars Gullik Bjønnes wrote: > The menus seems to be working now. Great! Good. Just don't ask me why :) john -- "This *is* Usenet, after all, where virtually every conversation that goes on is fairly ludicrous in the first place." - Godwin's Law

Re: [qt] Ok button no working in Save as dialog

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 10:24:04AM +0200, Lars Gullik Bjønnes wrote: > Would it be possible to get some better variable names in the > filedialog(s)? > > b1 and b2 does not tell much... are these the ok and cancel buttons? > (or is it dirs?) No, the additional buttons like Documents/Examples et

Re: weird font sizes in qt

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 09:23:29AM +0200, Lars Gullik Bjønnes wrote: > As you can see from the picture, all font up to normal looks kindo ok. > But fonts larger than normal is just rendered like normal. > > Do anyone have a clue where do look to discover tha cause of this? -dbg font (in both fr

Re: [qt] preferences dialog

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 10:45:49AM +0200, Edwin Leuven wrote: > write ControlPreferences.[Ch] > make QPreferencesDialog in designer > write QPreferences.[Ch] and QPreferencesDialog.[Ch] > > add to automake stuff and voila > > I think the preferences dialog should be implemented like > > http:/

Trying to compile qt frontend fails in GraphicsImageXPM.C

2002-09-12 Thread José Abílio Oliveira Matos
Hi, I have searched the archives, and I notice that Lars had this problem some time ago. I am running redhat 7.3 a stock installation, and I know that for this file to get compiled something is completly broken (John's words). But even so I would like to have a work around.

Re: g++ 2.95 and 3.0

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 11:21:45AM +0100, Angus Leeming wrote: > Crap compiler. Yes, it's junk. regards john -- "This *is* Usenet, after all, where virtually every conversation that goes on is fairly ludicrous in the first place." - Godwin's Law FAQ

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 07:23:54PM +0900, R. Lahaye wrote: > I would be pleased to be freed from typing my email address each time I > type an new entry in the ChangeLog. iab chl =strftime("%Y-%m-%d John Levon <[EMAIL PROTECTED]>")^[^Mki * Works nice in combination with syntax highlighting ;)

Re: Comments on Qt.

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 12:35:00PM +0200, Juergen Vigna wrote: > >>Now to the negative part. It's slow! The update of screen is way too > >>slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+ > > > > > >Actually, for resize, can you try adding "WStaticContents" like this :

Re: [qt] preferences dialog

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 12:42 pm, John Levon wrote: > There is no way I am going to directly copy the xforms prefs. > For starters there is a significant amount of xforms-only > prefs. Hardly any. Some colour stuff keyword_item xformTags[] = { { "\\gui_background", FL_COL1 },

Re: Trying to compile qt frontend fails in GraphicsImageXPM.C

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 12:47:06PM +0100, José Abílio Oliveira Matos wrote: > I am running redhat 7.3 a stock installation, and I know that for this file > to get compiled something is completly broken (John's words). But even so I > would like to have a work around. > > I have use

Re: Trying to compile qt frontend fails in GraphicsImageXPM.C

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 12:47 pm, José Abílio Oliveira Matos wrote: > Hi, > I have searched the archives, and I notice that Lars had this > problem some time ago. It shouldn't be being compiled at all. For some reason your configure is not working out that Qt's image loader is pref

Re: "Slow" repaints on scroll

2002-09-12 Thread Juergen Vigna
John Levon wrote: > I've just committed something which should solve the scrolling paint > delay problem. Please check it out. Super! Works here! Now you just have to find the slowness on resize #:O) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jür

Re: [qt] preferences dialog

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 12:17:02PM +0100, Angus Leeming wrote: > > Hardly any. Some colour stuff Rescale bitmap fonts Popup fonts Dead keys Wheel mouse jump (not sure) Dialogs iconify > Ever thought of asking? This will take some time. What is the purpose of spellchecker "use alternative la

Re: [qt] preferences dialog

2002-09-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 12 September 2002 12:42 pm, John Levon wrote: >> There is no way I am going to directly copy the xforms prefs. >> For starters there is a significant amount of xforms-only >> prefs. > | Hardly any. Some colour stuff > | keyword_item xformTa

Re: "Slow" repaints on scroll

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 01:55:33PM +0200, Juergen Vigna wrote: > Now you just have to find the slowness on resize #:O) I'm quite surprised WStaticContents makes /no/ difference actually john -- "This *is* Usenet, after all, where virtually every conversation that goes on is fairly ludicrous i

Re: stream questions

2002-09-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 12 September 2002 11:08 am, Lars Gullik Bjønnes | wrote: > >> the main loop in the LocalClientListener looks like this: >> >> sock_.listen(5); > | what is sock_ ? Is this the "default socket" (ie has a name | known to the client) thro

Re: X font question with Qt and tex fonts

2002-09-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 12, 2002 at 08:32:07AM +0200, Lars Gullik Bjønnes wrote: > >> That we are going to get a lot of hassle if we do not do any discovery >> at all. > | It is hell to maintain. It is working for xforms... (after some initial pain) -- Lgb

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Thursday 12 September 2002 11:39 am, Lars Gullik Bjønnes >> Use a system that handles the ChangeLog for you (eg. emacs) Angus> Incidentally, what do I need to do to get emacs to help me in Angus> this regard. Do I need to set a

Re: Trying to compile qt frontend fails in GraphicsImageXPM.C

2002-09-12 Thread Lars Gullik Bjønnes
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: | Hi, | I have searched the archives, and I notice that Lars had this problem some | time ago. > | I am running redhat 7.3 a stock installation, and I know that for this file | to get compiled something is completly broken (John

Re: X font question with Qt and tex fonts

2002-09-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Sep 12, 2002 at 09:23:02AM +0200, Jean-Marc Lasgouttes John> wrote: >> It would be nice if it honored correctly the --with-extra-* things. >> I'd really like to unify the command line options from the >> different frontends. Jo

Re: [qt] preferences dialog

2002-09-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 12, 2002 at 12:17:02PM +0100, Angus Leeming wrote: > >> >> Hardly any. Some colour stuff > | Rescale bitmap fonts > | Popup fonts It is only xforms specific since qt does not support it... (i.e. it is not xforms specific at all... and the rea

Re: [qt] preferences dialog

2002-09-12 Thread Edwin Leuven
> Yes. while we're at it maybe I can steal some wisdom from you or Angus, or other wizzes... I've added the preamble to the document dialog which made me wonder about how to implement the controller we're putting qwidgets in a stackwidget should we have a controller for each of these stacked

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; >> >> ... >

Re: [qt] preferences dialog

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 12:56 pm, John Levon wrote: > On Thu, Sep 12, 2002 at 12:17:02PM +0100, Angus Leeming wrote: > > Hardly any. Some colour stuff > > Rescale bitmap fonts > Popup fonts > Dead keys > Wheel mouse jump (not sure) > Dialogs iconify So not many things then. > What is the p

Re: [qt] preferences dialog

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 1:04 pm, Edwin Leuven wrote: > I've added the preamble to the document dialog which made me > wonder about how to implement the controller Oh you little beauty! > we're putting qwidgets in a stackwidget > > should we have a controller for each of these stacked widge

Re: [qt] preferences dialog

2002-09-12 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> So, you want to scrap stuff from the preferences dialog just Angus> because /you/ don't use it? That's really user-friendly. Angus> As Lars says, just handle 'em. I see John's point. Currently, the number and the organization of

Re: New Xforms printer dialog. Your opinion please.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 1:06 pm, R. Lahaye wrote: > Ah, now I got it! > > If I type my own filename, everthing gets reset, otherwise > not. Don't like that. Why do you want that? No, this says that if you open a new buffer then reset the dialog, else don't. > I suggest something like: > >

Re: [qt] preferences dialog

2002-09-12 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | Angus> So, you want to scrap stuff from the preferences dialog just | Angus> because /you/ don't use it? That's really user-friendly. > | Angus> As Lars says, just handle 'em. > | I se

Re: [qt] preferences dialog

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 1:19 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> So, you want to scrap stuff from the preferences dialog > just Angus> because /you/ don't use it? That's really > user-friendly. > > Angus> As Lars says, just

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 1:01 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> On Thursday 12 September 2002 11:39 am, Lars Gullik > Bjønnes > > >> Use a system that handles the ChangeLog for you (eg. emacs) > > Angus> Incidentally, what

Re: [qt] preferences dialog

2002-09-12 Thread Edwin Leuven
> I think that the controller should know as little as possible > about how you implement the view. It should store a bufferparams > instance so that the view can access this data and that's about > it. > > If you want ControlDocument to manage several different dialogs, > then do it à la Maths Pa

Re: [qt] preferences dialog

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 02:05:31PM +0200, Lars Gullik Bjønnes wrote: > | Popup fonts > > It is only xforms specific since qt does not support it... qtconfig. There is zero reason for this to be in LyX. We are not emacs, I don't want to write an OS. regards john

Re: [qt] preferences dialog

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 02:23:55PM +0200, Lars Gullik Bjønnes wrote: > Perhaps. But now is not the time for it. Given that it is me not you who has to implement them, I tend to disagree john -- "This *is* Usenet, after all, where virtually every conversation that goes on is fairly ludicrous in

Re: X font question with Qt and tex fonts

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 02:00:12PM +0200, Lars Gullik Bjønnes wrote: > | It is hell to maintain. > > It is working for xforms... (after some initial pain) And there are still broken corner cases. Furthermore xforms is simpler to find. I have been through the pain of maintaining the old qt scrip

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Oh, fantastic. Thanks JMarc. Now is there a way of specifying Angus> my preferred email address <[EMAIL PROTECTED]>? Angus> 2002-09-12 Angus Leeming <[EMAIL PROTECTED]> Angus> * xforms_helpers.C (read): I think it uses the vari

Re: [qt] preferences dialog

2002-09-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 12, 2002 at 02:23:55PM +0200, Lars Gullik Bjønnes wrote: > >> Perhaps. But now is not the time for it. > | Given that it is me not you who has to implement them, I tend to | disagree but doing it by selecting option that you don't know what is

Re: 1.2.1 and duplicate Dialogs.o

2002-09-12 Thread Albert Chin
On Thu, Sep 12, 2002 at 12:03:10PM +0200, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> On Wednesday 11 September 2002 3:56 pm, Jean-Marc Lasgouttes > Angus> wrote: > >> > "Albert" == Albert Chin > > >> <[EMAIL PROTECTED]> writes: > >>

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 12 September 2002 1:01 pm, Jean-Marc Lasgouttes | wrote: >> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> >> Angus> On Thursday 12 September 2002 11:39 am, Lars Gullik >> Bjønnes >> >> >> Use a system that handles the Change

Re: X font question with Qt and tex fonts

2002-09-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 12, 2002 at 02:00:12PM +0200, Lars Gullik Bjønnes wrote: > >> | It is hell to maintain. >> >> It is working for xforms... (after some initial pain) > | And there are still broken corner cases. Furthermore xforms is simpler | to find. I have be

Re: [qt] preferences dialog

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 02:47:05PM +0200, Lars Gullik Bjønnes wrote: > but doing it by selecting option that you don't know what is and that > you don't use is not the way to do it. I'm not doing it like that. Dunno where people got that idea. If I was doing it like that, there wouldn't be a pre

Re: How to make a _backtrace_ while X-Window collapses?

2002-09-12 Thread Norbert Koksch
Dear Allan, I tried waht you propsosed. On Thursday, 12. September 2002 10:57, you wrote: > On Wed, 11 Sep 2002, Norbert Koksch wrote: > > (Corrected message after hint of Angus Leeming) > > > > I have the following problem: > > > > Sometimes LyX (cvs, xforms 1.0RC4) chrashes with collapsing X-

Re: X font question with Qt and tex fonts

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 02:04:50PM +0200, Jean-Marc Lasgouttes wrote: > By making sure you look into the dirs already mentionned in LDFLAGS > and CPPFLAGS. With current cvs it does not (unless I did something > stupid). I do that by "default", don't I ? Why does this need special handling ? reg

Re: [qt] preferences dialog

2002-09-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 12, 2002 at 02:47:05PM +0200, Lars Gullik Bjønnes wrote: > >> but doing it by selecting option that you don't know what is and that >> you don't use is not the way to do it. > | I'm not doing it like that. Dunno where people got that idea. If I

Re: X font question with Qt and tex fonts

2002-09-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Sep 12, 2002 at 02:04:50PM +0200, Jean-Marc Lasgouttes John> wrote: >> By making sure you look into the dirs already mentionned in LDFLAGS >> and CPPFLAGS. With current cvs it does not (unless I did something >> stupid). John>

Re: Trying to compile qt frontend fails in GraphicsImageXPM.C

2002-09-12 Thread José Abílio Oliveira Matos
On Thursday 12 September 2002 12:49, John Levon wrote: > > Ben Stanley had the same problem, and I think it was solved by using a > completely new tree. Something doesn't get cleaned properly I think when > you switch frontends. Let me make this clear. This is in a new tree, that I created on p

Re: [qt] preferences dialog

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 02:55:40PM +0200, Lars Gullik Bjønnes wrote: > | doing it like that, there wouldn't be a prefs dialog, because I don't > | set any. > > Then I'll rephrase... options that are not obviously userful to you > are likely to get dropped. I don't believe I have yet dropped any

Re: [qt] preferences dialog

2002-09-12 Thread Juergen Spitzmueller
Edwin Leuven wrote: > > but note that LaTeX allows different > > styles per \bibliography. Etc, etc, etc. > > but can one have more than one bibliography per document in lyx? does it > support chapterbib? even so, would it make sense to have separate > bibliography styles per chapter? my question:

Re: [qt] preferences dialog

2002-09-12 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Sep 12, 2002 at 12:17:02PM +0100, Angus Leeming wrote: >> Hardly any. Some colour stuff John> Rescale bitmap fonts So those of us who do not have nice truetype fonts installed (or no support for them in the X server) have to

Re: X font question with Qt and tex fonts

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 02:57:54PM +0200, Jean-Marc Lasgouttes wrote: > I don't know, It seems to me that I tried it (not with your patch, the > cvs one) and it did not work. Or maybe I'm dumb. I guess you're dumb ;)) ./configure --with-extra-inc=/home/moz/bin/ --with-extra-lib=/home/moz/bin/ -

Re: Remove email addresses from ChangeLogs too.

2002-09-12 Thread Angus Leeming
On Thursday 12 September 2002 1:48 pm, Lars Gullik Bjønnes wrote: > I guess "user-mail-address" > > Set it with Customize. Thank you, both. A

Re: [qt] preferences dialog

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 03:09:42PM +0200, Jean-Marc Lasgouttes wrote: > John> Rescale bitmap fonts > > So those of us who do not have nice truetype fonts installed (or no > support for them in the X server) have to endure crappy scaled PS > fonts instead of hand-made bitmap fonts? Damn. I don't

  1   2   >