Re: mailing list test

2015-09-13 Thread Stephan Witt
Am 13.09.2015 um 02:04 schrieb Jerry : > > On Sep 6, 2015, at 12:23 PM, Stephan Witt wrote: > >> Am 06.09.2015 um 20:09 schrieb Richard Heck : >> >>> On 09/05/2015 04:11 AM, Stephan Witt wrote: Sorry for this test, but I don't get

Re: [LyX/master] Add missing braces

2015-09-13 Thread Kornel Benko
Am Samstag, 12. September 2015 um 18:57:00, schrieb Jean-Marc Lasgouttes > Le 12/09/15 18:48, Jean-Marc Lasgouttes a écrit : > > Le 12/09/15 18:43, Jean-Marc a écrit : > >> commit 61f02710317b99a050346a0c95c02fcdd457bfca > >> Author: Jean-Marc > >> Date:

Re: Crash on Fedora 23 on copying or cutting text

2015-09-13 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Le 12/09/15 13:58, Georg Baum a écrit : >> Jean-Marc Lasgouttes wrote: >> >>> I suspect a compiler bug. >> >> After further thinking about it I agree and reported it: >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67557 >> The attached patch fixes the crash.

Re: macron below vs. minus sign below (was tex2lyx tests failing on master)

2015-09-13 Thread Georg Baum
Guenter Milde wrote: > I propose a different approach: > > Motivation: > > Commit 268bd00 introduced an ambiguity because the "before" state had a > wrong mapping for the "MINUS BELOW". > The patch from #9764 removes the ambiguity (\b as representation of two > Unicode points). > > Both,

Re: [LyX/master] In fileLock, take in account the case where the file cannot be opened

2015-09-13 Thread Kornel Benko
Am Samstag, 12. September 2015 um 23:54:52, schrieb Jean-Marc Lasgouttes > commit 1e4adc512e1901e2c031bd375afe2825692620a5 > Author: Jean-Marc Lasgouttes > Date: Sat Sep 12 23:49:32 2015 +0200 > > In fileLock, take in account the case where the

Re: Linker error while building Lyx 2.2 on OSX

2015-09-13 Thread Stephan Witt
Am 12.09.2015 um 23:01 schrieb da...@dinh.io: > Thanks Stephan. > > When I launch this version of LyX, I got an error saying that textclasses > could not be found, which persisted even after I had updated the paths to > match my LyX 2.1 settings exactly. Are there any paths hardcoded into the

Re: [LyX/master] In fileLock, take in account the case where the file cannot be opened

2015-09-13 Thread Jean-Marc Lasgouttes
Well, we return an error now. I would think it is the responsibility of the calling code to act on it. I am just the messenger :) JMarc Le 13 septembre 2015 10:43:50 GMT+02:00, Kornel Benko a écrit : >Am Samstag, 12. September 2015 um 23:54:52, schrieb Jean-Marc >Lasgouttes

Re: Problem with InsetMathSideset::dyb

2015-09-13 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Coverity points out that in the code below, des is overwritten without > being used. The same happens in dyt(). Georg, any comment? This was the first attempt of calculating descend and ascent, which I abandoned by introducing dybt(). I forgot to remove the old

Re: LyX on high resolution displays

2015-09-13 Thread Scott Kostyshak
On Sun, Sep 13, 2015 at 09:39:48AM -0400, PhilipPirrip wrote: > On 09/12/2015 09:59 PM, Scott Kostyshak wrote: > rom what I understand. > > > >I know you are using Windows, but if by chance you dual boot with > >Ubuntu, let me know and I can give you installation files you can test. > > Hi Scott,

Re: Update on the patches

2015-09-13 Thread Georg Baum
Guillaume Munch wrote: > * Where should I commit po files? I vaguely remember reading somewhere > that these should be against stable, do I remember correctly and in that > case is it better to commit to master at the same time? Note that you do not need to change po files if you don't want to

Re: LyX on high resolution displays

2015-09-13 Thread PhilipPirrip
On 09/12/2015 09:59 PM, Scott Kostyshak wrote: rom what I understand. I know you are using Windows, but if by chance you dual boot with Ubuntu, let me know and I can give you installation files you can test. Hi Scott, I have a 3200x1800 laptop with Fedora 22 installed (Gnome), and would be

Re: [LyX/master] Make destructor virtual

2015-09-13 Thread Richard Heck
On 09/13/2015 04:02 AM, Georg Baum wrote: commit acb09a3efdedc997ddbe4c174eec48cedf9f0ad7 Author: Georg Baum Date: Fri Sep 11 23:04:59 2015 +0200 Make destructor virtual Base classes with virtual methods should have a virtual destructor. See Scott Meyers,

Re: Update on the patches

2015-09-13 Thread Richard Heck
On 09/12/2015 10:19 PM, Scott Kostyshak wrote: On Sun, Sep 13, 2015 at 02:31:27AM +0100, Guillaume Munch wrote: I've pushed the patches that we discussed. First of all, congrats on your push! I am now enjoying the improvements you just committed and I am looking forward to your future work on

Re: textcommands in math mode

2015-09-13 Thread Georg Baum
Enrico Forestieri wrote: > I think that all is needed is the attached patch. I like it very much. I did not test it, but if the autocompletion problem does still exist after applying it, then we should implement a general mechanism to restrict autocompletion in mathed to the currently active

Re: Linker error while building Lyx 2.2 on OSX

2015-09-13 Thread david
The error message states “Lyx will only have minimal functionality because no textclasses have been found. You can either try to reconfigure LyX normally, try to reconfigure without checking your LaTeX installation, or continue.” Which ever choice (reconfigure, without latex, continue) I

Re: Crash on Fedora 23 on copying or cutting text

2015-09-13 Thread Richard Heck
On 09/12/2015 08:32 PM, José Matos wrote: On Friday 11 September 2015 23:33:52 Georg Baum wrote: The attached patch fixes the crash. Shall I apply it? Georg Please do. :-) I can confirm that it solves all the crashes I had before (FWIW I am just testing 2.1.4). For stable, too, then. rh

Re: LyX on high resolution displays

2015-09-13 Thread PhilipPirrip
On 09/13/2015 11:22 AM, Scott Kostyshak wrote: Yes this would be best. I only know how to make .deb files. The branch is 'master' (which is the default branch I believe). Our master branch is what will become 2.2.0. It would be great if you could test. From what I understand, we (well not I but

Re: Update on the patches

2015-09-13 Thread Richard Heck
On 09/12/2015 09:31 PM, Guillaume Munch wrote: * I would like to discuss another set of patches that makes it convenient to navigate within floats: see . To test the patch please compare the behaviour, before and after, of the navigation menus and of the

Re: Update on the patches

2015-09-13 Thread Scott Kostyshak
On Mon, Sep 14, 2015 at 12:39:38AM +0100, Guillaume Munch wrote: > Le 13/09/2015 12:55, Georg Baum a écrit : > >Guillaume Munch wrote: > > > >>* Where should I commit po files? I vaguely remember reading > >>somewhere that these should be against stable, do I remember > >>correctly and in that

Re: LyX on high resolution displays

2015-09-13 Thread Guillaume Munch
Le 14/09/2015 00:34, PhilipPirrip a écrit : On 09/13/2015 06:02 PM, Scott Kostyshak wrote: Ah it seemes that Qt 5 is needed in order to take advantage of the commits. see http://www.lyx.org/trac/ticket/9130#comment:15 I would warn that you should use Qt 5.5 as using previous versions caused

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 14/09/2015 03:17, Scott Kostyshak a écrit : put a link to the lyx-devel message on the trac ticket. How do you find this link?

Re: [LyX/2.1.x] Fix bug #1996

2015-09-13 Thread Richard Heck
On 09/13/2015 07:58 PM, Guillaume Munch wrote: commit d186d708ea0bb80f6f62942732d503dda4455dc2 Author: Guillaume Munch Date: Sat Aug 29 03:38:54 2015 +0100 Fix bug #1996 \overrightarrow and related macros have a standard behaviour with respect to

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 13/09/2015 21:52, Richard Heck a écrit : On 09/12/2015 10:19 PM, Scott Kostyshak wrote: On Sun, Sep 13, 2015 at 02:31:27AM +0100, Guillaume Munch wrote: I've pushed the patches that we discussed. First of all, congrats on your push! I am now enjoying the improvements you just committed and

Re: LyX on high resolution displays

2015-09-13 Thread PhilipPirrip
On 09/13/2015 06:02 PM, Scott Kostyshak wrote: Ah it seemes that Qt 5 is needed in order to take advantage of the commits. see http://www.lyx.org/trac/ticket/9130#comment:15 I would warn that you should use Qt 5.5 as using previous versions caused regressions. Oh, OK. Thanks Scott. I might

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 13/09/2015 12:55, Georg Baum a écrit : Guillaume Munch wrote: * Where should I commit po files? I vaguely remember reading somewhere that these should be against stable, do I remember correctly and in that case is it better to commit to master at the same time? Note that you do not need

Re: LyX on high resolution displays

2015-09-13 Thread Scott Kostyshak
On Sun, Sep 13, 2015 at 07:34:02PM -0400, PhilipPirrip wrote: > On 09/13/2015 06:02 PM, Scott Kostyshak wrote: > > >Ah it seemes that Qt 5 is needed in order to take advantage of the commits. > >see > >http://www.lyx.org/trac/ticket/9130#comment:15 > >I would warn that you should use Qt 5.5 as

Re: LyX on high resolution displays

2015-09-13 Thread PhilipPirrip
On 09/13/2015 07:42 PM, Scott Kostyshak wrote: Hopefully one of the Fedora users around here has an idea. Just in case, give CMake a try. # First clean the source directory (I assume you don't have any changes # you care about): git clean -xdf ./ # Make a directory somewhere (outside the

Re: LyX on high resolution displays

2015-09-13 Thread Scott Kostyshak
On Sun, Sep 13, 2015 at 09:27:52PM -0400, PhilipPirrip wrote: > On 09/13/2015 07:42 PM, Scott Kostyshak wrote: > >Hopefully one of the Fedora users around here has an idea. > > > >Just in case, give CMake a try. > > > ># First clean the source directory (I assume you don't have any changes > >#

Re: Update on the patches

2015-09-13 Thread Scott Kostyshak
On Sun, Sep 13, 2015 at 01:55:59PM +0200, Georg Baum wrote: > Guillaume Munch wrote: > > > * I would like to discuss another set of patches that makes it > > convenient to navigate within floats: see > > . To test the patch please compare > > the behaviour,

Re: LyX on high resolution displays

2015-09-13 Thread Scott Kostyshak
On Sun, Sep 13, 2015 at 04:50:43PM -0400, PhilipPirrip wrote: > On 09/13/2015 11:22 AM, Scott Kostyshak wrote: > > >Yes this would be best. I only know how to make .deb files. The branch > >is 'master' (which is the default branch I believe). Our master branch > >is what will become 2.2.0. It

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 14/09/2015 01:00, Scott Kostyshak a écrit : On Mon, Sep 14, 2015 at 12:39:38AM +0100, Guillaume Munch wrote: Le 13/09/2015 12:55, Georg Baum a écrit : Guillaume Munch wrote: * Where should I commit po files? I vaguely remember reading somewhere that these should be against stable, do I

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 14/09/2015 01:22, Guillaume Munch a écrit : and the .dir-locals.el reads: ((nil . ((indent-tabs-mode . t) (tab-width . 4) (fill-column . 80))) (c-mode . ((c-file-style . "BSD") (c-basic-offset . 4) (c-set-style . "bsd"))) (c++-mode .

Re: Update on the patches

2015-09-13 Thread Guillaume Munch
Le 13/09/2015 22:28, Richard Heck a écrit : On 09/12/2015 09:31 PM, Guillaume Munch wrote: * I would like to discuss another set of patches that makes it convenient to navigate within floats: see . To test the patch please compare the behaviour, before and

Re: LyX on high resolution displays

2015-09-13 Thread PhilipPirrip
On 09/13/2015 09:39 PM, Scott Kostyshak wrote: Ouch that indeed does not look good. I feel like this is a Qt bug. Unless our .ui files are not well-defined, Qt is responsible for the dialog elements not running into each other. This even with Qt4 depends on the selected Qt GUI Style

Re: LyX on high resolution displays

2015-09-13 Thread Stephan Witt
Am 13.09.2015 um 22:50 schrieb PhilipPirrip : > On 09/13/2015 11:22 AM, Scott Kostyshak wrote: > >> Yes this would be best. I only know how to make .deb files. The branch >> is 'master' (which is the default branch I believe). Our master branch >> is what will become 2.2.0. It would

Re: Update on the patches

2015-09-13 Thread Scott Kostyshak
On Mon, Sep 14, 2015 at 03:42:15AM +0100, Guillaume Munch wrote: > Le 14/09/2015 03:17, Scott Kostyshak a écrit : > >put a link to the lyx-devel message on the trac ticket. > > How do you find this link? Well, I just do [a and mutt copies it to my clipboard (I have a script). I am guessing you