Richard Heck wrote:
> On 01/10/2015 08:20 PM, Uwe Stöhr wrote:
>> Hello JMarc,
>>
>> after your merge I get these 2 compilation warnings:
>>
>> ..\..\src\RowPainter.cpp(448): warning C4244: 'Argument': conversion
>> of 'float' to 'int', possible dataloss
>> ..\..\src\RowPainter.cpp(450): warni
Hi, I am Keyur. I have compiled lyx on Ubuntu 14.04.
Now, I wanted to get started with lyx development.
Is there any article on wiki about lyx internals. Or I should get started with
easy fixes.
Thanks.
Sent from my iPhone
Dear Keyur,
Welcome to LyX!
First of all I would like to point you to our official docs for new developers:
http://www.lyx.org/GetInvolved#toc2
http://www.lyx.org/Development
http://www.lyx.org/DevFAQ
As pointed out in the texts above, one of the most straightforward way
to delve into the codebas
Le 11/01/2015 11:53, Georg Baum a écrit :
Because they are on by default in MSVC and off by default in gcc. You can
get similar ones with gcc by calling it with -Wconversion (but that outputs
many more).
Yes, I tried it, but it is not useful.
I have had cases where those warnings showed a rea
Le 11/01/2015 03:14, Richard Heck a écrit :
JMarc, does dotted_line_thickness_ need to be a float?
I do not think so, but then I do not know this code well. There are some
additional tricks linked to zoom that cause the value to not exactly be
what we think it is.
Actually, QFontMetrics alr
Le 11/01/2015 02:20, Uwe Stöhr a écrit :
Hello JMarc,
after your merge I get these 2 compilation warnings:
..\..\src\RowPainter.cpp(448): warning C4244: 'Argument': conversion
of 'float' to 'int', possible dataloss
..\..\src\RowPainter.cpp(450): warning C4244: 'Initialisation':
conversion
Hi Juergen,
Can this be considered as a bug in LyX support for Beamer?
Try this:
- Open template beamer-conference-ornate-20min.lyx
- Put cursor on Subsection 1.1
- Hit , then
This apparently innocuous manipulation completely screws the structure
of teh document by un-nesting the first element o
Le 11/01/2015 03:14, Richard Heck a écrit :
JMarc, does dotted_line_thickness_ need to be a float?
Actually, it is a float because we use QPen::setWidthF to set the width
as a real. Stephan, do you know whether we really that? We do not do
transforms on painters, do we?
JMarc
Le 11/01/2015 19:56, Jean-Marc Lasgouttes a écrit :
Le 11/01/2015 03:14, Richard Heck a écrit :
JMarc, does dotted_line_thickness_ need to be a float?
Actually, it is a float because we use QPen::setWidthF to set the width
as a real. Stephan, do you know whether we really that? We do not do
tr
Hi,
I have successfully compiled Lyx.
When I change the files, What should I do to reflect those change to Lyx.
When I run Lyx it does not reflect changed files.
Thnaks.
Hi Keyur,
Welcome!
On Sun, Jan 11, 2015 at 11:14 PM, Keyur Patel wrote:
> Hi,
>
> I have successfully compiled Lyx.
How did you compile LyX? What setup are you using? Just as an example,
I'm on Ubuntu 14.10 and I compile LyX with CMake. Do you use CMake or
autotools (./configure)?
Also, which
Hi Keyur,
Please don't respond to me directly. Respond to the list so that
someone else can see your reply and help if I'm not able to. Also,
please bottom post (see http://www.lyx.org/MailingLists#toc7)
On Sun, Jan 11, 2015 at 11:39 PM, Keyur Patel wrote:
> I'm on Ubuntu 14.04 and compiled Lyx
Hello,
I have compiled Lyx 2.2.0 dev on ubuntu 14.04. When i run Lyx command
in src directory I got following error.
checking LaTeX configuration... default values
+checking list of textclasses...
done
LyX: Done!
Warning: Could not read configuration file
---
Hi Keyur,
On Mon, Jan 12, 2015 at 6:32 AM, Keyur Patel wrote:
> Hello,
>
> I have compiled Lyx 2.2.0 dev on ubuntu 14.04. When i run Lyx command
> in src directory I got following error.
>
Did you make any changes to the config files? What were those changes?
Perhaps this broke down the config f
Liviu Andronic wrote:
> Hi Juergen,
> Can this be considered as a bug in LyX support for Beamer?
>
> Try this:
> - Open template beamer-conference-ornate-20min.lyx
> - Put cursor on Subsection 1.1
> - Hit , then
>
> This apparently innocuous manipulation completely screws the structure
> of teh
Enrico Forestieri wrote:
> > === The following minor problems have been detected by configure.
> > === Please check the messages below before running 'make'.
> > === (see the section 'Problems' in the INSTALL file)
> >
> > == The found moc compiler is for Qt 3.3.8 but the Qt library version is
>
16 matches
Mail list logo