Zoltán Kovács
Zoltán Kovács
Here is an example that is not working: `$${1^2}^{34}$$` In LaTeX this document compiles and displays well: ``` \documentclass{article} \begin{document} $${1^2}^{34}$$ \end{document} ```
Great, thanks for this thorough contribution! I will check your ideas step by step, as soon as possible. I am a bit confused with your ideas with cmake. Is qmake...
OK, I think it is good idea to have a cmake based build system as well. You can either fork XaoS, patch it and create a pull request, or simply...
I agree with J.B. Adding a cmake based build system increases complexity and we want to avoid that right now. ;-)
@camots I've just read (most of) this thread: https://www.qt.io/blog/2018/10/29/deprecation-of-qbs. It is not clear for me what Qt people want to do with qmake, but I guess it will remain for...
See also https://github.com/xaos-project/XaoS/issues/151.
Thanks for your bug report! The .dmg file is automatically created by the `macdeployqt` application from Qt, we don't add or change anything after it finishes. Maybe it has an...
Hm, this seems helpful: http://www.edenwaith.com/blog/index.php?p=125
This should be possible as explained at https://stackoverflow.com/questions/15355156/is-it-possible-to-change-language-on-qt-at-runtime and https://wiki.qt.io/How_to_create_a_multi_language_application. It seems we need Qt 5.10 to use the simpler approach. (Ubuntu 18.04 uses Qt 5.9 and we want to...
https://github.com/xaos-project/XaoS/commit/c19ff3f6a9165e3cacf1d641219d5cf557f76d61 resolves this, however, currently XaoS has to be restarted to set the new language. Maybe we can do it more cleverly for 4.1, and maybe we can use Qt...