Cengiz Gunay wrote:
> I believe having a popup which only interrupts an automatic process and
> waits for mouse click/keyboard is not very useful. I would suggest either:
>
> 1) Having a concept of LyX log file/window similar to the LaTeX log
>concept.
> 2) Having little LyX-Warning boxes emb
Bo Peng wrote:
> Dear developers,
>
> It took me a while to set up instant preview on solaris. One problem
> is that my grep does not have -E option so
>
> grep -E 'Preview: [ST]' ${LOGFILE} > ${METRICSFILE} ||
> would fail. Deleting -E solves the problem.
Fair enough. There's nothing very exten
John Levon wrote:
> On Tue, May 04, 2004 at 10:40:54PM +0100, Angus Leeming wrote:
>
>> Thanks, John. So what's the recommended strategy to address this?
>
> Manually save and restore the dialog state is the only one I can
> think of
Thanks, John. However, I googled for "Qt prevent signals" and
John Levon wrote:
> We already have a "LaTeX errors" dialog box. It could, and should, go
> there.
>
> We need to make the following changes:
>
> o) allow our error dialog to have the concept of warnings. Only bring
>up the dialog if the compilation failed.
Tottaly agreed here.
> o) allo
On Tue, May 04, 2004 at 08:38:36PM +0100, Angus Leeming wrote:
> Have you tried the Qt frontend, Andre?
Not lately. I just checked that it compiled (it did - in almost exactly
two hours on a PII 333)
Andre'
On Tue, May 04, 2004 at 08:37:57PM +0100, John Levon wrote:
> On Tue, May 04, 2004 at 09:07:37PM +0200, Andre Poenitz wrote:
>
> > > Maybe we should do as John has done in the Qt frontend already and
> > > have separate widgets to display messages and to input commands?
> >
> > Btw, I discovered
On Wednesday 05 May 2004 7:29 am, Andre Poenitz wrote:
> On Tue, May 04, 2004 at 08:38:36PM +0100, Angus Leeming wrote:
> > Have you tried the Qt frontend, Andre?
>
> Not lately. I just checked that it compiled (it did - in almost
> exactly two hours on a PII 333)
I know the feeling. I have an old
On Wednesday 05 May 2004 7:23 am, Andre Poenitz wrote:
> Isn't there the minibuffer to type in andd the status bar the same
> kind of thing? Once we press M-x it's a text entry, otherwise a
> static label...
You're probably right. However, nothiing is going to change in this
area before lyx 1.5 d
The graphics inset has currently three problems concerning zipped files and
"not nice" latex output:
1. If the file is zipped and the noUnzip parameter is true, lyx presents an
absolute filename to latex to ensure that the corresponding .bb file can be
found. This will be a problem for dvi export
Angus Leeming wrote:
> The attached patch is identical to that just submitted to the 1.4.x
> tree. Please add it to you list of patches for 1.3.x, Jean-Marc.
>
> If anyone can see what needs to be done to fix this in the Qt
> frontend, then they're a better man than I.
google helped me out.
Jea
Georg Baum wrote:
> The graphics inset has currently three problems concerning zipped
> files and "not nice" latex output:
[ ... snip problems and corresponding solutions ... ]
> The attached archive contains a test file and images for problem 3.
> The attached patch fixes these problems, mainly
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Angus Leeming wrote:
>> The attached patch is identical to that just submitted to the 1.4.x
>> tree. Please add it to you list of patches for 1.3.x, Jean-Marc.
>>
>> If anyone can see what needs to be done to fix this in the Qt
>>
On Wed, May 05, 2004 at 08:23:08AM +0200, Andre Poenitz wrote:
> > On Tue, May 04, 2004 at 09:07:37PM +0200, Andre Poenitz wrote:
> >
> > > > Maybe we should do as John has done in the Qt frontend already and
> > > > have separate widgets to display messages and to input commands?
> > >
> > > Bt
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Bo Peng wrote:
>> Dear developers,
>>
>> It took me a while to set up instant preview on solaris. One
>> problem is that my grep does not have -E option so
>>
>> grep -E 'Preview: [ST]' ${LOGFILE} > ${METRICSFILE} || would fail.
>
On Wed, May 05, 2004 at 08:56:53AM +0100, Angus Leeming wrote:
> Emitted signals disappear into hyperspace if signals are blocked. Note
Are you positive this won't cause problems elsewhere? (timers etc.)
regards
john
On Wed, May 05, 2004 at 10:00:47AM +0100, Angus Leeming wrote:
> Georg, I don't know where you find the energy to resolve these, truly
> tedious, bugs. Well done!
Amen. I'm really glad George is working so hard on these issues. They're
tricky, and cause real problems for users...
john
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> John Levon wrote:
>> On Tue, May 04, 2004 at 10:05:24AM +0100, Angus Leeming wrote:
>>> enabled XWorkArea to use the conventional X11 drawing model.
>>> (John, do you have it archived, else I'll have to trawl the
>>> archives to dig
> "Ronald" == Ronald Florence <[EMAIL PROTECTED]> writes:
Ronald> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Angus> http://www.devel.lyx.org/download/ Jean-Marc, this link (to the
Angus> LyX on OSX (X11) HOWTO) now goes to lyx_on_aqua.html. I guess
Angus> that that makes the paragraph re
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Jean-Marc Lasgouttes wrote: Hm. I find that the .ppm files
Angus> exist but have zero size.
>> Where are the ppm supposed to be? I can't find them. What program
>> produces them?
Angus> In /tmp/lyx_tmpdirXXX/lyx_tmpbuf
On Wednesday 05 May 2004 10:57 am, John Levon wrote:
> On Wed, May 05, 2004 at 08:56:53AM +0100, Angus Leeming wrote:
> > Emitted signals disappear into hyperspace if signals are blocked.
> > Note
>
> Are you positive this won't cause problems elsewhere? (timers etc.)
No, I admit I hadn't thought
Jean-Marc Lasgouttes wrote:
> Angus, your latest patches to xforms and lyx concerning redraw seem
> to work very well.
>
> They do not fix the menu problems, though. It seems that the xforms
> popup code does not try to see whether backing store is applied. I
> guess it should generate a redraw ev
Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Bo Peng wrote:
>>> Dear developers,
>>>
>>> It took me a while to set up instant preview on solaris. One
>>> problem is that my grep does not have -E option so
>>>
>>> grep -E 'Preview: [ST]' ${LO
Jean-Marc Lasgouttes wrote:
> Angus> They are produced by legacy_lyxpreview2ppm.py which calls
> Angus> latex, dvips, gs and pnmcrop to generate them. It was this
> Angus> last, cropping, step that was going wrong. Jose has now
> Angus> committed the patch.
>
> I can confirm that it works.
Hoorah
On Wed, May 05, 2004 at 11:17:05AM +0100, Angus Leeming wrote:
> No, I admit I hadn't thought of that. However, there are no timers
> connected to QRefDialogBase::refsLB, referenceED are there?
Well, there's all sorts of internal fun. But if we're works we're
probably* OK
regards
john
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>> Also, did your patch for having OK be the default button for
>> printing dialog ever get applied to 1.3.x?
Angus> Apparently not. I can confirm that the attached patch works.
Angus> Shall I apply it?
Yes, please.
JMarc
On Wed, May 05, 2004 at 09:46:12AM +0200, Georg Baum wrote:
> Cengiz Gunay wrote:
>
> > I believe having a popup which only interrupts an automatic process and
> > waits for mouse click/keyboard is not very useful. I would suggest either:
> >
> > 1) Having a concept of LyX log file/window similar
On Wed, May 05, 2004 at 10:03:13AM +0200, Alfredo Braunstein wrote:
> John Levon wrote:
>
> > We already have a "LaTeX errors" dialog box. It could, and should, go
> > there.
> >
> > We need to make the following changes:
> >
> > o) allow our error dialog to have the concept of warnings. Only b
Juergen,
I think that this patch fixes a bug report of yours: when using
natbib/jurabib and numerical citation style, it'd be nice if the
first entry in the list of possible citations in the dialog was
[#ID].
Could you check it out, please? If all is well I guess that it can be
backported to
Angus Leeming wrote:
> Georg, I don't know where you find the energy to resolve these, truly
> tedious, bugs. Well done!
Thanks. It is not as difficult as it looks like: More than once I discovered
a new bug when I tried to fix another one.
> Incidentally, can you see a way to enable this level
Helge Hafting wrote:
> On Wed, May 05, 2004 at 09:46:12AM +0200, Georg Baum wrote:
>> 5) Fix the real problem behind: double data definition. Define a new
>> format for included lyx files that is identical to the normal one but
>> without the header information (similar to latex). Currently lyx tr
Georg Baum wrote:
> Angus Leeming wrote:
>
>> Georg, I don't know where you find the energy to resolve these,
>> truly tedious, bugs. Well done!
>
> Thanks. It is not as difficult as it looks like: More than once I
> discovered a new bug when I tried to fix another one.
This sort of war of attr
Angus Leeming wrote:
> Juergen,
>
> I think that this patch fixes a bug report of yours: when using
> natbib/jurabib and numerical citation style, it'd be nice if the
> first entry in the list of possible citations in the dialog was
> [#ID].
I didn't test it yet, But note that jurabib does not p
Juergen Spitzmueller wrote:
>> Could you check it out, please? If all is well I guess that it can
>> be backported to 1.3.x.
> As soon as I return from Switzerland.
Thanks.
--
Angus
On Tue, May 04, 2004 at 05:48:12PM +0100, Angus Leeming spake thusly:
> Lars Gullik Bjønnes wrote:
> > | Maybe we should do as John has done in the Qt frontend already and
> > | have separate widgets to display messages and to input commands?
> >
> > I'd like that.
> >
> > OTOH it is time to fr
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Tue, May 04, 2004 at 05:48:12PM +0100, Angus Leeming spake thusly:
|
>> Lars Gullik Bjønnes wrote:
>> > | Maybe we should do as John has done in the Qt frontend already and
>> > | have separate widgets to display messages and to input commands?
>>
On Wednesday 05 May 2004 4:07 pm, Martin Vermeer wrote:
> On Tue, May 04, 2004 at 05:48:12PM +0100, Angus Leeming spake
thusly:
> > Lars Gullik Bjønnes wrote:
> > > | Maybe we should do as John has done in the Qt frontend
> > > | already and have separate widgets to display messages and to
> > > |
Lars Gullik Bjønnes wrote:
> | On the other hand, having Qt and XForms behave as similarly as
> | possible will save us heartache later on. If this is small, I'd
> | say: go for it and finish the job.
>
> To have Qt and XForms and behave similarly is not a requirement.
But does make it easier to
The trouble I'm having is that if the LyX.app bundle is moved from
/Applications (which Mac users normally are used to being able to
do), accessing the thesaurus from within LyX causes a crash. Any
suggestions for how to get this to work?
Post a backtrace so that we can see where it is crashing.
(
38 matches
Mail list logo