Re: Lyx2.1.0beta2 issues ?

2013-09-06 Thread Jean-Marc Lasgouttes
06/09/2013 07:53, Pavel Sanda: Vincent van Ravesteijn wrote: Please reply if you know about any issues so that I won't be able to overlook them. #8783 Here is a patch for this one. OK? JMarc From d2a2cb11e0015f05da56dbe5d6e607d53d17 Mon Sep 17 00:00:00 2001 From: Jean-Marc

Re: Lyx2.1.0beta2 issues ?

2013-09-06 Thread Jean-Marc Lasgouttes
28/08/2013 22:45, Vincent van Ravesteijn: Hi all, I think it's time to start thinking about what is needed before we can release beta2. Please reply if you know about any issues so that I won't be able to overlook them. I would like to merge the branch features/kill-tex2lyx-define. It solves

Re: Reviews of commits

2013-09-06 Thread Hashini Senaratne
Hello Jean-Marc, Unfortunately, this code exists to avoid painting too much stuff, so we have to cope with it. We cannot afford to repaint the whole screen every time the user moves the cursor, it can be really horrible, especially on Mac OS X. I will try to post a patch tomorrow

Re: Lyx2.1.0beta2 issues ?

2013-09-06 Thread Vincent van Ravesteijn
On Fri, Sep 6, 2013 at 11:16 AM, Jean-Marc Lasgouttes lasgout...@lyx.orgwrote: 06/09/2013 07:53, Pavel Sanda: Vincent van Ravesteijn wrote: Please reply if you know about any issues so that I won't be able to overlook them. #8783 Here is a patch for this one. OK? JMarc Are you

Re: LyX + Qt5 + CMake + XCode - attached files (1/1)

2013-09-06 Thread Vincent van Ravesteijn
Is this for branch 2.0.x or for master? Indeed it seems that the Qt5 porting missed the Q_WS_xx defines, that need to be reevaluated one by one. Vincent, what is your take on this? I indeed read that the Q_WS_* defines were replaced, but at the same time, it still seemed to work so I assumed

Re: cmake build: man pages

2013-09-06 Thread Kornel Benko
Am Sonntag, 1. September 2013 um 19:37:26, schrieb Kornel Benko kor...@lyx.org If there are concerns about stabilitiy, and if it doesn't fix a bug, I will need to ask you to postpone. No concerns at all. Vincent I committed it now. Kornel signature.asc Description: This is a

Re: Reviews of commits

2013-09-06 Thread Jean-Marc Lasgouttes
Le 06/09/13 13:07, Hashini Senaratne a écrit : I tried both of the above patches that you have sent me. But nothing was able to solve the problem I mentioned. (When entering Math inset from right edge, row slides unexpectedly to the left most position.) However bellow code solved the above

Statusbar on fullscreen

2013-09-06 Thread Pavel Sanda
Hi, it seems we forbid ui-toggle statusbar in fullscreen mode for no good reason. Please can someone on windows and mac test for me that the following patch does not break fullscreen statusbar absence? For testing simply switch to fullscreen and try to use menu via shortcut and observe whether

Re: back from vacation

2013-09-06 Thread Scott Kostyshak
On Fri, Sep 6, 2013 at 4:50 PM, Uwe Stöhr uwesto...@lyx.org wrote: Dear clooeagues, sorry for my silence. I am now back but will not have much time until the German election September 22. I try to commit the docs stuff I received and also the po-files. Anything I need to know, deadlines

back from vacation

2013-09-06 Thread Uwe Stöhr
Dear clooeagues, sorry for my silence. I am now back but will not have much time until the German election September 22. I try to commit the docs stuff I received and also the po-files. Anything I need to know, deadlines etc.? many thanks and regards Uwe

Re: Lyx2.1.0beta2 issues ?

2013-09-06 Thread Pavel Sanda
Pavel Sanda wrote: Vincent van Ravesteijn wrote: Please reply if you know about any issues so that I won't be able to overlook them. #8783 #8830 is another build problem we have. Patch included there but I wonder it signals we miss some other code as well. Pavel

Re: [LyX/master] ia.po: updates from Giovanni

2013-09-06 Thread Scott Kostyshak
On Fri, Sep 6, 2013 at 8:49 PM, Uwe Stöhr uwesto...@lyx.org wrote: commit 5435701af19ea8745153f0498428be903d96756e Author: Uwe Stöhr uwesto...@lyx.org Date: Sat Sep 7 02:49:27 2013 +0200 ia.po: updates from Giovanni I am getting errors when building using CMake and -DLYX_CPACK=ON:

Assertion on 2.1git in instant preview

2013-09-06 Thread Scott Kostyshak
Several LyX math parser warnings are fixed at 1a96a9cf Two warnings remain that might be serious. Attached is an MWE that can be used to reproduce an assertion. I can reproduce on Ubuntu 13.04 on both branch and trunk if I have instant preview enabled and place the cursor at the end of the word

Re: Lyx2.1.0beta2 issues ?

2013-09-06 Thread Jean-Marc Lasgouttes
06/09/2013 07:53, Pavel Sanda: Vincent van Ravesteijn wrote: Please reply if you know about any issues so that I won't be able to overlook them. #8783 Here is a patch for this one. OK? JMarc >From d2a2cb11e0015f05da56dbe5d6e607d53d17 Mon Sep 17 00:00:00 2001 From: Jean-Marc

Re: Lyx2.1.0beta2 issues ?

2013-09-06 Thread Jean-Marc Lasgouttes
28/08/2013 22:45, Vincent van Ravesteijn: Hi all, I think it's time to start thinking about what is needed before we can release beta2. Please reply if you know about any issues so that I won't be able to overlook them. I would like to merge the branch features/kill-tex2lyx-define. It solves

Re: Reviews of commits

2013-09-06 Thread Hashini Senaratne
Hello Jean-Marc, > > Unfortunately, this code exists to avoid painting too much stuff, so we > > have to cope with it. We cannot afford to repaint the whole screen every > > time the user moves the cursor, it can be really horrible, especially on > > Mac OS X. I will try to post a patch tomorrow

Re: Lyx2.1.0beta2 issues ?

2013-09-06 Thread Vincent van Ravesteijn
On Fri, Sep 6, 2013 at 11:16 AM, Jean-Marc Lasgouttes wrote: > 06/09/2013 07:53, Pavel Sanda: > > Vincent van Ravesteijn wrote: >> >>> Please reply if you know about any issues so that I won't be able to >>> overlook them. >>> >> >> #8783 >> > > Here is a patch for this one.

Re: LyX + Qt5 + CMake + XCode - attached files (1/1)

2013-09-06 Thread Vincent van Ravesteijn
> > Is this for branch 2.0.x or for master? Indeed it seems that the Qt5 > porting missed the Q_WS_xx defines, that need to be reevaluated one by one. > Vincent, what is your take on this? > > I indeed read that the Q_WS_* defines were replaced, but at the same time, it still seemed to work so I

Re: cmake build: man pages

2013-09-06 Thread Kornel Benko
Am Sonntag, 1. September 2013 um 19:37:26, schrieb Kornel Benko > > If there are concerns about stabilitiy, and if it doesn't fix a bug, I > > will need to ask you to postpone. > > No concerns at all. > > > Vincent I committed it now. Kornel signature.asc

Re: Reviews of commits

2013-09-06 Thread Jean-Marc Lasgouttes
Le 06/09/13 13:07, Hashini Senaratne a écrit : I tried both of the above patches that you have sent me. But nothing was able to solve the problem I mentioned. (When entering Math inset from right edge, row slides unexpectedly to the left most position.) However bellow code solved the above

Statusbar on fullscreen

2013-09-06 Thread Pavel Sanda
Hi, it seems we forbid ui-toggle statusbar in fullscreen mode for no good reason. Please can someone on windows and mac test for me that the following patch does not break fullscreen statusbar absence? For testing simply switch to fullscreen and try to use menu via shortcut and observe whether

Re: back from vacation

2013-09-06 Thread Scott Kostyshak
On Fri, Sep 6, 2013 at 4:50 PM, Uwe Stöhr wrote: > Dear clooeagues, > > sorry for my silence. I am now back but will not have much time until the > German election September 22. > I try to commit the docs stuff I received and also the po-files. > > Anything I need to know,

back from vacation

2013-09-06 Thread Uwe Stöhr
Dear clooeagues, sorry for my silence. I am now back but will not have much time until the German election September 22. I try to commit the docs stuff I received and also the po-files. Anything I need to know, deadlines etc.? many thanks and regards Uwe

Re: Lyx2.1.0beta2 issues ?

2013-09-06 Thread Pavel Sanda
Pavel Sanda wrote: > Vincent van Ravesteijn wrote: > > Please reply if you know about any issues so that I won't be able to > > overlook them. > > #8783 #8830 is another build problem we have. Patch included there but I wonder it signals we miss some other code as well. Pavel

Re: [LyX/master] ia.po: updates from Giovanni

2013-09-06 Thread Scott Kostyshak
On Fri, Sep 6, 2013 at 8:49 PM, Uwe Stöhr wrote: > commit 5435701af19ea8745153f0498428be903d96756e > Author: Uwe Stöhr > Date: Sat Sep 7 02:49:27 2013 +0200 > > ia.po: updates from Giovanni I am getting errors when building using CMake and

Assertion on 2.1git in instant preview

2013-09-06 Thread Scott Kostyshak
Several LyX math parser warnings are fixed at 1a96a9cf Two warnings remain that might be serious. Attached is an MWE that can be used to reproduce an assertion. I can reproduce on Ubuntu 13.04 on both branch and trunk if I have instant preview enabled and place the cursor at the end of the word