Re: de-UserGuide improvements

2016-05-07 Thread Guenter Milde
On 2016-05-07, mn wrote: > On 06.05.16 21:11, Guenter Milde wrote: >> However, system-wide input conventions are not the topic of the lyx >> user guide. > D’accord. It just needs to be taken into account. > (Even if just for my own growing understanding) >> Actually, here I get with German keyb

Re: SVG Icon going to fallback plaintext in Windows

2016-05-07 Thread Shankar Giri Venkita Giri
Completely agree. I think the best solution for the plaintext icons is to get svg support compiled in the mingw64 qt pre-compiled binaries (I've already requested the mingw64 repo maintainer for this). Once I try it out myself, I'll probably go with modifying the Install.Win32 to instruct mingw64 n

Re: [LyX/2.3-staging] Remove special code for Qt5 to manage HiDPI. It's not needed anymore and leads to strange icon scaling problems in mixed resolution environment. For reference see the screen shot

2016-05-07 Thread Guillaume Munch
Which version of qt is this for? Here on Ubuntu we are still stuck with 5.5.1 for a little while. More generally what qt version is going to be supported by 2.3 ? Le 07/05/2016 08:56, Stephan Witt a écrit : commit 1cd6633870c679d987e17e3901da3ac6a2873ab3 Author: Stephan Witt Date: Sat May 7 0

Re: LyX doesn't work with ImageMagick 7

2016-05-07 Thread Uwe Stöhr
Am 07.05.2016 um 11:11 schrieb Georg Baum: This is a good thing. The name convert is too general (and indeed, windows includes a convert.exe for converting file systems, so we were walking on thin ice before). Good point. Yes I had some problems in the past to assure that IM's convert.exe is

Re: LyX doesn't work with ImageMagick 7

2016-05-07 Thread Uwe Stöhr
Am 07.05.2016 um 12:08 schrieb Jean-Marc Lasgouttes: AFAIK, we bundle IM ourselves on Windows. Is there really an urgent reason for upgrading? Yes, to assure good support I would rely on an up to date ImageMagick. If there is e.g. a security issue in libpng ImageMagick releases a new versio

Re: current master is incompilable

2016-05-07 Thread Uwe Stöhr
Am 07.05.2016 um 02:55 schrieb Guillaume Munch: Yes of course... Why of course? If so why was it committed? Please try again. Many thanks! http://www.lyx.org/trac/changeset/1b4728b5e2da5056565c57eca4126c0add29897d/lyxgit fixed the compilation problem. regards Uwe

Re: [LyX/2.3-staging] Ensure unix line ends for configure.ac

2016-05-07 Thread Kornel Benko
Am Samstag, 7. Mai 2016 um 12:36:03, schrieb Georg Baum > commit c82e0a3a9d59a1ab40dad1ea4ab97eb7bf6ecbc6 > Author: Georg Baum > Date: Sat May 7 12:33:47 2016 +0200 > > Ensure unix line ends for configure.ac > > On windows, configure.ac needs to have unix line ends if you want to

Re: SVG Icon going to fallback plaintext in Windows

2016-05-07 Thread Stephan Witt
Am 07.05.2016 um 11:10 schrieb Shankar Giri : > > Hi Stephan, > > Thanks for looking into this. > > I think we are mixing two bugs here (please correct me if I'm wrong). > > Bug 1: SVG converts poorly, so the effort has been to make the pictures look > better. These are actually pictures in th

Re: de-UserGuide improvements

2016-05-07 Thread mn
On 06.05.16 21:11, Guenter Milde wrote: > On 2016-05-05, mn wrote: >>> Do you get “ with Opt-" also in other applications? >> Yes, this is a standard and defined system-wide on a Mac with >> German keyboard-layout. > So this is similar to AltGr+B on my German Linux keyboard. > > However, system-wi

Re: LyX doesn't work with ImageMagick 7

2016-05-07 Thread Jean-Marc Lasgouttes
AFAIK, we bundle IM ourselves on Windows. Is there really an urgent reason for upgrading? Also, I do not remember the reason why we didn't switch to graphicsmagick like all Linux distribution did. JMarc Le 7 mai 2016 02:27:57 GMT+02:00, "Uwe Stöhr" a écrit : >ImageMagick released the new maj

Re: Replying to [comment:6 uwestoehr]: (Ticket #10081)

2016-05-07 Thread Georg Baum
racoon wrote: > On 04.05.2016 01:06, Uwe Stöhr wrote: >> Am 22.04.2016 um 16:24 schrieb racoon: >> we found out that your Windows system is heavily "fragmented". >>> >>> I am not sure whom you mean by "we" who found out that my Windoes system >>> is "heavily fragmented". Do you mean you and m

Re: Replying to [comment:6 uwestoehr]: (Ticket #10081)

2016-05-07 Thread racoon
On 04.05.2016 01:06, Uwe Stöhr wrote: Am 22.04.2016 um 16:24 schrieb racoon: we found out that your Windows system is heavily "fragmented". I am not sure whom you mean by "we" who found out that my Windoes system is "heavily fragmented". Do you mean you and me? Hi Daniel, Yes. If so, the

Python 2 in release notes

2016-05-07 Thread Georg Baum
lib/RELEASE-NOTES contains the following paragraph: * LyX needs to be run under Python 2 and will not work properly on systems where Python 3 is the default binary. See #7030 to know how to fix this properly, since simple shebang conversion in *.py files will not be enough. I believe that th

Re: SVG Icon going to fallback plaintext in Windows

2016-05-07 Thread Georg Baum
Shankar Giri wrote: > Bug 2: Specifically for MinGW-W64 pacman repository built Qt libs, the > pixmap.load(path); will fail for SVGs and SVGZs (built without SVG > support). So icons all go blank and instead show fall-back text. My > patch was aiming to only temporarily address Bug 2 not Bug 1. I

Re: Update on situation for 2.2.0 release

2016-05-07 Thread Georg Baum
Scott Kostyshak wrote: > On Thu, May 05, 2016 at 02:32:46PM +0200, Georg Baum wrote: >> >> I would like to merge all changes to mergepo.py from 2.3-staging to >> master (see attached). The users won't see this script at all, but it >> will make updating translations easier, especially since most

Re: LyX doesn't work with ImageMagick 7

2016-05-07 Thread Georg Baum
Uwe Stöhr wrote: > ImageMagick released the new major version 7. Unfortunately they removed > the convert executable. One has to use the command "magick" instead of > "convert". This is a good thing. The name convert is too general (and indeed, windows includes a convert.exe for converting file

Re: SVG Icon going to fallback plaintext in Windows

2016-05-07 Thread Shankar Giri
Hi Stephan, Thanks for looking into this. I think we are mixing two bugs here (please correct me if I'm wrong). Bug 1: SVG converts poorly, so the effort has been to make the pictures look better. These are actually pictures in the LyX body, not the LyX toolbar icons themselves. I believe thi

Re: SVG Icon going to fallback plaintext in Windows

2016-05-07 Thread Stephan Witt
Am 07.05.2016 um 04:11 schrieb Shankar Giri Venkita Giri : > > > Hi Scott, > > Yes. The problem is the Qt5.6 binaries which I installed from the > MSYS2+MINGW64 repository using the standard "pacman". The Qt5.6 libraries > bundled with MINGW64 appear not to have built-in SVG image support(if

Re: Update on situation for 2.2.0 release

2016-05-07 Thread Stephan Witt
Am 06.05.2016 um 23:52 schrieb Joel Kulesza : > > On Fri, May 6, 2016 at 5:22 PM, Stephan Witt wrote: > You may consider to remove or rename the QSettings storage. It should be in > $HOME/Library/Preferences. > > This doesn't appear to be the case. > > 10011 jkulesza@tempest[~/Library/Preferen