[LyX/master] Use only one file for dummy implementations

2016-08-19 Thread Enrico Forestieri
commit 589f49ff366f88e3f3be9424397d9d99ebf44dfe Author: Enrico Forestieri Date: Sat Aug 20 00:41:04 2016 +0200 Use only one file for dummy implementations --- src/Makefile.am | 16 src/support/tests/dummy_functions.cpp | 20 +-- src/tests/CMakeLis

[LyX/master] Update sk.po

2016-08-19 Thread Kornel Benko
commit ab6c36fcae5db7ad84b24bac0e87ed20d53e6435 Author: Kornel Benko Date: Fri Aug 19 22:54:17 2016 +0200 Update sk.po --- po/sk.gmo | Bin 483841 -> 484534 bytes po/sk.po | 169 - 2 files changed, 145 insertions(+), 24 deletio

[LyX/master] Add missing entries in syntax.default

2016-08-19 Thread Jean-Marc Lasgouttes
commit 6de6aad4cdb7c4b11255cba15773e589d2bc69cb Author: Jean-Marc Lasgouttes Date: Fri Aug 19 16:02:36 2016 +0200 Add missing entries in syntax.default These are: \cellcolor, columncolor and rowcolor Fix \rotatebox Remove ",," in argument of color command, this is

[LyX/master] Remove horizontal spacing around previews

2016-08-19 Thread Jean-Marc Lasgouttes
commit 4ddad2f6cdefcfdd873ae3d4cea8b272495f9aba Author: Jean-Marc Lasgouttes Date: Thu Jul 21 20:16:27 2016 +0200 Remove horizontal spacing around previews This concerns the preview version of InsetPreview and InsetIPA. Fixes bug #10304. --- src/insets/InsetIPA.cpp |

[LyX/master] Simplify menus when there is only one caption type

2016-08-19 Thread Jean-Marc Lasgouttes
commit e7a33cacf171ee41609d6fe31e19eff6df1691bf Author: Jean-Marc Lasgouttes Date: Fri Aug 19 14:01:00 2016 +0200 Simplify menus when there is only one caption type This removes the submenu indirection in Insert and the type changer in contextual menu. Interestingly, the code w

[LyX/master] Cmake build: Add verbose variable to some dummy_functions.cpp

2016-08-19 Thread Kornel Benko
commit 3c9d5d3cda72f15d8da456802f92241ac93c8376 Author: Kornel Benko Date: Fri Aug 19 11:15:10 2016 +0200 Cmake build: Add verbose variable to some dummy_functions.cpp --- src/support/tests/dummy_functions.cpp |6 ++ src/tests/dummy_functions.cpp |5 + 2 files chang