Bug tracker accounts

2022-07-13 Thread Pavel Sanda
Dear LyXers, we recently suffer massive spam abuse in our bug tracker. For the moment we disabled automatized account creation and removed approx. 30k fake user accounts. While we tried to avoid removal of legit accounts (by pairing to existing bug reports) some of this work was manual and could

Re: [patch] Selection stats in statusbar

2022-07-13 Thread Pavel Sanda
On Wed, Jul 13, 2022 at 08:54:28AM +0200, Daniel wrote: > Hi, > > There is also a patch for instant counts at > https://www.lyx.org/trac/ticket/12422. It works with delayed calculations. I > have no idea how this does performance wise, but it might be worth checking > out. Yes, that's lazy man ap

Re: [LyX/master] Check for icon aliases

2022-07-13 Thread Pavel Sanda
On Wed, Jul 13, 2022 at 01:11:56PM +0200, Jean-Marc Lasgouttes wrote: > Le 13/07/2022 ?? 00:56, Pavel Sanda a écrit : > >On Tue, Jul 12, 2022 at 10:52:18PM +0200, Jean-Marc Lasgouttes wrote: > >>+QString getAlias(QString name) { > > > >Could we get the comment in the code, what is this function sup

Re: Remove duplicate history entries in command buffer

2022-07-13 Thread Jean-Marc Lasgouttes
Le 13/07/2022 à 17:49, Kornel Benko a écrit : Works nice. As expected, only the newly entered command is made uniq. IMHO this should go in. Thanks. This is in now. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Remove duplicate history entries in command buffer

2022-07-13 Thread Kornel Benko
Am Wed, 13 Jul 2022 17:06:33 +0200 schrieb Jean-Marc Lasgouttes : > Le 13/07/2022 à 11:24, Kornel Benko a écrit : > > Am Wed, 13 Jul 2022 11:14:53 +0200 > > schrieb Jean-Marc Lasgouttes : > > > >> Le 13/07/2022 à 09:43, Kornel Benko a écrit : > > I suspect that the two command > > lis

Re: Remove duplicate history entries in command buffer

2022-07-13 Thread Jean-Marc Lasgouttes
Le 13/07/2022 à 11:24, Kornel Benko a écrit : Am Wed, 13 Jul 2022 11:14:53 +0200 schrieb Jean-Marc Lasgouttes : Le 13/07/2022 à 09:43, Kornel Benko a écrit : I suspect that the two command lists should be unified. Maybe in 2.5? I'll have a look. Thanks. Here is a patch, which nicely re

Re: [LyX/master] Check for icon aliases

2022-07-13 Thread Jean-Marc Lasgouttes
Le 13/07/2022 à 00:56, Pavel Sanda a écrit : On Tue, Jul 12, 2022 at 10:52:18PM +0200, Jean-Marc Lasgouttes wrote: +QString getAlias(QString name) { Could we get the comment in the code, what is this function supposed to do? Right, done now. JMarc -- lyx-devel mailing list lyx-devel@lists.l

Re: Remove duplicate history entries in command buffer

2022-07-13 Thread Kornel Benko
Am Wed, 13 Jul 2022 11:14:53 +0200 schrieb Jean-Marc Lasgouttes : > Le 13/07/2022 à 09:43, Kornel Benko a écrit : > >>> I suspect that the two command > >>> lists should be unified. > > > > Maybe in 2.5? > > I'll have a look. Thanks. > >> I just discovered that the sexy and fast way of rem

Re: Remove duplicate history entries in command buffer

2022-07-13 Thread Jean-Marc Lasgouttes
Le 13/07/2022 à 09:43, Kornel Benko a écrit : I suspect that the two command lists should be unified. Maybe in 2.5? I'll have a look. I just discovered that the sexy and fast way of removing a string from a vector of strings is the erase-remove idiom: https://en.wikipedia.org/wiki/Erase%E2%

Re: Remove duplicate history entries in command buffer

2022-07-13 Thread Kornel Benko
Am Tue, 12 Jul 2022 22:56:56 +0200 schrieb Jean-Marc Lasgouttes : > Le 12/07/2022 à 22:19, Jean-Marc Lasgouttes a écrit : > > I won't complain more about removing from the whole history, but the > > original patch will need to be updated. I planned to commit your and mine patch. What else do you