Re: An official GitHub mirror for LyX?

2020-12-06 Thread Yu Jin
Am So., 6. Dez. 2020 um 00:58 Uhr schrieb Joel Kulesza : > On Sat, Dec 5, 2020 at 12:51 PM Scott Kostyshak wrote: > >> On Sat, Dec 05, 2020 at 08:43:03PM +0100, Pavel Sanda wrote: >> > On Sat, Dec 05, 2020 at 07:48:23PM +0100, Thibaut Cuvelier wrote: >> > > What do you think of it? I already made

Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools #2071

2020-12-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools/2071/-- Started by an SCM change Building remotely on lyx-linux1 (linux) in workspace [WS-CLEANU

Re: Changes and Pasting

2020-12-06 Thread Jürgen Spitzmüller
Am Samstag, dem 05.12.2020 um 16:14 -0500 schrieb Richard Kimberly Heck: > Found while editing Customization.lyx: If I paste some material from > a > section of a document that is not marked as changed, it is pasted as > unchanged, as well. Presumably, it should be marked as changed? Is > this > pa

Build failed in Jenkins: Build branch "master" » ubuntu-latest-qt5-cmake #2366

2020-12-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/2366/-- Started by an SCM change Building remotely on lyx-linux1 (linux) in workspace [WS-CLEANUP] Delet

Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools-extended #2271

2020-12-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/2271/-- Started by an SCM change Building remotely on lyx-linux1 (linux) in workspace

Patches to review

2020-12-06 Thread Yuriy Skalko
Please review next 2 patches. Yuriy From 9d7d04d2fc0463bd1aa41acbbe22e95548a46d22 Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Wed, 2 Dec 2020 22:34:28 +0200 Subject: [PATCH 1/5] More enums & includes refactoring --- src/Changes.cpp | 1 + src/Changes.h

Re: InsetParams refactoring

2020-12-06 Thread Yuriy Skalko
diff --git a/src/frontends/qt/GuiGraphics.cpp b/src/frontends/qt/GuiGraphics.cpp index 7b1e348251..acfc7f609a 100644 --- a/src/frontends/qt/GuiGraphics.cpp +++ b/src/frontends/qt/GuiGraphics.cpp @@ -110,7 +110,8 @@ static void setAutoTextCB(QCheckBox * checkBox, QLineEdit * lineEdit, GuiGraph

Re: Comments on "Edit externally" feature

2020-12-06 Thread Scott Kostyshak
On Sun, Dec 06, 2020 at 12:31:28AM -0500, Richard Kimberly Heck wrote: > On 12/5/20 11:27 PM, Scott Kostyshak wrote: > > On Sat, Dec 05, 2020 at 09:32:46PM -0500, Richard Kimberly Heck wrote: > >> On 12/2/20 12:11 PM, Scott Kostyshak wrote: > >>> On Wed, Dec 02, 2020 at 11:56:26AM -0500, Richard Ki

Re: Mac Binary with Qt 5.12.9

2020-12-06 Thread Joel Kulesza
On Sat, Dec 5, 2020 at 6:44 PM Richard Kimberly Heck wrote: > Hi, all, > > Due to bug #12042 (https://www.lyx.org/trac/ticket/12042), Stephan Witt > has produced an OSX package built with Qt 5.12.9. This is a more > up-to-date version of Qt than we've been using. If the package works > well, then

Re: Comments on "Edit externally" feature

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 9:21 AM, Scott Kostyshak wrote: > On Sun, Dec 06, 2020 at 12:31:28AM -0500, Richard Kimberly Heck wrote: >> On 12/5/20 11:27 PM, Scott Kostyshak wrote: >>> On Sat, Dec 05, 2020 at 09:32:46PM -0500, Richard Kimberly Heck wrote: On 12/2/20 12:11 PM, Scott Kostyshak wrote: > On Wed

Re: Mac Binary with Qt 5.12.9

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 10:33 AM, Joel Kulesza wrote: > On Sat, Dec 5, 2020 at 6:44 PM Richard Kimberly Heck > wrote: > > Hi, all, > > Due to bug #12042 (https://www.lyx.org/trac/ticket/12042 > ), Stephan Witt > has produced an OSX

Re: Mac Binary with Qt 5.12.9

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 4:30 AM, Anders Ekberg wrote: > >> On 6 Dec 2020, at 02:43, Richard Kimberly Heck > > wrote: >> >> Hi, all, >> >> Due to bug #12042 (https://www.lyx.org/trac/ticket/12042 >> ), Stephan Witt >> has produced an OSX package bui

Re: Changes and Pasting

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 4:04 AM, Jürgen Spitzmüller wrote: > Am Samstag, dem 05.12.2020 um 16:14 -0500 schrieb Richard Kimberly > Heck: >> Found while editing Customization.lyx: If I paste some material from >> a >> section of a document that is not marked as changed, it is pasted as >> unchanged, as well. Pres

Re: Comments on "Edit externally" feature

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 9:21 AM, Scott Kostyshak wrote: > > Strange, I still don't see the lock. Which commit fixed this? Actually, I forgot to commit that! Should be fixed now. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Patches to review

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 6:01 AM, Yuriy Skalko wrote: > Please review next 2 patches. First one is fine. In second one, can this: @@ -1849,16 +1845,14 @@ docstring const LaTeXFeatures::getTClassPreamble() const -    cit = usedInsetLayouts_.begin(); -    end = usedInsetLayouts_.end(); +    list::const_iterator

Re: Patches to review

2020-12-06 Thread Yuriy Skalko
Please review next 2 patches. First one is fine. In second one, can this: @@ -1849,16 +1845,14 @@ docstring const LaTeXFeatures::getTClassPreamble() const -cit = usedInsetLayouts_.begin(); -end = usedInsetLayouts_.end(); +list::const_iterator cit = usedInsetLayouts_.begin(); +

Re: Mac Binary with Qt 5.12.9

2020-12-06 Thread Stephan Witt
> Am 06.12.2020 um 16:33 schrieb Joel Kulesza : > > On Sat, Dec 5, 2020 at 6:44 PM Richard Kimberly Heck wrote: > Hi, all, > > Due to bug #12042 (https://www.lyx.org/trac/ticket/12042), Stephan Witt > has produced an OSX package built with Qt 5.12.9. This is a more > up-to-date version of Qt th

Error compiling current master

2020-12-06 Thread Scott Kostyshak
I get the following: /home/scott/lyxbuilds/master/repo/src/tex2lyx/tex2lyx.cpp: In function ‘const lyx::InsetLayout* lyx::findInsetLayoutWithoutModule(const lyx::TextClass&, const string&, bool, const string&)’: /home/scott/lyxbuilds/master/repo/src/tex2lyx/tex2lyx.cpp:198:60: error: ‘COMMAND’

Build failed in Jenkins: Build branch "master" » ubuntu-xenial-qt4-autotools #2072

2020-12-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools/2072/-- [...truncated 937 lines...] CXX FuncRequest.o CXX FuncStatus.o CXX Graph.o CXX IndicesList.o CXX InsetIterator.o CXX InsetList.o

Re: Mac Binary with Qt 5.12.9

2020-12-06 Thread Dr Eberhard W Lisse
Stephan, I have run some large files with and without includes and many images on a 2020 MacBook Air 13" in daylight mode (I don't use the dark one) on Big Sur, changed the icon sets, toggled a few toolbars and can not find any issues. I will keep it on this one which I use daily at home and see

Re: Mac Binary with Qt 5.12.9

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 12:50 PM, Dr Eberhard W Lisse wrote: Stephan, I have run some large files with and without includes and many images on a 2020 MacBook Air 13" in daylight mode (I don't use the dark one) on Big Sur, changed the icon sets, toggled a few toolbars and can not find any issues. I will keep

Error compiling current master

2020-12-06 Thread Yuriy Skalko
I get the following: /home/scott/lyxbuilds/master/repo/src/tex2lyx/tex2lyx.cpp: In function ‘const lyx::InsetLayout* lyx::findInsetLayoutWithoutModule(const lyx::TextClass&, const string&, bool, const string&)’: /home/scott/lyxbuilds/master/repo/src/tex2lyx/tex2lyx.cpp:198:60: error: ‘COMMAND

Re: Comments on "Edit externally" feature

2020-12-06 Thread Scott Kostyshak
On Sun, Dec 06, 2020 at 11:00:06AM -0500, Richard Kimberly Heck wrote: > On 12/6/20 9:21 AM, Scott Kostyshak wrote: > > > > Strange, I still don't see the lock. Which commit fixed this? > > Actually, I forgot to commit that! Should be fixed now. Thanks, tested and works well! One other thing I'm

Re: Mac Binary with Qt 5.12.9

2020-12-06 Thread Dr Eberhard W Lisse
Richard, you are welcome, I'll install it on my 2020 MacBook Pro 13" which has same config and see if the touch bar makes a difference. el On 2020-12-06 20:24 , Richard Kimberly Heck wrote: [...] > Thanks, Eberhard. That's very helpful. We'll wait a few more days and > see if anything comes up.

Re: Error compiling current master

2020-12-06 Thread Scott Kostyshak
On Sun, Dec 06, 2020 at 08:27:44PM +0200, Yuriy Skalko wrote: > > I get the following: > > > > > > /home/scott/lyxbuilds/master/repo/src/tex2lyx/tex2lyx.cpp: In function > > ‘const lyx::InsetLayout* lyx::findInsetLayoutWithoutModule(const > > lyx::TextClass&, const string&, bool, const string&)’:

Re: [PATCH] Implement proper Dialog factory instead of implicit link-time dependencies

2020-12-06 Thread Yuriy Skalko
Here is an update for this refactoring. Yuriy From c36594e9ef489b5bb95a54b61576686bf92aaa1e Mon Sep 17 00:00:00 2001 From: Yuriy Skalko Date: Sun, 6 Dec 2020 18:01:09 +0200 Subject: [PATCH] Move implementation details to constructors. Amend 78f457796c --- src/frontends/qt/DialogFactory.cpp |

Re: Comments on "Edit externally" feature

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 1:29 PM, Scott Kostyshak wrote: On Sun, Dec 06, 2020 at 11:00:06AM -0500, Richard Kimberly Heck wrote: On 12/6/20 9:21 AM, Scott Kostyshak wrote: Strange, I still don't see the lock. Which commit fixed this? Actually, I forgot to commit that! Should be fixed now. Thanks, tested and

Re: [PATCH] Implement proper Dialog factory instead of implicit link-time dependencies

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 1:32 PM, Yuriy Skalko wrote: Here is an update for this refactoring. Makes a lot of sense. Riki -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Jenkins build is back to normal : Build branch "master" » ubuntu-latest-qt5-cmake #2367

2020-12-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-latest-qt5-cmake/2367/ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Comments on "Edit externally" feature

2020-12-06 Thread Jean-Marc Lasgouttes
Le 06/12/2020 à 19:40, Richard Kimberly Heck a écrit : For example, suppose I do: 1. write "abc" outside an inset (just to have something to undo *to*). 2. edit an inset externally. 3. without ending the external edit, do "undo". 4. now go to the text editor that opened after (2) and make change

Jenkins build is back to normal : Build branch "master" » ubuntu-xenial-qt4-autotools-extended #2272

2020-12-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/2272/ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Problem with session handling on Linux

2020-12-06 Thread José Abílio Matos
On Linux, I am using Fedora 33 but this happened before, if for some reason I have a forced shutdown I loose all the informations about the previous session opened files. That is all the information regarding the documents that were open is lost. That is very annoying. :-) The section [last op

Re: Problem with session handling on Linux

2020-12-06 Thread Jean-Marc Lasgouttes
Le 06/12/2020 à 22:08, José Abílio Matos a écrit : On Linux, I am using Fedora 33 but this happened before, if for some reason I have a forced shutdown I loose all the informations about the previous session opened files. That is all the information regarding the documents that were open is

Re: Comments on "Edit externally" feature

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 3:35 PM, Jean-Marc Lasgouttes wrote: > Le 06/12/2020 à 19:40, Richard Kimberly Heck a écrit : >>> For example, suppose I do: >>> >>> 1. write "abc" outside an inset (just to have something to undo *to*). >>> 2. edit an inset externally. >>> 3. without ending the external edit, do "undo".

Re: An official GitHub mirror for LyX?

2020-12-06 Thread Jean-Marc Lasgouttes
Le 05/12/2020 à 22:41, Thibaut Cuvelier a écrit : On Sat, 5 Dec 2020 at 20:43, Pavel Sanda > wrote: On Sat, Dec 05, 2020 at 07:48:23PM +0100, Thibaut Cuvelier wrote: > What do you think of it? I already made a quick search in the mailing list, > but I did

Re: An official GitHub mirror for LyX?

2020-12-06 Thread Richard Kimberly Heck
On 12/6/20 5:11 PM, Jean-Marc Lasgouttes wrote: > Le 05/12/2020 à 22:41, Thibaut Cuvelier a écrit : >> On Sat, 5 Dec 2020 at 20:43, Pavel Sanda > > wrote: >> >>     On Sat, Dec 05, 2020 at 07:48:23PM +0100, Thibaut Cuvelier wrote: >> > What do you think of it? I already m

Re: An official GitHub mirror for LyX?

2020-12-06 Thread Jean-Marc Lasgouttes
Le 06/12/2020 à 23:20, Richard Kimberly Heck a écrit : I would be very happy if we were able to replace trac with something more modern. If we cannot do it, it will become urgent soon to upgrade it, and thus to upgrade our aging CentOS 6 system (support was only until Nov 30, 2020). You did the

Re: An official GitHub mirror for LyX?

2020-12-06 Thread Yuriy Skalko
I would be very happy if we were able to replace trac with something more modern. If we cannot do it, it will become urgent soon to upgrade it, and thus to upgrade our aging CentOS 6 system (support was only until Nov 30, 2020). JMarc What about replacing Trac with Gitea? I have very success

Jenkins build is back to normal : Build branch "master" » ubuntu-xenial-qt4-autotools #2073

2020-12-06 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools/2073/ -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel