Re: Font spacing issue again

2011-01-14 Thread Andre Poenitz
On Thu, Jan 13, 2011 at 09:07:46AM +0100, Abdelrazak Younes wrote: > On 01/13/2011 08:48 AM, Pavel Sanda wrote: > >Stephan Witt wrote: > >>The metrics cache computes the width of every single character - > >>inclusive cacheing of it (to get better performance). But the > >>drawing is done with comp

Re: Font spacing issue again

2011-01-14 Thread Stephan Witt
Am 13.01.2011 um 09:07 schrieb Abdelrazak Younes: > On 01/13/2011 08:48 AM, Pavel Sanda wrote: >> Stephan Witt wrote: >>> The metrics cache computes the width of every single character - >>> inclusive cacheing of it (to get better performance). But the >>> drawing is done with complete text string

RE: #6720: Better error handling of instant preview

2011-01-14 Thread venom00
Well, I managed to make a patch which seems to work, but, as usual, I need you to test it. This is my solution: when we open a document all the snippets are put together in a unique LaTeX file. Then we parse the DVI (the DTL created with dv2dt actually) looking for pages containing literal PostScr

Re: Font spacing issue again

2011-01-14 Thread Abdelrazak Younes
On 01/13/2011 06:44 PM, Andre Poenitz wrote: On Thu, Jan 13, 2011 at 09:07:46AM +0100, Abdelrazak Younes wrote: On 01/13/2011 08:48 AM, Pavel Sanda wrote: Stephan Witt wrote: The metrics cache computes the width of every single character - inclusive cacheing of it (to get better performance).

Re: Patch for "read-only thesaurus"

2011-01-14 Thread Pavel Sanda
Stephan Witt wrote: > > Use case: When reading the Manual in a foreign language (maybe because > > there is no translation to ones mothertongue) a thesaurus can help to get > > the meaning of less common words. this is joke? :) why not use translator? pavel

Re: Patch for "read-only thesaurus"

2011-01-14 Thread Stephan Witt
Am 13.01.2011 um 12:49 schrieb Pavel Sanda: > Stephan Witt wrote: >> Ah... the original version simply was: >> >> DialogView::checkStatus() { updateView(); } >> >> So alternatively we may override Dialog::checkStatus() for GuiThesaurus. >> Possible patch is attached. > > this one looks better,

Re: Change WA that gets focus on LyXView::focusIn()

2011-01-14 Thread Pavel Sanda
Tommaso Cucinotta wrote: > Apologies. > > T. > > Il 09/01/2011 18:36, Vincent van Ravesteijn ha scritto: >> >>> The attached patch works for me in fixing this, i.e., it tries to put the >>> focus back on the Current WA first. >>> Anything against it ? lets try it... pavel > Index: src/fronte

Re: #6720: Better error handling of instant preview

2011-01-14 Thread Pavel Sanda
Enrico Forestieri wrote: > I am afraid, something more clever is needed. what if we switch to the way how instant preview works with images - simply wait for the moment when it appears on the screen? pavel

Re: Font spacing issue again

2011-01-14 Thread Abdelrazak Younes
On 01/14/2011 04:55 PM, Stephan Witt wrote: Am 13.01.2011 um 09:07 schrieb Abdelrazak Younes: On 01/13/2011 08:48 AM, Pavel Sanda wrote: Stephan Witt wrote: The metrics cache computes the width of every single character - inclusive cacheing of it (to get better performance). But the drawing i

Towards beta4/rc1?

2011-01-14 Thread Pavel Sanda
hi, i'm considering whether next release should be rc or beta. - the future of new win installer seems not to happen any time soon, also the future of the current official installer is quite dark. i would more happy if this was solved, but waiting for +2 months just for maybe-installer d

Re: lyx 1.5.5 in squeeze

2011-01-14 Thread Pavel Sanda
Andrei Lomov wrote: > > For some reasons (e.g. to keep old layouts and fast opening of lyx-file in > 400 pages on athlon 1600 machine) i've tried to build lyx-1.5.5 in squeeze. > > After "# apt-get install build-essential" and "$ dpkg-buildpackage" i get > very strange config.log: > > ... > err

Re: Table Bug

2011-01-14 Thread Pavel Sanda
Richard Heck wrote: > > Shouldn't the table dialog reset to show the properties of the new cell as > I move around? I noticed in particular that this doesn't happen for the > longtable pane, so if you are trying to find out which rows are in the > header, it doesn't work. You have to close the d

Table Bug

2011-01-14 Thread Richard Heck
Shouldn't the table dialog reset to show the properties of the new cell as I move around? I noticed in particular that this doesn't happen for the longtable pane, so if you are trying to find out which rows are in the header, it doesn't work. You have to close the dialog and reopen it. Richa

Re: Make lyx more easy to be configed as portable program

2011-01-14 Thread Pavel Sanda
hzluo wrote: > I have made a patch for the above problems. Please check the attached. I > have tested under Windows and it works as expected. unless somebody is going to make detail review, this is too late for 2.0. it can bring regressions since the code touches common routine... pavel