Re: [LyX/master] Some fixups to row margins

2016-03-04 Thread Kornel Benko
Am Samstag, 5. März 2016 um 01:24:15, schrieb Scott Kostyshak > On Wed, Jul 22, 2015 at 12:01:34AM +0200, Jean-Marc Lasgouttes wrote: > > commit 412a724aaf8a532adba71f8e8491c258f651a4e1 > > Author: Jean-Marc Lasgouttes > > Date: Sat Jul 18 00:07:30 2015

Re: [LyX/master] Some fixups to row margins

2016-03-04 Thread Scott Kostyshak
On Wed, Jul 22, 2015 at 12:01:34AM +0200, Jean-Marc Lasgouttes wrote: > commit 412a724aaf8a532adba71f8e8491c258f651a4e1 > Author: Jean-Marc Lasgouttes > Date: Sat Jul 18 00:07:30 2015 +0200 > > Some fixups to row margins > > In breakRow set left and right

Re: Problem with key shortcuts on 2.2 with qt-5.5

2016-03-04 Thread Scott Kostyshak
On Fri, Mar 04, 2016 at 11:17:42AM +, José Matos wrote: > What is not to be expected is that when pressing Alt it also underlines > letter > in the open buffers, as an example I have r for read-review, 2 for 2016 and p > for software-projects. I don't understand, are read-review and 2016

Re: new compiler warning in master

2016-03-04 Thread Jean-Marc Lasgouttes
Le 04/03/2016 01:21, Uwe Stöhr a écrit : Am 04.03.2016 um 00:26 schrieb Jean-Marc Lasgouttes: In the meantime I pushed (and then reverted) my patch by mistake. This fixed the warnings I got. What about this one? I can test it but what should I do to verify that it works? I think it is

Re: Qt5.6 and MSVC

2016-03-04 Thread Peter Kümmel
Am 04.03.2016 um 01:34 schrieb Uwe Stöhr: I played a bit with Qt5.6RC and the latest MSVC 2015. I can compile current master without errors but finally I still get this linking error: D:\LyXGit\Master\compile-2015\src\tests\check_ExternalTransforms.vcxproj" (standard target) (18) ->

Re: CMake issue

2016-03-04 Thread Peter Kümmel
Am 04.03.2016 um 03:58 schrieb Uwe Stöhr: I have this code in my debug build script: cmake %LYX_SOURCE% -GNinja -G"Visual Studio 14" -DLYX_ENABLE_CXX11=ON -DLYX_USE_QT=QT5 -DLYX_ENABLE_EXPORT_TESTS=0 -DLYX_MERGE_FILES=0 -DLYX_NLS=1 -DLYX_INSTALL=0 -DLYX_RELEASE=0 -DLYX_CONSOLE=FORCE

Re: CMake issue

2016-03-04 Thread Kornel Benko
Am Freitag, 4. März 2016 um 03:58:08, schrieb Uwe Stöhr > I have this code in my debug build script: > > cmake %LYX_SOURCE% -GNinja -G"Visual Studio 14" -DLYX_ENABLE_CXX11=ON > -DLYX_USE_QT=QT5 -DLYX_ENABLE_EXPORT_TESTS=0 -DLYX_MERGE_FILES=0 > -DLYX_NLS=1 -DLYX_INSTALL=0

pybtex looks interesting

2016-03-04 Thread Neal Becker
http://pythonhosted.org/pybtex/

Problem with key shortcuts on 2.2 with qt-5.5

2016-03-04 Thread José Matos
Hi, when working with lyx-2.2beta2 I noticed a strange behaviour: I am used to change the paragraph layout with Alt+P ... The problem now is that when I press Alt I see in the menus some letters underlined, F for File, E for Edit and so on. That is to be expect and it works as

Re: new compiler warning in master

2016-03-04 Thread Enrico Forestieri
On Fri, Mar 04, 2016 at 12:26:11AM +0100, Jean-Marc Lasgouttes wrote: > Le 04/03/2016 00:14, Jean-Marc Lasgouttes a écrit : > >>>Nope. > >> > >>The attached patch does the trick for me. > > > >THe warnings you see are not the same as Uwe's warnings. > > In the meantime I pushed (and then