Re: Combo Box for Custom Insets

2016-06-25 Thread Richard Heck
On 06/25/2016 02:58 AM, Liviu Andronic wrote: > On Sat, Jun 25, 2016 at 12:23 AM, Richard Heck wrote: >> Attached please find a patch that implements a combo box for custom >> insets, much like the layout box. This is a very simple version. More >> complicated ones might also have

Re: Compiling with Microsoft Visual C++

2016-06-25 Thread racoon
On 25.06.2016 18:16, Georg Baum wrote: racoon wrote: Thanks for the sustained support! You are welcome! I do it because building LyX on windows should be as easy as it is on unix. Unfortunately this is not yet the case, and your help in trying out different tests is appreciated as well. On

Re: Compiling with Microsoft Visual C++

2016-06-25 Thread Georg Baum
racoon wrote: > On 25.06.2016 18:16, Georg Baum wrote: >> >> You could also send me (privately please) the file C:\Program Files >> (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\Win32\PlatformToolsets\v140\Toolset.targets, >> maybe I have then an idea about possible causes for the error

Re: Joining LyX development team

2016-06-25 Thread Pavel Sanda
Josh Hieronymus wrote: > I haven't had much extra time on my hands lately, but I'd like to keep > working on the epub export as well. I could also help with some of the > Python issues and the occasional XHTML export bug. Scott suggested the > latter a little while back, but I made the mistake of

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 11:27:19AM -0700, Pavel Sanda wrote: > > Thanks for the reminder, Uwe. I will do that once we figure out if the > > changes I made were indeed correct (see the other messages in this > > thread). > > No need to port the fixes, these have not yet made it to other manuals.

Re: [LyX/master] * Math.lyx : One more take on maxima output.

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 08:25:47PM +0200, Pavel Sanda wrote: > Reported the \it behaviour to maxima bugzilla. > https://sourceforge.net/p/maxima/bugs/3181/ Thanks. Scott signature.asc Description: PGP signature

Re: Remove \it from math completion?

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 08:42:01PM +0100, Guillaume Munch wrote: > Le 25/06/2016 20:03, Scott Kostyshak a écrit : > > Attached is a patch that removes \it from math completion, since \it has > > been deprecated for a while, only giving a warning in TL 2015, but an > > error in 2016. > > > > I

Re: Remove \it from math completion?

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 09:44:35PM +0100, Guillaume Munch wrote: > Le 25/06/2016 21:37, Scott Kostyshak a écrit : > > > > > > I think the patch below is what you mean. > > > > Ah thanks that is much better. Now I understand. Please commit your > > version. > > Please commit my diff with your

Re: Combo Box for Custom Insets

2016-06-25 Thread Kornel Benko
Am Samstag, 25. Juni 2016 um 18:23:03, schrieb Liviu Andronic > On Sat, Jun 25, 2016 at 6:00 PM, Richard Heck wrote: > > I've fixed both these issues with the attached. > > > I have trouble applying this patch. I've tried everything from patch > -p1 <

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 12:38:14PM +0200, Enrico Forestieri wrote: > On Sat, Jun 25, 2016 at 10:23:57AM +0200, Scott Kostyshak wrote: > > > commit 3f9335548872c028fcc6eea9997040c500683b19 > > Author: Scott Kostyshak > > Date: Sat Jun 25 03:26:16 2016 -0400 > > > > Change

using directives in headers

2016-06-25 Thread Georg Baum
I recently stumbled upon using std::shared_ptr; or lyx::support::FileName; in header files (e.g. TocBackend.h). The shared_ptr was introduced as part of the lyx::shared_ptr removal (which did either point to boost or std), but there are other hits as well. While I understand that in this

Re: Combo Box for Custom Insets

2016-06-25 Thread Liviu Andronic
On Sat, Jun 25, 2016 at 11:41 PM, Richard Heck wrote: > On 06/25/2016 04:55 PM, Jean-Marc Lasgouttes wrote: >> Le 25/06/2016 22:37, Guillaume Munch a écrit : >>> Le 25/06/2016 19:15, Richard Heck a écrit : For now, the branch is here:

Re: Combo Box for Custom Insets

2016-06-25 Thread Liviu Andronic
On Sat, Jun 25, 2016 at 6:00 PM, Richard Heck wrote: > I've fixed both these issues with the attached. > I have trouble applying this patch. I've tried everything from patch -p1 < filename.patch to git apply filename.patch on a clean tree and it fails. >git apply

Re: Combo Box for Custom Insets

2016-06-25 Thread Kornel Benko
Am Samstag, 25. Juni 2016 um 18:34:14, schrieb Liviu Andronic > On Sat, Jun 25, 2016 at 6:29 PM, Kornel Benko wrote: > > Am Samstag, 25. Juni 2016 um 18:23:03, schrieb Liviu Andronic > > > >> On Sat, Jun 25, 2016 at 6:00 PM, Richard Heck

Re: new LyX 2.2.0 installer for Windows Vista is available

2016-06-25 Thread Richard Heck
On 06/25/2016 12:00 PM, Georg Baum wrote: > Uwe Stöhr wrote: > >> Richard, could you please put it on ftp.lyx.org? Could you please also >> write a news message that we now have a Vista installer but that this >> installer should not be used for other Windows versions than Vista. > This is not

Re: [LyX/master] Style.

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 07:19:15PM +0100, José Abílio Matos wrote: > On Friday, June 24, 2016 10:02:30 PM WEST Richard Heck wrote: > > commit 92fae708aebf8d2f3bc393b29c54a4cebeafe730 > > Author: Richard Heck > > Date: Fri Jun 24 15:03:59 2016 -0400 > > > > Style. > > --- >

Remove \it from math completion?

2016-06-25 Thread Scott Kostyshak
Attached is a patch that removes \it from math completion, since \it has been deprecated for a while, only giving a warning in TL 2015, but an error in 2016. I think the patch is consistent with 24d0 in the concept of removing math completion but if the user insists on using it, LyX still

Re: Combo Box for Custom Insets

2016-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2016 22:37, Guillaume Munch a écrit : Le 25/06/2016 19:15, Richard Heck a écrit : For now, the branch is here: http://git.lyx.org/?p=developers/rgheck/lyx.git;a=shortlog;h=refs/heads/features/CustomInsets If you are satisfied with it then you could commit it, I think. What is your

Re: [LyX/master] * Math.lyx : One more take on maxima output.

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 08:41:43PM +0200, Kornel Benko wrote: > Am Samstag, 25. Juni 2016 um 20:25:47, schrieb Pavel Sanda > > commit 4c361a7bdfe69fbc41da53ebbd5f34a4e1ea3e1f > > Author: Pavel Sanda > > Date: Sat Jun 25 11:23:05 2016 -0700 > > > > * Math.lyx

Re: Combo Box for Custom Insets

2016-06-25 Thread Guillaume Munch
Le 25/06/2016 17:01, Richard Heck a écrit : I'd be happy for someone else to make it into a menu, but I do not know enough about Qt to do it myself. I mostly stole this from LayoutBox. Yes, looks like it is not immediate.

Re: Combo Box for Custom Insets

2016-06-25 Thread Richard Heck
On 06/25/2016 12:23 PM, Liviu Andronic wrote: > On Sat, Jun 25, 2016 at 6:00 PM, Richard Heck wrote: >> I've fixed both these issues with the attached. >> > I have trouble applying this patch. I've tried everything from patch > -p1 < filename.patch to git apply filename.patch on a

Re: Remove \it from math completion?

2016-06-25 Thread Guillaume Munch
Le 25/06/2016 21:37, Scott Kostyshak a écrit : I think the patch below is what you mean. Ah thanks that is much better. Now I understand. Please commit your version. Please commit my diff with your commit log :) Do you know (I don't want you to spend time to find out) where we would

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 10:54:10PM +0200, Enrico Forestieri wrote: > On Sat, Jun 25, 2016 at 02:19:36PM -0400, Scott Kostyshak wrote: > > > On Sat, Jun 25, 2016 at 12:38:14PM +0200, Enrico Forestieri wrote: > > > On Sat, Jun 25, 2016 at 10:23:57AM +0200, Scott Kostyshak wrote: > > > > > > >

Re: Joining LyX development team

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 04:16:16PM +0100, Guillaume Munch wrote: > Le 25/06/2016 12:53, Jean-Marc Lasgouttes a écrit : > > Le 25/06/2016 10:53, Uwe Stöhr a écrit : > > > Am 24.06.2016 um 08:43 schrieb Dima Ruinskiy: > > > > > > > Hi. My name is Dima Ruinskiy, and I would like to join the LyX > >

Re: Joining LyX development team

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 01:30:18AM -0500, Josh Hieronymus wrote: > On Jun 25, 2016 1:09 AM, "Dima Ruinskiy" wrote: > > > > Richard Heck lyx.org> writes: > > > > > Is there something specific you'd like to work on? > > > > > Nothing specific, except maybe focus on

workaround to 'git reset --hard' not working because of .gitattributes

2016-06-25 Thread Scott Kostyshak
Just in case anyone else has this issue: I keep having the following situation come up: $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard

Re: Combo Box for Custom Insets

2016-06-25 Thread Guillaume Munch
Le 25/06/2016 18:36, Guillaume Munch a écrit : > @@ -328,6 +329,7 @@ public: > delete splitter_; > delete bg_widget_; > delete stack_widget_; > +delete insets_; > } This is incorrect. The pointer is not owned by GuiView::GuiViewPrivate but by

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 10:55:24AM +0200, Uwe Stöhr wrote: > Am 25.06.2016 um 10:23 schrieb Scott Kostyshak: > > > commit 3f9335548872c028fcc6eea9997040c500683b19 > > > > Change \it to \mathit in Math.lyx > > Hello Scott, > > please do such changes for all languages of Math.lyx: French,

Re: [LyX/master] Style.

2016-06-25 Thread José Abílio Matos
On Friday, June 24, 2016 10:02:30 PM WEST Richard Heck wrote: > commit 92fae708aebf8d2f3bc393b29c54a4cebeafe730 > Author: Richard Heck > Date: Fri Jun 24 15:03:59 2016 -0400 > > Style. > --- > lib/lyx2lyx/LyX.py |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)

Re: Remove \it from math completion?

2016-06-25 Thread Guillaume Munch
Le 25/06/2016 20:03, Scott Kostyshak a écrit : Attached is a patch that removes \it from math completion, since \it has been deprecated for a while, only giving a warning in TL 2015, but an error in 2016. I think the patch is consistent with 24d0 in the concept of removing math completion

Re: using directives in headers

2016-06-25 Thread Guillaume Munch
Le 25/06/2016 20:56, Georg Baum a écrit : I recently stumbled upon using std::shared_ptr; or lyx::support::FileName; in header files (e.g. TocBackend.h). The shared_ptr was introduced as part of the lyx::shared_ptr removal (which did either point to boost or std), but there are other hits as

Re: [LyX/master] Style.

2016-06-25 Thread Richard Heck
On 06/25/2016 02:24 PM, Scott Kostyshak wrote: > On Sat, Jun 25, 2016 at 07:19:15PM +0100, José Abílio Matos wrote: >> On Friday, June 24, 2016 10:02:30 PM WEST Richard Heck wrote: >>> commit 92fae708aebf8d2f3bc393b29c54a4cebeafe730 >>> Author: Richard Heck >>> Date: Fri Jun 24

Re: new LyX 2.2.0 installer for Windows Vista is available

2016-06-25 Thread Georg Baum
Uwe Stöhr wrote: > Richard, could you please put it on ftp.lyx.org? Could you please also > write a news message that we now have a Vista installer but that this > installer should not be used for other Windows versions than Vista. This is not possible for legal reasons. Our own license forbids

Re: Combo Box for Custom Insets

2016-06-25 Thread Richard Heck
On 06/25/2016 05:29 AM, Jean-Marc Lasgouttes wrote: > That means that we probably shouldn't use a x but a kind of menu, maybe > attached to an icon Try the latest version. I'd be happy for someone else to make it into a menu, but I do not know enough about Qt to do it myself. I mostly stole

Re: Combo Box for Custom Insets

2016-06-25 Thread Liviu Andronic
On Sat, Jun 25, 2016 at 6:29 PM, Kornel Benko wrote: > Am Samstag, 25. Juni 2016 um 18:23:03, schrieb Liviu Andronic > >> On Sat, Jun 25, 2016 at 6:00 PM, Richard Heck wrote: >> > I've fixed both these issues with the attached. >> > >> I have

Re: Combo Box for Custom Insets

2016-06-25 Thread Pavel Sanda
Liviu Andronic wrote: > The next patch would create the file src/frontends/qt4/InsetCombo.cpp, > which already exists! Assume -R? [n] > Apply anyway? [n] Delete new files (InsetCombo*). P

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Pavel Sanda
Enrico Forestieri wrote: > > commit 3f9335548872c028fcc6eea9997040c500683b19 > > Author: Scott Kostyshak > > Date: Sat Jun 25 03:26:16 2016 -0400 > > > > Change \it to \mathit in Math.lyx > > > > On TeX Live 2016, Math.lyx gives an error when compiling with > >

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Pavel Sanda
Scott Kostyshak wrote: > On Sat, Jun 25, 2016 at 10:55:24AM +0200, Uwe Stöhr wrote: > > Am 25.06.2016 um 10:23 schrieb Scott Kostyshak: > > > > > commit 3f9335548872c028fcc6eea9997040c500683b19 > > > > > > Change \it to \mathit in Math.lyx > > > > Hello Scott, > > > > please do such

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Enrico Forestieri
On Sat, Jun 25, 2016 at 02:19:36PM -0400, Scott Kostyshak wrote: > On Sat, Jun 25, 2016 at 12:38:14PM +0200, Enrico Forestieri wrote: > > On Sat, Jun 25, 2016 at 10:23:57AM +0200, Scott Kostyshak wrote: > > > > > commit 3f9335548872c028fcc6eea9997040c500683b19 > > > Author: Scott Kostyshak

Re: using directives in headers

2016-06-25 Thread Richard Heck
On 06/25/2016 03:56 PM, Georg Baum wrote: > I recently stumbled upon > > using std::shared_ptr; > > or > > lyx::support::FileName; > > in header files (e.g. TocBackend.h). The shared_ptr was introduced as part > of the lyx::shared_ptr removal (which did either point to boost or std), but > there

Re: Combo Box for Custom Insets

2016-06-25 Thread Richard Heck
On 06/25/2016 04:55 PM, Jean-Marc Lasgouttes wrote: > Le 25/06/2016 22:37, Guillaume Munch a écrit : >> Le 25/06/2016 19:15, Richard Heck a écrit : >>> >>> For now, the branch is here: >>> http://git.lyx.org/?p=developers/rgheck/lyx.git;a=shortlog;h=refs/heads/features/CustomInsets >>> >>> >>> >>

Re: Combo Box for Custom Insets

2016-06-25 Thread Liviu Andronic
On Sat, Jun 25, 2016 at 7:30 PM, Pavel Sanda wrote: > Liviu Andronic wrote: >> The next patch would create the file src/frontends/qt4/InsetCombo.cpp, >> which already exists! Assume -R? [n] >> Apply anyway? [n] > > Delete new files (InsetCombo*). P That was it, thanks. Liviu

Re: workaround to 'git reset --hard' not working because of .gitattributes

2016-06-25 Thread Richard Heck
On 06/25/2016 08:21 PM, Scott Kostyshak wrote: Just in case anyone else has this issue: I keep having the following situation come up: $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be

Re: Annoying terminal messages: QXcbClipboard: SelectionRequest too old

2016-06-25 Thread Scott Kostyshak
On Sat, Jun 25, 2016 at 10:05:47AM +0200, Jürgen Spitzmüller wrote: > Am Donnerstag, den 23.06.2016, 21:43 -0400 schrieb Scott Kostyshak: > > Jürgen, any idea? > > No. OK I found a simple way to reproduce: 1. Open gedit (I don't think the application matters, I also tested with gnome-terminal)

Re: Joining LyX development team

2016-06-25 Thread Josh Hieronymus
On Jun 25, 2016 1:09 AM, "Dima Ruinskiy" wrote: > > Richard Heck lyx.org> writes: > > > Is there something specific you'd like to work on? > > > Nothing specific, except maybe focus on Windows-specific issues. So far the > only thing I did was modify the CMake

Re: Joining LyX development team

2016-06-25 Thread Dima Ruinskiy
Richard Heck lyx.org> writes: > Is there something specific you'd like to work on? > Nothing specific, except maybe focus on Windows-specific issues. So far the only thing I did was modify the CMake configuration a bit to make 2.2.0 work on Vista again. See discussion here:

Re: Combo Box for Custom Insets

2016-06-25 Thread Liviu Andronic
On Sat, Jun 25, 2016 at 12:23 AM, Richard Heck wrote: > > Attached please find a patch that implements a combo box for custom > insets, much like the layout box. This is a very simple version. More > complicated ones might also have an InsetLayout tag that governed > whether an

Re: Combo Box for Custom Insets

2016-06-25 Thread Guillaume Munch
Le 25/06/2016 17:00, Richard Heck a écrit : On 06/25/2016 02:58 AM, Liviu Andronic wrote: On Sat, Jun 25, 2016 at 12:23 AM, Richard Heck wrote: Attached please find a patch that implements a combo box for custom insets, much like the layout box. This is a very simple version.

Re: Combo Box for Custom Insets

2016-06-25 Thread Richard Heck
On 06/25/2016 01:36 PM, Guillaume Munch wrote: > Le 25/06/2016 17:00, Richard Heck a écrit : >> On 06/25/2016 02:58 AM, Liviu Andronic wrote: >>> On Sat, Jun 25, 2016 at 12:23 AM, Richard Heck wrote: Attached please find a patch that implements a combo box for custom

Re: Combo Box for Custom Insets

2016-06-25 Thread Guillaume Munch
Le 25/06/2016 19:15, Richard Heck a écrit : For now, the branch is here: http://git.lyx.org/?p=developers/rgheck/lyx.git;a=shortlog;h=refs/heads/features/CustomInsets If you are satisfied with it then you could commit it, I think. What is your plan?

Re: #10206: Problem installing Lyx 2.2

2016-06-25 Thread Jürgen Spitzmüller
Am Donnerstag, den 09.06.2016, 03:29 +0200 schrieb Uwe Stöhr: > Are you joking, you are at a university. When you will leave it for > a  > job you will find out what busy means. It does not help to counter ignorance with ignorance. Ah well ...  Jürgen > > regards Uwe

Re: Joining LyX development team

2016-06-25 Thread Uwe Stöhr
Am 24.06.2016 um 08:43 schrieb Dima Ruinskiy: Hi. My name is Dima Ruinskiy, and I would like to join the LyX development team. I hereby permit to use my contributions to LyX under the license of the GPL version 2 or later. Hello Dima, welcome on board! For the others on this list: Dima

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Uwe Stöhr
Am 25.06.2016 um 10:23 schrieb Scott Kostyshak: commit 3f9335548872c028fcc6eea9997040c500683b19 Change \it to \mathit in Math.lyx Hello Scott, please do such changes for all languages of Math.lyx: French, Spanish, German, Japanese, English thanks and regards Uwe

Re: #10206: Problem installing Lyx 2.2

2016-06-25 Thread Jürgen Spitzmüller
Am Samstag, den 25.06.2016, 10:59 +0200 schrieb Uwe Stöhr: > ;-) This was no offense to you. It was an offense to everybody working hard in academia. Decorating it with a smiley afterwards does not make it better. Think twice before you post such nonsense. Jürgen

Re: Combo Box for Custom Insets

2016-06-25 Thread Jean-Marc Lasgouttes
That means that we probably shouldn't use a x but a kind of menu, maybe attached to an icon JMarc Le 25 juin 2016 08:58:57 GMT+02:00, Liviu Andronic a écrit : >On Sat, Jun 25, 2016 at 12:23 AM, Richard Heck wrote: >Looks good. Couple of comments: >- since

Re: Annoying terminal messages: QXcbClipboard: SelectionRequest too old

2016-06-25 Thread Jürgen Spitzmüller
Am Donnerstag, den 23.06.2016, 21:43 -0400 schrieb Scott Kostyshak: > Jürgen, any idea? No. Jürgen

Re: #10206: Problem installing Lyx 2.2

2016-06-25 Thread Uwe Stöhr
Am 25.06.2016 um 10:38 schrieb Jürgen Spitzmüller: Are you joking, you are at a university. When you will leave it for a job you will find out what busy means. It does not help to counter ignorance with ignorance. Ah well ... ;-) This was no offense to you. Btw. I still cannot reproduce

new LyX 2.2.0 installer for Windows Vista is available

2016-06-25 Thread Uwe Stöhr
Dear LyXers, there is a new Windows installer available that provides support for Windows Vista: http://ftp.lyx.de/LyX%202.2.0/LyX-220-Installer-Vista-3.exe Dima kindly prepared the binary from the 2.2.0 tarball, I checked it against viruses and malware using commercial antivirus software, I

Re: #10206: Problem installing Lyx 2.2

2016-06-25 Thread Uwe Stöhr
Am 25.06.2016 um 11:01 schrieb Jürgen Spitzmüller: Am Samstag, den 25.06.2016, 10:59 +0200 schrieb Uwe Stöhr: ;-) This was no offense to you. It was an offense to everybody working hard in academia. Decorating it with a smiley afterwards does not make it better. Think twice before you post

Re: #10206: Problem installing Lyx 2.2

2016-06-25 Thread Jürgen Spitzmüller
Am Samstag, den 25.06.2016, 11:15 +0200 schrieb Uwe Stöhr: > I am wondering that you take this personally. Then think twice. Jürgen > > regards Uwe

Re: [LyX/master] Change \it to \mathit in Math.lyx

2016-06-25 Thread Enrico Forestieri
On Sat, Jun 25, 2016 at 10:23:57AM +0200, Scott Kostyshak wrote: > commit 3f9335548872c028fcc6eea9997040c500683b19 > Author: Scott Kostyshak > Date: Sat Jun 25 03:26:16 2016 -0400 > > Change \it to \mathit in Math.lyx > > On TeX Live 2016, Math.lyx gives an

Re: Joining LyX development team

2016-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2016 10:53, Uwe Stöhr a écrit : Am 24.06.2016 um 08:43 schrieb Dima Ruinskiy: Hi. My name is Dima Ruinskiy, and I would like to join the LyX development team. Hi Dima, welcome on lyx-devel! For the others on this list: Dima volunteered to help LyX with compiling it on Windows,

Re: new LyX 2.2.0 installer for Windows Vista is available

2016-06-25 Thread Richard Heck
On 06/25/2016 05:13 AM, Uwe Stöhr wrote: > Dear LyXers, > > there is a new Windows installer available that provides support for > Windows Vista: > http://ftp.lyx.de/LyX%202.2.0/LyX-220-Installer-Vista-3.exe > > Dima kindly prepared the binary from the 2.2.0 tarball, I checked it > against viruses

Re: new LyX 2.2.0 installer for Windows Vista is available

2016-06-25 Thread Jean-Marc Lasgouttes
Le 25/06/2016 16:45, Richard Heck a écrit : There is a discussion about this topic in the bug tracker that I cannot understand. Scott and Richard are concerned that Dima'S build contains malware. This is not fair. Dima invested some spare time to fiddle around with Qt to prepare a Vista build

Re: Compiling with Microsoft Visual C++

2016-06-25 Thread Georg Baum
racoon wrote: > Thanks for the sustained support! You are welcome! I do it because building LyX on windows should be as easy as it is on unix. Unfortunately this is not yet the case, and your help in trying out different tests is appreciated as well. > On 21.06.2016 22:02, Georg Baum wrote:

Re: Joining LyX development team

2016-06-25 Thread Guillaume Munch
Le 25/06/2016 12:53, Jean-Marc Lasgouttes a écrit : Le 25/06/2016 10:53, Uwe Stöhr a écrit : Am 24.06.2016 um 08:43 schrieb Dima Ruinskiy: Hi. My name is Dima Ruinskiy, and I would like to join the LyX development team. Hi Dima, welcome on lyx-devel! same For the others on this list:

Re: new LyX 2.2.0 installer for Windows Vista is available

2016-06-25 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > I am not completely sure why we are having this surreal discussion. Uwe, > what is wrong with the following? > 1/ Dima provides a patch that makes a Vista compatible build > 2/ Kornel checks that the cmake part good enough for inclusion > 3/ Uwe does his usual builds

Re: Joining LyX development team

2016-06-25 Thread Georg Baum
Hi Dima, welcome from me as well! We can always need some helping hands, and as you might have found out already especially windows build procedure needs help. Dima Ruinskiy wrote: > Richard Heck lyx.org> writes: > >> Is there something specific you'd like to work on? >> > Nothing specific,

Re: Joining LyX development team

2016-06-25 Thread Kornel Benko
Am Samstag, 25. Juni 2016 um 17:30:24, schrieb Georg Baum > Hi Dima, > > welcome from me as well! We can always need some helping hands, and as you > might have found out already especially windows build procedure needs help. > > Dima Ruinskiy wrote: > > >