[LyX/master] Update sk.po

2018-05-07 Thread Kornel Benko
commit 298455228a8a8777f9037eccb7ba4d62592d2aee Author: Kornel Benko Date: Tue May 8 08:42:36 2018 +0200 Update sk.po --- po/sk.po | 133 - 1 files changed, 87 insertions(+), 46 deletions(-) diff --git a/po/sk.po b/po/sk.po inde

[LyX/master] Correct German translation

2018-05-07 Thread Juergen Spitzmueller
commit e17498d90cf31bb4c6ffa396f25f7ef7aabd7ea2 Author: Juergen Spitzmueller Date: Tue May 8 08:36:47 2018 +0200 Correct German translation "Benutzerdefiniert" means "user defined", which is not what "custom" means here (custom insets/text styles are usually not user defined,

[LyX/2.3.x] Fix problem noted by Scott in bug #11125.

2018-05-07 Thread Richard Kimberly Heck
commit 69ab4d17c884965f032af7c6c48c1bc4d6279fa0 Author: Richard Kimberly Heck Date: Tue May 8 02:07:47 2018 -0400 Fix problem noted by Scott in bug #11125. Need to set the Buffers for math insets, too. (cherry picked from commit 81abfdc13d2fd2f652aaed5291074526fa5bbecf) --

[LyX/master] Fix problem noted by Scott in bug #11125.

2018-05-07 Thread Richard Kimberly Heck
commit 81abfdc13d2fd2f652aaed5291074526fa5bbecf Author: Richard Kimberly Heck Date: Tue May 8 02:07:47 2018 -0400 Fix problem noted by Scott in bug #11125. Need to set the Buffers for math insets, too. --- src/Undo.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) di

[LyX/master] de.po: update

2018-05-07 Thread Juergen Spitzmueller
commit 9e1607d15a0fe5d1298d3a4705db1a79df186876 Author: Juergen Spitzmueller Date: Tue May 8 07:57:00 2018 +0200 de.po: update po/de.gmo | Bin 544673 -> 544861 bytes po/de.po | 740 +++-- 2 files changed, 381 insertions(+), 359 d

[LyX/master] Separate Text Styles and Text Properties

2018-05-07 Thread Juergen Spitzmueller
commit 3313e7d0abc5dd74c3d2e399a53fba0823261f3e Author: Juergen Spitzmueller Date: Tue May 8 07:46:53 2018 +0200 Separate Text Styles and Text Properties --- lib/doc/UserGuide.lyx | 352 +++ lib/doc/de/UserGuide.lyx | 151 +--

[LyX/master] Improved oxygen icons for dynamic menus

2018-05-07 Thread Juergen Spitzmueller
commit 96acb9c3cc25e1a21d430b68ae2dd16642933361 Author: Juergen Spitzmueller Date: Mon May 7 18:42:35 2018 +0200 Improved oxygen icons for dynamic menus --- lib/images/oxygen/dynamic-char-styles.svgz | Bin 9105 -> 12303 bytes lib/images/oxygen/dynamic-custom-insets.svgz | Bin 2272 ->

Re: [LyX/master] New icons for dynamic inset and charstyle menus.

2018-05-07 Thread Richard Kimberly Heck
On 05/07/2018 09:12 AM, Jürgen Spitzmüller wrote: > 2018-05-07 14:47 GMT+02:00 Enrico Forestieri >: > > Jürgen, I think Riki explicitly asked for better icons and, given that > you selected the oxygen set, I would say you are entitled to commit if > you think the

[LyX/master] Update it.po

2018-05-07 Thread Enrico Forestieri
commit 139c15056828894b34e169ba7d54db33cc1e15b8 Author: Enrico Forestieri Date: Mon May 7 15:36:50 2018 +0200 Update it.po po/it.gmo | Bin 533459 -> 534229 bytes po/it.po | 3411 +++-- 2 files changed, 1745 insertions(+), 1666 del

Re: [LyX/master] New icons for dynamic inset and charstyle menus.

2018-05-07 Thread Jürgen Spitzmüller
2018-05-07 14:47 GMT+02:00 Enrico Forestieri : > Jürgen, I think Riki explicitly asked for better icons and, given that > you selected the oxygen set, I would say you are entitled to commit if > you think the proposed icons are better. > Thanks, Enrico, I prefer to hear Riki's vote first, though,

[LyX/master] de.po

2018-05-07 Thread Juergen Spitzmueller
commit 27aecaab0cc83964023729c057879121162025ce Author: Juergen Spitzmueller Date: Mon May 7 14:48:32 2018 +0200 de.po --- po/de.gmo | Bin 544636 -> 544673 bytes po/de.po | 98 +++- 2 files changed, 51 insertions(+), 47 deletions

Re: [LyX/master] New icons for dynamic inset and charstyle menus.

2018-05-07 Thread Enrico Forestieri
On Mon, May 07, 2018 at 12:46:05PM +0200, Jürgen Spitzmüller wrote: > 2018-05-07 11:58 GMT+02:00 Enrico Forestieri : > > > commit dc0b21525b0b7b249e4332bd9f82e066310dae8c > > Author: Enrico Forestieri > > Date: Mon May 7 11:55:47 2018 +0200 > > > > New icons for dynamic inset and charstyle

[LyX/master] Add missing handling of entry 'Dynamicmenu' to po/lyx_pot.py

2018-05-07 Thread Kornel Benko
commit a7c1d955c27695d00aadc5eaf4140c3d9bbdaefa Author: Kornel Benko Date: Mon May 7 13:43:48 2018 +0200 Add missing handling of entry 'Dynamicmenu' to po/lyx_pot.py --- po/lyx_pot.py |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/po/lyx_pot.py b/po/lyx_pot.py i

[LyX/master] Cmake build: Recreate .pot files also if po/lyx_pot.py changes.

2018-05-07 Thread Kornel Benko
commit 1d11333c4653ca699bd26a6c32a4f55fc5a7893e Author: Kornel Benko Date: Mon May 7 13:29:57 2018 +0200 Cmake build: Recreate .pot files also if po/lyx_pot.py changes. --- po/CMakeLists.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/CMakeLists.txt b/po/

Re: [LyX/master] New icons for dynamic inset and charstyle menus.

2018-05-07 Thread Jürgen Spitzmüller
2018-05-07 11:58 GMT+02:00 Enrico Forestieri : > commit dc0b21525b0b7b249e4332bd9f82e066310dae8c > Author: Enrico Forestieri > Date: Mon May 7 11:55:47 2018 +0200 > > New icons for dynamic inset and charstyle menus. > > These icons are more in line with the default theme, IMHO. > In li

[LyX/master] New icons for dynamic inset and charstyle menus.

2018-05-07 Thread Enrico Forestieri
commit dc0b21525b0b7b249e4332bd9f82e066310dae8c Author: Enrico Forestieri Date: Mon May 7 11:55:47 2018 +0200 New icons for dynamic inset and charstyle menus. These icons are more in line with the default theme, IMHO. --- lib/images/dynamic-char-styles.svgz | Bin 35286 -> 2190

[LyX/master] Update fr.po

2018-05-07 Thread jpc
commit a9f8d7463d31ab79acca5dd2d29f9cc609996d76 Author: jpc Date: Mon May 7 11:52:52 2018 +0200 Update fr.po po/fr.gmo | Bin 546677 -> 546868 bytes po/fr.po | 2607 +++-- 2 files changed, 1308 insertions(+), 1299 deletions(-

[LyX/master] Fix cutnpaste error

2018-05-07 Thread Juergen Spitzmueller
commit 5b352e6e8e31b8420c29c11ed6c007af41a3525a Author: Juergen Spitzmueller Date: Mon May 7 10:15:23 2018 +0200 Fix cutnpaste error --- src/FontInfo.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/FontInfo.cpp b/src/FontInfo.cpp index 1d69d2b..983499d 100

[LyX/master] Document nospellcheck

2018-05-07 Thread Juergen Spitzmueller
commit de8302523bf8f1e189eea53f06bf17a9dd264c6e Author: Juergen Spitzmueller Date: Mon May 7 09:28:55 2018 +0200 Document nospellcheck --- lib/doc/UserGuide.lyx| 11 +++ lib/doc/de/UserGuide.lyx | 12 +++- 2 files changed, 22 insertions(+), 1 deletions(-) diff --gi

[LyX/master] de.po: update

2018-05-07 Thread Juergen Spitzmueller
commit 8444f43935b7f4d484a268f767eff4baba7a80d3 Author: Juergen Spitzmueller Date: Mon May 7 09:27:08 2018 +0200 de.po: update po/de.gmo | Bin 544464 -> 544636 bytes po/de.po | 2609 +++-- 2 files changed, 1309 insertions(+), 1300

[LyX/master] Update sk.po

2018-05-07 Thread Kornel Benko
commit dd5097b469f0429b6f3488b42aaa1988971d5ff5 Author: Kornel Benko Date: Mon May 7 09:19:34 2018 +0200 Update sk.po --- po/sk.po | 24 ++-- 1 files changed, 10 insertions(+), 14 deletions(-) diff --git a/po/sk.po b/po/sk.po index 1e35e15..f669ce9 100644 --- a/po/sk

[LyX/master] Update fr.po (last step after character style review)

2018-05-07 Thread jpc
commit 8ead16599ac2154e52a1591f9ef8b82c01ac131b Author: jpc Date: Mon May 7 09:19:18 2018 +0200 Update fr.po (last step after character style review) --- po/fr.gmo | Bin 546191 -> 546677 bytes po/fr.po | 423 +++-- 2 files cha

[LyX/master] UserGuide: Reset > Default

2018-05-07 Thread Juergen Spitzmueller
commit 653bbd27fe6b7e821158348b44ccdd786af66903 Author: Juergen Spitzmueller Date: Mon May 7 09:14:55 2018 +0200 UserGuide: Reset > Default --- lib/doc/UserGuide.lyx| 20 +++- lib/doc/de/UserGuide.lyx |8 ++-- 2 files changed, 17 insertions(+), 11 deletions(-)

[LyX/master] GuiCharacter: Reset > Default

2018-05-07 Thread Juergen Spitzmueller
commit 3825b25aeda4c7bfd1a7e2c1fe1380c016473916 Author: Juergen Spitzmueller Date: Mon May 7 09:03:45 2018 +0200 GuiCharacter: Reset > Default --- src/frontends/qt4/GuiCharacter.cpp | 19 +-- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/frontends/qt