[LyX/master] GuiSearch did not work with num. keypad enter

2021-02-15 Thread Pavel Sanda
commit 1ba330722632b361f5f0838e8200450352c5cce8 Author: Pavel Sanda Date: Tue Feb 16 08:52:21 2021 +0100 GuiSearch did not work with num. keypad enter --- src/frontends/qt/GuiSearch.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Add support for search/replace within selection (#2548)

2021-02-15 Thread Juergen Spitzmueller
commit 5980afaee0fe2909ddd369a35f1a81fd8a744015 Author: Juergen Spitzmueller Date: Tue Feb 16 08:11:09 2021 +0100 Add support for search/replace within selection (#2548) --- src/BufferView.cpp |5 +- src/frontends/qt/GuiSearch.cpp | 17 ++--

[LyX/master] GuiCitation: Add missing connection

2021-02-15 Thread Juergen Spitzmueller
commit df4da348364f8f50784f57e9dd14be794c5188b6 Author: Juergen Spitzmueller Date: Tue Feb 16 07:32:01 2021 +0100 GuiCitation: Add missing connection --- src/frontends/qt/GuiCitation.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] Account for true dpi

2021-02-15 Thread Enrico Forestieri
commit a0a0119b48dece10f621a20fd84eef14ff200720 Author: Enrico Forestieri Date: Mon Feb 15 22:43:36 2021 +0100 Account for true dpi We have to account for the physical rather than logical dpi. See #12132. --- src/frontends/qt/GuiApplication.cpp |2 +- 1 files

[LyX/master] Use tabs in prefs2prefs.py, as in the other such files

2021-02-15 Thread Richard Kimberly Heck
commit 516a25cbb54256ca54fdb3dd49963d7c1cdec2c9 Author: Richard Kimberly Heck Date: Mon Feb 15 11:06:55 2021 -0500 Use tabs in prefs2prefs.py, as in the other such files --- lib/scripts/prefs2prefs.py | 260 ++-- 1 files changed, 130 insertions(+),

[LyX/master] Release notes

2021-02-15 Thread Richard Kimberly Heck
commit e6395fd4eefe84a72f6a281c43f50865198e2e2d Author: Richard Kimberly Heck Date: Mon Feb 15 11:04:57 2021 -0500 Release notes --- lib/RELEASE-NOTES |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index c3b89d3..32d44aa

[LyX/master] Make continuous spellcheck the default.

2021-02-15 Thread Richard Kimberly Heck
commit 01dc665a2580f93007fcc25b6b897b67f507b664 Author: Richard Kimberly Heck Date: Mon Feb 15 11:02:58 2021 -0500 Make continuous spellcheck the default. Convert old preferences to preserve previous setting, as well. --- lib/configure.py |2 +-

[LyX/master] Do not write \default_view_format if it is empty.

2021-02-15 Thread Richard Kimberly Heck
commit 93e7ab1f3e0535f15da73b0dc2fe71ee4e1b0281 Author: Richard Kimberly Heck Date: Mon Feb 15 10:55:20 2021 -0500 Do not write \default_view_format if it is empty. --- src/LyXRC.cpp |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp

[LyX/master] Revert "#8055 use standard shortcut for font-emph on Mac"

2021-02-15 Thread Stephan Witt
commit 80f855581c5e553e7be7f7b94679e14e69b9726d Author: Stephan Witt Date: Mon Feb 15 16:37:14 2021 +0100 Revert "#8055 use standard shortcut for font-emph on Mac" This reverts commit a9342ae098024e363891653d1bcf7a8d485a271c. --- lib/bind/mac.bind |5 +++-- 1 files changed, 3

[LyX/master] Initialize F dialog with selected text (#8448)

2021-02-15 Thread Juergen Spitzmueller
commit c4fbd0d91344e0a8c5f7fd209b960946bec83f1f Author: Juergen Spitzmueller Date: Mon Feb 15 16:04:17 2021 +0100 Initialize F dialog with selected text (#8448) --- src/frontends/qt/GuiSearch.cpp |8 src/frontends/qt/GuiSearch.h |5 - src/frontends/qt/GuiView.cpp

[LyX/master] Fix warning

2021-02-15 Thread Richard Kimberly Heck
commit bdd7e26b3e47a41a1f8d8de7af279c18acbd55ca Author: Richard Kimberly Heck Date: Sun Feb 14 12:30:24 2021 -0500 Fix warning --- src/frontends/qt/GuiSearch.cpp |2 +- src/frontends/qt/GuiViewSource.cpp |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[LyX/master] Update coding rules

2021-02-15 Thread Richard Kimberly Heck
commit 21fa3f3f9451c4be0e5882f08f0199ba451af8d6 Author: Richard Kimberly Heck Date: Mon Feb 15 09:55:33 2021 -0500 Update coding rules --- lib/doc/Development.lyx | 42 +- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git

[LyX/master] GuiSearch: catch Esc

2021-02-15 Thread Juergen Spitzmueller
commit e5958e3ca8448b495bfe2f4def4d86e5bb36b634 Author: Juergen Spitzmueller Date: Mon Feb 15 15:37:13 2021 +0100 GuiSearch: catch Esc --- src/frontends/qt/GuiSearch.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/frontends/qt/GuiSearch.cpp

[LyX/master] Update sk.po

2021-02-15 Thread Kornel Benko
commit 78ce7227f70ed9b7242344290c9e3251787deb06 Author: Kornel Benko Date: Mon Feb 15 14:46:50 2021 +0100 Update sk.po --- po/sk.po | 122 ++ 1 files changed, 107 insertions(+), 15 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] de.po

2021-02-15 Thread Juergen Spitzmueller
commit cf36e8a21dd1502c324880c3fcf31891e808e57f Author: Juergen Spitzmueller Date: Mon Feb 15 14:34:26 2021 +0100 de.po --- po/de.gmo | Bin 615186 -> 615640 bytes po/de.po | 394 + 2 files changed, 212 insertions(+), 182

[LyX/master] Improve instant search

2021-02-15 Thread Juergen Spitzmueller
commit 958213ee5211f3b81597c56e49c453c82a340ad1 Author: Juergen Spitzmueller Date: Mon Feb 15 14:12:07 2021 +0100 Improve instant search --- src/BufferView.cpp |7 - src/frontends/qt/GuiSearch.cpp |9 +++ src/frontends/qt/GuiSpellchecker.cpp |2

[LyX/master] Correct tooltip

2021-02-15 Thread Juergen Spitzmueller
commit f4a91f6e9e6467632ec84f45c165b03ca876d966 Author: Juergen Spitzmueller Date: Mon Feb 15 11:32:42 2021 +0100 Correct tooltip --- src/frontends/qt/ui/SearchUi.ui |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/ui/SearchUi.ui

[LyX/master] GuiSearch: Add auto-wrap option

2021-02-15 Thread Juergen Spitzmueller
commit f59b8cb6576a4af736fb502f37078d0db35c59ec Author: Juergen Spitzmueller Date: Mon Feb 15 11:30:03 2021 +0100 GuiSearch: Add auto-wrap option --- src/BufferView.cpp |5 ++- src/frontends/qt/GuiSearch.cpp | 16 + src/frontends/qt/GuiSearch.h

[LyX/master] Use same find-dialogs as other bind-files also for x?emacs

2021-02-15 Thread Kornel Benko
commit 6212d939b45613bed1d2c92eb2d11e267217cf1c Author: Kornel Benko Date: Mon Feb 15 11:00:02 2021 +0100 Use same find-dialogs as other bind-files also for x?emacs --- lib/bind/emacs.bind |6 +++--- lib/bind/xemacs.bind |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)

[LyX/master] Attempt at "search as you type"

2021-02-15 Thread Juergen Spitzmueller
commit 22542700a7213205fddb9ea006fe3b7697ed5b8f Author: Juergen Spitzmueller Date: Mon Feb 15 10:53:23 2021 +0100 Attempt at "search as you type" --- src/frontends/qt/GuiSearch.cpp | 24 +--- src/frontends/qt/GuiSearch.h|3 ++-

[LyX/master] Use explicit initialization for plain pointer to buffer view.

2021-02-15 Thread Stephan Witt
commit 3841304f80513f55ac1bb68336b713e056a72091 Author: Stephan Witt Date: Mon Feb 15 10:03:39 2021 +0100 Use explicit initialization for plain pointer to buffer view. --- src/frontends/qt/GuiSearch.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Sett forward to true by default in search string parsing

2021-02-15 Thread Juergen Spitzmueller
commit b2a317c037f613bcd35721f5e7b9dab20ad38a72 Author: Juergen Spitzmueller Date: Mon Feb 15 09:41:16 2021 +0100 Sett forward to true by default in search string parsing --- src/lyxfind.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lyxfind.cpp

[LyX/master] Update ru manuals

2021-02-15 Thread Yuriy Skalko
commit 919d8ac2fb700770f5f24b6cfe90643ee631d7b6 Author: Yuriy Skalko Date: Sun Feb 7 17:55:52 2021 +0200 Update ru manuals --- lib/doc/ru/EmbeddedObjects.lyx | 196 ++-- lib/doc/ru/Math.lyx| 73 +++ lib/doc/ru/UserGuide.lyx

[LyX/master] Update and correct LyX manuals

2021-02-15 Thread Yuriy Skalko
commit 7e9e81367fd326ac403d02473af92343c845710e Author: Yuriy Skalko Date: Fri Feb 5 22:55:19 2021 +0200 Update and correct LyX manuals --- lib/doc/EmbeddedObjects.lyx | 14 +++--- lib/doc/UserGuide.lyx |6 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff

[LyX/master] #8055 use standard shortcut for font-emph on Mac

2021-02-15 Thread Stephan Witt
commit a9342ae098024e363891653d1bcf7a8d485a271c Author: Stephan Witt Date: Mon Feb 15 09:35:31 2021 +0100 #8055 use standard shortcut for font-emph on Mac --- lib/bind/mac.bind |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/bind/mac.bind

[LyX/master] Bind search-string-set to Ctrl-F3 in cua

2021-02-15 Thread Juergen Spitzmueller
commit 780cd7735c4dd60eb667893ea9410c149da2d483 Author: Juergen Spitzmueller Date: Mon Feb 15 09:07:59 2021 +0100 Bind search-string-set to Ctrl-F3 in cua --- lib/bind/cua.bind |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind