Re: Perl and Indexing? [Re: Building windows installer questions]

2020-02-24 Thread Yu Jin
Am So., 23. Feb. 2020 um 11:23 Uhr schrieb Jürgen Spitzmüller : > Am Samstag, den 22.02.2020, 12:03 -0500 schrieb Richard Kimberly Heck: > > Am I right that the splitindex_command LyXRC variable is not handled > > in the UI? > > Yes. We take the first we find. > Looks like I should leave the

Re: Registry handling on windows (installer)

2020-03-06 Thread Yu Jin
Am Fr., 6. März 2020 um 10:21 Uhr schrieb Jean-Marc Lasgouttes < lasgout...@lyx.org>: > What I would propose for this kind of problem is to bundle a portable > version of imagemagick with LyX. I would expect that this does not > require registry hacking. > Portable version would not need

Registry handling on windows (installer)

2020-03-06 Thread Yu Jin
Hi all, I've been training nsis and experimenting with the windows installer. I think I am somewhat confident with that topic now. The purpose of this Email is that I see some issues in the registry handling in the code for the installer and I would like to discuss those issues. 1. We create e.g.

Re: Perl and Indexing? [Re: Building windows installer questions]

2020-02-24 Thread Yu Jin
Am Di., 25. Feb. 2020 um 01:25 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > Actually, I will shortly be uploading 2.3.4.4, with that fix. So you can > use that. > I think that the installer versioning got a little confusing, LyX-2344-Installer-4.exe lets me think, that LyX 2.3.4.4 has

Re: LyX 2.3.4 Windows Installer for Testing

2020-01-27 Thread Yu Jin
Seems to work for me with imagemagick and ghostscript, tested some pictures and pdf, preview works. -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Building windows installer questions

2020-02-18 Thread Yu Jin
Am Sa., 15. Feb. 2020 um 18:38 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > FYI, I updated ImageMagick in the most recent installers. I haven't > uploaded the new stuff yet to the dependencies file online. > I see, I have also looked into the files of the dependencies folder, where to

Re: bug in "view" option

2020-02-18 Thread Yu Jin
Am Di., 18. Feb. 2020 um 11:23 Uhr schrieb Sivan Frenkel < sivanfren...@yahoo.com>: > Hi, > > I am using Win10 and have just updated from version 2.3.4 to 2.3.4.3. The > update did solve the delay in saving, but seems to have created a new bug. > > The bug interferes with the use of "view"

Re: Building windows installer questions

2020-02-19 Thread Yu Jin
Am Mi., 19. Feb. 2020 um 17:04 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > If you do update these other tools, please send me a zip of the > dependencies package, so I can use it as well. (It'll be best to put that > somewhere on the web I can download it, if possible, as it would

Building windows installer questions

2020-02-09 Thread Yu Jin
Hi, I've been trying to build a windows installer to see how it works, but I could not find the files FindProc.dll and INetC.dll, which are mentioned in the Readme.txt file. Any Idea where I can locate them? Eugene -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Building windows installer questions

2020-02-11 Thread Yu Jin
pt making it not to search for iconv.dll? Eugene Am Di., 11. Feb. 2020 um 06:37 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 2/9/20 4:23 AM, Yu Jin wrote: > > Hi, > > > > I've been trying to build a windows installer to see how it works, but > &g

Re: Building windows installer questions

2020-02-15 Thread Yu Jin
Looks like I got it working now. Here few more questions: 1. How to do the GPG signature? 2. Are we bothering with the 64 bit version? Eugene -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Preparing for development

2020-01-09 Thread Yu Jin
After some research and trial and error work I finally understand what is happening there. The old imagemagick with the old ghostscript works, that means, that magick is found correctly. But then magick searches registry for "CoderModulesPath", because it needs some module for converting. The

Re: Source for 2.3.4

2020-01-17 Thread Yu Jin
Wed, 15 Jan 2020 12:01:22 +0100 > schrieb Kornel Benko : > > > Am Tue, 14 Jan 2020 23:41:30 +0100 > > schrieb Kornel Benko : > > > > > Am Tue, 14 Jan 2020 22:40:48 +0100 > > > schrieb Yu Jin : > > > > > > > Compiling LyX 2.3.3 also work

Re: Source for 2.3.4

2020-01-14 Thread Yu Jin
Compiling LyX 2.3.3 also works fine for me, but in https://www.lyx.org/trac/changeset/446769203f157ef5ff964e6d7355f840c8c91cac/lyxgit/development/cmake/lyx.rc the lyx.rc file was changed, lines 24 and 25 now contain " LYX_RELEASE_LEVEL,LYX_RELEASE_PATCH ", I could not find these anywhere else

Re: Preparing for development

2020-01-02 Thread Yu Jin
Hi again, thank you for welcoming. I have looked into this a bit more and got LyX to recognize Python, I had to change some strings in the support static library for that, I will send a diff file later and we can discuss that. As for the development environment, I think that QT Creator is a good

Re: Preparing for development

2020-01-03 Thread Yu Jin
Now you got me all excited, I am happy that I can be helpful :) Am Fr., 3. Jan. 2020 um 14:48 Uhr schrieb Jean-Marc Lasgouttes < lasgout...@lyx.org>: > Le 02/01/2020 à 17:31, Yu Jin a écrit : > > Hi again, thank you for welcoming. > > Hi, I do compile on windows, but using

Re: Preparing for development

2020-01-04 Thread Yu Jin
I tried to generate visual studio solution with the CMake gui, but there is no install.sln there anywhere. Well, tbh I would like VS more, because it's debugger is just much enjoyable to work with. So next I will do is train CMake and try to resolve the issues I have with VS. For now I have

Re: Preparing for development

2020-01-04 Thread Yu Jin
Yes, I am 100% sure, that I check the LYX_INSTALL box in the CMake Gui. There are these solutions created: LyX.sln 3rdparty\zlib\zlib.sln src\tex2lyx\tex2lyx.sln src\tex2lyx\test\testTex2lyx.sln src\frontends\tests\testFrontends.sln lib\examples\testExamples.sln src\support\tests\supporttest.sln

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

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-04 Thread Yu Jin
I think I actually found a clue. In the LyX.sln there are 36 projects, one of them is called install, compiling that one creates a LYX_INSTALLED folder. I just went with Build > Build Solution in VS menu bar. Now I see that in the stable branch it is described differently with "Compile the INSTALL

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 2

Re: Preparing for development

2020-01-05 Thread Yu Jin
ommit 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

Re: Preparing for development

2020-01-07 Thread Yu Jin
Thanks :), In the mean while I have investigated the issue, where pdf files are not displayed for me. I have seen that there is a python script generated in a temporary folder, which is then executed. It first should convert pdf6 to eps and then eps to png. The first step seems to succeed but the

Re: Preparing for development

2020-01-07 Thread Yu Jin
> > Something similar to PATH (DIR?) environment variable including path to > imagemagick is likely missing. I guess VC can setup such thing in > settings(?). > Simply cant get it working, tried adding all of those paths to projects properties... to PATH... not working... When I copy imagemagick

Preparing for development

2019-12-28 Thread Yu Jin
Hi everybody, I am a hobby C++ programmer. I would like to contribute to this project by on the C++ source code. I am using windows machine. For this project I thought to be using Qt creator. I just installed everything I need (described in the INSTALL.WIN32 file) recently so the tools are on the

Re: Registry handling on windows (installer)

2020-03-10 Thread Yu Jin
Am Mo., 9. März 2020 um 11:54 Uhr schrieb Pavel Sanda : > By scriptable I meant to have some kind of (shell?) script, which converts > the downloaded imagemagick to the one which is distributed by us, > if we make any changes to it. This would have two advatages: > 1. We are going to update

Re: Registry handling on windows (installer)

2020-03-08 Thread Yu Jin
Am Sa., 7. März 2020 um 09:11 Uhr schrieb Yu Jin : > So as far as I can see I should do following: > First update the dependencies with the portable imagemagick. > For stable: remove the registry writing part for imagemagick. > For master change the main registry key from "...

Re: master does not compile (windows, visual studio 2019)

2020-03-07 Thread Yu Jin
Am Sa., 7. März 2020 um 13:11 Uhr schrieb Kornel Benko : > Do you compile master source? > Not sure what you want to know, I am trying to compile the current master branch (https://www.lyx.org/trac/browser/lyxgit). Eugene -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Registry handling on windows (installer)

2020-03-07 Thread Yu Jin
Am Fr., 6. März 2020 um 22:42 Uhr schrieb Jean-Marc Lasgouttes < lasgout...@lyx.org>: > No user has IM installed by default, and no package manager will do it > for us. I really think that shipping the few binaries that we need and > skipping the registry thing is the simplest solution for

master does not compile (windows, visual studio 2019)

2020-03-07 Thread Yu Jin
Errors: 1. cannot open include file 'hunspell/hunspell.hxx': No such file in directory (changing to fixes it) 2. 4 unresolved externals in support.lib(gzstream.obj): z_gzread in virtual int [...] underflow(void), z_gzwrite in int [...] flush_buffer(void), z_gzclose in gzstreambuf* [...] close

Re: Registry handling on windows (installer)

2020-03-08 Thread Yu Jin
Am So., 8. März 2020 um 14:26 Uhr schrieb Yu Jin : > Here is the first patch, I fixed some nsis errors I got, added code for a > 64 bit installer and removed the registry hacking for imagemagick. > This is meant for both master and 2.3.x > > @Riki, I also uploaded the updat

Re: Registry handling on windows (installer)

2020-03-09 Thread Yu Jin
Am So., 8. März 2020 um 16:42 Uhr schrieb Yu Jin : > Here is the second patch, for master, changing the discussed registry > handling. I also added a value "latestVersion" which should contain a > string with the newest installed LyX. > 3rd patch with the descriptions. Eug

Re: master does not compile (windows, visual studio 2019)

2020-03-07 Thread Yu Jin
Am Sa., 7. März 2020 um 13:42 Uhr schrieb Kornel Benko : > > That was the question. We have to find something which is OK for windows > _and_ for linux. > > I bet, you use included hunspell ... > > Try the attached attached fixes the hunspell error. The unresolved externals errors remain, still

win installer part for moving DTL binaries to Ressources folder

2020-04-16 Thread Yu Jin
Please commit. Eugene win-installer-part-for-moving-dtl-binaries-to-Ressou.patch Description: Binary data -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: win installer part for moving DTL binaries to Ressources folder

2020-04-16 Thread Yu Jin
Am Do., 16. Apr. 2020 um 22:22 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 4/16/20 2:10 AM, Yu Jin wrote: > > Please commit. > Just to check, this seems only to have removed old code. Is that intended? > Yes, Ressources folder gets copied as a whole,

Re: CMake install path for dtl

2020-04-13 Thread Yu Jin
Am Mo., 13. Apr. 2020 um 20:12 Uhr schrieb Kornel Benko : > Am Mon, 13 Apr 2020 19:38:52 +0200 > schrieb Kornel Benko : > > You could protokoll (in the CMakeLists.txt) > > message(STATUS "CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}") > > message(STATUS "dest_data ${dest_data}") > >

CMake install path for dtl

2020-04-13 Thread Yu Jin
For me on windows when I build INSTALL target, the newly added dtl executables get copied to C:\lyx\masterbuild32\LYX_INSTALLED\LYX_INSTALLED\Resources\extratools. LYX_INSTALLED is doubled. As far as I can see its in this line (C:\lyx\master\3rdparty\dtl\CMakeLists.txt): install(TARGETS ${targets}

Re: Registry handling on windows (installer)

2020-04-05 Thread Yu Jin
Am So., 5. Apr. 2020 um 01:23 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 3/27/20 2:23 PM, Yu Jin wrote: > > Am Fr., 27. März 2020 um 19:04 Uhr schrieb Richard Kimberly Heck < > rikih...@lyx.org>: > >> On 3/23/20 1:49 PM, Yu Jin wrote: >&

Re: Registry handling on windows (installer)

2020-03-27 Thread Yu Jin
Am Fr., 27. März 2020 um 19:04 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 3/23/20 1:49 PM, Yu Jin wrote: > > Here is another patch, I updated the description of DTL update, because > the newer version does not work with miktex, as discussed on the mailing >

Re: oiint won't display in LyX

2020-04-25 Thread Yu Jin
Am Sa., 25. Apr. 2020 um 20:27 Uhr schrieb Marek L. Szwabowicz < m.szwabow...@wm.umg.edu.pl>: > Hi all, > > I'm running LyX 2.3.4.4 on Windows 10 64-bit (native compilation). > > The symbol \oiint won't display in LyX math mode rectangle. A space is > shown, instead. All the same the document

Re: Trying to get texliveonfly.py working with LyX

2020-05-03 Thread Yu Jin
Am So., 3. Mai 2020 um 13:17 Uhr schrieb Kornel Benko : > Maybe a permission problem? Do you start lyx as another user? No, I start normally, also tried as admin. On Sun, May 03, 2020 at 01:10:37PM -0400, Richard Kimberly Heck wrote: > > If you can get terminal output, then it will be clear

Re: Patches to improve compatibility with modern C++ standard

2020-05-05 Thread Yu Jin
Am Mo., 4. Mai 2020 um 16:04 Uhr schrieb Kornel Benko : > Am Mon, 4 May 2020 15:33:02 +0200 > schrieb Thibaut Cuvelier : > > > Yes, your patch works (MSVC 19, again, that's all I have on my computer). > > > > By the way, in my original email, there are modifications to Boost, but > it > > would

Re: Work on Windows installer

2020-05-13 Thread Yu Jin
Am Mi., 13. Mai 2020 um 07:47 Uhr schrieb Jürgen Spitzmüller : > Generally, having well documented and readable code is a good thing. A > non-well written installer distracts developers and is bug prone. So > I'd second your preference. Having written this, it seems most > important to me that

Work on Windows installer

2020-05-12 Thread Yu Jin
Ive been studying the code for windows installer and understand it pretty well now. However the more I understand it, the more I find it hardly readable and not intuitive. There are many little things that can be made more elegant, but also the whole setup of the files and how they are structured

Re: Work on Windows installer

2020-05-13 Thread Yu Jin
Am Mi., 13. Mai 2020 um 18:58 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 5/13/20 7:04 AM, Pavel Sanda wrote: > > Thanks for sharing all these thoughts. > > Let me add my thanks, too. This is all old code and a bit of a mess, so > it certainly could use a re-write. > > > > If you

Re: Work on Windows installer

2020-05-16 Thread Yu Jin
Am Sa., 16. Mai 2020 um 08:45 Uhr schrieb Jürgen Spitzmüller : > The list of language supported by LyX is lib/languages. > Alright, I have compared the languages in that file with the available dictionaries in lyxsvn. There are more supported languages than available dictionaries. In particular I

Re: win installer part for moving DTL binaries to Ressources folder

2020-05-05 Thread Yu Jin
Am Fr., 17. Apr. 2020 um 07:22 Uhr schrieb Yu Jin : > Am Do., 16. Apr. 2020 um 22:22 Uhr schrieb Richard Kimberly Heck < > rikih...@lyx.org>: > >> On 4/16/20 2:10 AM, Yu Jin wrote: >> > Please commit. >> Just to check, this seems only to have removed

Re: Work on Windows installer

2020-05-15 Thread Yu Jin
There are more dictionaries available in lyxsvn than defined in the Windows installer. I have searched the web for a sorted list of language names in their native form, but didn't find any. How do you usually get native names and how do you sort them? (Well I could get the unsorted names, but I

Re: LyX 2.3.5dev Windows Installer for Testing

2020-03-18 Thread Yu Jin
Am Mi., 18. März 2020 um 20:49 Uhr schrieb Kornel Benko : > Am Wed, 18 Mar 2020 20:13:51 +0100 > schrieb Jean-Marc Lasgouttes : > > > Le 18/03/2020 à 20:02, Kornel Benko a écrit : > > > Am Wed, 18 Mar 2020 19:38:53 +0100 > > > schrieb Jean-Marc Lasgouttes : > > > > > >> Le 16/03/2020 à 04:48,

Re: New Windows Installers for Testings

2020-03-18 Thread Yu Jin
Am Di., 17. März 2020 um 16:45 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 3/17/20 2:36 AM, Markus Wolf wrote: > > > > Is this the reason, why the previous 2344 installer (from Richard) in > > .../devel/lyx-2.3/ have been removed? > > > > Why haven’t they been moved to

Re: Registry handling on windows (installer)

2020-03-20 Thread Yu Jin
Am Fr., 20. März 2020 um 20:16 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 3/20/20 1:47 PM, Pavel Sanda wrote: > > On Tue, Mar 17, 2020 at 10:26:16AM +0100, Yu Jin wrote: > >>> I have created a batch file, which deletes the redundant files. I h

Re: 64-bit windows installer

2020-03-23 Thread Yu Jin
Am Mo., 23. März 2020 um 02:44 Uhr schrieb Andrew Parsloe < ajpars...@gmail.com>: > I've downloaded and installed the 64-bit windows installer. No problems > with the installation. But the first trial document I tried triggered an > error. If there is a preview to be formed (e.g. a math inset

Re: 64-bit windows installer

2020-03-23 Thread Yu Jin
Am Mo., 23. März 2020 um 09:29 Uhr schrieb Andrew Parsloe < ajpars...@gmail.com>: > On 23/03/2020 8:53 pm, Yu Jin wrote: > > Am Mo., 23. März 2020 um 02:44 Uhr schrieb Andrew Parsloe < > ajpars...@gmail.com>: > >> I've downloaded and installed the 64-b

Re: Registry handling on windows (installer)

2020-03-23 Thread Yu Jin
Am Fr., 20. März 2020 um 21:05 Uhr schrieb Yu Jin : > Am Fr., 20. März 2020 um 20:16 Uhr schrieb Richard Kimberly Heck < > rikih...@lyx.org>: > >> I will do so by the end of the weekend. The main question is whether >> these will affect my 2.3.x builds in any way. &

Re: master does not compile (windows, visual studio 2019)

2020-03-08 Thread Yu Jin
Am So., 8. März 2020 um 12:34 Uhr schrieb Kornel Benko : > Installed qt5.14.1, but again no problems on linux with the combination. > Thank you for the effort. I just tried it with 5.14.2 (beta/snapshot) and it works. I will stick to 5.12.6 then until the next release of Qt. Eugene -- lyx-devel

Re: Registry handling on windows (installer)

2020-03-17 Thread Yu Jin
Am Di., 10. März 2020 um 08:18 Uhr schrieb Yu Jin : > Am Mo., 9. März 2020 um 11:54 Uhr schrieb Pavel Sanda : > >> By scriptable I meant to have some kind of (shell?) script, which converts >> the downloaded imagemagick to the one which is distributed by us, >>

Re: Patches to improve compatibility with modern C++ standard

2020-05-05 Thread Yu Jin
Am Di., 5. Mai 2020 um 09:16 Uhr schrieb Kornel Benko : > Am Tue, 5 May 2020 09:15:50 +0200 > schrieb Kornel Benko : > > Thanks Eugene. Please try the next patch. > > If it also does not work, we have to decide on the msvc version > > what to do. > > > > Could you also check the msvc-version

Re: Patches to improve compatibility with modern C++ standard

2020-05-05 Thread Yu Jin
Am Di., 5. Mai 2020 um 13:10 Uhr schrieb Kornel Benko : > Am Tue, 5 May 2020 12:36:03 +0200 > schrieb Yu Jin : > > > Am Di., 5. Mai 2020 um 09:16 Uhr schrieb Kornel Benko : > > > > > Am Tue, 5 May 2020 09:15:50 +0200 > > > schrieb Kornel Benko : > >

Re: Work on Windows installer

2020-05-20 Thread Yu Jin
A quick update on this. So far I have made good progress imo, some things are finished already, I will list the big ones now: 1. The whole installer UI including the LatexFolder page, which I have recreated with NSIS dialog designer. 2. Code for searching latex distribution, which is related to

Trying to get texliveonfly.py working with LyX

2020-05-03 Thread Yu Jin
texliveonfly is a python script, it can install missing packages automatically while compiling. I had to change the script a little bit for it to work from cmd.exe, I attached it. So if I type the command ( "C:/texlive/2019/texmf-dist/scripts/texliveonfly/texliveonfly.py" file.tex ) in cmd running

Re: Text selection does not work as expected

2020-09-10 Thread Yu Jin
Am Do., 10. Sept. 2020 um 20:13 Uhr schrieb Scott Kostyshak < skost...@lyx.org>: > On Thu, Sep 10, 2020 at 08:00:04PM +0200, Yu Jin wrote: > > Am Do., 9. Juli 2020 um 10:12 Uhr schrieb Daniel : > > > > > On 2020-07-09 09:39, Yu Jin wrote: > > > > Am Mi

Re: [LyX/master] Workaround Qtbug regarding the QAbstractScrollArea::mouseMoveEvent(...) (06969f9d) is only needed until Qt 5.15.1 as it was fixed there.

2020-09-10 Thread Yu Jin
Am Do., 10. Sept. 2020 um 20:41 Uhr schrieb Eugene Chornyi : > commit 46da0d9d4d704ba0ad238be6bc78804600016203 > Author: Eugene Chornyi > Date: Thu Sep 10 20:40:48 2020 +0200 > > Workaround Qtbug regarding the > QAbstractScrollArea::mouseMoveEvent(...) (06969f9d) is only needed until Qt >

Re: Text selection does not work as expected

2020-09-10 Thread Yu Jin
Am Do., 9. Juli 2020 um 10:12 Uhr schrieb Daniel : > On 2020-07-09 09:39, Yu Jin wrote: > > Am Mi., 8. Juli 2020 um 23:31 Uhr schrieb Scott Kostyshak > > mailto:skost...@lyx.org>>: > > > > On Wed, Jul 08, 2020 at 07:22:45PM +0200, Yu Jin wrote: > > &

Patch, CMake, fix some warnings in DTL

2020-09-07 Thread Yu Jin
Can I commit the attached patch? It is used here (dtl.h): #if (defined(__cplusplus) || defined(__STDC__) || defined(c_plusplus)) #define STDC 1 #else #define STDC 0 #endif /* Version (Traditional or ANSI) of C affects prototype and type definitions */ #if STDC #define ARGS(parenthesized_list)

Re: Patch, CMake, fix some warnings in DTL

2020-09-07 Thread Yu Jin
Am Mo., 7. Sept. 2020 um 21:09 Uhr schrieb Kornel Benko : > Am Mon, 7 Sep 2020 20:51:52 +0200 > schrieb Yu Jin : > > > Can I commit the attached patch? It is used here (dtl.h): > > > > #if (defined(__cplusplus) || defined(__STDC__) || defined(c_plusplus)) > > #de

Re: Selection ends in next line

2020-08-24 Thread Yu Jin
Am Di., 25. Aug. 2020 um 00:16 Uhr schrieb Jean-Marc Lasgouttes < lasgout...@lyx.org>: > Le 04/08/2020 à 08:01, Daniel a écrit : > > When I select text in a multi-line paragraph in master, the next line(s) > > gets selected as well, see attached screen cast. (For some reason VLC > > cuts the

Re: Problem saving a file [DROPBOX]

2020-09-23 Thread Yu Jin
Am Mi., 23. Sept. 2020 um 14:13 Uhr schrieb Pavel Sanda : > On Tue, Sep 22, 2020 at 08:26:29PM +0200, Yu Jin wrote: > > > I dont have the whole history of this thread here in this email, I hope > > > everyone who feels addressed knows what this is about. > > > I

Re: Problem saving a file [DROPBOX]

2020-09-22 Thread Yu Jin
Am Di., 22. Sept. 2020 um 20:25 Uhr schrieb Yu Jin : > Am Di., 22. Sept. 2020 um 19:11 Uhr schrieb Yu Jin : > >> Am Di., 22. Sept. 2020 um 19:02 Uhr schrieb Yu Jin : >> >>> Am Di., 22. Sept. 2020 um 18:53 Uhr schrieb Yu Jin : >>> >>>> the #.ly

Re: Problem saving a file [DROPBOX]

2020-09-22 Thread Yu Jin
Am Di., 22. Sept. 2020 um 19:11 Uhr schrieb Yu Jin : > Am Di., 22. Sept. 2020 um 19:02 Uhr schrieb Yu Jin : > >> Am Di., 22. Sept. 2020 um 18:53 Uhr schrieb Yu Jin : >> >>> the #.lyx# file is hidden, you can not see it unless you explicitly >>> show hi

Re: LyX 2.3.5

2020-05-25 Thread Yu Jin
Am Mo., 25. Mai 2020 um 05:22 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 5/24/20 3:13 PM, Yu Jin wrote: > > I just wanted to ask some info for the work on the Windows installer I do. > Will the next stable release be 2.3.5.1 or 2.3.5.0? > > Just 2.3

Re: LyX 2.3.5

2020-05-24 Thread Yu Jin
Am Mo., 18. Mai 2020 um 19:11 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > We have been seeing a lot of reports of problems with Inkscape 1.0, and > the bug about that has (we think) now been fixed. So it seems like a > good time to release a new version. Are there any bugs

Re: Work on Windows installer

2020-05-30 Thread Yu Jin
I think I'm finished with the new installer... I have tested a few obvious cases and how the installer behaves there makes sense imho. How do I best share my work? The patch would have a couple of thousands lines, I think there was a limit in the mailing list? Eugene -- lyx-devel mailing list

Re: Work on Windows installer

2020-06-01 Thread Yu Jin
Am Mo., 1. Juni 2020 um 08:56 Uhr schrieb Jürgen Spitzmüller : > Am Samstag, den 30.05.2020, 09:38 +0200 schrieb Yu Jin: > > I think I'm finished with the new installer... I have tested a few > > obvious cases and how the installer behaves there makes sense imho. > > How do

Re: LyX 2.3.5 Tarballs

2020-06-01 Thread Yu Jin
Am Mo., 1. Juni 2020 um 21:13 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 6/1/20 3:11 PM, Stephan Witt wrote: > > Am 01.06.2020 um 20:20 schrieb Richard Kimberly Heck : > >> The tarballs for 2.3.5 are now here > >> > >> http://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ > >> > >> for

Re: Work on Windows installer

2020-06-01 Thread Yu Jin
Am Mo., 1. Juni 2020 um 15:43 Uhr schrieb Kornel Benko : > Instead of changing strings, it should be possible to change the handling > of > the translatable strings (e.g. replace "\r\n" to "$\r$\n" on the fly) > Makes sense, why did I not think about that. I have done that now and replaced

Re: Work on Windows installer

2020-06-01 Thread Yu Jin
Am Mo., 1. Juni 2020 um 10:16 Uhr schrieb Jürgen Spitzmüller : > Am Montag, den 01.06.2020, 10:13 +0200 schrieb Yu Jin: > > What if I create a Ticket on track and upload it there? > > Track also has a size limit, though (2 MB per attachment). > Ticked created #11882 <htt

Re: Work on Windows installer

2020-06-01 Thread Yu Jin
Am Mo., 1. Juni 2020 um 14:01 Uhr schrieb Kornel Benko :0 > From what I can see, the patch adds only Windows install in extra dir. > > The duplication of language-files > development/Win32/packaging/installer2/src/lang/*.nsh > vs > development/Win32/packaging/installer/lang/*.nsh

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Yu Jin
Am So., 25. Okt. 2020 um 08:05 Uhr schrieb Yuriy Skalko < yuriy.ska...@gmail.com>: > > Hi, all, > > > > I've put some tarballs from current master here: > > > > > > http://ftp.lyx.org/ftp/pub/lyx/devel/lyx-2.4/ > > > > If anyone would care to build binaries for testing, please go ahead as > >

Re: LyX 2.4.0dev Testing Release

2020-10-25 Thread Yu Jin
Am So., 25. Okt. 2020 um 16:55 Uhr schrieb Kornel Benko : > Am Sun, 25 Oct 2020 11:42:26 -0400 > schrieb Richard Kimberly Heck : > > > > Committed at 2dbf3515. > > > > > > Is there more? > You forgot dt2dv.man (it is not in the tarballs). > > > Should I try rebuilding? > > > > Is there a cmake

Re: LyX Development Release Tarballs, Round 2

2020-10-25 Thread Yu Jin
Am So., 25. Okt. 2020 um 19:39 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 10/25/20 12:54 PM, Jean-Pierre Chrétien wrote: > > Le 25/10/2020 à 16:54, Richard Kimberly Heck a écrit : > >> So, new tarballs at http://ftp.lyx.org/ftp/pub/lyx/devel/lyx-2.4/. > >> Probably people should

Re: LyX Development Release Tarballs, Round 2

2020-10-25 Thread Yu Jin
Am So., 25. Okt. 2020 um 20:04 Uhr schrieb Kornel Benko : > Am Sun, 25 Oct 2020 19:57:05 +0100 > schrieb Yu Jin : > > > Am So., 25. Okt. 2020 um 19:39 Uhr schrieb Richard Kimberly Heck < > > rikih...@lyx.org>: > > > > > On 10/25/20 12:54 PM, Jean-Pierre

Re: [LyX/master] Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is called falsely when quickly double tapping on a touchpad of a notebook running Windows

2020-07-21 Thread Yu Jin
Am Do., 9. Juli 2020 um 10:18 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 7/9/20 3:53 AM, Yu Jin wrote: > > Am Do., 9. Juli 2020 um 09:36 Uhr schrieb Eugene Chornyi : > >> commit 06969f9dd4b9409225e0c8b504395fa197b506d1 >> Author: Eugene Chornyi >

Re: Selection ends in next line

2020-08-04 Thread Yu Jin
Am Di., 4. Aug. 2020 um 08:01 Uhr schrieb Daniel : > When I select text in a multi-line paragraph in master, the next line(s) > gets selected as well, see attached screen cast. (For some reason VLC > cuts the beginning off but it should be clear enough.) Anyone seeing > this as well? > I am

Re: Patches

2020-08-09 Thread Yu Jin
Am So., 9. Aug. 2020 um 11:45 Uhr schrieb Daniel : > I have produced a number of (unsolicited) patches. I will stop doing so > for now until some of them are either rejected or commited to master. > Otherwise, I fear that I will have to redo them (partly), like this one >

Re: Groupbox layout

2020-08-02 Thread Yu Jin
Am So., 2. Aug. 2020 um 15:51 Uhr schrieb Daniel : > On 2020-08-02 14:08, Jürgen Spitzmüller wrote: > > Am Sonntag, den 02.08.2020, 10:30 +0200 schrieb Daniel: > >> I suggest to add bold to groupbox titles. This is > >> also how it is done in Libre Office and MS Office. > > > > This is a style

Re: #10571: Tabs not showing properly in macOS full (and split) screen

2020-08-02 Thread Yu Jin
Am So., 2. Aug. 2020 um 10:56 Uhr schrieb Stephan Witt : > Does it work as expected for you and on Linux? Can anyone test it on > Windows, please? > I have tested on Windows. First I want to mention that your patch was corrupted, git said "error: corrupted patch at line 21", I had to add a

Re: Text selection does not work as expected

2020-07-09 Thread Yu Jin
Am Mi., 8. Juli 2020 um 23:31 Uhr schrieb Scott Kostyshak : > On Wed, Jul 08, 2020 at 07:22:45PM +0200, Yu Jin wrote: > > > Here we go, patch attached. I decided to put Qt version check 5.10.1, > > because I have tested it on LyX 2.3.1, which was shipped with Qt 5.10.1

Re: [LyX/master] Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is called falsely when quickly double tapping on a touchpad of a notebook running Windows

2020-07-09 Thread Yu Jin
Am Do., 9. Juli 2020 um 09:36 Uhr schrieb Eugene Chornyi : > commit 06969f9dd4b9409225e0c8b504395fa197b506d1 > Author: Eugene Chornyi > Date: Thu Jul 9 09:36:12 2020 +0200 > > Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...) is > called falsely when quickly double tapping on

Re: Text selection does not work as expected

2020-07-08 Thread Yu Jin
Am Sa., 4. Juli 2020 um 22:02 Uhr schrieb Scott Kostyshak : > On Sat, Jul 04, 2020 at 07:50:18PM +0200, Yu Jin wrote: > > Am Sa., 4. Juli 2020 um 17:16 Uhr schrieb Scott Kostyshak < > skost...@lyx.org > > >: > > > > > > > > Thanks for looking i

Re: Text selection does not work as expected

2020-07-04 Thread Yu Jin
Am Fr., 3. Juli 2020 um 17:09 Uhr schrieb Yu Jin : > Am Fr., 3. Juli 2020 um 11:12 Uhr schrieb Daniel : > >> On 2/7/20 16:27, Jean-Marc Lasgouttes wrote: >> > Le 02/07/2020 à 15:43, Daniel a écrit : >> >> When I double (triple) click on text, instead of the word

Re: Text selection does not work as expected

2020-07-04 Thread Yu Jin
Am Sa., 4. Juli 2020 um 17:16 Uhr schrieb Scott Kostyshak : > > Thanks for looking into this, Eugene. Just to make sure I understand, > you think this is a Qt bug, right? I don't know anything about this > It looks like a Qt bug indeed, I have reported it on Qt bugtracker. But to clarify, the

Re: Text selection does not work as expected

2020-07-03 Thread Yu Jin
Am Fr., 3. Juli 2020 um 11:12 Uhr schrieb Daniel : > On 2/7/20 16:27, Jean-Marc Lasgouttes wrote: > > Le 02/07/2020 à 15:43, Daniel a écrit : > >> When I double (triple) click on text, instead of the word (line), only > >> the word (line) left to the cursor is selected. I don't remember > >>

Re: LyX 2.3.5.2 Relesed

2020-07-12 Thread Yu Jin
Am So., 12. Juli 2020 um 06:06 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 7/11/20 4:05 PM, Yu Jin wrote: > > Am Sa., 11. Juli 2020 um 20:58 Uhr schrieb Bernd >: > >> Yes, I started it with the checkbox on the last page of the installer. >>

Re: LyX 2.3.5.2 Relesed

2020-07-12 Thread Yu Jin
Am So., 12. Juli 2020 um 17:34 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 7/12/20 2:21 AM, Yu Jin wrote: > > Am So., 12. Juli 2020 um 06:06 Uhr schrieb Richard Kimberly Heck < > rikih...@lyx.org>: > >> On 7/11/20 4:05 PM, Yu Jin wrote: >>

Re: Windows installation over an exiating version

2020-07-07 Thread Yu Jin
Am Di., 7. Juli 2020 um 14:49 Uhr schrieb Jean-Pierre Chrétien < jeanpierre.chret...@free.fr>: > Dear developers, > > A recent exchange on the lyx-fr list pointed out the fact that > * installing 2.3.5 without removing 2.3.4 creates all right a 2.3.5 > registry > entry; > * however the 2.3.4

Re: [LyX/master] Wininstaller, fix bug where previous installations, with emergency version greater than 1, could not be seen in registry on overinstall

2020-07-07 Thread Yu Jin
Am Di., 7. Juli 2020 um 21:14 Uhr schrieb Eugene Chornyi : > commit 32e501a282a3c9e83181979c32bf9b9cde79e43f > Author: Eugene Chornyi > Date: Tue Jul 7 21:13:34 2020 +0200 > > Wininstaller, fix bug where previous installations, with emergency > version greater than 1, could not be seen in

Re: [LyX/master] Wininstaller, fix bug where previous installations, with emergency version greater than 1, could not be seen in registry on overinstall

2020-07-07 Thread Yu Jin
Am Di., 7. Juli 2020 um 21:29 Uhr schrieb Richard Kimberly Heck < rikih...@lyx.org>: > On 7/7/20 3:19 PM, Yu Jin wrote: > > Am Di., 7. Juli 2020 um 21:14 Uhr schrieb Eugene Chornyi : > >> commit 32e501a282a3c9e83181979c32bf9b9cde79e43f >> Author: Eugene Chornyi >

Re: LyX 2.3.5.2 Relesed

2020-07-11 Thread Yu Jin
r stable that is)? It would mean that you would need to install the plugin too. > > Am 11.07.2020 um 20:29 schrieb Yu Jin: > > Am Sa., 11. Juli 2020 um 16:48 Uhr schrieb Bernd >: > >> When I start LyX 2.3.5.2 for the first time, it tells me "security >> alert: .

  1   2   3   4   >