commit 7be8307768e34fd42b76c249a582c0a6b0e95e3e
Author: Juergen Spitzmueller
Date: Thu Mar 21 09:13:09 2019 +0100
GuiLyXFiles: rework language selector
Now only the languages available for the selected file are displayed.
By default, LyX pre-selects the GUI language (and falls
commit 5d30f790dd0bb01249641f3f45b4871e90bda0a1
Author: Jean-Marc Lasgouttes
Date: Thu Mar 21 10:28:16 2019 +0100
Compilation fix
For some reason I need this (maybe a Qt4/5 discrepancy).
---
src/frontends/qt4/GuiLyXFiles.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-
commit c2732a30f9e09208cb1010ae42d8e56ee80f2a78
Author: Jean-Marc Lasgouttes
Date: Thu Mar 21 11:27:51 2019 +0100
Mark inserted/deleted end of paragraph using pilcrow
Instead of the weird corner line, display a pilcrow sign (even when
disabled in prefs) to mark inserted/deleted
commit f94cdf6e1c6cd0ca9f4debb109f99e818fff68d9
Author: Jean-Marc Lasgouttes
Date: Tue Sep 11 16:45:48 2018 +0200
Place the depth bar correctly in full screen mode
In full screen mode, it is possible to restrict the text width. In
this case, the paint bar should not be painted
commit ebc7105c36294ac6919c476ef74250f5b8b69461
Author: Kornel Benko
Date: Thu Mar 21 12:53:41 2019 +0100
FindAdv: Cosmetics
Remove parentheses from return statements,
add '_' to private members
---
src/lyxfind.cpp | 332 +++---
commit cd9f52da892631e42d7c0b583b03dbce324a7427
Author: Juergen Spitzmueller
Date: Thu Mar 21 14:18:03 2019 +0100
GuiLyXFiles: fix icons and tooltips
---
src/frontends/qt4/GuiLyXFiles.cpp | 36 +++-
src/frontends/qt4/GuiLyXFiles.h |2 +-
2 files chan
commit 7f39be86646255711473c7f7d6ab7810b750f667
Author: Juergen Spitzmueller
Date: Thu Mar 21 13:40:11 2019 +0100
GuiLyXFiles: prefill language combo
---
src/frontends/qt4/GuiLyXFiles.cpp | 25 +
src/frontends/qt4/GuiLyXFiles.h |2 ++
2 files changed, 23 ins
commit 601244ba92c3975f6915455943d49c621d9487fb
Author: Jean-Marc Lasgouttes
Date: Thu Mar 21 14:05:50 2019 +0100
Use HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG
It seems that the extra complication hurts more than it helps (for
example with OpenBSD).
Some adaptati
commit bd16aac3660e30b90aceb725a3222dedb3eaad3e
Author: Kornel Benko
Date: Thu Mar 21 14:30:03 2019 +0100
Update sk.po
---
po/sk.po | 35 +--
1 files changed, 25 insertions(+), 10 deletions(-)
diff --git a/po/sk.po b/po/sk.po
index 6e052e1..117b3d0 100644
commit 4b2cce9e0fa195fb708f62bc22de50db5fe35238
Author: Juergen Spitzmueller
Date: Thu Mar 21 14:39:33 2019 +0100
Consider files only in lang subtrees
---
src/frontends/qt4/GuiLyXFiles.cpp | 21 +
1 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/src/fro
commit afccaae48a88576645ba65c983e26e86c5969a79
Author: Kornel Benko
Date: Thu Mar 21 15:17:24 2019 +0100
Amend 601244ba92: Use HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG
Cmake changes
---
development/cmake/configCompiler.h.cmake |6 +++---
1 files changed, 3 insertions(+
Le 21/03/2019 à 15:13, Kornel Benko a écrit :
commit afccaae48a88576645ba65c983e26e86c5969a79
Author: Kornel Benko
Date: Thu Mar 21 15:17:24 2019 +0100
Amend 601244ba92: Use HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG
Cmake changes
#ifdef HAVE_LONG_LONG
#ifdef SIZEO
commit 4da338e5505f997564f8854fa5df1bd8ce0058ca
Author: Kornel Benko
Date: Thu Mar 21 16:12:02 2019 +0100
CMake build: Rename HAVE_LONG_LONG to HAVE_LONG_LONG_INT
---
development/cmake/ConfigureChecks.cmake |2 +-
development/cmake/configCompiler.h.cmake |8 +---
2 files chang
Am Donnerstag, 21. März 2019 15:35:57 CET schrieb Jean-Marc Lasgouttes
:
> Le 21/03/2019 à 15:13, Kornel Benko a écrit :
> > commit afccaae48a88576645ba65c983e26e86c5969a79
> > Author: Kornel Benko
> > Date: Thu Mar 21 15:17:24 2019 +0100
> >
> > Amend 601244ba92: Use HAVE_LONG_LONG_INT i
commit ecd0b57f6f330cc3d9f368ac92f20814efe4b351
Author: Günter Milde
Date: Thu Mar 21 17:41:14 2019 +0100
Amend d3ec77c6338: adapt ctest tag files.
Update the regular expressions for inversion and tagging of tests
to use the new paths for examples and templates.
---
developmen
commit 0b7e51033cc1fc169bba138041a708878a76f8a4
Author: Günter Milde
Date: Thu Mar 21 17:39:51 2019 +0100
Kluwer example fails with Polyglossia.
---
lib/templates/Articles/Kluwer.lyx |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/templates/Articles/Kluwer
commit e0879b14602c0aff25ba951f6aa1277e4a94f988
Author: Jean-Marc Lasgouttes
Date: Wed Mar 20 10:56:16 2019 +0100
Cache the value of GuiFontMetrics::lbearing().
This seems to be necessary on windows, where math editing can get very
slow. Note that other methods like rbearing al
commit e170051909b82b518d07c23336c8880d9f85c883
Author: Jean-Marc Lasgouttes
Date: Thu Mar 21 18:45:28 2019 +0100
typo
---
src/frontends/qt4/GuiFontMetrics.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt4/GuiFontMetrics.h
b/src/frontends/qt4/Gu
commit 7403fd2f883dfc9b043b6285688f6014213c8ab3
Author: Juergen Spitzmueller
Date: Thu Mar 21 19:23:33 2019 +0100
Replace Type combo, which was considered irritating, with a Type filter
The new one allows to display only user or system files.
---
src/frontends/qt4/GuiLyXFiles.cpp
commit 9a473a4954efcab1c7dec0cb427580885f3887a5
Author: Juergen Spitzmueller
Date: Thu Mar 21 19:31:46 2019 +0100
Fix header case
---
src/frontends/qt4/GuiLyXFiles.cpp |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt4/GuiLyXFiles.cpp
b/src/fronten
commit aca0abc7b035d2c6f59d503b00205dc014938e1e
Author: Uwe Stöhr
Date: Fri Mar 22 01:06:56 2019 +0100
installer: remove unsupported TeX distributions
MiKTeX 2.8 and TeXLive 2014 are since a while not supported
---
.../Win32/packaging/installer/include/LaTeX.nsh| 19
commit 3aaa6078fd6a16dbb2f023c182468fa44fc4f2ec
Author: Uwe Stöhr
Date: Fri Mar 22 01:18:04 2019 +0100
installer: fix a display issue
a path in the uninstaller was not visible because of missing line breaks
---
.../Win32/packaging/installer/lang/arabic.nsh |4 +++-
.../Wi
commit a96bf1ae89d622d6991b7a2ae0e6645d71df2e56
Author: Uwe Stöhr
Date: Fri Mar 22 01:19:48 2019 +0100
installer: re-sync with master
backport all recent fixes from master
---
.../packaging/installer/DictionaryMirrors.txt | 24 +
.../installer/HunspellDictionaryName
23 matches
Mail list logo