Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-11 Thread Georg Baum
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

New To Lyx

2015-01-11 Thread Keyur
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

Re: New To Lyx

2015-01-11 Thread Liviu Andronic
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

Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-11 Thread Jean-Marc Lasgouttes
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

Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-11 Thread Jean-Marc Lasgouttes
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

Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-11 Thread Jean-Marc Lasgouttes
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

Possible Beamer bug when switching from Subsection to Section

2015-01-11 Thread Liviu Andronic
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

Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-11 Thread Jean-Marc Lasgouttes
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

Re: 2 dataloss warnings after merge of remote-tracking branch

2015-01-11 Thread Jean-Marc Lasgouttes
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

New To Lyx: Compiling Problem

2015-01-11 Thread Keyur Patel
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.

Re: New To Lyx: Compiling Problem

2015-01-11 Thread Scott Kostyshak
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

Re: New To Lyx: Compiling Problem

2015-01-11 Thread Scott Kostyshak
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

Error while reading the configuration file preferences.

2015-01-11 Thread Keyur Patel
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 ---

Re: Error while reading the configuration file preferences.

2015-01-11 Thread Liviu Andronic
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

Re: Possible Beamer bug when switching from Subsection to Section

2015-01-11 Thread Jürgen Spitzmüller
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

Re: configure detects wrong qt libs

2015-01-11 Thread Pavel Sanda
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 >