Re: [patch] ui fixes for qpref dialog

2005-04-15 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > The attached patch fixes the ui for the file format and copiers pane of the > qt prefs dialog (cf. bug 1829). It adapts the ui changes which I have > already done in order to fix bug 1488. Can I apply this? Jürgen

Re: [patch] ui fixes for qpref dialog

2005-04-15 Thread Angus Leeming
Juergen Spitzmueller wrote: The attached patch fixes the ui for the file format and copiers pane of the qt prefs dialog (cf. bug 1829). It adapts the ui changes which I have already done in order to fix bug 1488. Can I apply this? Jürgen As someone who has been battling to use the dialog over the

Re: Yesterdays 1.4cvs - can't set table borders any more?

2005-04-15 Thread Georg Baum
Helge Hafting wrote: > While working on a table, I noticed that I could not set > or reset table borders using the table dialog. Making > sure I clicked on the cell containing the cursor did not helt. > The "set" and "clear" buttons were grayed out. Thanks for spotting this, it is caused by my ge

Re: [patch] ui fixes for qpref dialog

2005-04-15 Thread Juergen Spitzmueller
Angus Leeming wrote: > As someone who has been battling to use the dialog over the last few > days, I would say "please apply anything that makes the user > experience more intuitive". Done. I hope you'll share my opinion that it is much more intuitive now. Jürgen

Re: [PATCH] fix display when inserting a float

2005-04-15 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Does the patch I just sent fix the problem as you'd expect? Juergen> Yes, perfectly. Juergen> One difference I see wrt 1.3 in general is that labels are Juergen> now also in the TOC. I.e.,

[PATCH 13x] paths

2005-04-15 Thread Angus Leeming
Jean-Marc, the attached patch solves many of LyX's path-related problems on Windows. * Uses GetLongPathName when defining package::temp_path. * Fixes os_win32.C's implementation of os::external_path, replacing / with \ in the path. * Invokes os::external_path in MakeDisplayPath * wraps all argum

LyX meeting in Paris. When?

2005-04-15 Thread Jean-Marc Lasgouttes
I have a list of dates for the LyX meeting in Paris. Unfortunately it is a bit short, but we'll see if they suit enough people to be useful. I just give the dates of the corresponding saturdays. The idea would be to meet for 4-5 days around that. The dates are: Jul 16 Jul 23 Jul 30 Aug 06 The

Re: LyX meeting in Paris. When?

2005-04-15 Thread Jose' Matos
On Friday 15 April 2005 14:56, Jean-Marc Lasgouttes wrote: > I have a list of dates for the LyX meeting in Paris. Unfortunately it > is a bit short, but we'll see if they suit enough people to be useful. > > I just give the dates of the corresponding saturdays. The idea would > be to meet for 4-5 d

Re: LyX meeting in Paris. When?

2005-04-15 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I have a list of dates for the LyX meeting in Paris. Unfortunately it | is a bit short, but we'll see if they suit enough people to be useful. > | I just give the dates of the corresponding saturdays. The idea would | be to meet for 4-5 days aroun

Re: [PATCH 13x] paths

2005-04-15 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, the attached patch solves many of LyX's path-related Angus> problems on Windows. Angus> * Uses GetLongPathName when defining package::temp_path. Angus> * Fixes os_win32.C's implementation of os::external_path, Angus> re

Re: LyX meeting in Paris. When?

2005-04-15 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > I have a list of dates for the LyX meeting in Paris. Unfortunately it > is a bit short, but we'll see if they suit enough people to be useful. > > I just give the dates of the corresponding saturdays. The idea would > be to meet for 4-5 days around that. > > The dat

Re: [PATCH 13x] paths

2005-04-15 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: The only reservations I have are: - the handling of ~. Do we really need it? Maybe. Maybe not. I don't think that it harms to leave it because older latex compilers appear to be able to handle \string~ much better than they can spaces in file names. Also, Georg has add

Re: LyX meeting in Paris. When?

2005-04-15 Thread Michael Schmitt
Jean-Marc Lasgouttes wrote: The dates are: Jul 16 Jul 23 Jul 30 Aug 06 I really would like to meet you all after having missed two LDMs just around the corner! I intend to join you for about two or three days. However, I am on vacation from Jul 24th to Augusth 7th. I asked my girl-friend but

Re: LyX meeting in Paris. When?

2005-04-15 Thread Andre Poenitz
On Fri, Apr 15, 2005 at 05:44:02PM +0200, Alfredo Braunstein wrote: > > I have a list of dates for the LyX meeting in Paris. Unfortunately it > > is a bit short, but we'll see if they suit enough people to be useful. > > > > I just give the dates of the corresponding saturdays. The idea would > >

Re: Insets font, spelling fixes

2005-04-15 Thread Andre Poenitz
On Tue, Apr 12, 2005 at 02:23:27PM +0300, Martin Vermeer wrote: > What should happen is, that LyXTextClass's defaultfont_ should be > transferred to LyXText, preferably at construction. > > Any idea on how to do that? If it were possible to defer that transfer into the actual drawing (i.e. metri

Re: LyX meeting in Paris. When?

2005-04-15 Thread Andre Poenitz
On Fri, Apr 15, 2005 at 03:56:06PM +0200, Jean-Marc Lasgouttes wrote: > I have a list of dates for the LyX meeting in Paris. Unfortunately it > is a bit short, but we'll see if they suit enough people to be useful. > > I just give the dates of the corresponding saturdays. The idea would > be to me

Re: LyX meeting in Paris. When?

2005-04-15 Thread Alfredo Braunstein
Andre Poenitz wrote: > After 16 days with a total of about 80 hours of sleep in chunks of 20-40 > minutes each you'd probably be more than glad to be able to take a few > days off... You uncovered my secret plan! > However, as you won't be much of a help in these circumstances I think > we have

configure test for GetLongPathNameA ?

2005-04-15 Thread Angus Leeming
I give up! I would like to write a configure test for the existence of GetLongPathNameA. This code compiles, links and runs: typedef unsigned long DWORD; typedef char CHAR; typedef const CHAR *LPCCH,*PCSTR,*LPCSTR; typedef CHAR *PCHAR,*LPCH,*PCH,*NPSTR,*LPSTR,*PSTR; __attribut

[PATCH 13x] 'fully functional' Win32 port

2005-04-15 Thread Angus Leeming
The attached patch lacks * a working configure test for GetLongPathNameA * the tweak to the file browser to allow the user to choose paths with spaces. but otherwise contains everything that I propose should go into LyX 1.3.6. In addition to the patch I posted earlier this evening ([PATCH 13x] pa

RE: [PATCH 13x] 'fully functional' Win32 port

2005-04-15 Thread Rob Bearman
> This will probably mean that Windows users (is that just Michael > Schmitt?) will suffer from some temporary breakage of the > Windows port I am also building 1.4 for Windows regularly, but only with the Visual Studio build process, fyi. By the way, will these patches eliminate the need to ap

Re: LyX meeting in Paris. When?

2005-04-15 Thread Asger Ottar Alstrup
Jean-Marc Lasgouttes wrote: I just give the dates of the corresponding saturdays. The idea would be to meet for 4-5 days around that. The dates are: Jul 16 Jul 23 No good for me. We bought a house in Turkey, and we are going there to see it, decorate it, and enjoy it for three weeks starting from