Michael Schmitt wrote:
> Hi,
>
> there is another mysterious problem: If you load file "search-hangs.lyx"
> and search for "enco", LyX is blocked. It is not even possible to save
> an emergency file. My attempts to minimize the test case have shown that
> the size of the LyX file and the size
On Fri, Sep 06, 2002 at 12:53:32AM +0200, Lars Gullik Bjønnes wrote:
>
> This patch moves the counters out into the layout files, but not yet
> in the nice way. This does also not reduce much of the hardcoding on
> enum names in the source.
What about giving the layout file entry for that cou
trouble.htm
Description: Binary data
Why do we cycle round when we increment depth beyond the max ?
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapiro
On Fri, Sep 06, 2002 at 11:59:04AM +0900, R. Lahaye wrote:
> Attached.
> Rob.
I'm not applying this in its current state :
1. Tooltips do not have full stops
2. "str = _("Go to selected reference or go back");
Not good; you should switch tooltip depending up on what it will
actually do
John Levon wrote:
> On Fri, Sep 06, 2002 at 11:35:03AM +0900, R. Lahaye wrote:
>
>
>>Please have a look at the patch attached to the beginning of this thread
>
>
> Send it my way again please with changelog
Attached.
Rob.
ChangeLog | 16 +++
FormBibitem.C
On Fri, Sep 06, 2002 at 11:35:03AM +0900, R. Lahaye wrote:
> Please have a look at the patch attached to the beginning of this thread
Send it my way again please with changelog
regards
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapir
John Levon wrote:
> On Mon, Sep 02, 2002 at 07:52:03PM +0900, R. Lahaye wrote:
>
>
>>I saw that there's a small bug in the Apply/Cancel button of the
>>citation dialog. Please ignore; but let me know if the redesign
>>of these xforms dialog is appreciated.
>
>
> Yes it (probably) is. I still h
QPrint seems to be getting deleted twice. I don't know why. Tried adding
a dtor to QPrint -> same bug
Tried adding a QPrintDialog dtor -> bug goes away.
Here is the bt at dtor time :
(gdb) bt
#0 QPrint::~QPrint (this=0x83aa650, __in_chrg=2) at QPrint.C:41
#1 0x081df1b3 in Dialogs::Impl::~Imp
On Fri, Sep 06, 2002 at 01:25:57AM +0200, Lars Gullik Bjønnes wrote:
> Exactly _no_ output from anyting..., so activated is never invoked.
Very odd.
http://doc.trolltech.com/3.0/qmenubar.html#activated
What Qt version are you using ?
> But I managed to get a crash from:
> a) open the
On Fri, Sep 06, 2002 at 01:17:15AM +0200, Lars Gullik Bjønnes wrote:
> | Add a printk or set your debugger to QtView.C:126
>
> Hmm I can't find this kernel file...
Er, "oops". Geddit ?
Switching between user and kernel modes always leads to cognitive
dissonance like this ...
john
--
"Take th
John Levon <[EMAIL PROTECTED]> writes:
| On Fri, Sep 06, 2002 at 01:12:59AM +0200, Lars Gullik Bjønnes wrote:
|
| > John Levon <[EMAIL PROTECTED]> writes:
| >
| > | I was talking crap, the code for handling menu activations is in
| > | QtView.C#65
| > |
| > | So Lars, you need to see if this s
John Levon <[EMAIL PROTECTED]> writes:
| Add a printk or set your debugger to QtView.C:126
Hmm I can't find this kernel file...
--
Lgb
This patch assumes that the current sources is right and that we do
not want INHERIT_LANG[UAGE] defined.
Unless I get objections I will apply this patch. (there is a limit on
how long stale code is allowed in...)
diffstat inheritlang.diff
bufferview_funcs.C | 12
insets/insetert
On Fri, Sep 06, 2002 at 01:12:59AM +0200, Lars Gullik Bjønnes wrote:
> John Levon <[EMAIL PROTECTED]> writes:
>
> | I was talking crap, the code for handling menu activations is in
> | QtView.C#65
> |
> | So Lars, you need to see if this slot (activated(int)) is getting
> | invoked. If it's not
John Levon <[EMAIL PROTECTED]> writes:
| I was talking crap, the code for handling menu activations is in
| QtView.C#65
|
| So Lars, you need to see if this slot (activated(int)) is getting
| invoked. If it's not - no idea ...
Ok, where do I check that?
--
Lgb
I was talking crap, the code for handling menu activations is in
QtView.C#65
So Lars, you need to see if this slot (activated(int)) is getting
invoked. If it's not - no idea ...
regards
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapi
This patch moves the counters out into the layout files, but not yet
in the nice way. This does also not reduce much of the hardcoding on
enum names in the source. But is a step towards that goal to have the
styles themselves declare what counter it needs.
Please comment.
diffstat counters-B-1.
John Levon <[EMAIL PROTECTED]> writes:
| On Fri, Sep 06, 2002 at 12:30:07AM +0200, Lars Gullik Bjønnes wrote:
|
| > Any objections to just removing this code commented out by this define
| > then?
|
| ooi can you explain :
|
| 1) what it used to do
| 2) what we do now instead
I have no idea,
This used to crash lyx, but I cannot reproduce it now. Can somebody else
?
regards
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapiro
#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 218
\textclass book
\la
On Fri, Sep 06, 2002 at 12:30:07AM +0200, Lars Gullik Bjønnes wrote:
> Any objections to just removing this code commented out by this define
> then?
ooi can you explain :
1) what it used to do
2) what we do now instead
thanks
john
--
"Take the ideas you find useful. Try not to get hung up on
This has not been defined for a long, long time.
Any objections to just removing this code commented out by this define
then?
--
Lgb
Can I remove it totally ? I don't see the logic - we either need to load
the file to process it into latex, or we don't. It seems if I set this,
then I just won't get any of the latex from the .lyx file !
regards
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Sep 05, 2002 at 11:11:41PM +0200, Lars Gullik Bjønnes wrote:
|
| > Ok... what patch caused it?
|
| No way have I got time for that game ...
Then your problem just have to queue up...
--
Lgb
"HHa: Shouldn't be there an explanation of how to get the subscript?
I've tried several things, but I never got one. What I really hate with
User Guides is that simple things are explained endlessly, but difficult
things never."
Too right. How do you get :
lim blah
x->0
??
re
On Thu, Sep 05, 2002 at 11:11:41PM +0200, Lars Gullik Bjønnes wrote:
> Ok... what patch caused it?
No way have I got time for that game ...
regards
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapiro
John Levon <[EMAIL PROTECTED]> writes:
| Load attached and try to page down. You can't (make sure you're not
| showing the whole document at once).
|
| Regression, regression, regression ...
Ok... what patch caused it?
--
Lgb
Load attached and try to page down. You can't (make sure you're not
showing the whole document at once).
Regression, regression, regression ...
regards
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapiro
#LyX 1.3 created this file. Fo
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Sep 04, 2002 at 04:21:30PM +0200, Lars Gullik Bjønnes wrote:
|
| >
| > This is what the diff-8 from my test series looks like, not much
| > different from diff-7.
|
|1363 -/// return true if the char is "punctuation"
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Sep 05, 2002 at 04:47:41PM +0200, Lars Gullik Bjønnes wrote:
|
| > It is mostlikely one of four things:
| > - xforms
| > - qt
| > - lyx xforms gui
| > - lyx qt gui
| >
| > and we need to figure it out.
|
| Yes, su
On Wed, Aug 21, 2002 at 10:33:09AM +0200, Jos van den Oever wrote:
> Deleting a column (M-m c d) does not always work, even though it only contains
> placeholders. Adding a column (M-m c i) sometimes adds two columns, instead
> of one. For example if I want to delete a column in a three column
On Tue, Aug 13, 2002 at 05:38:29PM +0900, Rob Lahaye wrote:
> My Graphics insets contain .agr Grace files. When exporting the document to
> LaTeX,
> these graphics files still appear as .agr files in the latex output.
> My graphics LaTeX export looks like:
>
> [...]
> \begin{figure}[htbp]
> \in
On Thu, Sep 05, 2002 at 03:41:15PM -0400, Dr. Richard E. Hawkins wrote:
>This document was generated using the LaTeX2HTML translator Version
>99.2beta8 (1.46)
OK doke. I don't have this installed, so someone else will
On Thu, Sep 05, 2002 at 08:09:56PM +0100, John Levon wrote:
> Works fine with Hevea.
Is this where I cry out, "I don't even *have* a garage. You can call
home and ask my wife!" :)
I don't even know what Hevea is . . .
> (you also forgot lyx version 1.2 vs. CVS btw ...)
always cvs :)
On Thu, Sep 05, 2002 at 08:02:38PM +0100, John Levon wrote:
> On Tue, Sep 03, 2002 at 02:37:00PM -0400, Dr. Richard E. Hawkins wrote:
> > 1) Why is Hitler?
> >a) Yosarrian
> >b) Natalie's whore
> >c) M&M Enterprises
> > It works fine with latex printing, but with the html export opti
On Tue, Sep 03, 2002 at 02:37:00PM -0400, Dr. Richard E. Hawkins wrote:
> I have nested enumerations in a document, e.g.
>
> 1) Why is Hitler?
>a) Yosarrian
>b) Natalie's whore
>c) M&M Enterprises
>
> It works fine with latex printing, but with the html export option, the
> answers
On Tue, Sep 03, 2002 at 02:37:00PM -0400, Dr. Richard E. Hawkins wrote:
> I have nested enumerations in a document, e.g.
>
> 1) Why is Hitler?
>a) Yosarrian
>b) Natalie's whore
>c) M&M Enterprises
>
> It works fine with latex printing, but with the html export option, the
> answers
On Tue, Sep 03, 2002 at 12:47:11PM +0200, Stephan Witt wrote:
> I think, if the previewer is xdvi, then this entry should
> be made automagically or it should be assumed by LyX itself.
File a bug ...
regards
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
On Tue, Sep 03, 2002 at 08:10:58AM +0900, R. Lahaye wrote:
> When I move the cursor to the end of the document, start the
> spellingchecker,
> the spellingchecker does nothing. While leaving the spellingchecker dialog
> open, I move the cursor to the top of the document and click on [Start] in
>
On Tue, Sep 03, 2002 at 12:12:56AM +0900, R. Lahaye wrote:
> R. Lahaye wrote:
> >
> >Something is not working properly here!
>
> The progress slider gets values updated from controller().getProgress().
> This function should return a value between 0 and 100, which it does
> only inside regular t
On Mon, Sep 02, 2002 at 09:59:15PM +0900, R. Lahaye wrote:
> Attached is an example how it could look like (the word count
> numbers are just pasted in; it's not working yet!).
It's not clear enough visually. We need to make it very clear that one
is the current counted, it's related to the slid
On Thu, Sep 05, 2002 at 12:18:07PM -0400, Kuba Ober wrote:
> > > We're talking about humans. Human life time expectation stays fixed when
> >
> > This is not entirely clear, given some of the work going on in the
> > investigation of the aging process. It's entirely conceivable that some
> > of u
On Mon, Sep 02, 2002 at 09:48:22AM +1000, Amir Michail wrote:
> You can see some preliminary results here in the following screenshots:
>
> http://www.cse.unsw.edu.au/~amichail/lyx8.png
Nice !
> BTW, could someone tell me if the functions shown in the pictures
> are particularly relevant to th
On Mon, Sep 02, 2002 at 07:52:03PM +0900, R. Lahaye wrote:
> I saw that there's a small bug in the Apply/Cancel button of the
> citation dialog. Please ignore; but let me know if the redesign
> of these xforms dialog is appreciated.
Yes it (probably) is. I still have a broken fdesign so can't lo
On Wed, Sep 04, 2002 at 04:21:30PM +0200, Lars Gullik Bjønnes wrote:
>
> This is what the diff-8 from my test series looks like, not much
> different from diff-7.
1363 -/// return true if the char is "punctuation"
Hi,
there is another mysterious problem: If you load file "search-hangs.lyx"
and search for "enco", LyX is blocked. It is not even possible to save
an emergency file. My attempts to minimize the test case have shown that
the size of the LyX file and the size of the LyX window have an
import
Hi,
there are still cases where a tabular is redrawn endlessly! Load file
"zigzag.lyx", maximize the LyX window, move the cursor into the largest
cell, and move the cursor down the tabular.
This test case strongly depends on the window size. On a second
computer, I couldn't reproduce the orig
On Thu, Sep 05, 2002 at 04:33:13PM +0100, John Levon wrote:
> Here's the patch, but it doesn't work.
Sigh. Try again.
Now somebody else has to decide if we want this or not.
john
Index: text.C
===
RCS file: /usr/local/lyx/cvsroo
Hi John,
what do you mean by "it doesn't work". It doesn't work completely, or it
just does not compute the length correctly?
Even if the vertical length of a smallskip is identical to a bigskip on
screen, I prefer a solution where the length is printed explicitly in
textual form. I wouldn'
On Thu, Sep 05, 2002 at 06:59:58PM +0100, José Abílio Oliveira Matos wrote:
> It is possible that this file was created after slocate last update, so
> maybe _find_ is your friend.
>
> Are you sure you never saw this file before? Specially after the pub
> yesterday. ;-)
I would just like
On Thursday 05 September 2002 18:52, John Levon wrote:
> > locate newfile2.lyx
> Doesn't exist ! (there is one, but in a different dir, and not the same
> file).
[...]
> when I press ctrl-n. I am FLUMMOXED as to how this could happen.
It is possible that this file was created after slocate
On Thu, Sep 05, 2002 at 04:48:55PM +0100, José Abílio Oliveira Matos wrote:
> Since you are using linux (I think) why not locate?
>
> locate newfile2.lyx
>
> You should not have so many hits. :-)
Doesn't exist ! (there is one, but in a different dir, and not the same
file).
strace on op
On Thu, Sep 05, 2002 at 04:47:41PM +0200, Lars Gullik Bjønnes wrote:
> It is mostlikely one of four things:
> - xforms
> - qt
> - lyx xforms gui
> - lyx qt gui
>
> and we need to figure it out.
Yes, sure. I'm not denying the existence of the problem (just I don't
On Thu, Sep 05, 2002 at 06:37:07PM +0200, Lars Gullik Bjønnes wrote:
> Yes we do.
*SQUEEEAK*
Ah well.
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jonathan S. Shapiro
John Levon <[EMAIL PROTECTED]> writes:
| On Thu, Sep 05, 2002 at 04:21:39PM +0100, Angus Leeming wrote:
|
| > "Full author contact details available in file CREDITS"
|
| Do we really need that line everywhere ? People aren't morons
| ...
Stop those piggish sounds.
Yes we do.
--
On środa 04 wrzesień 2002 09:44 am, John Levon wrote:
> On Wed, Sep 04, 2002 at 09:40:54AM -0400, Kuba Ober wrote:
> > We're talking about humans. Human life time expectation stays fixed when
>
> This is not entirely clear, given some of the work going on in the
> investigation of the aging proces
On Thu, Sep 05, 2002 at 04:21:39PM +0100, Angus Leeming wrote:
> "Full author contact details available in file CREDITS"
Do we really need that line everywhere ? People aren't morons
...
regards
john
--
"Take the ideas you find useful. Try not to get hung up on the labels."
- Jon
On Thursday 05 September 2002 3:47 pm, Angus Leeming wrote:
> On Thursday 05 September 2002 3:58 pm, Lars Gullik Bjønnes wrote:
> > | // This file is part of LyX, the document processor.
> > | // Licence details can be found in the file COPYING.
> > |
> > | I think that that cuts it don't you? At
On Thursday 05 September 2002 16:30, John Levon wrote:
>
> Any ideas ??
Since you are using linux (I think) why not locate?
locate newfile2.lyx
You should not have so many hits. :-)
> regards
> john
--
José Abílio
On Thu, Sep 05, 2002 at 04:01:27PM +0100, John Levon wrote:
> Not hard. However I'd rather not do so in 1.2.x (we still are
> miscalculating its on screen height I believe already).
Here's the patch, but it doesn't work.
john
Index: text.C
==
I start a new lyx, then press ctrl-N. newfile1.lyx already exists, so
the new filename newfile2.lyx is chosen, and the file opens. Only thing
is, it opens an EXISTING file that isn't there !
moz src 163 pwd
/home/moz/src/lyx/lyx-devel/src
moz src 164 ls -l new*
-rw-rw-r--1 moz moz
Alain Castera wrote:
> Hi Juergen.
Hi Alain!
> Here's the beast. Shall I post it to bugzilla too ?
>
> Thank's to you and Lars for the help in compiling.
>
> Note : I changed 2 more files, lyx_sty.C and lyx_sty.h , in order to
> redefine tabularnewline only once.
>
> Have fun ;-)
Ok I patch
On Thursday 05 September 2002 3:58 pm, Lars Gullik Bjønnes wrote:
> | // This file is part of LyX, the document processor.
> | // Licence details can be found in the file COPYING.
> |
> | I think that that cuts it don't you? At least it describes /why/ anyone
> | would want to read COPYING.
>
> Ye
On Thu, Sep 05, 2002 at 04:57:10PM +0200, Juergen Vigna wrote:
> John Levon wrote:
> >john (never going to the pub again)
>
> Ha! That's just now, in half a day you will forget about this
> strange idea of yours #:O)
One day actually ... it is nearly Friday ...
john
--
"Take the ideas you fi
On Thu, Sep 05, 2002 at 03:49:38PM +0200, [EMAIL PROTECTED] wrote:
> Question: How difficult would it be to write the word
> "small/medium/bigskip" on screen just like it happens for fixed
> spacing?
Not hard. However I'd rather not do so in 1.2.x (we still are
miscalculating its on screen hei
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 05 September 2002 3:50 pm, John Levon wrote:
| > On Thu, Sep 05, 2002 at 01:24:53PM +0100, José Abílio Oliveira Matos wrote:
| > > This note can be anywhere in the file, the most usual options are begin
| > > and end. Also you should note
John Levon wrote:
> john (never going to the pub again)
Ha! That's just now, in half a day you will forget about this
strange idea of yours #:O)
Jug
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED]
Mitterstrich
John Levon <[EMAIL PROTECTED]> writes:
| btw, the blurb you show is wrong - we grant additional rights.
Not that again...
--
Lgb
On Thursday 05 September 2002 3:50 pm, John Levon wrote:
> On Thu, Sep 05, 2002 at 01:24:53PM +0100, José Abílio Oliveira Matos wrote:
> > This note can be anywhere in the file, the most usual options are begin
> > and end. Also you should note that this is standard.
>
> That's how I navigate. I
On Wed, Sep 04, 2002 at 06:34:40PM +0100, Angus Leeming wrote:
> sometimes the thing that dies is LyX, sometimes its just the daughter process
> (as in this case). Can we do anything to make things more robust?
Sure - find the bug :)
No, I don't know whewre to start looking
regards
john
--
On Thu, Sep 05, 2002 at 01:24:53PM +0100, José Abílio Oliveira Matos wrote:
> This note can be anywhere in the file, the most usual options are begin and
> end. Also you should note that this is standard.
That's how I navigate. If this yuck gets done I suppose I shall have to
teach vim how to
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 05 September 2002 3:38 pm, Lars Gullik Bjønnes wrote:
|
| > On occasion it might be nice to do as other gpl projects too...
|
| You mean like using politically correct GUI toolkits ?
And we are now, aren't we?
(if we only could get the g
On Thu, Sep 05, 2002 at 02:59:18PM +0100, Angus Leeming wrote:
> This file is part of LyX, the document processor.
> It is GPL-ed code.
Not true. Like I said, you'll need lines and lines.
> See the file COPYING
This is more than enough (i.e. what we have already)
/**
* \fi
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Sep 04, 2002 at 05:34:19PM +0200, Lars Gullik Bjønnes wrote:
|
| > | > Load the UserGuide and scroll down with "arrow down"-key.
| > |
| > | I do, and there's a bug on it. It causes some minor cursor droppings.
| > | This is "severe" and "unusabl
On Thu, Sep 05, 2002 at 04:22:23PM +0200, Lars Gullik Bjønnes wrote:
> So that a file taken out of context (i.e. lyx) still has the license
> information.
Please tell me you don't want 30 lines of license information in every
file like Mozilla or something.
The rreference to COPYING is fine.
r
On Thursday 05 September 2002 3:38 pm, Lars Gullik Bjønnes wrote:
> On occasion it might be nice to do as other gpl projects too...
You mean like using politically correct GUI toolkits ?
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 05 September 2002 3:22 pm, Lars Gullik Bjønnes wrote:
| > Angus Leeming <[EMAIL PROTECTED]> writes:
| > | On Thursday 05 September 2002 3:12 pm, José Abílio Oliveira Matos wrote:
| > | > On Thursday 05 September 2002 15:00, Lars Gullik Bjønn
On Wed, Sep 04, 2002 at 05:31:44PM +0200, Lars Gullik Bjønnes wrote:
> | | What ?? I don't know any problems THIS bad. Screenshots + recipes
> | | please.
> |
> | Load the UserGuide and scroll down with "arrow down"-key.
>
> Somehow this just went away... could have been a faulty build on my
>
On Wed, Sep 04, 2002 at 05:34:19PM +0200, Lars Gullik Bjønnes wrote:
> | > Load the UserGuide and scroll down with "arrow down"-key.
> |
> | I do, and there's a bug on it. It causes some minor cursor droppings.
> | This is "severe" and "unusable" ?? We must be seeing different problems.
>
> Yes
On Thursday 05 September 2002 1:04 pm, Jean-Marc Lasgouttes wrote:
> Marco Morandini wrote:
> > Jean-Marc Lasgouttes wrote:
> >> I would certainly like to have something like that in 1.2.2, since
> >> several people have complained about it already. However, Angus, I
> >> would appreciate if you
On Thursday 05 September 2002 3:22 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Thursday 05 September 2002 3:12 pm, José Abílio Oliveira Matos wrote:
> | > On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote:
> | > > Hmm da hmm I have some counters s
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 05 September 2002 3:12 pm, José Abílio Oliveira Matos wrote:
| > On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote:
| > > Hmm da hmm I have some counters stuff to look at first,
| > > but after that... please somebody beat me to
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes:
| On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote:
| >
| > Hmm da hmm I have some counters stuff to look at first,
| > but after that... please somebody beat me to it...
|
| Should we replace the COPYING reference with the e
On Thursday 05 September 2002 3:12 pm, José Abílio Oliveira Matos wrote:
> On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote:
> > Hmm da hmm I have some counters stuff to look at first,
> > but after that... please somebody beat me to it...
>
> Should we replace the COPYING referenc
On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote:
>
> Hmm da hmm I have some counters stuff to look at first,
> but after that... please somebody beat me to it...
Should we replace the COPYING reference with the explicit note?
--
José Abílio
Angus Leeming <[EMAIL PROTECTED]> writes:
| Ok, I've "done" all files in the src/graphics, src/frontends/controllers and
| src/frontends/xforms dirs. That includes moving all old style headers to the
| new style. (I think.)
Ok, thanks.
| I added an "author unknown" entry to any file that did
Ok, I've "done" all files in the src/graphics, src/frontends/controllers and
src/frontends/xforms dirs. That includes moving all old style headers to the
new style. (I think.)
I added an "author unknown" entry to any file that did not have an author
listed.
I reckon that I've "done my bit" on
Hello,
here comes a feature request for 1.3.0 and 1.2.2 :-)
When you use an absolute spacing below/above a paragraph,
the amount of spacing (i.e. the measure) is printed explicitly on
screen.
On the other hand, no text is printed for small/medium/bigskipamounts.
Recently, I ran into a tricky f
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Thu, Sep 05, 2002 at 01:51:46PM +0200, Lars Gullik Bjønnes wrote:
|
| > Ok, thanks.
| >
| > How do this patch look to you then?
|
| Good... but you need to add algorithm (and plate, planotable) to the
| list in Counters if you want these to wor
On Thu, Sep 05, 2002 at 01:51:46PM +0200, Lars Gullik Bjønnes wrote:
> Ok, thanks.
>
> How do this patch look to you then?
Good... but you need to add algorithm (and plate, planotable) to the
list in Counters if you want these to work currently. I suspect you want
to get rid of this altogethe
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes:
| Since that is your code I think that you can, that change doesn't apply to
| older versions.
I cannot give up rights.
--
Lgb
On Thursday 05 September 2002 12:30, Lars Gullik Bjønnes wrote:
> | Why not to replace "Read the file COPYING" with the following?
>
> I kindo like this too, but it is a farily large blurb.
> (I do not buy any size arguments as in bits and bytes)
This note can be anywhere in the file, the mos
Marco Morandini wrote:
> Jean-Marc Lasgouttes wrote:
>
>>
>> I would certainly like to have something like that in 1.2.2, since
>> several people have complained about it already. However, Angus, I
>> would appreciate if you could read it and see if you find no
>> obvious error.
>>
>> Marco, I a
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Thu, Sep 05, 2002 at 12:11:39PM +0300, Martin Vermeer wrote:
|
| > I suspect that your statement
| >
| > buf->counters().reset("enum");
| >
| > may be too simple. Remember the non-standard pre-increment :-)
|
| Do it like this:
|
| //
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > This is my patch for this.
| > This is basic support, it can be enhanced with, NoFloat, CopyFloat
| > etc. if wanted.
|
| A question: why have a LyXTextClass readFloat instead of Floating::read?
It was the minimal
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes:
| Why not to replace "Read the file COPYING" with the following?
I kindo like this too, but it is a farily large blurb.
(I do not buy any size arguments as in bits and bytes)
| * This program is free software; you can redistribute it and
On Thursday 05 September 2002 8:08 am, Lars Gullik Bjønnes wrote:
> | Just so I'm perfectly clear:
> |
> | /*
> | * \file PreviewLoader.C
> | * Read the file COPYING
> | *
> | * \author Angus Leeming
> | *
> | * Full author contact details available in file CREDITS
> | */
The script bel
On Thursday 05 September 2002 08:18, Lars Gullik Bjønnes wrote:
> You know, this style:
>
> /*
> * \file GraphicsCache.C
> * Copyright 2002 the LyX Team
> * Read the file COPYING
> *
> * \author Baruch Even <[EMAIL PROTECTED]>
> * \author Angus Leeming <[EMAIL PROTECTED]>
> */
>
> or a mod
On Mon, 2 Sep 2002, Juergen Vigna wrote:
> Ok could you send us a new patch on an updated 1.3.0? I will have a look
> at it again and I hope other people will have also. If I don't see any
> grave problems and others agree too we will commit this and fix the WYSIWYM
> later on.
Hi Juergen.
He
On Thu, Sep 05, 2002 at 12:11:39PM +0300, Martin Vermeer wrote:
> I suspect that your statement
>
> buf->counters().reset("enum");
>
> may be too simple. Remember the non-standard pre-increment :-)
Do it like this:
// reset the enumeration counter. They are always resetted
/
1 - 100 of 113 matches
Mail list logo