Re: How to setup image converters on Mac?

2017-09-17 Thread Scott Kostyshak
On Sun, Sep 17, 2017 at 06:24:46PM +0200, Stephan Witt wrote: > > Den 13. sep. 2017 03:29, skrev Scott Kostyshak: > >> It actually amazes me how few people care about including bitmaps > > I certainly care too. Rereading the email I sent, it could easily be interpreted as though I was implying

Re: Failed tests for es/Additional.lyx

2017-09-17 Thread Scott Kostyshak
On Sat, Sep 16, 2017 at 09:37:55PM +0200, Kornel Benko wrote: > > Ah good to know. Should that change be ported to 2.3.x? > > From my POV, yes. OK go ahead (if you have time). Scott signature.asc Description: PGP signature

Re: Changes in lettre.cls

2017-09-17 Thread Scott Kostyshak
On Sat, Sep 16, 2017 at 08:44:36PM +0200, Jean-Pierre wrote: > Le 16 septembre 2017 6:39:06 PM Scott Kostyshak a écrit : > > > On Sun, Aug 13, 2017 at 06:39:16PM +0200, Jean-Pierre Chrétien wrote: > > > Le 09/08/2017 à 10:00, Scott Kostyshak a écrit : > > > > > > > > > > >

Re: How to setup image converters on Mac?

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 21:07 schrieb Stephan Witt : > > Am 17.09.2017 um 19:48 schrieb Jürgen Spitzmüller : >> >> Am Sonntag, den 17.09.2017, 15:26 +0200 schrieb Stephan Witt: >>> Because of the change directory coded in inkscape starter the $$i for >>> the >>> input

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 22:30 schrieb Jean-Marc Lasgouttes : > > Le 17/09/2017 à 22:26, Stephan Witt a écrit : >> It works. > > Good, feel free to commit, or I'll do it tomorrow. No need to do it fast. > Two lines below d->pixel_ratio_ can be used then? >> GuiPainter

Re: LyX-Workarea: Background not shown correctly

2017-09-17 Thread Jean-Marc Lasgouttes
Le 17/09/2017 à 22:30, Stephan Witt a écrit : Am 17.09.2017 um 21:27 schrieb Jean-Marc Lasgouttes : Le 17/09/2017 à 19:48, Stephan Witt a écrit : Hi JMarc, another problem I’ve seen: after running view-pdflatex e.g. the work area doesn’t show correct background color.

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Jean-Marc Lasgouttes
Le 17/09/2017 à 22:26, Stephan Witt a écrit : It works. Good, feel free to commit, or I'll do it tomorrow. Two lines below d->pixel_ratio_ can be used then? GuiPainter pain(viewport(), d->pixel_ratio_); Actually, pixel_ratio_ is more like last_pixel_ratio_, used to remember the

Re: LyX-Workarea: Background not shown correctly

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 21:27 schrieb Jean-Marc Lasgouttes : > > Le 17/09/2017 à 19:48, Stephan Witt a écrit : >> Hi JMarc, >> another problem I’ve seen: after running view-pdflatex e.g. >> the work area doesn’t show correct background color. > > Wow. The situation is worse than I

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 21:38 schrieb Jean-Marc Lasgouttes : > > Le 17/09/2017 à 18:42, Stephan Witt a écrit : >> Now I made some progress. After sending the previous mail I’ve noticed >> that LyX eats massively CPU time. The cause seems to be the missing >> adjustment of

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Jean-Marc Lasgouttes
Le 17/09/2017 à 18:42, Stephan Witt a écrit : Now I made some progress. After sending the previous mail I’ve noticed that LyX eats massively CPU time. The cause seems to be the missing adjustment of GuiWorkArea::Private::pixel_ratio_ - that’s why the GuiWorkArea::Private::needResize() returns

Re: LyX-Workarea: Background not shown correctly

2017-09-17 Thread Jean-Marc Lasgouttes
Le 17/09/2017 à 19:48, Stephan Witt a écrit : Hi JMarc, another problem I’ve seen: after running view-pdflatex e.g. the work area doesn’t show correct background color. Wow. The situation is worse than I thought. Where does all this black come from? JMarc

Re: How to setup image converters on Mac?

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 19:48 schrieb Jürgen Spitzmüller : > > Am Sonntag, den 17.09.2017, 15:26 +0200 schrieb Stephan Witt: >> Because of the change directory coded in inkscape starter the $$i for >> the >> input file name leads to a „file not found“ error. With a change to >> inkscape

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Jean-Marc Lasgouttes
Le 17 septembre 2017 19:17:44 GMT+02:00, Stephan Witt a écrit : > >>> I cannot find GuiWorkArea::Private::toggleCaret() in master. I was probably wrong about the Private. I am not in front of the code right now. JMarc

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 18:42 schrieb Stephan Witt : > > Am 17.09.2017 um 18:17 schrieb Stephan Witt : >> >> Am 14.09.2017 um 16:30 schrieb Jean-Marc Lasgouttes : >>> >>> Le 14/09/2017 à 15:15, Stephan Witt a écrit : Am 14.09.2017 um 14:31

Re: How to setup image converters on Mac?

2017-09-17 Thread Jürgen Spitzmüller
Am Sonntag, den 17.09.2017, 15:26 +0200 schrieb Stephan Witt: > Because of the change directory coded in inkscape starter the $$i for > the > input file name leads to a „file not found“ error. With a change to > inkscape —file=$$p/$$i --export-area-drawing --without-gui --export- > pdf=$$p/$$o

Re: How to setup image converters on Mac?

2017-09-17 Thread Jürgen Spitzmüller
Am Sonntag, den 17.09.2017, 19:15 +0200 schrieb Stephan Witt: > But I need to change configure.py to call inkscape with full path > names > for the input image and the conversion result to get it work. > > Do you think this is a problem? No. But remember to do that also for the svg2*tex scripts

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 18:42 schrieb Kornel Benko : > > Am Sonntag, 17. September 2017 um 18:17:47, schrieb Stephan Witt > >> Am 14.09.2017 um 16:30 schrieb Jean-Marc Lasgouttes : >>> >>> Le 14/09/2017 à 15:15, Stephan Witt a écrit : Am

Re: How to setup image converters on Mac?

2017-09-17 Thread Stephan Witt
> Am 17.09.2017 um 18:41 schrieb Jürgen Spitzmüller : > > Am Sonntag, den 17.09.2017, 18:01 +0200 schrieb Stephan Witt: >>> It does. See how we deal with inkscape on windows. >> >> Yes, and I don’t like it. How do you deal with it on Linux? > > Linux doesn't need the full path,

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 18:17 schrieb Stephan Witt : > > Am 14.09.2017 um 16:30 schrieb Jean-Marc Lasgouttes : >> >> Le 14/09/2017 à 15:15, Stephan Witt a écrit : >>> Am 14.09.2017 um 14:31 schrieb Jean-Marc Lasgouttes : Le 14/09/2017

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Kornel Benko
Am Sonntag, 17. September 2017 um 18:17:47, schrieb Stephan Witt > Am 14.09.2017 um 16:30 schrieb Jean-Marc Lasgouttes : > > > > Le 14/09/2017 à 15:15, Stephan Witt a écrit : > >> Am 14.09.2017 um 14:31 schrieb Jean-Marc Lasgouttes : >

Re: How to setup image converters on Mac?

2017-09-17 Thread Jürgen Spitzmüller
Am Sonntag, den 17.09.2017, 18:01 +0200 schrieb Stephan Witt: > > It does. See how we deal with inkscape on windows. > > Yes, and I don’t like it. How do you deal with it on Linux? Linux doesn't need the full path, unless you are using some customized build. But then, I would set the full path

Re: Any rc1 blockers?

2017-09-17 Thread Jürgen Spitzmüller
Am Dienstag, den 12.09.2017, 12:20 +0200 schrieb Jean-Marc Lasgouttes: > Le 12/09/2017 à 11:41, Jean-Marc Lasgouttes a écrit : > > Le 12/09/2017 à 10:59, Jürgen Spitzmüller a écrit : > > > Hunspell is also outdated. > > > > I'll have a go at it. > > Not so easy after all. What we have is a

Re: How to setup image converters on Mac?

2017-09-17 Thread Stephan Witt
Am 15.09.2017 um 15:13 schrieb Helge Hafting : > > > > Den 13. sep. 2017 03:29, skrev Scott Kostyshak: >> It actually amazes me how few people care about including bitmaps >> graphics in their final meant-for-publication drafts. I wonder if I am >> the only one that is

Re: LyX-Workarea: Cursor invisible on Mac

2017-09-17 Thread Stephan Witt
Am 14.09.2017 um 16:30 schrieb Jean-Marc Lasgouttes : > > Le 14/09/2017 à 15:15, Stephan Witt a écrit : >> Am 14.09.2017 um 14:31 schrieb Jean-Marc Lasgouttes : >>> >>> Le 14/09/2017 à 13:16, Stephan Witt a écrit : Hi JMarc, with master I have

Re: How to setup image converters on Mac?

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 17:44 schrieb Jürgen Spitzmüller : > > Am Sonntag, den 17.09.2017, 15:26 +0200 schrieb Stephan Witt: >> I’ve made a test. The cost for 200 calls of the pure shell script >> /Applications/Inkscape.app/Contents/Resources/bin/inkscape >> is 0m52.436s real. The cost

Re: How to setup image converters on Mac?

2017-09-17 Thread Jürgen Spitzmüller
Am Sonntag, den 17.09.2017, 15:26 +0200 schrieb Stephan Witt: > I’ve made a test. The cost for 200 calls of the pure shell script > /Applications/Inkscape.app/Contents/Resources/bin/inkscape > is 0m52.436s real. The cost for 200 calls of the lyx-provided > wrapper lyx/development/MacOSX/inkscape

Re: How to setup image converters on Mac?

2017-09-17 Thread Stephan Witt
Am 17.09.2017 um 08:03 schrieb Jürgen Spitzmüller : > > Am Samstag, den 16.09.2017, 20:46 +0200 schrieb Stephan Witt: >> No, it doesn’t work. > > Why? Because it doesn’t find the binary. > 1) inkscape-bin is in >> /Applications/Inkscape.app/Contents/Resources/bin > > And then

Re: How to setup image converters on Mac?

2017-09-17 Thread Jürgen Spitzmüller
> Can't we make it pass the full pathname rather than just the > filename? And that's exactly what my approach is trying to do. Jürgen > > Richard > signature.asc Description: This is a digitally signed message part

Re: How to setup image converters on Mac?

2017-09-17 Thread Jürgen Spitzmüller
Am Samstag, den 16.09.2017, 20:46 +0200 schrieb Stephan Witt: > No, it doesn’t work. Why? > 1) inkscape-bin is in > /Applications/Inkscape.app/Contents/Resources/bin And then type does not find it, or what is the problem exactly > 2) additional arguments have to be passed to avoid X-Server