Re: aiksaurus rpm for Fedora Core 1

2004-02-20 Thread John Levon
On Fri, Feb 20, 2004 at 05:50:38PM -0800, David Bellot wrote: > Hi, > > I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload them into > ftp.lyx.org:/pub/lyx/incoming. > > Where could I put the files ? ftp:lyx.org:/incoming john -- "Spammers get STABBED by GOD." - Ron Echeverri

aiksaurus rpm for Fedora Core 1

2004-02-20 Thread David Bellot
Hi, I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload them into ftp.lyx.org:/pub/lyx/incoming. Where could I put the files ? David [EMAIL PROTECTED]

Re: [patch] localized status

2004-02-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> Hmm, a concrete case though: if a document is readonly, the >> checkboxen (?) should be present but disabled. Andre> Which ones? Let's say the 'emphasize' icon, for example. Andre> [Nevertheless, any place that has the power to modif

Re: [patch] localized status

2004-02-20 Thread John Levon
On Fri, Feb 20, 2004 at 06:27:38PM +0100, Andre Poenitz wrote: > > Hmm, a concrete case though: if a document is readonly, the checkboxen > > (?) should be present but disabled. > > Which ones? > > [Nevertheless, any place that has the power to modify a document (say > an LFUN_SELFINSERT handler

Re: replace and find next

2004-02-20 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> The 1.3.x series does only contain bugfixes and it's not Juergen> clear if there will be a LyX 1.3.5 Just on this last point: my intent now is to have a 1.3.5, if only to add support in lyx2lyx to read the 1.4.0 format (

Re: replace and find next

2004-02-20 Thread Juergen Spitzmueller
Hi Francesco, Francesco Lamonica wrote: > +++ lyx-1.3.4-mod/src/frontends/qt2/ui/QSearchDialogBase.ui Fri Feb 20 > 17:46:00 2004 @@ -1,311 +1,254 @@ > - > + I don't know if this feature will be considered useful, but technically, you have to take care about the following issues: - You need

Re: [patch] localized status

2004-02-20 Thread Andre Poenitz
On Fri, Feb 20, 2004 at 06:14:50PM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > >> Can you handle such a case? > > Andre> Yes. > > What a man! > > Andre> Version C: > > Andre> I am not really sure we need this feature at all ;-) > > I can

replace and find next

2004-02-20 Thread Francesco Lamonica
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i did this simple patch to add the above functionality i really missed in LyX :-) the patch is made against LyX 1.3.4 with diff -ur command hope it might help regards P.S. for the compilation process i had to symlink qt_helpers.h in the ui subd

Re: [patch] localized status

2004-02-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> Can you handle such a case? Andre> Yes. What a man! Andre> Version C: Andre> I am not really sure we need this feature at all ;-) I cannot give a precise reference here, so we'll see if the need arises. Hmm, a concrete case though

Re: [patch] localized status

2004-02-20 Thread Andre Poenitz
On Fri, Feb 20, 2004 at 06:00:48PM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> I think having this getStatus in parallel to the priv_dispatch > Andre> is (a) simple to implement and (b) all we need. > > Andre> Each insets that handles

Re: [patch] localized status

2004-02-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> I think having this getStatus in parallel to the priv_dispatch Andre> is (a) simple to implement and (b) all we need. Andre> Each insets that handles LFUN_FOO in priv_dispatch() will have Andre> the chance to 'announce' this in it'

Re: [patch] localized status

2004-02-20 Thread Andre Poenitz
On Fri, Feb 20, 2004 at 05:51:38PM +0100, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> That's most of the 'necessary infrastucture' for 'localized > Andre> getStatus' (but none of the 'real' work). > > Andre> It would work pretty much like di

Re: [patch] localized status

2004-02-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> That's most of the 'necessary infrastucture' for 'localized Andre> getStatus' (but none of the 'real' work). Andre> It would work pretty much like dispatch: asking Andre> cursor-tip-to-bottom every inset whether it will later handl

[patch] fix cursor movements in tabulars

2004-02-20 Thread Andre Poenitz
[This contains the previously posted 'getStatus' 'infrastructure' and ...] Fixes some of the cursor movements in tabulars and streamlines the LyXText cursor movement handlers a bit. It also renames 'FINISHED' to 'FINISHED_LEFT' (i.e. similar to FINISHED_RIGHT/UP/DOWN) Andre' -- Those who desi

[patch] localized status

2004-02-20 Thread Andre Poenitz
That's most of the 'necessary infrastucture' for 'localized getStatus' (but none of the 'real' work). It would work pretty much like dispatch: asking cursor-tip-to-bottom every inset whether it will later handle a certain request, stopping at the first one that says 'I know this LFUN and I decide

Re: [patch] quote-insert

2004-02-20 Thread Juergen Spitzmueller
Andre Poenitz wrote: > > Is it o.k. when I just commit the stuff without the ERT fix and let you > > do this? > > Yes. Thanks. It's in. Over to you. Jürgen.

[patch] fix tabular crash

2004-02-20 Thread Andre Poenitz
This fixes a crash in InsetTabular when moving up/down. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) ? 1.diff ? 2.diff ? 3.diff ? fullredraw.diff ? par-row.diff ? qfont_loade

Re: [patch] quote-insert

2004-02-20 Thread Andre Poenitz
On Fri, Feb 20, 2004 at 10:49:36AM +0100, Juergen Spitzmueller wrote: > Andre Poenitz: > > This should be handled in the ERTInset's dispatch, or even better, > > 'forbidden' by LyXFunc::status. And LyXFunc::status should be split into > > inset specific parts and shifted to the some Inset::status w

Re: [patch] quote-insert

2004-02-20 Thread Juergen Spitzmueller
Andre Poenitz: > This should be handled in the ERTInset's dispatch, or even better, > 'forbidden' by LyXFunc::status. And LyXFunc::status should be split into > inset sopecific parts and shifted to the some Inset::status where > appropriate. Is it o.k. when I just commit the stuff without the ERT

Re: [ANNOUNCE] LyX 1.3.4 is released

2004-02-20 Thread Jean-Marc Lasgouttes
> "Chip" == Chip Cuccio <[EMAIL PROTECTED]> writes: Chip> Complete. It is in the review process and should appear later on Chip> today. Thanks. JMarc

[patch] trivial

2004-02-20 Thread Andre Poenitz
Just renames a function according to lyxStyle(); Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...) ? .lyxfunc.C.swp ? .lyxfunc.h.swp ? 1.diff ? 2.diff ? 3.diff ? fullredraw.diff ?