Re: [LyX/master] Draw top/bottom rules heavier for booktab

2018-07-19 Thread Jean-Marc Lasgouttes
Le 20/07/2018 à 00:30, Jean-Marc Lasgouttes a écrit : commit 8651cd89f6cc16c4e17f197fbbcfe979d09f01c9 Author: Jean-Marc Lasgouttes Date: Fri Jul 20 00:26:41 2018 +0200 Draw top/bottom rules heavier for booktab This gives a better idea of the TeX output, even though the width a

Re: thoughts about LyX's future and proposals

2018-07-19 Thread Daniel
On 19/07/2018 17:52, Jean-Marc Lasgouttes wrote: There a lot of tickets on trac that either point to issues or propose well designed features that I do not have time to work on. Racoon, for example has written plenty of these and I feel bad about neglecting most f them. As far as I am concern

Re: [RFC][PATCH] Change dialog language without restarting

2018-07-19 Thread Kornel Benko
Am Donnerstag, 19. Juli 2018 21:08:30 CEST schrieb Jean-Marc Lasgouttes : > Le 19/07/2018 à 10:21, Kornel Benko a écrit : > > Works nice. > > For easy change of GUI-language a function would be handy too :) > > > > For buffer we have > > buffer-language > > so > > gui-language > > comes i

Re: [LyX/master] Do the actual drawing in the paint event

2018-07-19 Thread Jean-Marc Lasgouttes
Le 16/07/2018 à 13:34, Scott Kostyshak a écrit : To reproduce, open the attached file (which is related to the Hebrew splash.lyx), and place the cursor at the top of the file, then press the down arrow repeatedly. At some point, the blue lines disappear in some places and then reappear. Does th

Re: [LyX/master] Amend 30ec879, Add a translator as a fallback to Qt inner one

2018-07-19 Thread Jean-Marc Lasgouttes
Le 19/07/2018 à 00:36, Jean-Marc Lasgouttes a écrit : Le 19/07/2018 à 00:31, Kornel Benko a écrit : Yes. Content inside the '#if' 0' serves as example only, and is already also in po-file. It is in the po file because it is indicated here (look at older code). The #if 0 is because I feared th

Re: [RFC][PATCH] Change dialog language without restarting

2018-07-19 Thread Jean-Marc Lasgouttes
Le 19/07/2018 à 10:21, Kornel Benko a écrit : Works nice. For easy change of GUI-language a function would be handy too :) For buffer we have buffer-language so gui-language comes in mind. I give up for now. There are too many places where translation is done explicitly. JMa

Re: thoughts about LyX's future and proposals

2018-07-19 Thread Tommaso Cucinotta
Hi Uwe, your message wakes me up from my LyX-idle period... On 10/07/2018 00:19, Uwe Stöhr wrote: - I gave lectures about LyX at my university, tried to introduce LyX to friends and family members. Nevertheless the success was "modest" even under my students. shared feelings here, especially

Re: [LyX/master] More QDialogButtonBox

2018-07-19 Thread Stephan Witt
Am 10.07.2018 um 09:06 schrieb Juergen Spitzmueller : > > commit b5c5083c6c035294e8a762bd5bd737a56d27317a > Author: Juergen Spitzmueller > Date: Tue Jul 10 09:04:42 2018 +0200 > >More QDialogButtonBox > >Listings through Prefs. > > src/frontends/qt4/GuiDialog.cpp |1 + > s

Re: thoughts about LyX's future and proposals

2018-07-19 Thread Jean-Marc Lasgouttes
Le 19/07/2018 à 15:28, mn a écrit : What would be some middle ground here? Of course the right attitude is somewhere in the middle. My message came ou harsher than it should have. I certainly do not want to impose my will on a dev, do not want to be a member of a committee. But a lot of fe

Re: thoughts about LyX's future and proposals

2018-07-19 Thread Pavel Sanda
mn wrote: > I think a compromise might involve a more quantified user feedback, > maybe for the ticket tracker? > > Currently only the devs assign priority to a ticket. How about adding a > running counter on which users might then vote? We have smt like this for features (not bugs) on our wiki,

Re: thoughts about LyX's future and proposals

2018-07-19 Thread mn
On 17.07.18 16:26, Jean-Marc Lasgouttes wrote: > Le 17/07/2018 à 02:17, Uwe Stöhr a écrit : >>> So what can be done? In my opinion, we should - define the goal >>> of LyX together with our users. Maybe the result is to hide >>> background stuff, maybe it is the opposite. Whatever it might be, >>> t

Re: [RFC][PATCH] Change dialog language without restarting

2018-07-19 Thread Jean-Marc Lasgouttes
Le 19/07/2018 à 00:52, Kornel Benko a écrit : Any comments? Should I do it differently? Should I do it at all? I would welcome it (if that is not too much work of course). Sometimes it is handy to switch the GUI-language while checking own translations. I will see whether I can finish it in

Re: [RFC][PATCH] Change dialog language without restarting

2018-07-19 Thread Kornel Benko
Am Donnerstag, 19. Juli 2018 00:34:02 CEST schrieb Jean-Marc Lasgouttes : > From 24cbbff3f145f4f20fc0dc5a3344c382658d5be5 Mon Sep 17 00:00:00 2001 > From: Jean-Marc Lasgouttes > Date: Thu, 19 Jul 2018 00:13:28 +0200 > Subject: [PATCH] Proof of concept: retranslate dialogs on the fly > > This pat