Dear all,
I get a few minutes to play with the scons generated project files. It
turns out that if I set command line options correctly (now set as
default when mode=debug), and adjust targets of the project files, I
can use MSVS to debug lyx. With this, the project files are at least
usable, tho
On Sat, Jun 10, 2006 at 11:29:35AM +0200, Lars Gullik Bjønnes wrote:
> Enrico Forestieri <[EMAIL PROTECTED]> writes:
>
> | Given that newer software should guarantee backward compatibility,
> | you should also guarantee that it can be used with LyX. Be it test or
> | production software.
>
> But
Dnia Sat, 10 Jun 2006 18:24:02 +0200, Tomasz Łuczak <[EMAIL PROTECTED]>
napisał:
Dnia Thu, 08 Jun 2006 18:00:57 +0200
Jean-Marc Lasgouttes wrote:
> Andrzej Tomaszewski writes:
Andrzej> Dear All! I have recently installed LyX 1.4.1 for Windows
Andrzej> using LyXWin141Small-2-01.exe and e
Dnia Thu, 08 Jun 2006 18:00:57 +0200
Jean-Marc Lasgouttes wrote:
> > Andrzej Tomaszewski writes:
>
> Andrzej> Dear All! I have recently installed LyX 1.4.1 for Windows
> Andrzej> using LyXWin141Small-2-01.exe and encountered completely
> Andrzej> unfathomable problems concerning Polish locali
Lars Gullik Bjønnes wrote:
> However, there is a lot of hardcoding going on, is it possible to
> avoid some of that? (not a show-stopper though)
I don't like that either. But it cannot be avoided, because the way of loading
fonts differs so much from case to case (\usepackage vs. redefining
\rmd
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| I hope this is clearer.
Yes, thanks.
I like the patch, and LyX really needs a font overhaul.
However, there is a lot of hardcoding going on, is it possible to
avoid some of that? (not a show-stopper though)
--
Lgb
Bo Peng wrote:
>> I thought I have to wait until configure also tests on LC_MESSAGES but
>> it does it already so I've committed the patch.
>>
>
> Good work. Now, scons + msvc + libiconv + nls/libintl compiles and
> starts well. If Abdel can post his aspell, and maybe Aiksausus windows
> build, I
Lars Gullik Bjønnes wrote:
> | What is it? Basically:
> |
> | - Split font selection to roman, serif and typewriter (as it is in
> | LaTeX).
>
> Can you explain this a bit more for me?
Sure. In LaTeX, you have a general separation of font families:
- Roman family (\rmdefault)
- Sans family (\sfdef
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
| I am about to rewrite LyX's document font selection interface, something that
| is long overdue.
|
| I'm almost through, so I have attached what I have. Apart from a general
| review, some issues are still missing/open, where I need your input.
Charles de Miramon wrote:
> I thought Computer Modern was also available as a truetype font...
Sure, but that's a separate font (not included in LaTeX). The same counts for
all other fonts. Having them installed on your OS does not mean that you have
them in LaTeX, and vice versa (apart from tha
Juergen Spitzmueller wrote:
> This is not so easy, unfortunately. After all, lots of these fonts are
> only available to LaTeX, not to qt, for instance.
>
I thought Computer Modern was also available as a truetype font...
Package cm-super on Debian.
Cheers,
Charles
--
http://www.kde-france.o
Lars Gullik Bjønnes wrote:
But why do this on the branch when it has nothing to do with your
branch work? (Be very wary of doing stuff on the branch that does not
logically belong together...)
I agree with Lars. It is just too easy to work in one's personal branch :-)
And please merge the b
I thought I have to wait until configure also tests on LC_MESSAGES but
it does it already so I've committed the patch.
Good work. Now, scons + msvc + libiconv + nls/libintl compiles and
starts well. If Abdel can post his aspell, and maybe Aiksausus windows
build, I can have a full lyx.exe. This
Charles de Miramon wrote:
> Very nice. A preview of fonts would be very useful for new users
This is not so easy, unfortunately. After all, lots of these fonts are only
available to LaTeX, not to qt, for instance.
Jürgen
Juergen Spitzmueller wrote:
> Please have a look. Thanks.
> Jürgen
Very nice. A preview of fonts would be very useful for new users. But I
guess it would need a tabbed configuration widget with a second tab for the
expert settings. Maybe, it is not possible with Xforms
Cheers,
Charles
--
http:
I am about to rewrite LyX's document font selection interface, something that
is long overdue.
I'm almost through, so I have attached what I have. Apart from a general
review, some issues are still missing/open, where I need your input. See
below.
What is it? Basically:
- Split font selection
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| We have a drawing error with insets. It is very easy to see with the
| note inset. Just load the userguide, look at the 'Note' inset near the
| top, place the cursor within it and see the background and frame
| change.
|
| If the note is not the f
Lars Gullik Bjønnes wrote:
[EMAIL PROTECTED] writes:
| Author: younes
| Date: Sat Jun 10 01:59:57 2006
| New Revision: 14065
|
| Log:
| simple pen optimisation
|
| Modified:
| lyx-devel/branches/personal/younes/src/frontends/qt4/QLPainter.C
| lyx-devel/branches/personal/younes/src/fr
Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| This simple patch saves 4 seconds in the PageDown test.
|
| Committed in the "younes" branch.
A Q. What is expensive about pens? Creation or changing between them?
I think changing. I have been experimenting this pat
Lars Gullik Bjønnes wrote:
> Is this bug also present in 1.4?
I'm seeing drawing errors in 1.4 every now and then with collapsable insets in
tabular cells (that is, if you write into the collapsable, the screen does
not get updated).
I couldn't yet boil it down to a reproducible test case, thoug
We have a drawing error with insets. It is very easy to see with the
note inset. Just load the userguide, look at the 'Note' inset near the
top, place the cursor within it and see the background and frame
change.
If the note is not the first item in the paragraph -> no error
If the note contains
[EMAIL PROTECTED] writes:
| Author: younes
| Date: Sat Jun 10 01:59:57 2006
| New Revision: 14065
|
| Log:
| simple pen optimisation
|
| Modified:
| lyx-devel/branches/personal/younes/src/frontends/qt4/QLPainter.C
| lyx-devel/branches/personal/younes/src/frontends/qt4/QLPainter.h
But wh
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| This simple patch saves 4 seconds in the PageDown test.
|
| Committed in the "younes" branch.
A Q. What is expensive about pens? Creation or changing between them?
--
Lgb
Enrico Forestieri <[EMAIL PROTECTED]> writes:
| Given that newer software should guarantee backward compatibility,
| you should also guarantee that it can be used with LyX. Be it test or
| production software.
But that does not mean that we should change anything in svn.
--
Lgb
Peter Kümmel wrote:
> Bo Peng wrote:
>>> This patch solves it for me.
>> Thanks, Abdel. I do not really know what is going on there, but it
>> works on linux as well so I submitted it.
>>
>> Joost, please check if you still have any build or version_suffix problem.
>>
>> Bo
>>
>>
>
> I don't fully
Bo Peng wrote:
>> This is done by the svn version and 1729 leads to the crash.
>>
>> Without touching the intl files, we must use HAVE_LC_MESSAGES
>> (there was already a HAVE_LC_MESSAGES in the code),
>> test LC_MESSAGE for 1729, or disable the code with _WIN32.
>
> Peter,
>
> Recent scons tests
26 matches
Mail list logo