Re: Preparing for development

2020-01-05 Thread Yu Jin
You are right, I got it working now :). Debugging works, I just have to
specify the LyX.exe in the Installed folder as startup file manually, then
I can set breakpoints and debug as I am used to. I will document my
experiences in the install.win32 file next.
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Preparing for development

2020-01-05 Thread Jürgen Spitzmüller
Am Sonntag, den 05.01.2020, 10:11 +0100 schrieb Yu Jin:
> You are right, I got it working now :). Debugging works, I just have
> to specify the LyX.exe in the Installed folder as startup file
> manually, then I can set breakpoints and debug as I am used to. I
> will document my experiences in the install.win32 file next.

Before we can commit your hopefully many contributions, could you
please send a mail such as the following to this list?
https://marc.info/?l=lyx-devel=142644092217864

Thanks
Jürgen


signature.asc
Description: This is a digitally signed message part
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Blanket permission

2020-01-05 Thread Jürgen Spitzmüller
Am Montag, den 02.12.2019, 15:03 +0100 schrieb Jürgen Spitzmüller:
> Am Montag, den 02.12.2019, 14:40 +0100 schrieb Kornel Benko:
> > Hi Patrick,
> > to apply your patches we need your explicit permission.
> > Like a short message on this list containing:
> > "I hereby grant permission to use my work for LyX under the
> > license GPL
> > version 2 or later."

I've added you now to the credits, Patrick. It took a bit longer due to
the problem below.

> Note, however, that the Blanket Permission web page draws on the Marc
> mailing list archive which is currently not archiving our emails any
> longer (as of the move). JMarc wrote them, but they seem to be not
> very
> responsive.

This is now resolved: generate_contributions.py now also accepts
mailing-list.org message IDs.

Jürgen



signature.asc
Description: This is a digitally signed message part
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Contribution license

2020-01-05 Thread Jürgen Spitzmüller
Am Sonntag, den 05.01.2020, 11:37 +0100 schrieb Yu Jin:
> I hereby grant permission to license my contributions to LyX under
> the GNU General Public License, version 2 or any later version.

Thank you. Now keep the patches coming :-)

Jürgen

> 
> Eugene Chornyi


signature.asc
Description: This is a digitally signed message part
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: forward search with okular

2020-01-05 Thread Scott Kostyshak
On Sun, Jan 05, 2020 at 07:49:01AM +0100, Jürgen Spitzmüller wrote:
> Am Samstag, den 04.01.2020, 21:20 -0500 schrieb Scott Kostyshak:
> > I have version 1.7.3 as well and inverse search doesn't work for me
> > either.
> 
> Version 1.9.0 here. Both forward and inverse search work now. The later
> only, though, if "Navigation" mode is selected in Okular (the mode with
> the hand symbol). This is not obvious, but the info is hidden somewhere
> in the Okular manual.

Ah indeed I was not in navigation mode. It works now on 1.7.3. Thanks.

Scott


signature.asc
Description: PGP signature
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Contribution license

2020-01-05 Thread Yu Jin
I hereby grant permission to license my contributions to LyX under the GNU
General Public License, version 2 or any later version.

Eugene Chornyi
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Preparing for development

2020-01-05 Thread Yu Jin
As promised I have updated the description for setting up the tools on
windows

Eugene


updated-windows-dev-description.patch
Description: Binary data
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Preparing for development

2020-01-05 Thread Yu Jin
Am So., 5. Jan. 2020 um 20:11 Uhr schrieb Kornel Benko :

> Am Sun, 5 Jan 2020 15:56:32 +0100
> schrieb Yu Jin :
>
> > As promised I have updated the description for setting up the tools on
> > windows
> >
> > Eugene
>
> In the description you change 'MSVC 2017' to 'MSVC 2019', but later on
> you still refer to
> 'MSVC 2017',
> C:\LyX\lyx-windows-deps-msvc2017
>
> Intended?
>

Yes, The Microsoft Visual Studio 2017 is no longer available for download
because there is the new Visual Studio 2019.
But in Qt online installer, there are no MSVC 2019 kits, only the 2017
ones, thats why I wrote, that the 2019 MSVC compilers (the build tools
installed in the Visual Studio installer) are compatible with the MSVC 2017
kits in Qt.
As for the dependencies, well in here http://ftp.lyx.de/LyXWinInstaller/
are only dependencies called lyx-windows-deps-msvc2017 :)


> I'd like to know what happens if you enable 'LYX_CPACK=ON' in cmake gui.
> Is there a new
> target 'package'?
> If yes, I expect created .zip-file if using this target (instead of
> 'install').
>

Yeah it works, this folder is created in the build directory:
_CPack_Packages\win64\ZIP in this folder there is actually a folder called
LyX24-2.4.0-win64, it contains the stuff which is in LYX_INSTALLED folder
if building the INSTALL target/project and additionally the ZIP contains
this LyX24-2.4.0-win64 folder packed in a zip file, there are no
dependencies and Qt dlls though...

Kornel
> --
> lyx-devel mailing list
> lyx-devel@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-devel


Eugene
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Preparing for development

2020-01-05 Thread Kornel Benko
Am Sun, 5 Jan 2020 15:56:32 +0100
schrieb Yu Jin :

> As promised I have updated the description for setting up the tools on
> windows
> 
> Eugene

In the description you change 'MSVC 2017' to 'MSVC 2019', but later on
you still refer to
'MSVC 2017',
C:\LyX\lyx-windows-deps-msvc2017

Intended?

I'd like to know what happens if you enable 'LYX_CPACK=ON' in cmake gui. Is 
there a new
target 'package'?
If yes, I expect created .zip-file if using this target (instead of 'install').

Kornel


pgpBsd3f4bpd0.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Preparing for development

2020-01-05 Thread Yu Jin
Am So., 5. Jan. 2020 um 21:38 Uhr schrieb Kornel Benko :

> We expect qt be installed ...
>

Yeah, I have Qt installed and pointed CMake to the right directories, Is
the "package" target/project supposed to copy the needed dependencies and
dll files (like Qt5Cored.dll ...)? Then it does not work.

Could you please evaluate, which procedure feel better.
> Using 'install' and then copy the files
> or
> using 'package' and then unpack/unzip at the desired place?
>

I think that using install is better as it is right now.

A revised patch is welcome, I will commit it.
>
> Kornel
>
> PS:
> BTW what's the meaning of having 'Yu Jin' as name in the mail and sign as
>  'Eugene Chornyi'.
> The former feels Korean while the second feels Russian.
>

Eugene Chornyi is my real name, thats why I sign as Eugene. See Yu Jin as
my nickname, I have chosen it because it sounds similar to Eugene if you
pronounce it. Is that a problem? should I change that?

Eugene
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Preparing for development

2020-01-05 Thread Kornel Benko
Am Sun, 5 Jan 2020 21:21:07 +0100
schrieb Yu Jin :

> > In the description you change 'MSVC 2017' to 'MSVC 2019', but later on
> > you still refer to
> >         'MSVC 2017',
> >         C:\LyX\lyx-windows-deps-msvc2017
> > 
> > Intended?
> > 
> Yes, The Microsoft Visual Studio 2017 is no longer available for download 
> because there
> is the new Visual Studio 2019. But in Qt online installer, there are no MSVC 
> 2019 kits,
> only the 2017 ones, thats why I wrote, that the 2019 MSVC compilers (the 
> build tools
> installed in the Visual Studio installer) are compatible with the MSVC 2017 
> kits in Qt.
> As for the dependencies, well in here http://ftp.lyx.de/LyXWinInstaller/ are 
> only
> dependencies called lyx-windows-deps-msvc2017 :)
> > I'd like to know what happens if you
> > enable 'LYX_CPACK=ON' in cmake gui. Is there a new
> > target 'package'?
> > If yes, I expect created .zip-file if using this target (instead of 
> > 'install').
> > 
> Yeah it works, this folder is created in the build directory: 
> _CPack_Packages\win64\ZIP
> in this folder there is actually a folder called LyX24-2.4.0-win64, it 
> contains the
> stuff which is in LYX_INSTALLED folder if building the INSTALL target/project 
> and
> additionally the ZIP contains this LyX24-2.4.0-win64 folder packed in a zip 
> file, there
> are no dependencies and Qt dlls though...
> 

We expect qt be installed ...

Could you please evaluate, which procedure feel better.
Using 'install' and then copy the files
or
using 'package' and then unpack/unzip at the desired place?

A revised patch is welcome, I will commit it.

Kornel

PS:
BTW what's the meaning of having 'Yu Jin' as name in the mail and sign as
 'Eugene Chornyi'.
The former feels Korean while the second feels Russian.



pgpXcfuqiyzd8.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Preparing for development

2020-01-05 Thread Kornel Benko
Am Sun, 5 Jan 2020 21:53:42 +0100
schrieb Yu Jin :

> Am So., 5. Jan. 2020 um 21:38 Uhr schrieb Kornel Benko :
> 
> > We expect qt be installed ...
> >
> 
> Yeah, I have Qt installed and pointed CMake to the right directories, Is
> the "package" target/project supposed to copy the needed dependencies and
> dll files (like Qt5Cored.dll ...)? Then it does not work.
> 
> Could you please evaluate, which procedure feel better.
> > Using 'install' and then copy the files
> > or
> > using 'package' and then unpack/unzip at the desired place?
> >
> 
> I think that using install is better as it is right now.
> 
> A revised patch is welcome, I will commit it.
> >
> > Kornel
> >
> > PS:
> > BTW what's the meaning of having 'Yu Jin' as name in the mail and sign as
> >  'Eugene Chornyi'.
> > The former feels Korean while the second feels Russian.
> >
> 
> Eugene Chornyi is my real name, thats why I sign as Eugene. See Yu Jin as
> my nickname, I have chosen it because it sounds similar to Eugene if you
> pronounce it. Is that a problem? should I change that?
> 
> Eugene

No problem, but misleading. I suppose that's the reason why you are still
not registered as 'has given blanket permission'.

Jürgen, could you add him please?

Kornel


pgpPGvd37lSgA.pgp
Description: Digitale Signatur von OpenPGP
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel


Re: Preparing for development

2020-01-05 Thread Jürgen Spitzmüller
Am Sonntag, den 05.01.2020, 22:09 +0100 schrieb Kornel Benko:
> No problem, but misleading. I suppose that's the reason why you are
> still
> not registered as 'has given blanket permission'.
> 
> Jürgen, could you add him please?

We usually register after the first commit has been pushed.

Jürgen


signature.asc
Description: This is a digitally signed message part
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel