Re: Insets and Apply

2021-01-09 Thread Richard Kimberly Heck
On 1/9/21 9:58 PM, Thibaut Cuvelier wrote: > On Sun, 10 Jan 2021 at 03:46, Richard Kimberly Heck > wrote: > > I've recently fixed two bugs, #3964 and #10030, both of which  have to > do with the behavior of "Apply" in our dialogs. If you insert a > citation >

Re: Insets and Apply

2021-01-09 Thread Thibaut Cuvelier
On Sun, 10 Jan 2021 at 03:46, Richard Kimberly Heck wrote: > I've recently fixed two bugs, #3964 and #10030, both of which have to > do with the behavior of "Apply" in our dialogs. If you insert a citation > (say) and then hit Apply, then if you hit OK you get another one. The > problem is

Insets and Apply

2021-01-09 Thread Richard Kimberly Heck
I've recently fixed two bugs, #3964 and #10030, both of which  have to do with the behavior of "Apply" in our dialogs. If you insert a citation (say) and then hit Apply, then if you hit OK you get another one. The problem is (was) that the dialog is not connected to the newly created inset. So

Re: [LyX/master] Simplify checking whether files are controlled by SVN and GIT.

2021-01-09 Thread Scott Kostyshak
On Sat, Jan 09, 2021 at 10:38:22PM +0100, Jean-Marc Lasgouttes wrote: > Le 09/01/2021 à 18:14, Scott Kostyshak a écrit : > > No bonus points given because it's a good point. It would be more clean and > > might actually make a noticeable difference in terms of speed. I haven't > > particularly

Re: [LyX/master] Simplify checking whether files are controlled by SVN and GIT.

2021-01-09 Thread Jean-Marc Lasgouttes
Le 09/01/2021 à 18:14, Scott Kostyshak a écrit : No bonus points given because it's a good point. It would be more clean and might actually make a noticeable difference in terms of speed. I haven't particularly noticed slowness because of the VC code (although the previous code that

Re: [PATCH] Add move constructor and move assignment operator for FileName class

2021-01-09 Thread Jean-Marc Lasgouttes
Le 09/01/2021 à 22:13, Yuriy Skalko a écrit : Yes, only these 3. Seems like this is caused by `getIcon` calls in DynamicMenuButton::updateTriggered (called on every toolbar update, that happens on every key press). And `getIcon` doesn't just return icon from some cache, but directly checks

Re: [PATCH] Add move constructor and move assignment operator for FileName class

2021-01-09 Thread Yuriy Skalko
Also I noticed that these files are accessed on every keypress (even on navigating document with arrows): lib/images/undo.svgz lib/images/textstyle-apply.svgz lib/images/paste.svgz Is it *really* necessary? It would be because of getStatus, I suspect, though I'm not sure why the files would

Re: [PATCH] Add move constructor and move assignment operator for FileName class

2021-01-09 Thread Jean-Marc Lasgouttes
Le 09/01/2021 à 10:41, Yuriy Skalko a écrit : Also I noticed that these files are accessed on every keypress (even on navigating document with arrows): lib/images/undo.svgz lib/images/textstyle-apply.svgz lib/images/paste.svgz Is it *really* necessary? Only these files? JMarc -- lyx-devel

LyX 2.3.6.2 Update for OSX Only

2021-01-09 Thread Richard Kimberly Heck
A change in LyX 2.3.6.1 broke the use of SyncTeX with OSX (bug #12063). This was due to inconsistencies in our underlying Qt libraries. Thus, a new version fixing that problem has been released. Please see our download page https://www.lyx.org/Download for links to the new binaries. --

Re: [LyX/master] Tab binding: outline-in before depth-increment

2021-01-09 Thread Scott Kostyshak
On Sat, Jan 09, 2021 at 06:20:37PM +0100, Kornel Benko wrote: > Am Sat, 9 Jan 2021 12:07:06 -0500 > schrieb Scott Kostyshak : > > > On Sat, Jan 09, 2021 at 09:06:56AM +0100, Jürgen Spitzmüller wrote: > > > Am Freitag, dem 08.01.2021 um 20:32 -0500 schrieb Scott Kostyshak: > > > > It would be

Re: [LyX/master] Tab binding: outline-in before depth-increment

2021-01-09 Thread Kornel Benko
Am Sat, 9 Jan 2021 12:07:06 -0500 schrieb Scott Kostyshak : > On Sat, Jan 09, 2021 at 09:06:56AM +0100, Jürgen Spitzmüller wrote: > > Am Freitag, dem 08.01.2021 um 20:32 -0500 schrieb Scott Kostyshak: > > > It would be nice to get someone else's feedback (Jürgen?) before you > > > work on it. I

Re: [LyX/master] Simplify checking whether files are controlled by SVN and GIT.

2021-01-09 Thread Scott Kostyshak
On Sat, Jan 09, 2021 at 09:12:19AM +, José Abílio Matos wrote: > On Saturday, January 9, 2021 5:12:45 AM WET Scott Kostyshak wrote: > > Sounds good. If anyone knows a good approach, please feel free to merge it > > into the patch and commit. Or describe the approach and I'll implement it. > >

Re: [LyX/master] Tab binding: outline-in before depth-increment

2021-01-09 Thread Scott Kostyshak
On Sat, Jan 09, 2021 at 09:06:56AM +0100, Jürgen Spitzmüller wrote: > Am Freitag, dem 08.01.2021 um 20:32 -0500 schrieb Scott Kostyshak: > > It would be nice to get someone else's feedback (Jürgen?) before you > > work on it. I see a few possibilities: > > > > 1. A tag that does not allow layouts

Re: [PATCH] Add move constructor and move assignment operator for FileName class

2021-01-09 Thread Richard Kimberly Heck
On 1/9/21 4:41 AM, Yuriy Skalko wrote: >> I don't know enough about this stuff to say much. I think this would be >> worth doing for 2.4.0, as it will probably provide for some speed as >> well. >> >> Riki > > Committed at 854c9de. > > Also I noticed that these files are accessed on every keypress

Re: Howto modify selection from replace buffer (FindAdv)

2021-01-09 Thread Kornel Benko
Am Sat, 09 Jan 2021 12:58:16 +0100 schrieb Jürgen Spitzmüller : > Am Freitag, dem 08.01.2021 um 11:39 +0100 schrieb Kornel Benko: > > I have problems to _use_ matched substrings in replace-mode. > > > > For instance given regular expression containing some groups, like > >

Re: Virtual meetings

2021-01-09 Thread Jean-Marc Lasgouttes
Le 9 janvier 2021 10:38:32 GMT+01:00, Abdelrazak Younes a écrit : >Hey guys, > >Long time no see! I will try to join if I am invited, just for the sake of >seeing your faces :-) Hi Abdel, Of course you are welcome ! JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org

Re: Howto modify selection from replace buffer (FindAdv)

2021-01-09 Thread Jürgen Spitzmüller
Am Freitag, dem 08.01.2021 um 11:39 +0100 schrieb Kornel Benko: > I have problems to _use_ matched substrings in replace-mode. > > For instance given regular expression containing some groups, like > '()()()' > and I want to change the found value to '', so in regex

Re: Virtual meetings

2021-01-09 Thread Jürgen Spitzmüller
Am Sonntag, dem 03.01.2021 um 21:38 +0100 schrieb Pavel Sanda: > I would suggest we meet Mon 11 Jan, 5pm CET (4pm UTC, 11am EST) > unless there is a better proposal. I have another appointment at 6pm, but I'll join until then. Jürgen signature.asc Description: This is a digitally signed

Re: Virtual meetings

2021-01-09 Thread Abdelrazak Younes
On Sun, Jan 3, 2021 at 9:39 PM Pavel Sanda wrote: > I would suggest we meet Mon 11 Jan, 5pm CET (4pm UTC, 11am EST) unless > there is a better proposal. > > I could send zoom invitiation if you all are ok with that. Otherwise > suggest > your tool and manage the managment side of the meeting. >

Re: [PATCH] Add move constructor and move assignment operator for FileName class

2021-01-09 Thread Yuriy Skalko
I don't know enough about this stuff to say much. I think this would be worth doing for 2.4.0, as it will probably provide for some speed as well. Riki Committed at 854c9de. Also I noticed that these files are accessed on every keypress (even on navigating document with arrows):

Re: [LyX/master] Simplify checking whether files are controlled by SVN and GIT.

2021-01-09 Thread José Abílio Matos
On Saturday, January 9, 2021 5:12:45 AM WET Scott Kostyshak wrote: > Sounds good. If anyone knows a good approach, please feel free to merge it > into the patch and commit. Or describe the approach and I'll implement it. > > Scott Not necessarily what you want to hear, and clearly overkill in

Re: [LyX/master] Tab binding: outline-in before depth-increment

2021-01-09 Thread Jürgen Spitzmüller
Am Freitag, dem 08.01.2021 um 20:32 -0500 schrieb Scott Kostyshak: > It would be nice to get someone else's feedback (Jürgen?) before you > work on it. I see a few possibilities: > > 1. A tag that does not allow layouts to nest other layouts of the > same >    type. > > 2. A tag that does not