Re: a suggestion about instant preview

2003-01-06 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Montag, 6. Januar 2003 02:49, Bo Peng wrote: What forbid us from loading the bitmaps all at once when they are generated? Will it be very slow or very memory consuming? If this is not possible, can we use bitmaps directly when displaying a new page instead

Re: Bug: LyXAction::funcHasFlag: No info about kb_action: -1073748040

2003-01-06 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John On Sun, Dec 22, 2002 at 03:38:25PM +0100, Michael Schmitt wrote: If I open some of the LyX menus, I get the following console message: LyXAction::funcHasFlag: No info about kb_action: -1073748040 xforms frontend. Menus edit, insert,

Re: Undefined reference: ControlInset

2003-01-06 Thread Jean-Marc Lasgouttes
Brian == Brian [EMAIL PROTECTED] writes: Brian Compiling lyx-1.2.1 under Slackware 8.1 (gcc 2.95.3, -O3) Brian results in following link error: This is fixed in 1.2.2. JMarc

cut table cells doesn't work in float

2003-01-06 Thread Edwin Leuven
in the qt frontend that is. The minibuffer says Command disabled when I try to cut a range of cells of a tabular in a table float. Cutting cells when the tabular is not in a float works just fine. Is this a qt specific problem? Best wishes for the new year to you all Ed.

Fwd: Re: Patch for Lyx

2003-01-06 Thread Bruno Mathieu
Oups, sorry ! Here is the dirty patch. -- Bruno -- Message transmis -- Subject: Re: Patch for Lyx Date: 05 Jan 2003 20:36:44 +0100 From: [EMAIL PROTECTED] (Lars Gullik Bjønnes) To: Bruno Mathieu [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Bruno Mathieu [EMAIL PROTECTED] writes:

Re: xforms problems

2003-01-06 Thread Angus Leeming
On Monday 23 December 2002 9:36 am, Jean-Marc Lasgouttes wrote: Michael == Michael Schmitt [EMAIL PROTECTED] writes: Michael - xforms does not underline shortcuts correctly in a choice Michael box. Instead a square is printed after the character that is Michael to be underlined (even if this

Re: xforms problems

2003-01-06 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Of course. See attached. It'll take a while for me to compile Angus and test, but I assume that you'd like me to apply this? Assuming that it does what it seems to do, I think it would be a very good idea. If you can, check that xforms

Re: xforms problems

2003-01-06 Thread Angus Leeming
On Monday 06 January 2003 11:11 am, Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Of course. See attached. It'll take a while for me to compile Angus and test, but I assume that you'd like me to apply this? Assuming that it does what it seems to do, I

German indexes

2003-01-06 Thread Hartmut Haase
Hi Lean-Marc, I have modified LaTeX.C so that german indexes will be sorted properly. The additional file german.ist should be placed into ./texmf/makeindex, where the other .ist-files reside. Usually this directory is /usr/share/texmf/makeindex. Also an environment variable INDEXSTYLE

Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Jean-Marc Lasgouttes
I have been looking at the possibilities of having native versions of lyx/qt on mac os x and win32. What are the kind of arrangements that trolltech can make to provide us with a free license to provide binaries? Are these things supposed to `just work'? Has anybody tried to get an evaluation

Re: xforms problems

2003-01-06 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus It's in 0.89.6 at least. Let's go with it as it is. OK, that seems fine. JMarc

[PATCH]: bits 'n' bobs

2003-01-06 Thread Angus Leeming
A combination of: * Michael Schmitt's clean-up of the translated strings; * Jürgen Spitzmüller's fix for the xforms tabular dialog (allows the specification of a fixed width for multi-column cells); * Jean-Marc's suggestion to turn off the titles of xforms choice lists because they can contain

Re: bug: qpref -- paths

2003-01-06 Thread Juergen Spitzmueller
John Levon wrote: you need to pass in a bool to the FileDialog interface I guess (frontends/FileDialog.h) Hmm... having a look at it I think it's more complicated. We need a proper browseDir function (?). Anyway, I have noticed that xforms is wrong too, so we probably have to find a solution

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Jean-Marc Lasgouttes
Bruno == Bruno Mathieu [EMAIL PROTECTED] writes: Bruno Oups, sorry ! Here is the dirty patch. If you want to insert a tab-spearated file in a table, here is how you can do: create a new table, place the cursor in the first cell (not in the cell (red frame) but in the extra position on the left,

Re: [PATCH]: bits 'n' bobs

2003-01-06 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | A combination of: | * Michael Schmitt's clean-up of the translated strings; | * Jürgen Spitzmüller's fix for the xforms tabular dialog (allows the | specification of a fixed width for multi-column cells); | * Jean-Marc's suggestion to turn off the titles

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 02:41:31PM +0100, Jean-Marc Lasgouttes wrote: If you want to insert a tab-spearated file in a table, here is how you can do: create a new table, place the cursor in the first cell (not in the cell (red frame) but in the extra position on the left, and then do Paste

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Mon, Jan 06, 2003 at 02:41:31PM +0100, Jean-Marc Lasgouttes Andre wrote: If you want to insert a tab-spearated file in a table, here is how you can do: create a new table, place the cursor in the first cell (not in the cell (red frame)

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 03:00:35PM +0100, Jean-Marc Lasgouttes wrote: Andre I am not sure this should go in 1.3.0 though and I am not sure Andre I am happy about the amount of code needed to implement this Andre feature, though... I do not want yet another feature to do what we can already

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Angus Leeming
On Monday 06 January 2003 11:49 am, Jean-Marc Lasgouttes wrote: I have been looking at the possibilities of having native versions of lyx/qt on mac os x and win32. What are the kind of arrangements that trolltech can make to provide us with a free license to provide binaries? Are these things

Re: Bug: The file dialog makes LyX crash...

2003-01-06 Thread Angus Leeming
On Saturday 21 December 2002 1:21 am, Michael Schmitt wrote: ... if you shrink its size too much. which frontend? -- Angus

Re: [PATCH] Some trivial GUI cosmetics

2003-01-06 Thread Angus Leeming
On Sunday 05 January 2003 11:33 pm, Michael Schmitt wrote: Hi, when translating LyX into German, I noticed some inconsistent usage of spaces, colons, capitalization, and the like. Enclosed please find a trivial patch. Please commit it. Thanks, Michael Applied. -- Angus

Re: [PATCH] Re: Bug in tabular dialog

2003-01-06 Thread Angus Leeming
On Saturday 04 January 2003 3:57 pm, Juergen Spitzmueller wrote: Juergen Spitzmueller wrote: Good. Here is the patch again (enable fixed width multicolumn cell in xforms + fix for bug 572). Please apply. Please do not forget this. It is a showstopper for xforms tabular users. Thanks,

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 02:15:53PM +, Angus Leeming wrote: Don't I remember Matthias Ettrich saying something about this, way back when? 17 Nov 2000 plus/minus a few days. (In the course of that enormous thread a year or so ago that was initiated by John's discovery that Matthias and

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Edwin Leuven
at the bottom: http://marc.theaimsgroup.com/?l=lyx-develm=102747986224859w=2

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Mon, Jan 06, 2003 at 03:00:35PM +0100, Jean-Marc Lasgouttes wrote: Andre I am not sure this should go in 1.3.0 though and I am not sure Andre I am happy about the amount of code needed to implement this Andre feature, though... I do not want yet

Re: [PATCH] Re: Bug in tabular dialog

2003-01-06 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Michael Schmitt wrote: thanks for the patch. It fixes my problem! Juergen Good. Here is the patch again (enable fixed width multicolumn Juergen cell in xforms + fix for bug 572). Please apply. Are there parts of it that apply

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Don't I remember Matthias Ettrich saying something about this, Angus way back when? (In the course of that enormous thread a year or Angus so ago that was initiated by John's discovery that Matthias and Angus Kalle Dalheimer were playing

Re: [PATCH] Re: Bug in tabular dialog

2003-01-06 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: Are there parts of it that apply to 1.2.x? The major (multicolumn) bug was a new regression in 1.3 Bug 572 is a rather minor annoyance. It's not urgent, but I could backport it if requested. Jürgen.

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: Finally, we have to know whether we would have the right to distribute it. I think it is possible for non-commercial apps if you distribute it under their license. http://www.trolltech.com/developer/licensing/qpl.html

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 03:38:17PM +0100, Jean-Marc Lasgouttes wrote: Angus As I recall it, he said contact me and I'll arrange for some Angus licences... I had something like that in mind. It would be nice first if somebody with access to win32 or macosx could get the grip on an evaluation

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Edwin Leuven
Ruurd Reitsma just emailed me that he compiled the qt version under windows this weekend using the qt2 windows version. Don't know what he did to get it running though. He should be putting it online somewhere tomorrow and drop an email to the list... Ed.

[patch]: small shell script fix.

2003-01-06 Thread Angus Leeming
I've just found out that my the value returned by 'which' doesn't reflect whether it found a file or not. My shell scripts that use this test are, therefore, flawed. Instead, I should be using 'type' Patch attached. Ok? I've also found out that I can pass variables to a shell function, but

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Lars Gullik Bjønnes
Edwin Leuven [EMAIL PROTECTED] writes: | Ruurd Reitsma just emailed me that he compiled the qt version under windows | this weekend using the qt2 windows version. | Don't know what he did to get it running though. | He should be putting it online somewhere tomorrow and drop an email to the |

Re: [patch]: small shell script fix.

2003-01-06 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | I've just found out that my the value returned by 'which' doesn't reflect | whether it found a file or not. My shell scripts that use this test are, | therefore, flawed. Instead, I should be using 'type' | | Patch attached. Ok? Ok with me. What shells

Re: [patch]: small shell script fix.

2003-01-06 Thread Angus Leeming
On Monday 06 January 2003 4:17 pm, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | I've just found out that my the value returned by 'which' doesn't reflect | whether it found a file or not. My shell scripts that use this test are, | therefore, flawed. Instead, I should be

[PATCH] Re: cut table cells doesn't work in float

2003-01-06 Thread Jean-Marc Lasgouttes
Edwin == Edwin Leuven [EMAIL PROTECTED] writes: Edwin in the qt frontend that is. The minibuffer says Command Edwin disabled when I try to cut a range of cells of a tabular in a Edwin table float. Cutting cells when the tabular is not in a float Edwin works just fine. Edwin Is this a qt

Re: ditching the pragmas

2003-01-06 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Lars All pragmas removed: size src/lyx text data bss dec hex filename Lars 2792162 80600 48796 2921558 2c9456 src/lyx What is the easiest way to remove those? JMarc

Re: [PATCH] Remove trailing \r when reading log files (for win32)

2003-01-06 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc The following patch is adapted from one of the last bits in Jean-Marc the patch that Claus Hentschel uses on win32. It fixes Jean-Marc parsing of log files by removing trailing \r. Jean-Marc OK to apply? Lars, can I apply

Re: [PATCH] Re: Quoting filenames in deptable

2003-01-06 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Dekel == Dekel Tsur [EMAIL PROTECTED] writes: Dekel When running LyX on Windows machine, the TeX directory may be Dekel installed in a directory whose name contains spaces (e.g. Dekel C:\Program Files) and this confuses the deptable

Re: a suggestion about instant preview

2003-01-06 Thread Bo Peng
On Mon, Jan 06, 2003 at 10:07:32AM +0100, Kornel Benko wrote: On Montag, 6. Januar 2003 02:49, Bo Peng wrote: What forbid us from loading the bitmaps all at once when they are generated? Will it be very slow or very memory consuming? If this is not possible, can we use bitmaps directly when

Re: ditching the pragmas

2003-01-06 Thread Angus Leeming
On Monday 06 January 2003 4:48 pm, Jean-Marc Lasgouttes wrote: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Lars All pragmas removed: size src/lyx text data bss dec hex filename Lars 2792162 80600 48796 2921558

Re: [PATCH] Remove trailing \r when reading log files (for win32)

2003-01-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | The following patch is adapted from one of the last bits in the patch | that Claus Hentschel uses on win32. It fixes parsing of log files by | removing trailing \r. | | OK to apply? Not sure... I am not sure why this patch is needed. I thought

Re: [PATCH] Re: Quoting filenames in deptable

2003-01-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | | Dekel == Dekel Tsur [EMAIL PROTECTED] writes: | Dekel When running LyX on Windows machine, the TeX directory may be | Dekel installed in a directory whose name contains spaces (e.g.

Re: [PATCH] Remove trailing \r when reading log files (for win32)

2003-01-06 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars The following patch is adapted from one of the last bits in the Lars patch | that Claus Hentschel uses on win32. It fixes parsing of Lars log files by | removing trailing \r. Lars |

Re: [PATCH] Re: Quoting filenames in deptable

2003-01-06 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars Jean-Marc == Jean-Marc Lasgouttes Lars [EMAIL PROTECTED] writes: Lars | Lars | Dekel == Dekel Tsur [EMAIL PROTECTED] writes: | Lars Dekel When running LyX on Windows machine, the

Re: [PATCH] Re: Quoting filenames in deptable

2003-01-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Yes, it was posted after the other one :) | | And what if I remove this \r trim? Or I can just wait until you make | up your mind. without the '\r' it is ok. -- Lgb

Re: a suggestion about instant preview

2003-01-06 Thread Philipp Reichmuth
What forbid us from loading the bitmaps all at once when they are generated? Will it be very slow or very memory consuming? If this is not possible, can we use bitmaps directly when displaying a new page instead of drawing lyx formulas and then replace them with bitmaps? KB If you would have

Re: [PATCH] Remove trailing \r when reading log files (for win32)

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 06:43:28PM +0100, Lars Gullik Bjønnes wrote: I am not sure why this patch is needed. I thought that a standard conforming ifstream + getline would remove the line ending on the system it runs. Thus in the case of win32 it should remove \r\n. Hm. templateclass charT,

Re: a suggestion about instant preview

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 07:07:12PM +0100, Philipp Reichmuth wrote: Would it be possible to generate bitmaps ahead while the user does nothing, just to utilize idle periods? Probably. But the logic gets pretty convoluted: Do the first screenful at once, start the rest in a idle second, but if

Re: loving care of lyx2lyx

2003-01-06 Thread José Matos
On Sunday 05 January 2003 12:18, Lars Gullik Bjønnes wrote: 638 and the result from the reLyX made lyx2lyx crash... so there is some lyx2lyx problem there also. No, that is by design. If the file is badly formed lyx2lyx should crash. Any other option? | The other two are pretty minor

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Bruno Mathieu
My apologies for all those mistakes. Now, I've read the entire README and the files in the development/Code_rules directory ;-) I've send that patch mostly for the idea of inserting the X selection into a table, because it could be useful for inserting columns of numbers for example. But I

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread John Levon
On Mon, Jan 06, 2003 at 05:51:13PM +0100, Lars Gullik Bj?nnes wrote: Then we need to see he changes he did to the distribution to make this work. We might include some of that. He sent patches a while back. Legally I don't think we have the right to add another exception to the license,

still can't import any latex tabulars

2003-01-06 Thread Dr. Richard E. Hawkins
I've rebuilt again today, and it still appears utterly impossible to import a latex tabular. I'm not sure how a latex file with a chart could get any simpler than this: simple.tex: \documentclass{article} \begin{document} Hi there \begin {tabular}{lrr} \\ 1. int 4 9 14

Re: a suggestion about instant preview

2003-01-06 Thread Bo Peng
On Mon, Jan 06, 2003 at 07:29:15PM +0100, Andre Poenitz wrote: Without threads this is not too much fun in any case.. Is there an existing maintenance thread? Such a thread can also solve the problem of freezing lyx while compiling. (Instant) spell checking, auto-save, bitmap

Re: still can't import any latex tabulars

2003-01-06 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Montag, 6. Januar 2003 20:12, Dr. Richard E. Hawkins wrote: I'm not sure how a latex file with a chart could get any simpler than this: I know, it is not the sollution ... but it is possible After the first try, there is a lyx-file left. Open this file

Re: loving care of lyx2lyx

2003-01-06 Thread Lars Gullik Bjønnes
José Matos [EMAIL PROTECTED] writes: | On Sunday 05 January 2003 12:18, Lars Gullik Bjønnes wrote: | | 638 and the result from the reLyX made lyx2lyx crash... so there is | some lyx2lyx problem there also. | | No, that is by design. If the file is badly formed lyx2lyx should crash. Any |

Re: [PATCH] Remove trailing \r when reading log files (for win32)

2003-01-06 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | A single char obviously can't be '\r\n'. So I'd indeed expect a '\r' at the | end of the string read by getline(...'\n') -- unless this has something | to do with that 'binary mode' vs 'text mode' and the \r is removed earlier. | Somehow... This is

Patch for bugs 518 and 594.

2003-01-06 Thread Joao Luis Meloni Assirati
Hi! Some time ago I sent a patch that (hopefuly) closed bugs 518 and 594. Was it definitely discarded? If it can be modified to best fit lyx code rules, I would be glad to work on it, provided some criticism. Best regards, João.

Re: loving care of lyx2lyx

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 06:50:18PM +, José Matos wrote: On Sunday 05 January 2003 12:18, Lars Gullik Bjønnes wrote: 638 and the result from the reLyX made lyx2lyx crash... so there is some lyx2lyx problem there also. No, that is by design. If the file is badly formed lyx2lyx

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 07:02:51PM +, John Levon wrote: He sent patches a while back. Legally I don't think we have the right to add another exception to the license, though. I lean to the same side. However, I think asking all 76 people in lib/CREDITS should be ok. Not that I believe

Re: [PATCH] Remove trailing \r when reading log files (for win32)

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 09:41:01PM +0100, Lars Gullik Bjønnes wrote: | A single char obviously can't be '\r\n'. So I'd indeed expect a '\r' at the | end of the string read by getline(...'\n') -- unless this has something | to do with that 'binary mode' vs 'text mode' and the \r is removed

Re: a suggestion about instant preview

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 01:34:59PM -0600, Bo Peng wrote: On Mon, Jan 06, 2003 at 07:29:15PM +0100, Andre Poenitz wrote: Without threads this is not too much fun in any case.. Is there an existing maintenance thread? Such a thread can also solve the problem of freezing lyx while compiling.

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Philipp Reichmuth
JL Legally I don't think we have the right to add another exception JL to the license, though. So I don't think we could distribute it JL (though it would be weird for a contributor to accept the xforms JL exception, as they must, but not a Qt one...) As long as there is no reasonable Qt-related

Re: a suggestion about instant preview

2003-01-06 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Montag, 6. Januar 2003 02:49, Bo Peng wrote: > What forbid us from loading the bitmaps all at once when they are > generated? Will it be very slow or very memory consuming? If this is not > possible, can we use bitmaps directly when displaying a new page

Re: Bug: "LyXAction::funcHasFlag: No info about kb_action: -1073748040"

2003-01-06 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Sun, Dec 22, 2002 at 03:38:25PM +0100, Michael Schmitt wrote: >> >>If I open some of the LyX menus, I get the following console >> message: >> >> >> >> LyXAction::funcHasFlag: No info about kb_action: -1073748040 >> >> xforms

Re: Undefined reference: ControlInset

2003-01-06 Thread Jean-Marc Lasgouttes
> "Brian" == Brian <[EMAIL PROTECTED]> writes: Brian> Compiling lyx-1.2.1 under Slackware 8.1 (gcc 2.95.3, -O3) Brian> results in following link error: This is fixed in 1.2.2. JMarc

cut table cells doesn't work in float

2003-01-06 Thread Edwin Leuven
in the qt frontend that is. The minibuffer says "Command disabled" when I try to cut a range of cells of a tabular in a table float. Cutting cells when the tabular is not in a float works just fine. Is this a qt specific problem? Best wishes for the new year to you all Ed.

Fwd: Re: Patch for Lyx

2003-01-06 Thread Bruno Mathieu
Oups, sorry ! Here is the dirty patch. -- Bruno -- Message transmis -- Subject: Re: Patch for Lyx Date: 05 Jan 2003 20:36:44 +0100 From: [EMAIL PROTECTED] (Lars Gullik Bjønnes) To: Bruno Mathieu <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Bruno Mathieu <[EMAIL PROTECTED]>

Re: xforms problems

2003-01-06 Thread Angus Leeming
On Monday 23 December 2002 9:36 am, Jean-Marc Lasgouttes wrote: > > "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: > > Michael> - xforms does not underline shortcuts correctly in a choice > Michael> box. Instead a square is printed after the character that is > Michael> to be

Re: xforms problems

2003-01-06 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Of course. See attached. It'll take a while for me to compile Angus> and test, but I assume that you'd like me to apply this? Assuming that it does what it seems to do, I think it would be a very good idea. If you can, check that

Re: xforms problems

2003-01-06 Thread Angus Leeming
On Monday 06 January 2003 11:11 am, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Of course. See attached. It'll take a while for me to compile > Angus> and test, but I assume that you'd like me to apply this? > > Assuming that it does what it

German indexes

2003-01-06 Thread Hartmut Haase
Hi Lean-Marc, I have modified "LaTeX.C" so that german indexes will be sorted properly. The additional file "german.ist" should be placed into ./texmf/makeindex, where the other .ist-files reside. Usually this directory is "/usr/share/texmf/makeindex". Also an environment variable

Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Jean-Marc Lasgouttes
I have been looking at the possibilities of having native versions of lyx/qt on mac os x and win32. What are the kind of arrangements that trolltech can make to provide us with a free license to provide binaries? Are these things supposed to `just work'? Has anybody tried to get an evaluation

Re: xforms problems

2003-01-06 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It's in 0.89.6 at least. Let's go with it as it is. OK, that seems fine. JMarc

[PATCH]: bits 'n' bobs

2003-01-06 Thread Angus Leeming
A combination of: * Michael Schmitt's clean-up of the translated strings; * Jürgen Spitzmüller's fix for the xforms tabular dialog (allows the specification of a fixed width for multi-column cells); * Jean-Marc's suggestion to turn off the titles of xforms choice lists because they can contain

Re: bug: qpref -- paths

2003-01-06 Thread Juergen Spitzmueller
John Levon wrote: > you need to pass in a bool to the FileDialog interface I guess > (frontends/FileDialog.h) Hmm... having a look at it I think it's more complicated. We need a proper browseDir function (?). Anyway, I have noticed that xforms is wrong too, so we probably have to find a

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Jean-Marc Lasgouttes
> "Bruno" == Bruno Mathieu <[EMAIL PROTECTED]> writes: Bruno> Oups, sorry ! Here is the dirty patch. If you want to insert a tab-spearated file in a table, here is how you can do: create a new table, place the cursor in the first cell (not in the cell (red frame) but in the extra position on

Re: [PATCH]: bits 'n' bobs

2003-01-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | A combination of: | * Michael Schmitt's clean-up of the translated strings; | * Jürgen Spitzmüller's fix for the xforms tabular dialog (allows the | specification of a fixed width for multi-column cells); | * Jean-Marc's suggestion to turn off the

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 02:41:31PM +0100, Jean-Marc Lasgouttes wrote: > If you want to insert a tab-spearated file in a table, here is how you > can do: create a new table, place the cursor in the first cell (not > in the cell (red frame) but in the extra position on the left, and > then do Paste

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Mon, Jan 06, 2003 at 02:41:31PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> If you want to insert a tab-spearated file in a table, here is how >> you can do: create a new table, place the cursor in the first cell >> (not in the

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 03:00:35PM +0100, Jean-Marc Lasgouttes wrote: > Andre> I am not sure this should go in 1.3.0 though and I am not sure > Andre> I am happy about the amount of code needed to implement this > Andre> feature, though... > > I do not want yet another feature to do what we can

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Angus Leeming
On Monday 06 January 2003 11:49 am, Jean-Marc Lasgouttes wrote: > I have been looking at the possibilities of having native versions of > lyx/qt on mac os x and win32. What are the kind of arrangements that > trolltech can make to provide us with a free license to provide > binaries? Are these

Re: Bug: The file dialog makes LyX crash...

2003-01-06 Thread Angus Leeming
On Saturday 21 December 2002 1:21 am, Michael Schmitt wrote: > ... if you shrink its size too much. which frontend? -- Angus

Re: [PATCH] Some trivial GUI cosmetics

2003-01-06 Thread Angus Leeming
On Sunday 05 January 2003 11:33 pm, Michael Schmitt wrote: > Hi, > > when translating LyX into German, I noticed some inconsistent usage of > spaces, colons, capitalization, and the like. > > Enclosed please find a trivial patch. Please commit it. > > Thanks, Michael Applied. -- Angus

Re: [PATCH] Re: Bug in tabular dialog

2003-01-06 Thread Angus Leeming
On Saturday 04 January 2003 3:57 pm, Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: > > Good. Here is the patch again (enable fixed width multicolumn cell in > > xforms + fix for bug 572). > > Please apply. > > Please do not forget this. It is a showstopper for xforms tabular users. > >

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 02:15:53PM +, Angus Leeming wrote: > Don't I remember Matthias Ettrich saying something about this, way back when? 17 Nov 2000 plus/minus a few days. > (In the course of that enormous thread a year or so ago that was initiated by > John's discovery that Matthias

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Edwin Leuven
at the bottom: http://marc.theaimsgroup.com/?l=lyx-devel=102747986224859=2

Re: Fwd: Re: Patch for Lyx

2003-01-06 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Jan 06, 2003 at 03:00:35PM +0100, Jean-Marc Lasgouttes wrote: >> Andre> I am not sure this should go in 1.3.0 though and I am not sure >> Andre> I am happy about the amount of code needed to implement this >> Andre> feature, though... >> >> I

Re: [PATCH] Re: Bug in tabular dialog

2003-01-06 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Michael Schmitt wrote: >> thanks for the patch. It fixes my problem! Juergen> Good. Here is the patch again (enable fixed width multicolumn Juergen> cell in xforms + fix for bug 572). Please apply. Are there parts of

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Don't I remember Matthias Ettrich saying something about this, Angus> way back when? (In the course of that enormous thread a year or Angus> so ago that was initiated by John's discovery that Matthias and Angus> Kalle Dalheimer

Re: [PATCH] Re: Bug in tabular dialog

2003-01-06 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Are there parts of it that apply to 1.2.x? The major (multicolumn) bug was a new regression in 1.3 Bug 572 is a rather minor annoyance. It's not urgent, but I could backport it if requested. Jürgen.

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Finally, we have to know whether we would have the right to distribute > it. I think it is possible for non-commercial apps if you distribute it under their license. http://www.trolltech.com/developer/licensing/qpl.html

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Andre Poenitz
On Mon, Jan 06, 2003 at 03:38:17PM +0100, Jean-Marc Lasgouttes wrote: > Angus> As I recall it, he said "contact me and I'll arrange for some > Angus> licences"... > > I had something like that in mind. It would be nice first if somebody > with access to win32 or macosx could get the grip on an

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Edwin Leuven
Ruurd Reitsma just emailed me that he compiled the qt version under windows this weekend using the qt2 windows version. Don't know what he did to get it running though. He should be putting it online somewhere tomorrow and drop an email to the list... Ed.

[patch]: small shell script fix.

2003-01-06 Thread Angus Leeming
I've just found out that my the value returned by 'which' doesn't reflect whether it found a file or not. My shell scripts that use this test are, therefore, flawed. Instead, I should be using 'type' Patch attached. Ok? I've also found out that I can pass variables to a shell function, but

Re: Using the Qt port for native Macosx/Win32 ports?

2003-01-06 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | Ruurd Reitsma just emailed me that he compiled the qt version under windows | this weekend using the qt2 windows version. > | Don't know what he did to get it running though. > | He should be putting it online somewhere tomorrow and drop an email to the

Re: [patch]: small shell script fix.

2003-01-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I've just found out that my the value returned by 'which' doesn't reflect | whether it found a file or not. My shell scripts that use this test are, | therefore, flawed. Instead, I should be using 'type' | | Patch attached. Ok? Ok with me. What

Re: [patch]: small shell script fix.

2003-01-06 Thread Angus Leeming
On Monday 06 January 2003 4:17 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | I've just found out that my the value returned by 'which' doesn't reflect > | whether it found a file or not. My shell scripts that use this test are, > | therefore, flawed. Instead, I

[PATCH] Re: cut table cells doesn't work in float

2003-01-06 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> in the qt frontend that is. The minibuffer says "Command Edwin> disabled" when I try to cut a range of cells of a tabular in a Edwin> table float. Cutting cells when the tabular is not in a float Edwin> works just fine. Edwin> Is

Re: ditching the pragmas

2003-01-06 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> gcc --version gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Lars> All pragmas removed: size src/lyx text data bss dec hex filename Lars> 2792162 80600 48796 2921558 2c9456 src/lyx What is the easiest way to remove those?

  1   2   >