[LyX/2.4.1-devel] * status.24x

2024-04-05 Thread Pavel Sanda
commit 6dc68a632e48f1d9df9ca2ae2a2cfd35e8f13d41 Author: Pavel Sanda Date: Fri Apr 5 23:15:53 2024 +0200 * status.24x --- status.24x | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/status.24x b/status.24x index ef6f8fad0b..3e6573947a 100644 --- a/status.24x +++ b/statu

[LyX/2.4.1-devel] Improve stats update times for buffer switches and toolbar toggles.

2024-04-05 Thread Pavel Sanda
commit 7e2c1dca366156d41b3faacaaa96882fb3391f84 Author: Pavel Sanda Date: Fri Apr 5 22:59:07 2024 +0200 Improve stats update times for buffer switches and toolbar toggles. --- src/BufferView.cpp | 12 src/BufferView.h | 2 ++ src/frontends/qt/GuiView.cpp

[LyX/master] Improve stats update times for buffer switches and toolbar toggles.

2024-04-05 Thread Pavel Sanda
commit 77273303a5e22df45239d705e830baa5c0c3fcf1 Author: Pavel Sanda Date: Fri Apr 5 22:59:07 2024 +0200 Improve stats update times for buffer switches and toolbar toggles. --- src/BufferView.cpp | 12 src/BufferView.h | 2 ++ src/frontends/qt/GuiView.cpp

[LyX/2.4.x] * quote-insert lfun description

2024-04-05 Thread Pavel Sanda
commit 167534f6cffde63a60cffee58d5d932706c8c2ed Author: Pavel Sanda Date: Fri Apr 5 19:47:20 2024 +0200 * quote-insert lfun description --- src/LyXAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 19f12038a8..e7abbc51

[LyX/2.4.x] * LFUNs.lyx - regenerate

2024-04-05 Thread Pavel Sanda
commit cc4256e3bc8ad4c4b968324f54aee40c53a32640 Author: Pavel Sanda Date: Fri Apr 5 20:01:19 2024 +0200 * LFUNs.lyx - regenerate lib/doc/LFUNs.lyx | 2446 +++-- 1 file changed, 1792 insertions(+), 654 deletions(-) -- lyx-cvs mailing list ly

[LyX/master] * quote-insert lfun description

2024-04-05 Thread Pavel Sanda
commit 6f8b944d39e3bdf16d666185733d2cff9a9e25e1 Author: Pavel Sanda Date: Fri Apr 5 19:47:20 2024 +0200 * quote-insert lfun description --- src/LyXAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index f4030ec40d..3c524549

[LyX/2.4.1-devel] * status.24x

2024-04-05 Thread Pavel Sanda
commit a11a4db8b270f4d271b5c639e8cf9085e3555f83 Author: Pavel Sanda Date: Fri Apr 5 19:45:09 2024 +0200 * status.24x --- status.24x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/status.24x b/status.24x index 90d1af4b9c..ef6f8fad0b 100644 --- a/status.24x +++ b/status.24x @@ -32,6 +

[LyX/2.4.1-devel] Allow relative statistics values in statusbar.

2024-04-05 Thread Pavel Sanda
commit ae07763abf25b897f6f17de57fadb210b87a81be Author: Pavel Sanda Date: Fri Apr 5 19:34:29 2024 +0200 Allow relative statistics values in statusbar. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg221311.html --- lib/ui/stdcontext.inc| 2 ++ src/BufferView.cpp

[LyX/master] Allow relative statistics values in statusbar.

2024-04-05 Thread Pavel Sanda
commit 7976cc2dac4ec69e35441b64f5e6b37f9a7f51b9 Author: Pavel Sanda Date: Fri Apr 5 19:34:29 2024 +0200 Allow relative statistics values in statusbar. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg221311.html --- lib/ui/stdcontext.inc| 2 ++ src/BufferView.cpp

[LyX/2.4.x] Revert "Update sk.po"

2024-04-05 Thread jpc
commit 4690de2bca0cf9750fe3b145d785613becfea58e Author: jpc Date: Fri Apr 5 17:48:43 2024 +0200 Revert "Update sk.po" This reverts commit 148001f6fe5575cb3752f11a76360d0372d74ade. --- po/sk.po | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/po/

[LyX/master] Indicate that, by default, mouse LFUN do not require a metrics update

2024-04-05 Thread Jean-Marc Lasgouttes
commit 9fd397ac1cb8c97d9b3058a669a045db0cceee1c Author: Jean-Marc Lasgouttes Date: Mon Nov 27 17:50:40 2023 +0100 Indicate that, by default, mouse LFUN do not require a metrics update This is done easily in LyXAction.cpp. Remember that, by default, each function is supposed to

[LyX/master] Avoid metrics computation on resize when width did not change

2024-04-05 Thread Jean-Marc Lasgouttes
commit f7218cec188cad2dbf68de47ad4345fcddf1bdb8 Author: Jean-Marc Lasgouttes Date: Mon Nov 27 11:46:52 2023 +0100 Avoid metrics computation on resize when width did not change Entering a math inset triggers a work area reize because the math toobars appear automatically. Howeve

[LyX/master] Avoid full metrics computation when entering/leaving inset

2024-04-05 Thread Jean-Marc Lasgouttes
commit 73678dcde977802d5ff3ae07f0226484041fff48 Author: Jean-Marc Lasgouttes Date: Mon Nov 27 15:57:09 2023 +0100 Avoid full metrics computation when entering/leaving inset Annotate function LFUN_FINISHED_xxx to indicate that they do not require a full metrics computation.

[LyX/master] Avoid some full metrics computations related to math previews

2024-04-05 Thread Jean-Marc Lasgouttes
commit 5e8578837fea0321998eac04222102986261666d Author: Jean-Marc Lasgouttes Date: Mon Nov 27 15:13:56 2023 +0100 Avoid some full metrics computations related to math previews When entering/leaving a math hull inset, a Update::Force flag was set, in case the metrics of the inse

[LyX/master] Update PAINTING_ANALYSIS

2024-04-05 Thread Jean-Marc Lasgouttes
commit a23522073c8bb2cd06ddc7cc564e9c78f868a86d Author: Jean-Marc Lasgouttes Date: Mon Nov 20 17:24:09 2023 +0100 Update PAINTING_ANALYSIS --- development/PAINTING_ANALYSIS | 62 +-- 1 file changed, 42 insertions(+), 20 deletions(-) diff --git a/dev

[LyX/master] Reduce metrics updates from 4 to 1 when loading file

2024-04-05 Thread Jean-Marc Lasgouttes
commit 1d1f95d2ed0bf02e8a9cd9685ed4ba3365b9b493 Author: Jean-Marc Lasgouttes Date: Wed Nov 22 12:07:51 2023 +0100 Reduce metrics updates from 4 to 1 when loading file The number of metrics updates when loading file and showing it in a new work area is unreasonable. The

[LyX/master] Implement quick scroll

2024-04-05 Thread Jean-Marc Lasgouttes
commit 08010c6a5e425b3f2d0d625536e3a571c90a0482 Author: Jean-Marc Lasgouttes Date: Mon Jul 24 23:23:40 2023 +0200 Implement quick scroll Replace flag parameter for updateMetrics() by a `force' boolean. When it is false, the method keeps the metrics of paragraphs that are still

[LyX/master] Do not compute metrics at each preview when loading file

2024-04-05 Thread Jean-Marc Lasgouttes
commit 244969330108a89f4be93d3b2eb9024bdb756204 Author: Jean-Marc Lasgouttes Date: Thu Dec 21 16:33:06 2023 +0100 Do not compute metrics at each preview when loading file With the branch-test.lyx file from #12297, loading takes forever when previews are activated. This is becau

[LyX/master] Remove some redundant calls to updatePosCache

2024-04-05 Thread Jean-Marc Lasgouttes
commit d19ade9a611d3ecf6840c5eb43291cb268ad6f4f Author: Jean-Marc Lasgouttes Date: Mon Jul 24 15:35:16 2023 +0200 Remove some redundant calls to updatePosCache The setting of insets positions was done twice in updateMetrics. When one of the paragraph is a huge branch, this can

[LyX/master] Improve the code that limits scrolling at top/bottom

2024-04-05 Thread Jean-Marc Lasgouttes
commit f15d2ebf3819913114ab93d1ff7e140cb26b03d5 Author: Jean-Marc Lasgouttes Date: Fri Nov 17 18:30:37 2023 +0100 Improve the code that limits scrolling at top/bottom The most visible part of this commit is the move of part of BufferView::updateMetrics to a new TextMetrics::upd

[LyX/master] In the no-draw phase, do not cache the positions of not visible insets

2024-04-05 Thread Jean-Marc Lasgouttes
commit 7f85024f80601b15634fb5e771bba51435ad429f Author: Jean-Marc Lasgouttes Date: Mon Jul 24 17:53:16 2023 +0200 In the no-draw phase, do not cache the positions of not visible insets This can make a big difference for a very large branch that contains lots of equations.

[LyX/master] Introduce new helpers ParagraphMetrics::top/bottom

2024-04-05 Thread Jean-Marc Lasgouttes
commit 0b6105b9245350e428c73deee88af2cd7c0d4732 Author: Jean-Marc Lasgouttes Date: Tue Jul 25 16:31:13 2023 +0200 Introduce new helpers ParagraphMetrics::top/bottom This avoids code with position/ascent/descent that is difficult to follow. No change in function intended. -

[LyX/master] Enable Update::SinglePar in nested insets too

2024-04-05 Thread Jean-Marc Lasgouttes
commit 9a96726bcd06d565c3027011fea954656aa46668 Author: Jean-Marc Lasgouttes Date: Mon Jul 17 14:43:29 2023 +0200 Enable Update::SinglePar in nested insets too The idea of single par update is to try to re-break only the paragraph containing the cursor (if this paragraph contai

[LyX features/biginset] Avoid full metrics computation when entering/leaving inset

2024-04-05 Thread Jean-Marc Lasgouttes
commit 73678dcde977802d5ff3ae07f0226484041fff48 Author: Jean-Marc Lasgouttes Date: Mon Nov 27 15:57:09 2023 +0100 Avoid full metrics computation when entering/leaving inset Annotate function LFUN_FINISHED_xxx to indicate that they do not require a full metrics computation.

[LyX features/biginset] Reduce metrics updates from 4 to 1 when loading file

2024-04-05 Thread Jean-Marc Lasgouttes
commit 1d1f95d2ed0bf02e8a9cd9685ed4ba3365b9b493 Author: Jean-Marc Lasgouttes Date: Wed Nov 22 12:07:51 2023 +0100 Reduce metrics updates from 4 to 1 when loading file The number of metrics updates when loading file and showing it in a new work area is unreasonable. The

[LyX features/biginset] Update PAINTING_ANALYSIS

2024-04-05 Thread Jean-Marc Lasgouttes
commit a23522073c8bb2cd06ddc7cc564e9c78f868a86d Author: Jean-Marc Lasgouttes Date: Mon Nov 20 17:24:09 2023 +0100 Update PAINTING_ANALYSIS --- development/PAINTING_ANALYSIS | 62 +-- 1 file changed, 42 insertions(+), 20 deletions(-) diff --git a/dev

[LyX features/biginset] Indicate that, by default, mouse LFUN do not require a metrics update

2024-04-05 Thread Jean-Marc Lasgouttes
commit 9fd397ac1cb8c97d9b3058a669a045db0cceee1c Author: Jean-Marc Lasgouttes Date: Mon Nov 27 17:50:40 2023 +0100 Indicate that, by default, mouse LFUN do not require a metrics update This is done easily in LyXAction.cpp. Remember that, by default, each function is supposed to

[LyX features/biginset] Introduce new helpers ParagraphMetrics::top/bottom

2024-04-05 Thread Jean-Marc Lasgouttes
commit 0b6105b9245350e428c73deee88af2cd7c0d4732 Author: Jean-Marc Lasgouttes Date: Tue Jul 25 16:31:13 2023 +0200 Introduce new helpers ParagraphMetrics::top/bottom This avoids code with position/ascent/descent that is difficult to follow. No change in function intended. -

[LyX features/biginset] Improve the code that limits scrolling at top/bottom

2024-04-05 Thread Jean-Marc Lasgouttes
commit f15d2ebf3819913114ab93d1ff7e140cb26b03d5 Author: Jean-Marc Lasgouttes Date: Fri Nov 17 18:30:37 2023 +0100 Improve the code that limits scrolling at top/bottom The most visible part of this commit is the move of part of BufferView::updateMetrics to a new TextMetrics::upd

[LyX features/biginset] Avoid some full metrics computations related to math previews

2024-04-05 Thread Jean-Marc Lasgouttes
commit 5e8578837fea0321998eac04222102986261666d Author: Jean-Marc Lasgouttes Date: Mon Nov 27 15:13:56 2023 +0100 Avoid some full metrics computations related to math previews When entering/leaving a math hull inset, a Update::Force flag was set, in case the metrics of the inse

[LyX features/biginset] Avoid metrics computation on resize when width did not change

2024-04-05 Thread Jean-Marc Lasgouttes
commit f7218cec188cad2dbf68de47ad4345fcddf1bdb8 Author: Jean-Marc Lasgouttes Date: Mon Nov 27 11:46:52 2023 +0100 Avoid metrics computation on resize when width did not change Entering a math inset triggers a work area reize because the math toobars appear automatically. Howeve

[LyX features/biginset] Do not compute metrics at each preview when loading file

2024-04-05 Thread Jean-Marc Lasgouttes
commit 244969330108a89f4be93d3b2eb9024bdb756204 Author: Jean-Marc Lasgouttes Date: Thu Dec 21 16:33:06 2023 +0100 Do not compute metrics at each preview when loading file With the branch-test.lyx file from #12297, loading takes forever when previews are activated. This is becau

[LyX features/biginset] Implement quick scroll

2024-04-05 Thread Jean-Marc Lasgouttes
commit 08010c6a5e425b3f2d0d625536e3a571c90a0482 Author: Jean-Marc Lasgouttes Date: Mon Jul 24 23:23:40 2023 +0200 Implement quick scroll Replace flag parameter for updateMetrics() by a `force' boolean. When it is false, the method keeps the metrics of paragraphs that are still

[LyX features/biginset] In the no-draw phase, do not cache the positions of not visible insets

2024-04-05 Thread Jean-Marc Lasgouttes
commit 7f85024f80601b15634fb5e771bba51435ad429f Author: Jean-Marc Lasgouttes Date: Mon Jul 24 17:53:16 2023 +0200 In the no-draw phase, do not cache the positions of not visible insets This can make a big difference for a very large branch that contains lots of equations.

[LyX features/biginset] Implement undo coalescing

2024-04-05 Thread Jean-Marc Lasgouttes
commit f5bbadbad92d55d480ea8b20c1e29f9ffe4ca224 Author: Jean-Marc Lasgouttes Date: Thu Jul 14 01:02:28 2022 +0200 Implement undo coalescing if the undo element we want to add only changes stuff that was already modified by the previous one on undo stack (in the same group), the

[LyX features/biginset] Update update-po.sh script

2024-04-05 Thread Richard Kimberly Heck
commit eb57c93aab05d586e8b06ef8a7277850f1591e24 Author: Richard Kimberly Heck Date: Thu Apr 4 17:09:16 2024 -0400 Update update-po.sh script (cherry picked from commit b360b9ebf7c2b1bbb0fe674790ed78065c3780c0) --- development/tools/update-po.sh | 12 +++- 1 file changed, 7

[LyX features/biginset] Enable Update::SinglePar in nested insets too

2024-04-05 Thread Jean-Marc Lasgouttes
commit 9a96726bcd06d565c3027011fea954656aa46668 Author: Jean-Marc Lasgouttes Date: Mon Jul 17 14:43:29 2023 +0200 Enable Update::SinglePar in nested insets too The idea of single par update is to try to re-break only the paragraph containing the cursor (if this paragraph contai

[LyX features/biginset] Remove some redundant calls to updatePosCache

2024-04-05 Thread Jean-Marc Lasgouttes
commit d19ade9a611d3ecf6840c5eb43291cb268ad6f4f Author: Jean-Marc Lasgouttes Date: Mon Jul 24 15:35:16 2023 +0200 Remove some redundant calls to updatePosCache The setting of insets positions was done twice in updateMetrics. When one of the paragraph is a huge branch, this can

[LyX features/biginset] #13049 add window activation for preferences to avoid it be hidden by main window on mac after alert prompts

2024-04-05 Thread Stephan Witt
commit 4c1db7cad866d99af2f2474d8467cc8581eb0eef Author: Stephan Witt Date: Fri Apr 5 10:47:49 2024 +0200 #13049 add window activation for preferences to avoid it be hidden by main window on mac after alert prompts --- src/frontends/qt/GuiPrefs.cpp | 29 +++-- 1 fil

[LyX features/biginset] Allow for multiple accelerator alternatives

2024-04-05 Thread Juergen Spitzmueller
commit aa7ff14933d4850f2b98bd3b78a9d2b3cee3ee82 Author: Juergen Spitzmueller Date: Thu Apr 4 17:12:48 2024 +0200 Allow for multiple accelerator alternatives This needs some testing before it could go to 2.4.x eventually --- README.localization| 10 lib/ui/stdcontext.

[LyX features/biginset] Do not include in InsetInfo.h

2024-04-05 Thread Jean-Marc Lasgouttes
commit 51562ff37732f4949441bd8c2b55692b0719093a Author: Jean-Marc Lasgouttes Date: Thu Apr 4 17:35:54 2024 +0200 Do not include in InsetInfo.h This is used by getDate/getTime, which actually should not be InsetInfoParams methods, but functions in anonymous namespace. --- src/

[LyX features/biginset] de.po

2024-04-05 Thread Juergen Spitzmueller
commit 16fb7ae52d751d582ee926cff93bf9fc6d8265f3 Author: Juergen Spitzmueller Date: Thu Apr 4 17:17:05 2024 +0200 de.po --- po/de.gmo | Bin 653622 -> 653743 bytes po/de.po | 160 +++--- 2 files changed, 80 insertions(+), 80 deletions

[LyX features/biginset] Update sk.po

2024-04-05 Thread Kornel Benko
commit f89e39e40302173067d0f9fc58a3ca4f8d2bfa63 Author: Kornel Benko Date: Wed Apr 3 12:24:28 2024 +0200 Update sk.po --- po/sk.po | 74 ++-- 1 file changed, 54 insertions(+), 20 deletions(-) diff --git a/po/sk.po b/po/sk.po inde

[LyX features/biginset] fix typo in fr/Intro.lyx

2024-04-05 Thread Jean-Marc Lasgouttes
commit b28655e91ec64b7fb063d8bfea548f82d5d4cc5b Author: Jean-Marc Lasgouttes Date: Thu Apr 4 17:16:06 2024 +0200 fix typo in fr/Intro.lyx --- lib/doc/fr/Intro.lyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/doc/fr/Intro.lyx b/lib/doc/fr/Intro.lyx index 86bb5fabd

[LyX features/biginset] Compilation fix with Qt < 5.7

2024-04-05 Thread Jean-Marc Lasgouttes
commit 6260689fd552a5e83d2970dcfd4d5ba7e09443e7 Author: Jean-Marc Lasgouttes Date: Wed Apr 3 12:39:09 2024 +0200 Compilation fix with Qt < 5.7 Qt::ImAnchorRectangle has only been introduced in Qt 5.7. Since it is used to answer a query from the IM machinery, there is no need fo

[LyX features/biginset] de.po

2024-04-05 Thread Juergen Spitzmueller
commit c1078811c4b90e49f27f4883be8e56d7d5e0fd7c Author: Juergen Spitzmueller Date: Wed Apr 3 09:12:15 2024 +0200 de.po --- po/de.po | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/po/de.po b/po/de.po index 1bcd38fdd5..39ec99ea70 1006

[LyX features/biginset] Dissolve some shortcut conflicts in the wake of f3a4602c4c1ec

2024-04-05 Thread Juergen Spitzmueller
commit 728175f9acdd8b67249d5403d99319557201f80c Author: Juergen Spitzmueller Date: Wed Apr 3 08:28:00 2024 +0200 Dissolve some shortcut conflicts in the wake of f3a4602c4c1ec --- lib/ui/stdcontext.inc | 10 +- src/frontends/qt/Menus.cpp | 4 ++-- 2 files changed, 7 insertions

[LyX features/biginset] Update German User Guide

2024-04-05 Thread Juergen Spitzmueller
commit a55ede6a7462affbdf860caa6bc54777f6ad3aa5 Author: Juergen Spitzmueller Date: Wed Apr 3 07:35:59 2024 +0200 Update German User Guide --- lib/doc/de/UserGuide.lyx | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/lib/doc/de/UserGuide

[LyX features/biginset] Ignore all build* directories

2024-04-05 Thread Richard Kimberly Heck
commit 34dbdad9573f09e6c1b47b9990b8700a7b832093 Author: Richard Kimberly Heck Date: Tue Apr 2 22:03:53 2024 -0400 Ignore all build* directories (cherry picked from commit 368f10571aab8b6796218a1ac70b98a940e45722) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[LyX features/biginset] Merge branch 'master' of git.lyx.org:lyx

2024-04-05 Thread Juergen Spitzmueller
commit 77b680546d08e4cf5cefac2feca30155d52ad183 Merge: 655cdfbb7b 34dbdad957 Author: Juergen Spitzmueller Date: Wed Apr 3 07:26:11 2024 +0200 Merge branch 'master' of git.lyx.org:lyx .gitignore| 2 +- lib/doc/UserGuide.lyx | 87 ++

[LyX features/biginset] Docs for menu change

2024-04-05 Thread Richard Kimberly Heck
commit b8a988fa135fe0e01a0ddaf2e527cf6dc17c7642 Author: Richard Kimberly Heck Date: Tue Apr 2 22:02:55 2024 -0400 Docs for menu change (cherry picked from commit c8534081c9d40b7331ac73513a758ffc51bc423e) --- lib/doc/UserGuide.lyx | 87 ++

[LyX features/biginset] de.po

2024-04-05 Thread Juergen Spitzmueller
commit 655cdfbb7b8d72efbc5eca64a24b31898bfe Author: Juergen Spitzmueller Date: Tue Apr 2 16:26:00 2024 +0200 de.po --- po/de.po | 214 +++ 1 file changed, 107 insertions(+), 107 deletions(-) diff --git a/po/de.po b/po/de.po i

[LyX features/biginset] Update fr.po

2024-04-05 Thread jpc
commit 3923c3abf4206c170876f509a08899b3b7c6c1f5 Author: jpc Date: Tue Apr 2 18:56:26 2024 +0200 Update fr.po --- po/fr.gmo | Bin 656494 -> 656498 bytes po/fr.po | 26 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/po/fr.gmo b/po/fr.gm

[LyX features/biginset] Update doc info for quote-insert

2024-04-05 Thread Richard Kimberly Heck
commit f37486968782d4ada66ca85290a39fd3fd366dc8 Author: Richard Kimberly Heck Date: Tue Apr 2 12:46:36 2024 -0400 Update doc info for quote-insert --- src/LyXAction.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 19f120

[LyX features/biginset] Smarter menu length calculation

2024-04-05 Thread Juergen Spitzmueller
commit f3a4602c4c1eca9bc79e7ba0b58395b79eafe9db Author: Juergen Spitzmueller Date: Tue Apr 2 14:41:54 2024 +0200 Smarter menu length calculation It is possible I have missed some shortcut conflicts, so please report if you find any. --- lib/ui/stdcontext.inc | 6 +++---

[LyX features/biginset] Translation of French Additional.lyx: chapter 3 completed

2024-04-05 Thread jpc
commit 8850b68792cf5c86dd5f73d39cff3e4e69886afd Author: jpc Date: Tue Apr 2 11:51:49 2024 +0200 Translation of French Additional.lyx: chapter 3 completed --- lib/doc/fr/Additional.lyx | 115 +- 1 file changed, 52 insertions(+), 63 delet

[LyX features/biginset] Cmake build: Adapt for branch 2.4

2024-04-05 Thread Kornel Benko
commit b8b9e8ec1402341229aade4b4a975b54c3ef80c9 Author: Kornel Benko Date: Tue Apr 2 10:46:20 2024 +0200 Cmake build: Adapt for branch 2.4 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86226dc8e8..f473ee4bc5

[LyX features/biginset] Update sk.po

2024-04-05 Thread Kornel Benko
commit 6ad572a3a2cb6937a2e4eef78eada2495523d2a4 Author: Kornel Benko Date: Tue Apr 2 11:35:56 2024 +0200 Update sk.po --- po/sk.po | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/po/sk.po b/po/sk.po index e4fac1562a..b848decde2 100644 --- a/po/sk.po +++

[LyX features/biginset] de/UserGuide: update

2024-04-05 Thread Juergen Spitzmueller
commit 0b8e8eb1740f6db4f81772fd39dff8f80243dd5d Author: Juergen Spitzmueller Date: Tue Apr 2 09:32:02 2024 +0200 de/UserGuide: update --- lib/doc/de/UserGuide.lyx | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGu

[LyX features/biginset] cmake build with qt6 (macos) did not include "plugins"

2024-04-05 Thread Kornel Benko
commit 4d02fb7ad7a846bebfd8ba5fd37a5453482e768d Author: P. De Visschere Date: Sun Dec 31 15:30:12 2023 +0100 cmake build with qt6 (macos) did not include "plugins" --- development/cmake/post_install/CMakeLists.txt | 5 + 1 file changed, 5 insertions(+) diff --git a/development/cmake/p

[LyX features/biginset] Cmake build: Handle deprecated cmake versions

2024-04-05 Thread Kornel Benko
commit 8d79860ea76da4d9c0b87fce86526da15b686ab9 Author: Kornel Benko Date: Sun Dec 31 15:18:11 2023 +0100 Cmake build: Handle deprecated cmake versions The warning says: CMake Deprecation Warning at .../CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake <

[LyX features/biginset] FindAdv: no paragraph indentation for more space in the search string

2024-04-05 Thread Kornel Benko
commit 638c04dd6aab3e16063a03183e25491f83780b68 Author: Daniel Ramoeller Date: Sun Dec 31 14:36:01 2023 +0100 FindAdv: no paragraph indentation for more space in the search string See #11555 --- src/frontends/qt/FindAndReplace.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --g

[LyX features/biginset] FindAdv: Handle neg-spaces like normal space if searching without format

2024-04-05 Thread Kornel Benko
commit 07cacef398d6d748e30d70fa6f06821e82ac4e4e Author: Kornel Benko Date: Sun Dec 31 14:27:40 2023 +0100 FindAdv: Handle neg-spaces like normal space if searching without format --- src/insets/InsetSpace.cpp | 7 ++- src/insets/InsetSpace.h | 2 +- 2 files changed, 7 insertions(+),

[LyX features/biginset] Rename hasToString() to findUsesToString()

2024-04-05 Thread Kornel Benko
commit 8de81e8dc1cf344a9a245868aaff2c31dd0c9ce4 Author: Kornel Benko Date: Sun Dec 31 14:09:17 2023 +0100 Rename hasToString() to findUsesToString() There are special cases where the toString() exist, but still plaintext() is not to be used by find. --- src/Paragraph.cpp

[LyX features/biginset] Fix duplicate accelerator

2024-04-05 Thread Richard Kimberly Heck
commit 1198bbf01aa0f57db210cbe2e692d3aaf5b843bb Author: Richard Kimberly Heck Date: Mon Apr 1 21:54:44 2024 -0400 Fix duplicate accelerator --- lib/ui/stdmenus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/stdmenus.inc b/lib/ui/stdmenus.inc index 6ef3357f72

[LyX features/biginset] de.po

2024-04-05 Thread Juergen Spitzmueller
commit 645ab7fa730768995f7d1f55f0aa33182d07fdc4 Author: Juergen Spitzmueller Date: Tue Apr 2 08:23:42 2024 +0200 de.po po/de.po | 1054 +++--- 1 file changed, 529 insertions(+), 525 deletions(-) -- lyx-cvs mailing list lyx-cvs@lists

[LyX features/biginset] Fix label escaping in InsetMathRef (#12980)

2024-04-05 Thread Juergen Spitzmueller
commit 98080ca0d548b754433a99f9f097054134117184 Author: Juergen Spitzmueller Date: Tue Apr 2 08:15:53 2024 +0200 Fix label escaping in InsetMathRef (#12980) This was completely broken: the IDs have been escaped in the LyX file (which they absolutely shouldn't) but not in all La

[LyX features/biginset] Add shortcut for plain single quote.

2024-04-05 Thread Richard Kimberly Heck
commit e51cca2ef0467608f9d9e7a010080f1c1a04b946 Author: Richard Kimberly Heck Date: Mon Apr 1 17:26:29 2024 -0400 Add shortcut for plain single quote. (cherry picked from commit d3101e6d6f325c4597ec0945fecb03fee745c56e) --- lib/bind/cua.bind | 1 + 1 file changed, 1 insertion(+)

[LyX features/biginset] Clarify quote-insert LFUN.

2024-04-05 Thread Richard Kimberly Heck
commit b0c4681cd8f4dedb975aac80dcb717c40aa8 Author: Richard Kimberly Heck Date: Mon Apr 1 17:26:01 2024 -0400 Clarify quote-insert LFUN. And add remark about multiple optional arguments. (cherry picked from commit 29be057a073fde4e36c9adbf31c6cd764f62bda2) lib/doc/LFU

[LyX features/biginset] Fix bug #13025.

2024-04-05 Thread Richard Kimberly Heck
commit dff3a0c53fef56b94fb90a7dc9c9c6a2e6591e9e Author: Richard Kimberly Heck Date: Mon Apr 1 17:25:40 2024 -0400 Fix bug #13025. Add plain single quote to menu. (cherry picked from commit 9e5a98e8f92f773e11815631961997b8045d20b1) --- lib/ui/stdmenus.inc | 3 ++- 1 file c

[LyX features/biginset] Restore Chapter 11

2024-04-05 Thread jpc
commit 55330a784455e0baa6fca36f0bfd736f03b58601 Author: jpc Date: Sat Mar 30 17:38:18 2024 +0100 Restore Chapter 11 --- lib/doc/Additional.lyx | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/doc/Additional.lyx b/lib/doc/Additional.lyx index 46abf3d7d

[LyX features/biginset] Open for 2.5 development

2024-04-05 Thread Richard Kimberly Heck
commit 6b1c5eb51b5410998a8d0a132714e11220f5 Author: Richard Kimberly Heck Date: Mon Apr 1 16:19:22 2024 -0400 Open for 2.5 development --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8c4f1bfbe1..442a8a05d9 10064

[LyX features/biginset] Fix backslash LaTeXifying in InsetCommand

2024-04-05 Thread Juergen Spitzmueller
commit a020bbc4a8143cff34e80442caf71d3b2ff8ccd3 Author: Juergen Spitzmueller Date: Mon Apr 1 10:57:27 2024 +0200 Fix backslash LaTeXifying in InsetCommand \ was transformed very early to \textbackslash{}, but then the following routines escaped braces in the string, so we wrong

[LyX features/biginset] Fix context menu of InsetMathRef

2024-04-05 Thread Juergen Spitzmueller
commit 31ec96e01ff0acca660cc91df1e3e6590d8aa649 Author: Juergen Spitzmueller Date: Mon Apr 1 17:59:56 2024 +0200 Fix context menu of InsetMathRef --- src/mathed/InsetMathRef.cpp | 4 1 file changed, 4 insertions(+) diff --git a/src/mathed/InsetMathRef.cpp b/src/mathed/InsetMathRef.cp

[LyX features/biginset] Further translations of the French Additional manual

2024-04-05 Thread jpc
commit 571babff5e20a94a4e5979da53783461ef520508 Author: jpc Date: Fri Mar 29 18:58:25 2024 +0100 Further translations of the French Additional manual --- lib/doc/fr/Additional.lyx | 658 -- 1 file changed, 163 insertions(+), 495 deletions(

[LyX features/biginset] Factor out shared method

2024-04-05 Thread Juergen Spitzmueller
commit 812e306dada7c5c0565c9428232f329ec4c705d3 Author: Juergen Spitzmueller Date: Sun Mar 31 12:40:27 2024 +0200 Factor out shared method Amends babb5b007bd --- src/BufferView.cpp | 19 +++ src/BufferView.h | 3 +++ src/front

[LyX features/biginset] Fix crash with quick search starting with mathed selection

2024-04-05 Thread Juergen Spitzmueller
commit babb5b007bdb273c12255edf7c84a537327c0400 Author: Juergen Spitzmueller Date: Sat Mar 30 10:14:34 2024 +0100 Fix crash with quick search starting with mathed selection setCursorSelection does not work with math. Copy the method from spellchecker. --- src/lyxfind.cpp | 25

[LyX features/biginset] Further translations of French Additional manual + typo and ref. to Hebrew Letter in sec 3.5 of Additional.lyx

2024-04-05 Thread jpc
commit a9a328c85d17e211008ff2b9adae24bedc3f5e5b Author: jpc Date: Thu Mar 28 19:09:38 2024 +0100 Further translations of French Additional manual + typo and ref. to Hebrew Letter in sec 3.5 of Additional.lyx --- lib/doc/Additional.lyx| 33 ++- lib/doc/fr/Additional.lyx | 738 ++

[LyX features/biginset] Further translations of French Additional manual

2024-04-05 Thread jpc
commit 20c79dd472e2a0329d5c4aff1e6dd522b7eaed81 Author: jpc Date: Thu Mar 28 10:13:22 2024 +0100 Further translations of French Additional manual --- lib/doc/fr/Additional.lyx | 298 ++ 1 file changed, 117 insertions(+), 181 deletions(-) d

[LyX features/biginset] Further translation of French Additional manual + typo in English version

2024-04-05 Thread jpc
commit cdb4cf5fa4d9a0785e1a318640ce6d374997b663 Author: jpc Date: Wed Mar 27 18:38:28 2024 +0100 Further translation of French Additional manual + typo in English version --- lib/doc/Additional.lyx| 12 +- lib/doc/fr/Additional.lyx | 795 ---

[LyX features/biginset] Cmake build wit qt(5|6)(macos) did not include "plugins"

2024-04-05 Thread Kornel Benko
commit 58aca890037e744a3bbe77c68946dcc9984304f1 Author: Patrick de Visschere Date: Sat Mar 23 11:25:27 2024 +0100 Cmake build wit qt(5|6)(macos) did not include "plugins" This makes things much simpler. But at least with the latest macos tools (Sonoma and XCode15) a bundle

[LyX features/biginset] Do not enter page break in heading (#13040)

2024-04-05 Thread Juergen Spitzmueller
commit 698f922d19eb28f3ca84cc9f6a1bb5aaf3ba0301 Author: Juergen Spitzmueller Date: Thu Mar 28 18:03:54 2024 +0100 Do not enter page break in heading (#13040) Rather than that, put it before or after, or disallow, depending on the position. --- src/Text.cpp | 23 +++

[LyX features/biginset] Typo in doc

2024-04-05 Thread Jean-Marc Lasgouttes
commit 43b1234a98c645bee29e3c9bcca9e4c1bcc46d22 Author: Jean-Marc Lasgouttes Date: Mon Mar 25 22:32:17 2024 +0100 Typo in doc Thanks to Peter J. Puchyr for noticing it. --- lib/doc/LaTeXConfig.lyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/doc/LaTeXCon

[LyX features/biginset] Fix alignment of screen font preview in prefs (remaining part of #13046)

2024-04-05 Thread Juergen Spitzmueller
commit 60cffcd9b7cc768d3a3cbfa97beebefb426350e1 Author: Juergen Spitzmueller Date: Sun Mar 24 09:00:41 2024 +0100 Fix alignment of screen font preview in prefs (remaining part of #13046) --- src/frontends/qt/GuiFontExample.cpp | 26 +- src/frontends/qt/GuiFontExampl

[LyX features/biginset] Fix display of a math hull inset in a tight inset

2024-04-05 Thread Jean-Marc Lasgouttes
commit 4dfebbe9da27ff500b8245858322f1baeb00100b Author: Jean-Marc Lasgouttes Date: Fri Jul 14 02:13:18 2023 +0200 Fix display of a math hull inset in a tight inset This is a kind of hack. This allows InsetMathHull to state that it needs some elbow room beyond its width, in orde

[LyX features/biginset] Revert "Fix display of a math hull inset in a tight inset"

2024-04-05 Thread Jean-Marc Lasgouttes
commit 6d62d8009f3c41874cf84aa6577aae3293ebb5e6 Author: Jean-Marc Lasgouttes Date: Fri Mar 22 15:08:26 2024 +0100 Revert "Fix display of a math hull inset in a tight inset" This commit will be replaed by a better solution. Part of ticket #12320. This reverts commi

[LyX features/biginset] fix documentation of --enable-cxx-mode

2024-04-05 Thread Jean-Marc Lasgouttes
commit 44c0b4e4cc1827d38dcc5284513a62cc62a54362 Author: Jean-Marc Lasgouttes Date: Thu Mar 21 22:50:38 2024 +0100 fix documentation of --enable-cxx-mode --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 7a44ad8896..5c9c4d7489 100644

[LyX features/biginset] * cs.po

2024-04-05 Thread Pavel Sanda
commit 210ea66d2d1113cddcc1b0f3547c1063b7dc4d47 Author: Pavel Sanda Date: Thu Mar 21 22:47:31 2024 +0100 * cs.po po/cs.po | 1244 -- 1 file changed, 634 insertions(+), 610 deletions(-) -- lyx-cvs mailing list lyx-cvs@lists.lyx.o

[LyX features/biginset] Amend 16660d12.

2024-04-05 Thread Thibaut Cuvelier
commit fd378450755b698cc3ddb1a8d14e8b78d19c57a2 Author: Thibaut Cuvelier Date: Thu Mar 21 21:32:45 2024 +0100 Amend 16660d12. The previous commit introduced wrong behaviours for <>. The new code carefully escapes what needs to be escaped from LaTeX, using the now-standard XML too

[LyX features/biginset] typo

2024-04-05 Thread Jean-Marc Lasgouttes
commit b659d7e3bdb26ed9c862cdb6dcfeb6dcb8cfb89b Author: Jean-Marc Lasgouttes Date: Thu Mar 21 22:40:19 2024 +0100 typo --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 8f2836c742..7a44ad8896 100644 --- a/INSTALL +++ b/INSTALL @@ -60,7

[LyX features/biginset] MathML in HTML: don't escape <> for a raw LaTeX output.

2024-04-05 Thread Thibaut Cuvelier
commit 16660d12b4333f6486259048dec2b0a2e48a64d9 Author: Thibaut Cuvelier Date: Thu Mar 21 00:29:23 2024 +0100 MathML in HTML: don't escape <> for a raw LaTeX output. In some cases (I only found numbered equations), the LaTeX output still has a bit of HTML. For numbered equations,

[LyX features/biginset] TableUI - allow expading of TableAlignCO (part of #13046).

2024-04-05 Thread Pavel Sanda
commit f7e6086e67a77d0764ab7d81621e06e4be32d7e9 Author: Pavel Sanda Date: Tue Mar 19 19:23:22 2024 +0100 TableUI - allow expading of TableAlignCO (part of #13046). --- po/cs.gmo| Bin 627047 -> 627180 bytes src/frontends/qt/ui/TabularUi.ui | 66 +++-

[LyX features/biginset] Using the latest commit and building lyx with cmake on macos-sonoma with xcode fails with multiple error messages like this one:

2024-04-05 Thread Kornel Benko
commit 3f790725d9fdf6f6266534cb8bc98b54cc164129 Author: Patrick de Visschere Date: Wed Mar 20 11:44:22 2024 +0100 Using the latest commit and building lyx with cmake on macos-sonoma with xcode fails with multiple error messages like this one: -- CMake Error in po/CM

[LyX features/biginset] Add $$OrigAbsName placeholder to external

2024-04-05 Thread Juergen Spitzmueller
commit 0d3d91c0551cf3158fe89e765b4e076fcc613e73 Author: Jürgen Spitzmüller Date: Wed Mar 20 07:57:43 2024 +0100 Add $$OrigAbsName placeholder to external This produces the absolute path to the original file. Documentation will follow in die time (after documentation has be

[LyX features/biginset] Use docstring for preview snippet all the way down

2024-04-05 Thread Juergen Spitzmueller
commit b1e2986df8ad819ac732e8a86b6dff09333a95ca Author: Juergen Spitzmueller Date: Sat Mar 16 11:55:17 2024 +0100 Use docstring for preview snippet all the way down No need to convert back and forth --- src/graphics/PreviewImage.cpp | 10 - src/graphics/PreviewImage.h

[LyX features/biginset] Simplify b3fe9cb7049da

2024-04-05 Thread Juergen Spitzmueller
commit f9c60d477d18a73c85fd277d75aeafb8edc1fbec Author: Juergen Spitzmueller Date: Sat Mar 16 05:01:53 2024 +0100 Simplify b3fe9cb7049da --- src/graphics/PreviewLoader.cpp | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/graphics/PreviewLoader.cpp b/src/graphic

[LyX features/biginset] Merge branch 'master' of git.lyx.org:lyx

2024-04-05 Thread Juergen Spitzmueller
commit 5f82a7a515bffd3527c9e557ebfb1e39d1705a97 Merge: 1f4238c9fb b3fe9cb704 Author: Juergen Spitzmueller Date: Sat Mar 16 04:59:08 2024 +0100 Merge branch 'master' of git.lyx.org:lyx src/graphics/PreviewLoader.cpp | 25 ++--- 1 file changed, 22 insertions(+), 3 deleti

[LyX features/biginset] Merge branch 'master' of git.lyx.org:lyx

2024-04-05 Thread Juergen Spitzmueller
commit 1fca6842a57f0cf9ccefbb4be178a227895f407a Merge: 5f82a7a515 f9c60d477d Author: Juergen Spitzmueller Date: Sat Mar 16 05:03:16 2024 +0100 Merge branch 'master' of git.lyx.org:lyx src/graphics/PreviewLoader.cpp | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) -- lyx-cvs ma

[LyX features/biginset] Prevent iconv exception in previews (#13042)

2024-04-05 Thread Juergen Spitzmueller
commit b3fe9cb7049daaacbcf357ba5e4ece479f7b1be4 Author: Juergen Spitzmueller Date: Sat Mar 16 04:52:51 2024 +0100 Prevent iconv exception in previews (#13042) The preview loader assumes all content is in the main document encoding. As soon as content was not encodable, LyX

[LyX features/biginset] Add Idan Pazi to contributors list

2024-04-05 Thread Juergen Spitzmueller
commit 1f4238c9fb03993822c0178e9bf7056a87f44c79 Author: Juergen Spitzmueller Date: Tue Mar 12 12:53:34 2024 +0100 Add Idan Pazi to contributors list --- lib/generate_contributions.py | 8 1 file changed, 8 insertions(+) diff --git a/lib/generate_contributions.py b/lib/generate_co

  1   2   >