License agreement (cf. Dutch translations)

2019-06-20 Thread Niko Strijbol
Hi, This was requested on the po mailing list: I hereby grant permission to licence my contributions to LyX under the GNU General Public Licence, version 2 or later. Niko Strijbol

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-20 Thread Jason Sun
it seems a better idea is to just use the jupyter_client and develop a new Jupyter DockView in LyX. The jupyter console does not play well with python subprocess. On Thu, Jun 20, 2019 at 3:27 PM Jason Sun wrote: > I am trying to embed the jupyter console into the current LyX 2.3.2 > branch. It

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-20 Thread Jason Sun
I am trying to embed the jupyter console into the current LyX 2.3.2 branch. It seems doable. There is a jupyter qtconsole but it uses pyqt which makes it cumbersome to migrate to C++Qt, which LyX uses. So I wanna spend some time in developing a persistent DockView Widget in which embeds the

Re: Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-20 Thread William Adams
I'd just like to note that I really like this idea, and would really love to see it happen --- I tried to use Jupyter Notebook a while back, but got bogged down for various reasons, and having its functionalities as a stand-alone desktop app which would make nice PDFs would suit my needs quite

Re: Windows Binaries

2019-06-20 Thread Daniel
On 19/06/2019 16:41, Richard Kimberly Heck wrote: ...are at ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ for testing. Please let me know if they are OK. I'll be travelling tomorrow, but will do the release over the weekend. Riki Is it normal that there are no release notes specific to the

Path to extending Lyx to a full featured Jupyter-like IDE

2019-06-20 Thread Jason Sun
I thought about this long and hard. It is possible to extend Lyx's functionality beyond the document processer. With the help you pybind 11 and Qt5, I think is it possible to implement some of the IDE features(think RStudio) in LyX. This would be extremely helpful in writing scientific document.

Re: Windows Binaries

2019-06-20 Thread Jean-Marc Lasgouttes
Le 20/06/2019 à 13:33, Daniel a écrit : Yes, it is a "feature" when some of the layout files have changed. I think this should be revisited eventually. I don't see the connection between layout files and toolbar positions. Indeed, I meant ui files. See commits 8e4d2d66ce8d and 7720592b2.

Re: Windows Binaries

2019-06-20 Thread Daniel
On 20/06/2019 10:27, Jean-Marc Lasgouttes wrote: Le 20/06/2019 à 10:03, Daniel a écrit : I did a quick test. Installs and runs on Windows 10 with MiKTeX. Most importantly, I noticed no slowdown. However, it reset my toolbar stated (e.g. position and movability) which are saved in the registry.

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

2019-06-20 Thread ci-lyx
https://ci.inria.fr/lyx/job/build-master-head/job/ubuntu-xenial-qt4-autotools-extended/1632/

Re: Windows Binaries

2019-06-20 Thread Jürgen Womser-Schütz
Am 20.06.2019 um 12:07 schrieb Jürgen Spitzmüller: > Am Donnerstag, den 20.06.2019, 12:03 +0200 schrieb Jürgen Womser- > Schütz: >> I just recognized a vey, very serious problem at least in the Windows >> build :-) :-) :-) >> The credits-entry for me is missing. > The explanation is probably that

Re: Windows Binaries

2019-06-20 Thread Jürgen Spitzmüller
Am Donnerstag, den 20.06.2019, 12:03 +0200 schrieb Jürgen Womser- Schütz: > I just recognized a vey, very serious problem at least in the Windows > build :-) :-) :-) > The credits-entry for me is missing. The explanation is probably that your contributions are only in the 2.4 line, not (yet)

Re: Windows Binaries

2019-06-20 Thread Jürgen Womser-Schütz
Am 20.06.2019 um 10:27 schrieb Jean-Marc Lasgouttes: > Le 20/06/2019 à 10:03, Daniel a écrit : >> I did a quick test. Installs and runs on Windows 10 with MiKTeX. Most >> importantly, I noticed no slowdown. However, it reset my toolbar >> stated (e.g. position and movability) which are saved in

Re: [master/qt4] File names use non-decoded utf8 in title bar and status bar

2019-06-20 Thread Jürgen Spitzmüller
Am Donnerstag, den 20.06.2019, 11:28 +0200 schrieb Jean-Marc Lasgouttes: > I addressed this at 938463b5d6. Thanks. Jürgen signature.asc Description: This is a digitally signed message part

Re: [master/qt4] File names use non-decoded utf8 in title bar and status bar

2019-06-20 Thread Jean-Marc Lasgouttes
Le 20/06/2019 à 09:57, Jürgen Spitzmüller a écrit : The question I have, though, is why one needs to go through all the Qstring hoops. Isn't is possible to use QByteArray::fromPercentEncoding with std::string and const chat *? Frankly, I don't know. I addressed this at 938463b5d6. JMarc

Re: Windows Binaries

2019-06-20 Thread Jean-Marc Lasgouttes
Le 20/06/2019 à 10:03, Daniel a écrit : I did a quick test. Installs and runs on Windows 10 with MiKTeX. Most importantly, I noticed no slowdown. However, it reset my toolbar stated (e.g. position and movability) which are saved in the registry. This problem might have been there in earlier

Re: [master/qt4] File names use non-decoded utf8 in title bar and status bar

2019-06-20 Thread Jean-Marc Lasgouttes
Le 20/06/2019 à 09:57, Jürgen Spitzmüller a écrit : The question I have, though, is why one needs to go through all the Qstring hoops. Isn't is possible to use QByteArray::fromPercentEncoding with std::string and const chat *? Frankly, I don't know. OK, I'll try something. JMarc

Re: Windows Binaries

2019-06-20 Thread Daniel
On 20/06/2019 00:44, Andrew Parsloe wrote: On 20/06/2019 3:14 AM, Jürgen Womser-Schütz wrote: Am 19.06.2019 um 16:41 schrieb Richard Kimberly Heck: ...are at ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/ for testing. Please let me know if they are OK. I'll be travelling tomorrow, but will do the

Re: [master/qt4] File names use non-decoded utf8 in title bar and status bar

2019-06-20 Thread Jürgen Spitzmüller
Am Dienstag, den 11.06.2019, 12:09 +0200 schrieb Jean-Marc Lasgouttes: > Indeed, the documentation for Qt4 says: > https://doc.qt.io/archives/qt-4.8/qstring.html#QString-9 > > QString::QString(const QByteArray & ba) > > Constructs a string initialized with the byte array ba. The given > byte >