On Saturday, 15 August 2020 19.01.04 WEST Pavel Sanda wrote:
> How much opposition would be to commit something like this?
>
> Pavel
I like this. You have my endorsement. :-)
--
José Abílio
--
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs
commit f5489036305eae3e63e721e2714746bd48bac1dc
Author: José Matos
Date: Sat Aug 15 21:02:38 2020 +0100
Consider file encoding for modules in reconfigure
If the modules are not in utf8 then we warn and skip that file
like it happens for layout files.
This a port of com
// spitz 20200102
LFUN_WINDOW_RAISE, // forenr, 20202104
+ LFUN_CITATION_OPEN, // sanda, 20200815
LFUN_LASTACTION // end of the table
};
diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
index 3de816a68f..a867a9248e 100644
--- a/src/L
commit 6876a306b94bfb41b4947e77498fbe58952f88ce
Author: Juergen Spitzmueller
Date: Sat Aug 15 19:20:30 2020 +0200
Consider encoding when re-setting language
---
src/Paragraph.cpp |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/Paragraph.cpp b/src/Paragraph.c
commit d31e8294620d66f6ebdd48bd6f1f8da9380e59d7
Author: Juergen Spitzmueller
Date: Sat Aug 15 19:21:01 2020 +0200
typo
---
lib/doc/de/UserGuide.lyx |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/doc/de/UserGuide.lyx b/lib/doc/de/UserGuide.lyx
index b9372d6..e
commit a8094051c1ae9c546c76bb0d3300d83e6cdbadef
Author: José Matos
Date: Sat Aug 15 17:49:23 2020 +0100
Consider file encoding for modules in reconfigure
If the modules are not in utf8 then we warn and skip that file
like it happens for layout files.
It would be nice i
commit 5a212823d7bf103b59be0c79f72448a718186494
Author: José Matos
Date: Sat Aug 15 16:36:34 2020 +0100
Trim endline whitespace
---
lib/configure.py |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/configure.py b/lib/configure.py
index cea9bdc..b638f93 100644
commit 3c5c41ddc2d4a4f30d5ad27ea3dcd679b7a4db24
Author: Juergen Spitzmueller
Date: Sat Aug 15 16:46:18 2020 +0200
Only exclude ERT from language switch doing
---
src/Paragraph.cpp |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Paragraph.cpp b/src/Paragraph.cp
commit cba24bb642606bbb8c890b21e799d9f225ad9a3d
Author: Juergen Spitzmueller
Date: Sat Aug 15 16:06:56 2020 +0200
Fix deprecation warning
---
src/frontends/qt/GuiAbout.cpp | 23 +++
1 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/src/frontends/qt/GuiAb
commit 5490e7545b1207e207f05d7c692f02cf4cd1ffe8
Author: Juergen Spitzmueller
Date: Sat Aug 15 16:07:12 2020 +0200
Polish About dialog
(this might need adaptation with HiDPI)
---
src/frontends/qt/GuiAbout.cpp | 19 --
src/frontends/qt/ui/AboutUi.ui | 123 +++
commit 0d5020661036c379d044e08c3625fce35c1ccce4
Author: Kornel Benko
Date: Sat Aug 15 15:57:02 2020 +0200
Cmake tests: Correct an entry (file name has changed)
---
development/autotests/ignoredTests |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/autot
commit fb2077df118bbb0ff32f81d80150dd068efb2f3a
Author: Juergen Spitzmueller
Date: Sat Aug 15 15:21:19 2020 +0200
Revert "Fix a lang edgecase"
This reverts commit dc4b11b0e92e364eedd91c081df0959839a8.
---
src/Paragraph.cpp | 10 ++
1 files changed, 2 insertions(+), 8
commit 1c3ccc0ac22802bf5fccf35b4289fd90f317012a
Author: Juergen Spitzmueller
Date: Sat Aug 15 15:32:15 2020 +0200
Revert "Move some tests upstream, since we'll need it there"
This reverts commit 0a44c1687e11d7943517ae36ee413c4a7568714d.
---
src/Paragraph.cpp | 43 +++
commit e33017a78dc01bf3d6bb45ac4550dd77df7829a6
Author: Kornel Benko
Date: Sat Aug 15 14:47:37 2020 +0200
Cmake tests: Adapt to new testcase
---
development/autotests/ignoredTests |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/development/autotests/ignoredTests
b
commit 6fd566fbec6494adf144cf43912666982982560e
Author: Juergen Spitzmueller
Date: Sat Aug 15 13:18:19 2020 +0200
Flag placeholder string nontranslatable
This is just wasted efforts for the translators, as this string never
appears in the GUI.
---
src/frontends/qt/ui/AboutUi.u
commit ed28996f4230415e2249a6c8f52fc30d47056543
Author: Juergen Spitzmueller
Date: Sat Aug 15 13:15:12 2020 +0200
de.po
---
po/de.po | 265 +-
1 files changed, 142 insertions(+), 123 deletions(-)
diff --git a/po/de.po b/po/de.po
commit dc4b11b0e92e364eedd91c081df0959839a8
Author: Juergen Spitzmueller
Date: Sat Aug 15 12:28:38 2020 +0200
Fix a lang edgecase
---
src/Paragraph.cpp | 10 --
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index e81eb2f.
commit 0a44c1687e11d7943517ae36ee413c4a7568714d
Author: Juergen Spitzmueller
Date: Sat Aug 15 12:26:07 2020 +0200
Move some tests upstream, since we'll need it there
---
src/Paragraph.cpp | 49 +++--
1 files changed, 31 insertions(+), 18 deleti
commit 0a2fce358d70ec062042b9845db3f86b4f7df2aa
Author: Juergen Spitzmueller
Date: Sat Aug 15 12:27:58 2020 +0200
Do not attempt to use switches around PassThur insets.
This is bound to break with ERT snippets f. ex.
---
src/Paragraph.cpp | 22 +++---
1 files cha
commit 6bcdea2b2d6bdd80367c8db2538bd0cb3ec880dc
Author: Kornel Benko
Date: Sat Aug 15 12:22:33 2020 +0200
Cmake tests: Add a testcase
---
autotests/export/latex/languages/latinErt.lyx | 159 +
1 files changed, 159 insertions(+), 0 deletions(-)
diff --git a/autotes
commit 80e9f7f426ae5f66c12251a8c6c6ba8a434ecaae
Author: Juergen Spitzmueller
Date: Sat Aug 15 09:52:35 2020 +0200
Fixup Apa7 template
---
lib/Makefile.am|1 +
...n_Psychological_Association_%28APA%29,_v._7.lyx | 1337 +---
lib/templat
commit 469bc1bbe4f3cd93de1f147629ee497605ff9376
Author: Juergen Spitzmueller
Date: Sat Aug 15 09:26:51 2020 +0200
Revert apparent accident introduced in fed71fa8c2
---
src/insets/InsetCitation.cpp |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/insets/InsetCit
commit 028593b979a70aa40ef689b17321c5f2cbd9c416
Author: Juergen Spitzmueller
Date: Sat Aug 15 08:14:17 2020 +0200
Maintain plain layout for separating paragraphs when switching layouts
(#11936)
(cherry picked from commit 89d9334e03c311a4a7585f40ad81880304d174d4)
---
src/Text2.cpp
commit 65c8e70588e7bbc22e0f07af2c6d9a53e9c14b93
Author: Juergen Spitzmueller
Date: Sat Aug 15 08:35:26 2020 +0200
Amend 89d9334e03
This needs to be default layout, not plain layout
(cherry picked from commit ea122aa8fa2381cac9858fc9dfe71062acb7218e)
---
src/Text2.cpp |
24 matches
Mail list logo