[LyX/master] Oxygen svg: transform more text to paths

2015-03-15 Thread Juergen Spitzmueller
commit c0ce194299d21d72b368bd557e7d58d85e8bbf2b Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Mar 15 09:02:56 2015 +0100 Oxygen svg: transform more text to paths diff --git a/lib/images/oxygen/buffer-export_dvi3.svgz b/lib/images/oxygen/buffer-export_dvi3.svgz index

[LyX/master] Improve code readability

2015-03-15 Thread Georg Baum
commit 73c3f3e2fd340265ef9e896c959c7c1efbe52663 Author: Georg Baum b...@lyx.org Date: Sun Mar 15 13:57:45 2015 +0100 Improve code readability Using a small helper struct instead of a std::pair makes things like it-second.first a little less confusing: it-second.scope. diff

[LyX/master] Add missing check

2015-03-15 Thread Georg Baum
commit 5bb7857bb2d50c4e1cc0ca10e66ff32236acf900 Author: Georg Baum b...@lyx.org Date: Sun Mar 15 13:56:48 2015 +0100 Add missing check The other insert method has this as well, and it is indeed a problem is pos points outside the vector. diff --git a/src/mathed/MathData.cpp

[LyX/master] Better oxygen citation icon

2015-03-15 Thread Juergen Spitzmueller
commit 048b5fcb674c8c26e9e7979b9e2b03bd8087542d Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Mar 15 09:12:17 2015 +0100 Better oxygen citation icon diff --git a/lib/images/oxygen/dialog-show-new-inset_citation.svgz b/lib/images/oxygen/dialog-show-new-inset_citation.svgz index

[LyX/master] Allow to disable inputenc loading via 'Provides inputenc 1'

2015-03-15 Thread Juergen Spitzmueller
commit d15388ba989b2f7ca3478d429c9a74fe2ff510b5 Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Mar 15 10:29:07 2015 +0100 Allow to disable inputenc loading via 'Provides inputenc 1' diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 47c65ce..403da2f 100644 ---

[LyX/master] Set the logic straight

2015-03-15 Thread Juergen Spitzmueller
commit d9626ec6af6b1fcf46cf92e5835fc38201a03ff1 Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Mar 15 10:38:37 2015 +0100 Set the logic straight diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 403da2f..978bc50 100644 --- a/src/BufferParams.cpp +++

[LyX/master] Use QLocale::toDouble instead of QString::toDouble in the length validator

2015-03-15 Thread Juergen Spitzmueller
commit 187c5f0ef593dda3ffad93afcab0142b2909f988 Author: Juergen Spitzmueller sp...@lyx.org Date: Sun Mar 15 11:48:36 2015 +0100 Use QLocale::toDouble instead of QString::toDouble in the length validator Fixes: #9214 diff --git a/src/frontends/qt4/Validator.cpp

[LyX/master] Document the drawing of logos

2015-03-15 Thread Jean-Marc
commit 1f36fa6d567834bd67e5612b6c67f81d10c11ef1 Author: Jean-Marc lasgout...@lyx.org Date: Sun Mar 15 18:21:01 2015 +0100 Document the drawing of logos Also fix a couple of spacings. diff --git a/src/insets/InsetSpecialChar.cpp b/src/insets/InsetSpecialChar.cpp index

[LyX/master] make build: Make it compilable for Qt4 too.

2015-03-15 Thread Kornel Benko
commit fcf8d1a74662295b99f11ef4ee09cbddc13eaf34 Author: Kornel Benko kor...@lyx.org Date: Sun Mar 15 20:12:55 2015 +0100 make build: Make it compilable for Qt4 too. diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 9f8faff..3f11f03 100644 --- a/src/tests/CMakeLists.txt

[LyX/master] Fix bug #9453

2015-03-15 Thread Enrico Forestieri
commit 0a5e1f20fc807535dd83ddc52d65a22548e478e8 Author: Enrico Forestieri for...@lyx.org Date: Mon Mar 16 00:34:35 2015 +0100 Fix bug #9453 This was due to a problem with the QProcess parser. See #9453 for details. diff --git a/src/support/filetools.cpp

[LyX/master] Oxygen svg: transform more text to paths

2015-03-15 Thread Juergen Spitzmueller
commit c0ce194299d21d72b368bd557e7d58d85e8bbf2b Author: Juergen Spitzmueller Date: Sun Mar 15 09:02:56 2015 +0100 Oxygen svg: transform more text to paths diff --git a/lib/images/oxygen/buffer-export_dvi3.svgz b/lib/images/oxygen/buffer-export_dvi3.svgz index

[LyX/master] Better oxygen citation icon

2015-03-15 Thread Juergen Spitzmueller
commit 048b5fcb674c8c26e9e7979b9e2b03bd8087542d Author: Juergen Spitzmueller Date: Sun Mar 15 09:12:17 2015 +0100 Better oxygen citation icon diff --git a/lib/images/oxygen/dialog-show-new-inset_citation.svgz b/lib/images/oxygen/dialog-show-new-inset_citation.svgz index

[LyX/master] Allow to disable inputenc loading via 'Provides inputenc 1'

2015-03-15 Thread Juergen Spitzmueller
commit d15388ba989b2f7ca3478d429c9a74fe2ff510b5 Author: Juergen Spitzmueller Date: Sun Mar 15 10:29:07 2015 +0100 Allow to disable inputenc loading via 'Provides inputenc 1' diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 47c65ce..403da2f 100644 ---

[LyX/master] Set the logic straight

2015-03-15 Thread Juergen Spitzmueller
commit d9626ec6af6b1fcf46cf92e5835fc38201a03ff1 Author: Juergen Spitzmueller Date: Sun Mar 15 10:38:37 2015 +0100 Set the logic straight diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 403da2f..978bc50 100644 --- a/src/BufferParams.cpp +++

[LyX/master] Use QLocale::toDouble instead of QString::toDouble in the length validator

2015-03-15 Thread Juergen Spitzmueller
commit 187c5f0ef593dda3ffad93afcab0142b2909f988 Author: Juergen Spitzmueller Date: Sun Mar 15 11:48:36 2015 +0100 Use QLocale::toDouble instead of QString::toDouble in the length validator Fixes: #9214 diff --git a/src/frontends/qt4/Validator.cpp

[LyX/master] Add missing check

2015-03-15 Thread Georg Baum
commit 5bb7857bb2d50c4e1cc0ca10e66ff32236acf900 Author: Georg Baum Date: Sun Mar 15 13:56:48 2015 +0100 Add missing check The other insert method has this as well, and it is indeed a problem is pos points outside the vector. diff --git a/src/mathed/MathData.cpp

[LyX/master] Improve code readability

2015-03-15 Thread Georg Baum
commit 73c3f3e2fd340265ef9e896c959c7c1efbe52663 Author: Georg Baum Date: Sun Mar 15 13:57:45 2015 +0100 Improve code readability Using a small helper struct instead of a std::pair makes things like it->second.first a little less confusing: it->second.scope. diff

[LyX/master] Document the drawing of logos

2015-03-15 Thread Jean-Marc
commit 1f36fa6d567834bd67e5612b6c67f81d10c11ef1 Author: Jean-Marc Date: Sun Mar 15 18:21:01 2015 +0100 Document the drawing of logos Also fix a couple of spacings. diff --git a/src/insets/InsetSpecialChar.cpp b/src/insets/InsetSpecialChar.cpp index

[LyX/master] make build: Make it compilable for Qt4 too.

2015-03-15 Thread Kornel Benko
commit fcf8d1a74662295b99f11ef4ee09cbddc13eaf34 Author: Kornel Benko Date: Sun Mar 15 20:12:55 2015 +0100 make build: Make it compilable for Qt4 too. diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 9f8faff..3f11f03 100644 ---

[LyX/master] Fix bug #9453

2015-03-15 Thread Enrico Forestieri
commit 0a5e1f20fc807535dd83ddc52d65a22548e478e8 Author: Enrico Forestieri Date: Mon Mar 16 00:34:35 2015 +0100 Fix bug #9453 This was due to a problem with the QProcess parser. See #9453 for details. diff --git a/src/support/filetools.cpp