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-relat
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 compil
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 ear
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 believ
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 lyx2l
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.
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 exac
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
-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 w
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 generating/displa
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
&
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, thou
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 think
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 p
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 t
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.
template
basic_
>> 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 wou
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
> "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 ru
> "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 trailin
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
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
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
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 directl
> "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 conf
> "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, ca
> "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?
J
> "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 th
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 shou
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 shell
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
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 that
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.
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 eva
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
http://www.trolltech.com/developer/licensing/n
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.
> "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
> "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
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
at the bottom:
http://marc.theaimsgroup.com/?l=lyx-devel&m=102747986224859&w=2
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
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.
>
>
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
On Saturday 21 December 2002 1:21 am, Michael Schmitt wrote:
> ... if you shrink its size too much.
which frontend?
--
Angus
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 thin
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 al
> "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
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 E
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 title
> "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
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
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 sp
> "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
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 lice
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 INDEXSTY
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 s
> "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 x
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 underlin
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]> writ
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.
> "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
> "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 fronten
-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 inste
63 matches
Mail list logo