[LyX/master] Replace obsoleted signal QComboBox::activated(QString)

2021-04-01 Thread Enrico Forestieri
commit 472953dbe14b9d0fad8f50e9ca80e114bf30b946 Author: Enrico Forestieri Date: Thu Apr 1 21:17:41 2021 +0200 Replace obsoleted signal QComboBox::activated(QString) Since Qt 5.14 this signal is named textActivated. --- src/frontends/qt/GuiPrefs.cpp | 34

[LyX/master] Replace obsoleted signal

2021-04-01 Thread Enrico Forestieri
commit 570cd84ddc488130c86a2ac989f59f23455a8a2c Author: Enrico Forestieri Date: Thu Apr 1 20:31:11 2021 +0200 Replace obsoleted signal Since Qt 5.14 this signal is named textHighlighted. --- src/frontends/qt/GuiHSpace.cpp |5 + 1 files changed, 5 insertions(+), 0

[LyX/master] Change cursor shape for clickable math insets

2021-04-01 Thread Enrico Forestieri
commit eeb36e808c9726fd3689926a3c20457e3b801341 Author: Enrico Forestieri Date: Thu Apr 1 16:59:55 2021 +0200 Change cursor shape for clickable math insets Currently, only InsetMathRef and InsetMathSpace are clickable. --- src/BufferView.cpp | 38