[LyX/master] Some more oxygen svg icon fixes

2015-03-13 Thread Juergen Spitzmueller
commit fae8983b258c2a71daf3fa96924b3d49604223ab Author: Juergen Spitzmueller Date: Fri Mar 13 22:26:08 2015 +0100 Some more oxygen svg icon fixes With this, all console errors when loading the oxygen set should be resolved diff --git a/lib/images/oxygen/buffer-new.svgz b/lib/imag

[LyX/master] Fix rendering issue in oxygen tabular-feature_delete-column icon

2015-03-13 Thread Juergen Spitzmueller
commit 6d97b9a86e91853b08dd3793be8fec49b167456d Author: Juergen Spitzmueller Date: Fri Mar 13 20:23:16 2015 +0100 Fix rendering issue in oxygen tabular-feature_delete-column icon diff --git a/lib/images/oxygen/tabular-feature_delete-column.svgz b/lib/images/oxygen/tabular-feature_delete-c

[LyX/master] Fix rendering issue in oxygen promote icon

2015-03-13 Thread Juergen Spitzmueller
commit 3255491366b1554d8f41d44ba202e4899db492ff Author: Juergen Spitzmueller Date: Fri Mar 13 19:40:09 2015 +0100 Fix rendering issue in oxygen promote icon diff --git a/lib/images/oxygen/promote.svgz b/lib/images/oxygen/promote.svgz index 921baae..876f14d 100644 Binary files a/lib/images/

[LyX/master] Changed ti utf-8 encoding, otherwise python3 chokes on undecodable 0xfc character

2015-03-13 Thread Kornel Benko
commit 7683f6f55fd6afb5dea354ec379ae36efd681bca Author: Kornel Benko Date: Fri Mar 13 19:19:06 2015 +0100 Changed ti utf-8 encoding, otherwise python3 chokes on undecodable 0xfc character diff --git a/lib/layouts/a0poster.layout b/lib/layouts/a0poster.layout index e56cb14..2f78a69 100644

[LyX/master] Fix rendering issue in oxygen xref icon

2015-03-13 Thread Juergen Spitzmueller
commit 3d65c5cac8aae07d2b11ce8b34263f534e414e29 Author: Juergen Spitzmueller Date: Fri Mar 13 19:04:12 2015 +0100 Fix rendering issue in oxygen xref icon diff --git a/lib/images/oxygen/dialog-show-new-inset_ref.svgz b/lib/images/oxygen/dialog-show-new-inset_ref.svgz index 9552a1c..7a34530

[LyX/master] Fix rendering glitch in oxygen thesaurus svg icon

2015-03-13 Thread Juergen Spitzmueller
commit f20dac7fbea1633cdc46d7c61083fa22e4626a5b Author: Juergen Spitzmueller Date: Fri Mar 13 18:39:55 2015 +0100 Fix rendering glitch in oxygen thesaurus svg icon diff --git a/lib/images/oxygen/thesaurus-entry.svgz b/lib/images/oxygen/thesaurus-entry.svgz index afd9ede..a347184 100644 Bi

[LyX/master] Fix stmaryrd operators with limits (bug 9458)

2015-03-13 Thread Georg Baum
commit 5ee6172b7b203a5fd019b55e7f71b454be763139 Author: Georg Baum Date: Fri Mar 13 18:34:39 2015 +0100 Fix stmaryrd operators with limits (bug 9458) LyX did not display the limits of the big math operators defined by stmaryrd.sty correctly. The reason for this was a missing ch

[LyX/master] Make sure that a generated temporary filename doesn't end with a dot.

2015-03-13 Thread Enrico Forestieri
commit ee6583ff94497c290898444da5ce3853b89e937d Author: Enrico Forestieri Date: Fri Mar 13 18:12:08 2015 +0100 Make sure that a generated temporary filename doesn't end with a dot. This may happen if the extension is empty, and a filename ending with a dot may give troubles on

[LyX/master] Make sure an unzipped file has correct extension.

2015-03-13 Thread Enrico Forestieri
commit c057d4e7ee7a64954d0be7ddb544e175de6a904e Author: Enrico Forestieri Date: Fri Mar 13 17:24:09 2015 +0100 Make sure an unzipped file has correct extension. If a mask is missing, the TempFile class appends it to the filename. This may be a problem with applications relying

[LyX/master] Cmake build: QtGui now needed also for filetools.cpp

2015-03-13 Thread Kornel Benko
commit d9c867da19db0bc84abf55df04fd7e4565c7715b Author: Kornel Benko Date: Fri Mar 13 14:22:12 2015 +0100 Cmake build: QtGui now needed also for filetools.cpp diff --git a/src/support/CMakeLists.txt b/src/support/CMakeLists.txt index 42a9134..0091329 100644 --- a/src/support/CMakeLists.txt