Re: [LyX/master] Cycle through arrows with autocorrect

2023-03-19 Thread Enrico Forestieri
On Sun, Mar 19, 2023 at 02:28:41PM -0400, Richard Kimberly Heck wrote: Somehow, I had completely missed that this exists. It's super useful! Is it ok to add things, like: EE    f    \forall EE    x    \exists that I'd find useful? Or is there some scheme here such that I should ask about

cmake build with qt6 (macos) does not include "plugins"

2023-03-19 Thread pdv
The merge branch killqt4 (commit 9376... on nov 28) broke the cmake install build on macos. The "development/cmake/post_install/CMakeLists.txt' SCRIPT checks for qt5 and copies all plugins if different. This did work for qt4 but also for qt6. The killqt4 branch removed this else part for

Re: [LyX/master] Cycle through arrows with autocorrect

2023-03-19 Thread Richard Kimberly Heck
Somehow, I had completely missed that this exists. It's super useful! Is it ok to add things, like: EE    f    \forall EE    x    \exists that I'd find useful? Or is there some scheme here such that I should ask about such things first? Riki On 3/19/23 04:43, Enrico Forestieri wrote:

Warning about deprecated call

2023-03-19 Thread José Matos
Updating and recompiling I got this warning: /home/jamatos/lyx/lyx.anon/src/support/mutex.cpp: In constructor ‘lyx::Mutex::Private::Private()’: /home/jamatos/lyx/lyx.anon/src/support/mutex.cpp:25:21: warning: ‘QMutex::QMutex(RecursionMode)’ is deprecated: Use QRecursiveMutex instead of a