Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-20 Thread Scott Kostyshak
On Tue, May 10, 2016 at 01:07:37AM -0400, Scott Kostyshak wrote: > On Mon, May 09, 2016 at 09:51:45PM +0200, Georg Baum wrote: > > José Matos wrote: > > > > > On Thursday, May 5, 2016 2:19:32 PM WEST Georg Baum wrote: > > >> The former is safe and easy (see attached). I am not familiar enough with

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-10 Thread Helge Hafting
Den 10. mai 2016 17:06, skrev Stephan Witt: I have no clue why 2.1.4 works - it’s basically the same code. My guess is you’ve set a user dictionary path here. Anyway, I propose to check the attached patch. Are you able to build LyX and try it, please? Stephan You were right, there were a di

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-10 Thread Stephan Witt
Am 10.05.2016 um 12:26 schrieb Helge Hafting : > > > > Den 09. mai 2016 15:36, skrev Stephan Witt: >> Am 09.05.2016 um 15:14 schrieb Helge Hafting : >>> Den 09. mai 2016 12:33, skrev Stephan Witt: Am 09.05.2016 um 11:39 schrieb Helge Hafting : > Also, the spell checker work if I set the

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-10 Thread Helge Hafting
Den 09. mai 2016 15:36, skrev Stephan Witt: Am 09.05.2016 um 15:14 schrieb Helge Hafting : Den 09. mai 2016 12:33, skrev Stephan Witt: Am 09.05.2016 um 11:39 schrieb Helge Hafting : Also, the spell checker work if I set the preference to 'Aspell' or 'Enchant'. Using 'Hunspell', I still get

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Scott Kostyshak
On Mon, May 09, 2016 at 09:51:45PM +0200, Georg Baum wrote: > José Matos wrote: > > > On Thursday, May 5, 2016 2:19:32 PM WEST Georg Baum wrote: > >> The former is safe and easy (see attached). I am not familiar enough with > >> python3 to judge whether TeXFiles.py can be made work with python3 an

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Georg Baum
José Matos wrote: > On Thursday, May 5, 2016 2:19:32 PM WEST Georg Baum wrote: >> The former is safe and easy (see attached). I am not familiar enough with >> python3 to judge whether TeXFiles.py can be made work with python3 and >> python2 safely. >> >> Georg > > As Georg says the patch is safe

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Stephan Witt
Am 09.05.2016 um 15:14 schrieb Helge Hafting : > > Den 09. mai 2016 12:33, skrev Stephan Witt: >> Am 09.05.2016 um 11:39 schrieb Helge Hafting : >>> Also, the spell checker work if I set the preference to 'Aspell' or >>> 'Enchant'. Using 'Hunspell', >>> I still get 'The spell checker has no dicti

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Helge Hafting
Den 09. mai 2016 12:33, skrev Stephan Witt: Am 09.05.2016 um 11:39 schrieb Helge Hafting : Also, the spell checker work if I set the preference to 'Aspell' or 'Enchant'. Using 'Hunspell', I still get 'The spell checker has no dictionaries', but one working spellchecker is enough for me. Wer

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread José Matos
On Thursday, May 5, 2016 2:19:32 PM WEST Georg Baum wrote: > The former is safe and easy (see attached). I am not familiar enough with > python3 to judge whether TeXFiles.py can be made work with python3 and > python2 safely. > > Georg As Georg says the patch is safe for both python 2 and 3. I

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Stephan Witt
Am 09.05.2016 um 11:39 schrieb Helge Hafting : > > > > Den 05. mai 2016 14:19, skrev Georg Baum: >> The former is safe and easy (see attached). I am not familiar enough with >> python3 to judge whether TeXFiles.py can be made work with python3 and >> python2 safely. >> > This patch improves 2.2

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Helge Hafting
Den 05. mai 2016 14:19, skrev Georg Baum: The former is safe and easy (see attached). I am not familiar enough with python3 to judge whether TeXFiles.py can be made work with python3 and python2 safely. This patch improves 2.2.0-rc1. Output from configure is now: ... +Indexing TeX files... In

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Kornel Benko
Am Montag, 9. Mai 2016 um 11:11:17, schrieb Helge Hafting > > Den 04. mai 2016 19:54, skrev Scott Kostyshak: > > On Wed, May 04, 2016 at 06:55:06PM +0200, Helge Hafting wrote: > >> > >> Den 04. mai 2016 18:42, skrev Helge Hafting: > >>> I am not sure if this has any ill effects, but it doesn't l

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-09 Thread Helge Hafting
Den 04. mai 2016 19:54, skrev Scott Kostyshak: On Wed, May 04, 2016 at 06:55:06PM +0200, Helge Hafting wrote: Den 04. mai 2016 18:42, skrev Helge Hafting: I am not sure if this has any ill effects, but it doesn't look good. Actually, I found this after noticing that spell checking does not

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-06 Thread Scott Kostyshak
On Thu, May 05, 2016 at 02:19:32PM +0200, Georg Baum wrote: > Scott Kostyshak wrote: > > > The problem is that the script is being called with Python3 on your > > system. We either need to make sure the script is called with Python2 or > > (preferably) make the script compatible with Python3. > >

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-06 Thread Scott Kostyshak
On Thu, May 05, 2016 at 02:19:32PM +0200, Georg Baum wrote: > Scott Kostyshak wrote: > > > The problem is that the script is being called with Python3 on your > > system. We either need to make sure the script is called with Python2 or > > (preferably) make the script compatible with Python3. > >

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-05 Thread Georg Baum
Scott Kostyshak wrote: > The problem is that the script is being called with Python3 on your > system. We either need to make sure the script is called with Python2 or > (preferably) make the script compatible with Python3. The former is safe and easy (see attached). I am not familiar enough with

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-04 Thread Scott Kostyshak
On Wed, May 04, 2016 at 06:55:06PM +0200, Helge Hafting wrote: > > > Den 04. mai 2016 18:42, skrev Helge Hafting: > > > > I am not sure if this has any ill effects, but it doesn't look good. > Actually, I found this after noticing that spell checking does not work in > 2.2-rc1. Spellchecking wor

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-04 Thread Scott Kostyshak
On Wed, May 04, 2016 at 06:42:21PM +0200, Helge Hafting wrote: > I did a reconfigure, and looked through the list of discovered stuff. I > found this oddity: > > > ... > > checking for a nomenclature processor... > +checking for "makeindex"... yes > +Indexing TeX files... > File "/usr/local/s

Re: 2.2-rc1 Tools->Reconfigure: "SyntaxError"

2016-05-04 Thread Helge Hafting
Den 04. mai 2016 18:42, skrev Helge Hafting: I am not sure if this has any ill effects, but it doesn't look good. Actually, I found this after noticing that spell checking does not work in 2.2-rc1. Spellchecking works in LyX 2.1.4, so my machine has the necessary spellchecking software. But

Re: 2.2: can't see source preview

2016-04-15 Thread Richard Heck
On 04/15/2016 06:58 AM, Neal Becker wrote: > Richard Heck wrote: > >> On 04/14/2016 09:16 AM, Neal Becker wrote: >>> Guillaume Munch wrote: >>> Le 14/04/2016 13:59, Neal Becker a écrit : > Problem is, I use black text on white background. The source preview > is > unreadable becau

Re: 2.2: can't see source preview

2016-04-15 Thread Guillaume Munch
Le 15/04/2016 03:47, Richard Heck a écrit : On 04/14/2016 09:16 AM, Neal Becker wrote: Guillaume Munch wrote: Le 14/04/2016 13:59, Neal Becker a écrit : Problem is, I use black text on white background. The source preview is unreadable because it's dark text with a black background. I went

Re: 2.2: can't see source preview

2016-04-15 Thread Neal Becker
Richard Heck wrote: > On 04/14/2016 09:16 AM, Neal Becker wrote: >> Guillaume Munch wrote: >> >>> Le 14/04/2016 13:59, Neal Becker a écrit : Problem is, I use black text on white background. The source preview is unreadable because it's dark text with a black background. I went to

Re: 2.2: can't see source preview

2016-04-14 Thread Richard Heck
On 04/14/2016 09:16 AM, Neal Becker wrote: Guillaume Munch wrote: Le 14/04/2016 13:59, Neal Becker a écrit : Problem is, I use black text on white background. The source preview is unreadable because it's dark text with a black background. I went to preferences/colors and tried changing ever

Re: 2.2: can't see source preview

2016-04-14 Thread Guillaume Munch
Le 14/04/2016 16:21, Guillaume Munch a écrit : Le 14/04/2016 14:36, Neal Becker a écrit : Guillaume Munch wrote: Le 14/04/2016 14:16, Neal Becker a écrit : Guillaume Munch wrote: Le 14/04/2016 13:59, Neal Becker a écrit : Problem is, I use black text on white background. The source previe

Re: 2.2: can't see source preview

2016-04-14 Thread Guenter Milde
On 2016-04-14, Neal Becker wrote: > Problem is, I use black text on white background. The source preview is > unreadable because it's dark text with a black background. I went to > preferences/colors and tried changing everything that was black, but nothing > seemed to fix it. I didn't see an

Re: 2.2: can't see source preview

2016-04-14 Thread Guillaume Munch
Le 14/04/2016 14:36, Neal Becker a écrit : Guillaume Munch wrote: Le 14/04/2016 14:16, Neal Becker a écrit : Guillaume Munch wrote: Le 14/04/2016 13:59, Neal Becker a écrit : Problem is, I use black text on white background. The source preview is unreadable because it's dark text with a bl

Re: 2.2: can't see source preview

2016-04-14 Thread Neal Becker
Guillaume Munch wrote: > Le 14/04/2016 14:16, Neal Becker a écrit : >> Guillaume Munch wrote: >> >>> Le 14/04/2016 13:59, Neal Becker a écrit : Problem is, I use black text on white background. The source preview is unreadable because it's dark text with a black background. I went

Re: 2.2: can't see source preview

2016-04-14 Thread Guillaume Munch
Le 14/04/2016 14:16, Neal Becker a écrit : Guillaume Munch wrote: Le 14/04/2016 13:59, Neal Becker a écrit : Problem is, I use black text on white background. The source preview is unreadable because it's dark text with a black background. I went to preferences/colors and tried changing ever

Re: 2.2: can't see source preview

2016-04-14 Thread Guillaume Munch
Le 14/04/2016 13:59, Neal Becker a écrit : Problem is, I use black text on white background. The source preview is unreadable because it's dark text with a black background. I went to preferences/colors and tried changing everything that was black, but nothing seemed to fix it. I didn't see an

Re: 2.2 development version for OSX

2015-10-01 Thread Scott Kostyshak
On Thu, Oct 01, 2015 at 07:22:07PM +0200, Stephan Witt wrote: > Am 01.10.2015 um 17:00 schrieb Scott Kostyshak : > > > Hi Martin, > > > > Thanks for being willing to test! > > I've sent him (and some others already) a link to a LyX-2.2.0dev disk image > (with git hash 65a9562) using my drop box

Re: 2.2 development version for OSX

2015-10-01 Thread Stephan Witt
Am 01.10.2015 um 17:00 schrieb Scott Kostyshak : > Hi Martin, > > Thanks for being willing to test! I've sent him (and some others already) a link to a LyX-2.2.0dev disk image (with git hash 65a9562) using my drop box account. Perhaps it would be easier for me to upload a weekly build to some f

Re: 2.2 development version for OSX

2015-10-01 Thread Scott Kostyshak
Hi Martin, Thanks for being willing to test! I'll make a note to let you know when we have an installation of the development version for Mac. (Note that if you happen to also use Ubuntu, I can give you very simple instructions to install the development version yourself whenever you want. e.g. s

Re: 2.2

2015-07-10 Thread José Matos
On Sunday 21 June 2015 21:22:32 Georg Baum wrote: > Some general remarks: > Chardet works fine in some cases, but not at all in some others (if only > very few non-ASCII symbols are in the file). Therefore I would always try to > determine the encoding from other sources, and only use chardet as

Re: Re: 2.2

2015-06-21 Thread Georg Baum
José Matos wrote: > It would be nice to have this ready before the beta to improve the test, > but this should not delay the 2.2 release. The solution will be always > better than what we have now. > > In order to improve the reading of the different lyx files and to make the > process more robus

Re: Re: 2.2

2015-06-19 Thread Enrico Forestieri
On Fri, Jun 19, 2015 at 04:02:35PM +0100, José Matos wrote: > > What do others, namely Georg and Enrico, think about this choice? Well, you are the real expert here, so I trust you completely :) -- Enrico

Re: Re: 2.2

2015-06-19 Thread José Matos
I am back again after the end of the American-European-Portuguese Mathematical Societies Meeting, more than 1100 participants and some work in the local organizing committee. :-) On Thursday 14 May 2015 20:05:12 Jean-Marc Lasgouttes wrote: > > Python 3 requires that when we open a file to alread

Re: 2.2

2015-06-01 Thread Georg Baum
Jürgen Spitzmüller wrote: > On Linux and Mac, you can certainly also use symlinks. Don't know about > Windows. Some time ago I learned that the NTFS file system used on all modern windows versions supports true symlinks as well (I am not talking about the .lnk substitute). If the installer can

Re: 2.2

2015-06-01 Thread Jürgen Spitzmüller
2015-06-01 17:19 GMT+02:00 Kornel Benko : > On ubuntu there _are_ differences between th_en_US_v2.dat and > th_en_AU_v2.idx. > # ls -l /usr/share/mythes/th_en*.dat > -rw-r--r-- 1 root root 18545141 máj 27 2013 > /usr/share/mythes/th_en_AU_v2.dat > -rw-r--r-- 1 root root 18

Re: 2.2

2015-06-01 Thread Kornel Benko
Am Montag, 1. Juni 2015 um 16:52:43, schrieb Jürgen Spitzmüller > 2015-06-01 16:46 GMT+02:00 Jean-Marc Lasgouttes : > > > Yes, for example. The approach seems a bit complicated to me, but since I > > do not have a brilliant regex-based solution in mind right now, I assume > > you got the best pos

Re: 2.2

2015-06-01 Thread Jean-Marc Lasgouttes
Le 01/06/2015 16:09, Jürgen Spitzmüller a écrit : For example via the attached patch. Yes, for example. The approach seems a bit complicated to me, but since I do not have a brilliant regex-based solution in mind right now, I assume you got the best possible solution. JMarc

Re: 2.2

2015-06-01 Thread Jürgen Spitzmüller
2015-06-01 16:46 GMT+02:00 Jean-Marc Lasgouttes : > Yes, for example. The approach seems a bit complicated to me, but since I > do not have a brilliant regex-based solution in mind right now, I assume > you got the best possible solution. > Actually, I tried with different regexes until I was fed

Re: 2.2

2015-06-01 Thread Jürgen Spitzmüller
2015-06-01 11:23 GMT+02:00 Jürgen Spitzmüller : > 2015-06-01 11:04 GMT+02:00 Jean-Marc Lasgouttes : > >> And what about shipping one and naming it th_en_v2.dat? I am sure we can >> work out a naming scheme that does what we want? >> > > Yes, that would be an option. > For example via the attached

Re: 2.2

2015-06-01 Thread Jürgen Spitzmüller
2015-06-01 11:04 GMT+02:00 Jean-Marc Lasgouttes : > And what about shipping one and naming it th_en_v2.dat? I am sure we can > work out a naming scheme that does what we want? > Yes, that would be an option. Jürgen > > JMarc >

Re: 2.2

2015-06-01 Thread Jean-Marc Lasgouttes
Le 01/06/2015 10:57, Jürgen Spitzmüller a écrit : 2015-06-01 10:45 GMT+02:00 Stephan Witt mailto:st.w...@gmx.net>>: But this result in an overhead of appr. 80 MByte :( Isn't it possible to create some alias mechanism? On Linux and Mac, you can certainly also use symlinks. Don't know ab

Re: 2.2

2015-06-01 Thread Jürgen Spitzmüller
2015-06-01 10:45 GMT+02:00 Stephan Witt : > But this result in an overhead of appr. 80 MByte :( > Isn't it possible to create some alias mechanism? > On Linux and Mac, you can certainly also use symlinks. Don't know about Windows. (In fact, these files _are_ symlinked to one th_en_US in the pack

Re: 2.2

2015-06-01 Thread Stephan Witt
Am 01.06.2015 um 09:41 schrieb Jürgen Spitzmüller : > 2015-05-31 19:33 GMT+02:00 Stephan Witt : > $ ls -l dictionaries/thes/th_en_*.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_AU_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/t

Re: 2.2

2015-06-01 Thread Jürgen Spitzmüller
2015-05-31 19:33 GMT+02:00 Stephan Witt : > $ ls -l dictionaries/thes/th_en_*.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:42 > dictionaries/thes/th_en_AU_v2.dat > -rw-r--r-- 1 stephan staff 18597793 19 Apr 20:41 > dictionaries/thes/th_en_BS_v2.dat > -rw-r--r-- 1 stephan staff 1859

Re: 2.2

2015-05-31 Thread Stephan Witt
Am 17.05.2015 um 18:36 schrieb Jürgen Spitzmüller : > 2015-05-17 18:25 GMT+02:00 Stephan Witt : > Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes : > > > > > Hi there, > > > > The ritual question: what is still needed for 2.2? > > Another thing I'm looking for a solution is the update of the

Re: 2.2

2015-05-20 Thread Jean-Marc Lasgouttes
Le 18/05/2015 12:37, Stephan Witt a écrit : The idea looks simple at first. But then one has to decide where to install the downloaded optionally parts of LyX distribution. One option is to install it for every user and don't require admin privileges. The other option is to install (and possib

Re: 2.2

2015-05-19 Thread Jean-Marc Lasgouttes
Le 18/05/2015 22:04, Vincent van Ravesteijn a écrit : Thanks for putting it in a positive way. I tried to get the odds in my favor :) I will try to see as soon as possible whether I can form an opinion about the current state. Also, I can share all the scripts and procedure documentation I ga

Re: 2.2

2015-05-18 Thread Stephan Witt
Am 18.05.2015 um 22:13 schrieb Stephan Witt : > Am 18.05.2015 um 18:11 schrieb Jean-Marc Lasgouttes : > >> Le 18/05/2015 17:06, Stephan Witt a écrit : >>> I'm unsure - with the previous code returning a pixmap missing pixmaps are >>> ignored silently. >>> With the change proposed by Enrico it is

Re: 2.2

2015-05-18 Thread Stephan Witt
Am 18.05.2015 um 18:11 schrieb Jean-Marc Lasgouttes : > Le 18/05/2015 17:06, Stephan Witt a écrit : >> I'm unsure - with the previous code returning a pixmap missing pixmaps are >> ignored silently. >> With the change proposed by Enrico it is easy to add a error or warning >> message. >> The pri

Re: 2.2

2015-05-18 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef op 13-5-2015 om 10:42: Hi there, The ritual question: what is still needed for 2.2? I guess we are still waiting for some python 3.3 goodness from José, but what else? It seems to me that publishing a beta version soon is very desirable. Consider that for 2.1 w

Re: 2.2

2015-05-18 Thread Jean-Marc Lasgouttes
Le 18/05/2015 17:06, Stephan Witt a écrit : I'm unsure - with the previous code returning a pixmap missing pixmaps are ignored silently. With the change proposed by Enrico it is easy to add a error or warning message. The price is the change of many files containing a call to the getPixmap() me

Re: 2.2

2015-05-18 Thread Stephan Witt
Am 16.05.2015 um 00:37 schrieb Enrico Forestieri : > On Fri, May 15, 2015 at 04:58:24PM +0200, Stephan Witt wrote: > >> Am 15.05.2015 um 16:48 schrieb Enrico Forestieri : >> >>> On Fri, May 15, 2015 at 04:31:05PM +0200, Stephan Witt wrote: This results in the following patch - if you

Re: 2.2

2015-05-18 Thread Stephan Witt
Am 18.05.2015 um 11:34 schrieb Jean-Marc Lasgouttes : > Le 17/05/2015 18:36, Jürgen Spitzmüller a écrit : >> Note that it's mostly the German dictionaries that increase the size >> that much (they have seen some huge changes). >> >> The alternative would be to proceed with probably pretty outdate

Re: 2.2

2015-05-18 Thread Jean-Marc Lasgouttes
Le 17/05/2015 18:36, Jürgen Spitzmüller a écrit : Note that it's mostly the German dictionaries that increase the size that much (they have seen some huge changes). The alternative would be to proceed with probably pretty outdated German support. A long-term solution would make it possible to d

Re: 2.2

2015-05-17 Thread Stephan Witt
Am 17.05.2015 um 18:51 schrieb Kornel Benko : > Am Sonntag, 17. Mai 2015 um 18:16:11, schrieb Stephan Witt >> Am 16.05.2015 um 15:58 schrieb Kornel Benko : >> >>> Am Samstag, 16. Mai 2015 um 15:22:03, schrieb Stephan Witt The SVG banner with design size 400x250 results in an pixmap of

Re: 2.2

2015-05-17 Thread Kornel Benko
Am Sonntag, 17. Mai 2015 um 18:16:11, schrieb Stephan Witt > Am 16.05.2015 um 15:58 schrieb Kornel Benko : > > > Am Samstag, 16. Mai 2015 um 15:22:03, schrieb Stephan Witt > >> The SVG banner with design size 400x250 results in an pixmap of the > >> same size. > >> This is not enoug

Re: 2.2

2015-05-17 Thread Jürgen Spitzmüller
2015-05-17 18:25 GMT+02:00 Stephan Witt : > Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes : > > > > > Hi there, > > > > The ritual question: what is still needed for 2.2? > > Another thing I'm looking for a solution is the update of the dictionaries > and thesauri. > After fetching the updat

Re: 2.2

2015-05-17 Thread Stephan Witt
Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes : > > Hi there, > > The ritual question: what is still needed for 2.2? Another thing I'm looking for a solution is the update of the dictionaries and thesauri. After fetching the updates Jürgen put in SVN repository the resulting disk image

Re: 2.2

2015-05-17 Thread Stephan Witt
Am 16.05.2015 um 15:58 schrieb Kornel Benko : > Am Samstag, 16. Mai 2015 um 15:22:03, schrieb Stephan Witt >> The SVG banner with design size 400x250 results in an pixmap of the same >> size. >> This is not enough for HiDPI. So, I've made a "bigger" one to get a >> crisp banner.

Re: 2.2

2015-05-16 Thread Richard Heck
On 05/13/2015 01:53 PM, Pavel Sanda wrote: Jean-Marc Lasgouttes wrote: Hi there, The ritual question: what is still needed for 2.2? - how far from finished status is epub support (Richard?) Far. Work was done, but I haven't had time to look at it since then. So I think this is for 2.3. Ri

Re: 2.2

2015-05-16 Thread Kornel Benko
Am Samstag, 16. Mai 2015 um 15:22:03, schrieb Stephan Witt > The SVG banner with design size 400x250 results in an pixmap of the same > size. > This is not enough for HiDPI. So, I've made a "bigger" one to get a > crisp banner. > >>> > >>> I think using the QSvgRenderer clas

Re: 2.2

2015-05-16 Thread Stephan Witt
> Am 16.05.2015 um 12:51 schrieb Kornel Benko : > > Am Samstag, 16. Mai 2015 um 11:08:16, schrieb Stephan Witt >> Am 16.05.2015 um 08:49 schrieb Stephan Witt : >> Am 16.05.2015 um 07:45 schrieb Stephan Witt : > Am 16.05.2015 um 00:48 schrieb Enrico Forestieri : > >> On Fr

Re: 2.2

2015-05-16 Thread Kornel Benko
Am Samstag, 16. Mai 2015 um 11:08:16, schrieb Stephan Witt > Am 16.05.2015 um 08:49 schrieb Stephan Witt : > > > Am 16.05.2015 um 07:45 schrieb Stephan Witt : > > > >> Am 16.05.2015 um 00:48 schrieb Enrico Forestieri : > >> > >>> On Fri, May 15, 2015 at 03:45:28PM +0200, Stephan Witt wrote: > >

Re: 2.2

2015-05-16 Thread Stephan Witt
Am 16.05.2015 um 08:49 schrieb Stephan Witt : > Am 16.05.2015 um 07:45 schrieb Stephan Witt : > >> Am 16.05.2015 um 00:48 schrieb Enrico Forestieri : >> >>> On Fri, May 15, 2015 at 03:45:28PM +0200, Stephan Witt wrote: >>> Am 15.05.2015 um 15:14 schrieb Enrico Forestieri : > On F

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 16.05.2015 um 07:45 schrieb Stephan Witt : > Am 16.05.2015 um 00:48 schrieb Enrico Forestieri : > >> On Fri, May 15, 2015 at 03:45:28PM +0200, Stephan Witt wrote: >> >>> Am 15.05.2015 um 15:14 schrieb Enrico Forestieri : >>> On Fri, May 15, 2015 at 02:53:22PM +0200, Enrico Forestieri wr

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 16.05.2015 um 00:48 schrieb Enrico Forestieri : > On Fri, May 15, 2015 at 03:45:28PM +0200, Stephan Witt wrote: > >> Am 15.05.2015 um 15:14 schrieb Enrico Forestieri : >> >>> On Fri, May 15, 2015 at 02:53:22PM +0200, Enrico Forestieri wrote: On Fri, May 15, 2015 at 12:42:01PM +0200, Step

Re: 2.2

2015-05-15 Thread Enrico Forestieri
On Fri, May 15, 2015 at 03:45:28PM +0200, Stephan Witt wrote: > Am 15.05.2015 um 15:14 schrieb Enrico Forestieri : > > > On Fri, May 15, 2015 at 02:53:22PM +0200, Enrico Forestieri wrote: > >> On Fri, May 15, 2015 at 12:42:01PM +0200, Stephan Witt wrote: > >>> > >>> Thank you. The current splash

Re: 2.2

2015-05-15 Thread Enrico Forestieri
On Fri, May 15, 2015 at 04:58:24PM +0200, Stephan Witt wrote: > Am 15.05.2015 um 16:48 schrieb Enrico Forestieri : > > > On Fri, May 15, 2015 at 04:31:05PM +0200, Stephan Witt wrote: > >> > >> This results in the following patch - if you had something like that in > >> mind I'll split it in two

Re: 2.2

2015-05-15 Thread Jean-Marc Lasgouttes
Le 15/05/2015 18:47, Stephan Witt a écrit : C++ rvalue references fix this problem, and they re implemented in Qt5 (and partly in Qt4.8 AFAICS). Can you give an example, please? And what's with return value optimization? I'm not sure I understood it completely, but it sounds like returning obj

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 15.05.2015 um 17:51 schrieb Jean-Marc Lasgouttes : > Le 15/05/2015 16:58, Stephan Witt a écrit : >>> Yes, I think that it is better passing big objects by reference rather >>> than by value. >> >> But this is not a good property of C++ compilers than. >> 1. It's not a constant fact if an objec

Re: 2.2

2015-05-15 Thread Kornel Benko
Am Freitag, 15. Mai 2015 um 16:53:51, schrieb Stephan Witt > > > > Compile error with this patch. > > That's no surprise. The method I've changed is used in conditionally compiled > code. > Attached is an updated patch. > Still problems ... [ 30%] Building CXX object src/frontends/qt4/CMake

Re: 2.2

2015-05-15 Thread Jean-Marc Lasgouttes
Le 15/05/2015 16:58, Stephan Witt a écrit : Yes, I think that it is better passing big objects by reference rather than by value. But this is not a good property of C++ compilers than. 1. It's not a constant fact if an object is big. 2. The compiler should generate fast code for this scenario t

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 15.05.2015 um 16:48 schrieb Enrico Forestieri : > On Fri, May 15, 2015 at 04:31:05PM +0200, Stephan Witt wrote: >> >> This results in the following patch - if you had something like that in >> mind I'll split it in two patches. The other getPixmap method with >> QPixmap result was already ther

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 15.05.2015 um 16:40 schrieb Kornel Benko : > Am Freitag, 15. Mai 2015 um 16:31:05, schrieb Stephan Witt >> Am 15.05.2015 um 15:46 schrieb Stephan Witt : >> >>> Am 15.05.2015 um 14:49 schrieb Enrico Forestieri : >>> On Fri, May 15, 2015 at 12:04:50PM +0200, Stephan Witt wrote: > >>>

Re: 2.2

2015-05-15 Thread Enrico Forestieri
On Fri, May 15, 2015 at 04:31:05PM +0200, Stephan Witt wrote: > > This results in the following patch - if you had something like that in > mind I'll split it in two patches. The other getPixmap method with > QPixmap result was already there. Yes, I think that it is better passing big objects by

Re: 2.2

2015-05-15 Thread Jürgen Spitzmüller
2015-05-15 15:14 GMT+02:00 Enrico Forestieri: > Indeed, I found the attached 4 (base64 encoded) bitmaps embedded in the > svg. > That's bad. > I just hacked this svg splash together quite quickly for testing pruposes. It is _not_ intended to be published. I agree, of course, that the final splash

Re: 2.2

2015-05-15 Thread Kornel Benko
Am Freitag, 15. Mai 2015 um 16:31:05, schrieb Stephan Witt > Am 15.05.2015 um 15:46 schrieb Stephan Witt : > > > Am 15.05.2015 um 14:49 schrieb Enrico Forestieri : > > > >> On Fri, May 15, 2015 at 12:04:50PM +0200, Stephan Witt wrote: > >>> > >>> I'll try to get it running on Linux to see how i

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 15.05.2015 um 15:46 schrieb Stephan Witt : > Am 15.05.2015 um 14:49 schrieb Enrico Forestieri : > >> On Fri, May 15, 2015 at 12:04:50PM +0200, Stephan Witt wrote: >>> >>> I'll try to get it running on Linux to see how it works there. Meanwhile, >>> I'm interested in comments. >> >> Please, d

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 15.05.2015 um 14:32 schrieb Jean-Marc Lasgouttes : > Le 15/05/15 12:42, Stephan Witt a écrit : >> Thank you. The current splash has a size of 400x250. I'll attach the >> 1600x1000 splash banner to test. >> It would be great if this is ok too. If not I have to get it right myself. > > Why is t

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 15.05.2015 um 14:49 schrieb Enrico Forestieri : > On Fri, May 15, 2015 at 12:04:50PM +0200, Stephan Witt wrote: >> >> I'll try to get it running on Linux to see how it works there. Meanwhile, >> I'm interested in comments. > > Please, don't pass back and forth QPixmap objects on the stack. Th

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 15.05.2015 um 15:14 schrieb Enrico Forestieri : > On Fri, May 15, 2015 at 02:53:22PM +0200, Enrico Forestieri wrote: >> On Fri, May 15, 2015 at 12:42:01PM +0200, Stephan Witt wrote: >>> >>> Thank you. The current splash has a size of 400x250. I'll attach the >>> 1600x1000 splash banner to test

Re: 2.2

2015-05-15 Thread Enrico Forestieri
On Fri, May 15, 2015 at 12:42:01PM +0200, Stephan Witt wrote: > > Thank you. The current splash has a size of 400x250. I'll attach the > 1600x1000 splash banner to test. > It would be great if this is ok too. If not I have to get it right myself. Why is this (compressed) svg image so big? Are you

Re: 2.2

2015-05-15 Thread Enrico Forestieri
On Fri, May 15, 2015 at 12:04:50PM +0200, Stephan Witt wrote: > > I'll try to get it running on Linux to see how it works there. Meanwhile, > I'm interested in comments. Please, don't pass back and forth QPixmap objects on the stack. These are big objects, potentially. Instead, use bool getPixma

Re: 2.2

2015-05-15 Thread Jean-Marc Lasgouttes
Le 15/05/15 12:42, Stephan Witt a écrit : Thank you. The current splash has a size of 400x250. I'll attach the 1600x1000 splash banner to test. It would be great if this is ok too. If not I have to get it right myself. Why is there a need to set a size for the splash? Since it is vector-based

Re: 2.2

2015-05-15 Thread Jean-Marc Lasgouttes
Le 15/05/15 13:58, Uwe Stöhr a écrit : This has nothing to do with the announcement of a soon feature freeze. As you saw I had now some more time for LyX and used it to work on my ToAdd list. Nevertheless I like to have more frequent major releases. So fine with me if you say feature freeze soon.

Re: 2.2

2015-05-15 Thread Uwe Stöhr
Am 14.05.2015 um 20:10 schrieb Jean-Marc Lasgouttes: Since a long time I have some time for LyX and ant to use is to enrich it with some more features if possible. So if it is not urgent I would be happy not to start the feature freeze before June. I am not sure that the point when we discuss

Re: 2.2

2015-05-15 Thread Kornel Benko
Am Freitag, 15. Mai 2015 um 12:42:01, schrieb Stephan Witt > Am 15.05.2015 um 12:33 schrieb Kornel Benko : > > > Am Freitag, 15. Mai 2015 um 12:04:50, schrieb Stephan Witt > >> Am 14.05.2015 um 22:08 schrieb Stephan Witt : > >> > >>> Am 14.05.2015 um 20:07 schrieb Jean-Marc Lasgouttes : > >>> > >

Re: 2.2

2015-05-15 Thread Kornel Benko
Am Freitag, 15. Mai 2015 um 12:04:50, schrieb Stephan Witt > Am 14.05.2015 um 22:08 schrieb Stephan Witt : > > > Am 14.05.2015 um 20:07 schrieb Jean-Marc Lasgouttes : > > > >> Le 13/05/2015 22:52, Stephan Witt a écrit : > >>> Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes : > >>> > >

Re: 2.2

2015-05-15 Thread Stephan Witt
Am 14.05.2015 um 22:08 schrieb Stephan Witt : > Am 14.05.2015 um 20:07 schrieb Jean-Marc Lasgouttes : > >> Le 13/05/2015 22:52, Stephan Witt a écrit : >>> Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes : >>> Hi there, The ritual question: what is still needed for 2.2?

Re: 2.2

2015-05-14 Thread Stephan Witt
Am 14.05.2015 um 20:07 schrieb Jean-Marc Lasgouttes : > Le 13/05/2015 22:52, Stephan Witt a écrit : >> Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes : >> >>> >>> Hi there, >>> >>> The ritual question: what is still needed for 2.2? >> >> The patch I've sent to list on Fri, Mar 20, 2015 at

Re: 2.2

2015-05-14 Thread Jean-Marc Lasgouttes
Le 13/05/2015 11:30, Liviu Andronic a écrit : Should we go ahead with #6692? http://www.lyx.org/trac/ticket/6692 There seems to be user demand, and the implementation feels little intrusive. I think we would like to test the changed menus a bit before the betas arrive and the feature freeze kick

Re: 2.2

2015-05-14 Thread Jean-Marc Lasgouttes
Le 14/05/2015 13:52, Uwe Stöhr a écrit : I'll finish the color additions these days and have a patch for colored boxed almost ready. Good. Since a long time I have some time for LyX and ant to use is to enrich it with some more features if possible. So if it is not urgent I would be happy not

Re: 2.2

2015-05-14 Thread Jean-Marc Lasgouttes
Le 13/05/2015 22:52, Stephan Witt a écrit : Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes : Hi there, The ritual question: what is still needed for 2.2? The patch I've sent to list on Fri, Mar 20, 2015 at 10:15:18AM +0100, named 0001-svg-hidpi-on-mac.patch is not applied already. It

Re: 2.2

2015-05-14 Thread Jean-Marc Lasgouttes
Le 13/05/2015 19:53, Pavel Sanda a écrit : Jean-Marc Lasgouttes wrote: Hi there, The ritual question: what is still needed for 2.2? - how far from finished status is epub support (Richard?) - is there some some progress on lyx-odt project (Stefano?) If we had no sign from these yet, I'd sa

Re: 2.2

2015-05-14 Thread Jean-Marc Lasgouttes
Le 13/05/2015 13:49, José Matos a écrit : On Wednesday 13 May 2015 10:42:44 Jean-Marc Lasgouttes wrote: I guess we are still waiting for some python 3.3 goodness from José, but what else? The reason why I am a bit stuck here is due to the nature of string handling on python3. Python 3 requir

Re: 2.2

2015-05-14 Thread Uwe Stöhr
Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes: The ritual question: what is still needed for 2.2? I guess we are still waiting for some python 3.3 goodness from José, but what else? I'll finish the color additions these days and have a patch for colored boxed almost ready. Since a lo

Re: 2.2

2015-05-13 Thread Stephan Witt
Am 13.05.2015 um 10:42 schrieb Jean-Marc Lasgouttes : > > Hi there, > > The ritual question: what is still needed for 2.2? The patch I've sent to list on Fri, Mar 20, 2015 at 10:15:18AM +0100, named 0001-svg-hidpi-on-mac.patch is not applied already. It is needed - but I didn't do it until now

  1   2   >