[LyX/master] Add comment

2015-05-28 Thread Juergen Spitzmueller
commit abefdcaf309554ae9ea506affcb84e6c0219128c Author: Juergen Spitzmueller sp...@lyx.org Date: Thu May 28 13:34:58 2015 +0200 Add comment diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 01d9b95..3ebfdb1 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src

[LyX/master] Fix preview of included files in child documents (bug #9583)

2015-06-02 Thread Juergen Spitzmueller
commit 5d41a22ee4542fb7d39354acde88c027e3633b3f Author: Juergen Spitzmueller sp...@lyx.org Date: Tue Jun 2 17:23:52 2015 +0200 Fix preview of included files in child documents (bug #9583) diff --git a/src/OutputParams.cpp b/src/OutputParams.cpp index cf81253..55768ae 100644 --- a/src

[LyX/master] Make Thesaurus check for more general dictionaries (en-v2.idx) if a specific one (such as en_NZ-v2.idx) is not found.

2015-06-02 Thread Juergen Spitzmueller
commit 77ab3017d0bc759ff8f69cec5cb5b7d9eae122c6 Author: Juergen Spitzmueller sp...@lyx.org Date: Tue Jun 2 17:28:44 2015 +0200 Make Thesaurus check for more general dictionaries (en-v2.idx) if a specific one (such as en_NZ-v2.idx) is not found. If someone can replace the rather

[LyX/master] Add Float tag to determine allowed positioning options (#7752)

2015-05-22 Thread Juergen Spitzmueller
commit 7dc123b790b2cffd30db1316dccaf993398577bf Author: Juergen Spitzmueller sp...@lyx.org Date: Fri May 22 10:37:14 2015 +0200 Add Float tag to determine allowed positioning options (#7752) diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx index 06cf29a..c2d311d 100644

[LyX/master] Indicate read-only status in tabs (#6783)

2015-05-22 Thread Juergen Spitzmueller
commit 1d266c8cfa06d15967dbbe4b186eb72d323cb1d4 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri May 22 10:41:12 2015 +0200 Indicate read-only status in tabs (#6783) diff --git a/lib/Makefile.am b/lib/Makefile.am index 26cb880..e5d4557 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am

[LyX/master] Rename ref prefix sub: to subsec:

2015-05-24 Thread Juergen Spitzmueller
commit dbe0096c126f92cbd67704af8a7aba288741511a Author: Juergen Spitzmueller sp...@lyx.org Date: Sun May 24 13:50:21 2015 +0200 Rename ref prefix sub: to subsec: This solves a macro conflict between subfloat's \subref and our own \subref definition (bug #7550) File

[LyX/master] GuiAbout: Detect and provide links to trac

2015-05-24 Thread Juergen Spitzmueller
commit 5ceb82d4e4b49f919caf156fa644360b6c66622a Author: Juergen Spitzmueller sp...@lyx.org Date: Sun May 24 14:51:47 2015 +0200 GuiAbout: Detect and provide links to trac Text in the form bug #1234 is transformed to a link that points to the respective trac entry. diff --git

[LyX/master] Update tex2lyx test after dbe0096c126f9

2015-05-24 Thread Juergen Spitzmueller
commit 19b6248498a1e3e7a9fa430ef36700d596e1e155 Author: Juergen Spitzmueller sp...@lyx.org Date: Sun May 24 14:23:20 2015 +0200 Update tex2lyx test after dbe0096c126f9 diff --git a/src/tex2lyx/test/CJK.lyx.lyx b/src/tex2lyx/test/CJK.lyx.lyx index 521798f..c1087e0 100644 --- a/src/tex2lyx

[LyX/master] Forgotten tex2lyx change in dbe0096c126f9

2015-05-24 Thread Juergen Spitzmueller
commit ee41b0f1930604e73f0525864cf3846e7459a449 Author: Juergen Spitzmueller sp...@lyx.org Date: Sun May 24 14:21:36 2015 +0200 Forgotten tex2lyx change in dbe0096c126f9 diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp index 16f4119..613cbbb 100644 --- a/src/tex2lyx

[LyX/master] de.po

2015-05-25 Thread Juergen Spitzmueller
commit dfa9d0b9a6719fc694bc2e991143200f7a2809f7 Author: Juergen Spitzmueller sp...@lyx.org Date: Mon May 25 10:54:55 2015 +0200 de.po diff --git a/po/de.gmo b/po/de.gmo index a225285..ee4dba1 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index

[LyX/master] Fix logic in tabular dialog with decimal alignment

2015-05-25 Thread Juergen Spitzmueller
commit c60827146fe7c4a2776c5f11355898f4bcaa1cee Author: Juergen Spitzmueller sp...@lyx.org Date: Mon May 25 15:55:11 2015 +0200 Fix logic in tabular dialog with decimal alignment Fixes: #9570 Partially reverts [9d05ac5c912/lyxgit]. diff --git a/src/insets/InsetTabular.cpp

[LyX/master] InsetFloat: fix typo

2015-05-23 Thread Juergen Spitzmueller
commit be6a6d76afea971757fffbbf81367abda199fa1f Author: Juergen Spitzmueller sp...@lyx.org Date: Sat May 23 10:38:31 2015 +0200 InsetFloat: fix typo diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.cpp index fd78090..e611a81 100644 --- a/src/insets/InsetFloat.cpp +++ b/src

[LyX/master] Add more Float tags to allow to disable wide and sideways feature

2015-05-22 Thread Juergen Spitzmueller
commit 47dd9189eb01d6485a6847a42b4fee6450d44f6b Author: Juergen Spitzmueller sp...@lyx.org Date: Fri May 22 18:59:17 2015 +0200 Add more Float tags to allow to disable wide and sideways feature Fixes: #9557, #9558 This is amended to yesterday's layout format change. diff

[LyX/master] Change direction of oxygen editclear icon

2015-05-22 Thread Juergen Spitzmueller
commit f2be6d4308a5e85df69fab607405b8352b04d574 Author: Juergen Spitzmueller sp...@lyx.org Date: Fri May 22 19:36:42 2015 +0200 Change direction of oxygen editclear icon Since this is positioned to the right of the line edit, the arrow needs to point to the left. diff --git

[LyX/master] de.po: fix spelling

2015-05-21 Thread Juergen Spitzmueller
commit a7900915c2644623a05ffb01210ddb432eb32173 Author: Juergen Spitzmueller sp...@lyx.org Date: Thu May 21 19:01:33 2015 +0200 de.po: fix spelling diff --git a/po/de.gmo b/po/de.gmo index 3ab2207..316221a 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po

[LyX/master] If there is an inset at cursor, connect the dialog with that, not the containing one

2015-05-26 Thread Juergen Spitzmueller
commit 5353172793d0e1b72c20fb1ccf4e655c022d0116 Author: Juergen Spitzmueller sp...@lyx.org Date: Tue May 26 19:33:07 2015 +0200 If there is an inset at cursor, connect the dialog with that, not the containing one Fixes: #8716 (minipage within minipage Settings bug

[LyX/master] HSpace/VSpace: use a _signed_ length validator in the dialogs.

2015-06-26 Thread Juergen Spitzmueller
commit 2a8db0a64bd40ed1c91ab93297cb0fff78f71bde Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Jun 26 13:19:12 2015 +0200 HSpace/VSpace: use a _signed_ length validator in the dialogs. diff --git a/src/frontends/qt4/GuiHSpace.cpp b/src/frontends/qt4/GuiHSpace.cpp index 93de4bb

[LyX/master] Fix formatFPnumber with negative doubles.

2015-06-26 Thread Juergen Spitzmueller
commit c9d9309c1ecffa218dee04ce4f7991ed4fc0c9bb Author: Juergen Spitzmueller sp...@lyx.org Date: Fri Jun 26 15:49:44 2015 +0200 Fix formatFPnumber with negative doubles. diff --git a/src/support/lstrings.cpp b/src/support/lstrings.cpp index c77c986..6faf1a4 100644 --- a/src/support

[LyX/2.1.x] If there is an inset at cursor, connect the dialog with that, not the containing one

2015-07-28 Thread Juergen Spitzmueller
commit 7e8c43a90497ca0ea90af6640f2b2017c42c4747 Author: Juergen Spitzmueller sp...@lyx.org Date: Tue May 26 19:33:07 2015 +0200 If there is an inset at cursor, connect the dialog with that, not the containing one Fixes: #8716 (minipage within minipage Settings bug

[LyX/2.1.x] Do not attempt to select an empty cell before inserting a longtable caption

2015-07-28 Thread Juergen Spitzmueller
commit 0f9c2b4f047e7d2f316a7a0eb0a187e992c560b8 Author: Juergen Spitzmueller sp...@lyx.org Date: Sat Jul 25 12:48:13 2015 +0200 Do not attempt to select an empty cell before inserting a longtable caption Fixes: #9692 diff --git a/src/insets/InsetTabular.cpp b/src/insets

[LyX/master] Customization: add a hint about PackageOptions at Requires.

2015-08-03 Thread Juergen Spitzmueller
commit d74cbac037979831b2ae23749dcc73d222bf5f04 Author: Juergen Spitzmueller sp...@lyx.org Date: Mon Aug 3 13:39:18 2015 +0200 Customization: add a hint about PackageOptions at Requires. diff --git a/lib/doc/Customization.lyx b/lib/doc/Customization.lyx index ed94ece..d2de7c1 100644

[LyX/master] de.po: resolve shortcut conflict

2015-08-03 Thread Juergen Spitzmueller
commit 46ef6cbc0308410aaf510adfd111f2acb19cdbc0 Author: Juergen Spitzmueller sp...@lyx.org Date: Mon Aug 3 15:24:20 2015 +0200 de.po: resolve shortcut conflict diff --git a/po/de.gmo b/po/de.gmo index 6f8e35c..5294987 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po

[LyX/master] Decrease height of citation dialog by using a QToolBox

2015-07-30 Thread Juergen Spitzmueller
commit 7b1107d7f5273831dee7862d0500b8b2b14824ef Author: Juergen Spitzmueller sp...@lyx.org Date: Thu Jul 30 10:09:21 2015 +0200 Decrease height of citation dialog by using a QToolBox Fixes: #9618 diff --git a/src/frontends/qt4/GuiCitation.cpp b/src/frontends/qt4/GuiCitation.cpp

[LyX/master] Resolve shortcut conflict

2015-07-25 Thread Juergen Spitzmueller
commit 616c7b9272a8b49de9a3cba2bda860e651b00f76 Author: Juergen Spitzmueller sp...@lyx.org Date: Sat Jul 25 10:15:44 2015 +0200 Resolve shortcut conflict diff --git a/lib/configure.py b/lib/configure.py index 1554ee5..91f5593 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -688,7

[LyX/master] German genitive of LyX is LyX' (not LyXs)

2015-07-23 Thread Juergen Spitzmueller
commit 19600aca714050465c3df9780b8e2e036f2ce2dd Author: Juergen Spitzmueller sp...@lyx.org Date: Thu Jul 23 09:26:29 2015 +0200 German genitive of LyX is LyX' (not LyXs) (see Amtl. Regel. ยง 96 (1)) diff --git a/lib/doc/de/Additional.lyx b/lib/doc/de/Additional.lyx index f4f7cb4

[LyX/master] Do not attempt to select an empty cell before inserting a longtable caption

2015-07-25 Thread Juergen Spitzmueller
commit 9f777d4bfb711f3fa6daa8d61eb071d365b5d076 Author: Juergen Spitzmueller sp...@lyx.org Date: Sat Jul 25 12:48:13 2015 +0200 Do not attempt to select an empty cell before inserting a longtable caption Fixes: #9692 diff --git a/src/insets/InsetTabular.cpp b/src/insets

[LyX/master] Factor out multiply used ColorSorter.

2015-11-15 Thread Juergen Spitzmueller
commit b423c59d3ca9e002fff51b8e22ee40c8a8bdf260 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Nov 16 08:19:16 2015 +0100 Factor out multiply used ColorSorter. This cures one problem of monolithic build (where the function was ambiguous) diff --git a/src/fronten

[LyX/master] Rename function that was ambiguous from a monolithic perspective.

2015-11-15 Thread Juergen Spitzmueller
commit 2a223b093382d37eacdcf258c28a66b1b2486b44 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Nov 16 08:20:54 2015 +0100 Rename function that was ambiguous from a monolithic perspective. Cures one monolithic build issue with CMake. diff --git a/src/support/debug.cpp

[LyX/master] Assure we use docstring.

2015-11-15 Thread Juergen Spitzmueller
commit 78c706e02d065301d895af5551937638921a0f97 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Nov 16 08:21:53 2015 +0100 Assure we use docstring. Cures another monolithic build error with CMake. diff --git a/src/frontends/qt4/GuiBibtex.cpp b/src/fronten

[LyX/master] Varwidth module provided by d.iabo

2015-11-01 Thread Juergen Spitzmueller
commit a9b8cdca9e56f15128ba80b12cd16efb7ff85a81 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Nov 1 11:00:23 2015 +0100 Varwidth module provided by d.iabo See #9417. diff --git a/lib/Makefile.am b/lib/Makefile.am index 9d58de4..0b17eb1 100644 --- a/lib/Makefile.am

[LyX/master] remove debug message.

2015-10-31 Thread Juergen Spitzmueller
commit 0314464392093334bd9fceeecd6d303b393e1133 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Oct 31 12:10:49 2015 +0100 remove debug message. diff --git a/lib/lyx2lyx/lyx_2_2.py b/lib/lyx2lyx/lyx_2_2.py index ea690c3..7dd0513 100644 --- a/lib/lyx2lyx/lyx_2_2.py +++ b/lib/l

[LyX/master] Do not switch listings to singlebyte encoding with pLateX/Japanese

2015-11-17 Thread Juergen Spitzmueller
commit dd6340cfcca284074becccdf7fa2a23263ad0db6 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Tue Nov 17 10:28:10 2015 +0100 Do not switch listings to singlebyte encoding with pLateX/Japanese Also improve Listings warning about uncodable characters if the encoding ha

[LyX/2.1.x] Fix parsing of class and category declaration line in layout files

2015-09-03 Thread Juergen Spitzmueller
commit c78352af07c16cf199739c391f82dcabc93c2374 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Sep 2 14:29:06 2015 +0200 Fix parsing of class and category declaration line in layout files * Omit commented-out lines * Properly escape backslash * Do not all

[LyX master] Revert this change. Needs more thought

2012-05-19 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 9d69d9937947cd605fdd53805ccc3f2fbfbef06e Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat May 19 09:56:00 2012 +0200 Revert this change. Needs more thought

[LyX master] If a file is saved as, reset its master if it has any, thus preventing a crash (bug 8161)

2012-05-19 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit ab1434dce321d2f7dc9619ae54112f5203494590 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat May 19 10:16:28 2012 +0200 If a file is saved as, reset its master if

[LyX 2.0.x] If a file is saved as, reset its master if it has any, thus preventing a crash (bug 8161)

2012-05-19 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 993fa8900910570db095093292dfb4b50c497eb6 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat May 19 14:03:50 2012 +0200 If a file is saved as, reset its master if

[LyX 2.0.x] de.po: update

2012-05-23 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit ec24a453c5c8b4195d80d4488648791578013248 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed May 23 20:11:40 2012 +0200 de.po: update diff --git a/po/de.po b/po

[LyX master] add missing IPA glyph

2012-05-26 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 25556fe4d92872904f4e380aefb1b1c8a1896887 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat May 26 16:51:37 2012 +0200 add missing IPA glyph diff --git

[LyX master] apostrophe must nt be terminated

2012-05-27 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 56118ce4b16f28a6f36a37cec4f583cceb56408a Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun May 27 13:10:54 2012 +0200 apostrophe must nt be terminated diff

[LyX 2.0.x] add missing IPA glyph

2012-05-28 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 044ef5dc4e278007dae183ea78127057a0229eb2 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon May 28 15:54:31 2012 +0200 add missing IPA glyph diff --git

[LyX 2.0.x] Merge branch '2.0.x' of git.lyx.org:lyx into 2.0.x

2012-05-29 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 0695fd54d800fd83e98fc227f7cb435f32a86b46 Merge: daf4490 a692b62 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Tue May 29 13:27:48 2012 +0200 Merge branch

[LyX master] Fix crash when removing last converter (bug 8178)

2012-05-29 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit ab3491adeffbda3161f086da53dc69041ccbf629 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Tue May 29 14:21:29 2012 +0200 Fix crash when removing last converter (bu

[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-06-03 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 4e8644bc1dab95f35546ff2b2cd5cfc9e78ebfc2 Merge: af59dff 32cf810 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jun 3 10:32:20 2012 +0200 Merge branch '

[LyX 2.0.x] Add missing undo recording. This adds a change of the printindex type (with multiple indices) to the undo stack and marks the buffer dirty on that action (bug #8182)

2012-06-04 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 9df0a930d4349bedc41ef01184cc99a07e846f4a Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jun 4 19:13:31 2012 +0200 Add missing undo recording. This adds a

[LyX master] Restore default output format after tex fonts switch (#8191)

2012-06-07 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit a4ea17e0e975827d3d38b41088e5d07f8b1cfd59 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Jun 7 21:27:01 2012 +0200 Restore default output format after tex

[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-06-08 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 35782ccea4e2090bf0224188b71ef968295f9105 Merge: 040fb73 fbb69e1 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Fri Jun 8 12:55:24 2012 +0200 Merge branch '

[LyX master] avoid empty class options

2012-06-08 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit a2f32db171036ae6f025fc75deb6a0470d375190 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Fri Jun 8 19:48:24 2012 +0200 avoid empty class options diff --git

[LyX master] Whitespace

2012-06-08 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit f84c8c56f53f82146787e5e49936007134c42982 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Fri Jun 8 20:31:20 2012 +0200 Whitespace diff --git a/src/Buffer.cpp

[LyX master] some less language hardcoding

2012-06-09 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit f71a55a279914247f986ada9f3b78ebfd29c460b Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 9 11:32:34 2012 +0200 some less language hardcoding diff --git

[LyX master] Let getOutputFlavor return the correct flavors for the latex varieties

2012-06-09 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 4698ebd2b749ca24f962f9e0ebfb94bc13a88658 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 9 15:11:34 2012 +0200 Let getOutputFlavor return the correct f

[LyX master] Add DefaultStyle to siamltex.layut (bug #8194) Patch by Dima Batenkov.

2012-06-09 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit dd790192d354f08053559d2ed6781db6afe3d1b9 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 9 18:29:08 2012 +0200 Add DefaultStyle to siamltex.layut (bug

[LyX 2.0.x] Add DefaultStyle to siamltex.layout (bug #8194)

2012-06-10 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit d84eea891e8d68c208638f54ec31d9ef9147ad8d Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jun 10 11:45:41 2012 +0200 Add DefaultStyle to siamltex.layout (bug

[LyX master] less opaque bool naming and consistent use

2012-06-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 20d7e088faec8f1935bda8c8c31cc3071ddc81f0 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 23 15:41:05 2012 +0200 less opaque bool naming and consistent use

[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-06-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 746d235c433f75d1508928ebc29d7446dc145c56 Merge: ca16190 1c7d4c8 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 23 15:45:23 2012 +0200 Merge branch '

[LyX 2.0.x] linguistics manual: document shortcomings (and workarounds) of glosses

2012-06-23 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit d0df873ebb1045c240adb5f3490b05ee9586de6e Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 23 19:30:06 2012 +0200 linguistics manual: document shortc

[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-06-24 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit dac9ec0c13f50a5b1edc01372a0f068cdb431726 Merge: 5b374e0 a3f4f2d Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jun 24 10:57:02 2012 +0200 Merge branch '

[LyX master] de/linguistics.lyx: improve style

2012-06-24 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 179ca3e5be312ba6b27c39d67a4d23ba32844613 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jun 24 13:01:51 2012 +0200 de/linguistics.lyx: improve style diff

[LyX master] whitespace

2012-06-24 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 4c2ae219e19c3d54c5bf18738567f2bfc2d2c30d Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jun 24 15:14:31 2012 +0200 whitespace diff --git a/src/Font.cpp

[LyX 2.0.x] do not output empty language switch commands (bug #8216)

2012-06-28 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 065f247ccb31c31b99b4aedaf2727970e5c9f786 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Jun 28 16:49:45 2012 +0200 do not output empty language switch command

[LyX 2.0.x] do not output empty language switch commands (bug #8216, the actual fix)

2012-06-28 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit e4b5af90b97162472cad1d9b9e8a9772c20805f8 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Jun 28 16:52:13 2012 +0200 do not output empty language switch command

[LyX master] fix bug #8209: polyglossia commands ignored partial source preview

2012-06-28 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 6de47fa87327417b8cd4d21754cc3ccad73ca1d3 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Jun 28 18:15:43 2012 +0200 fix bug #8209: polyglossia commands i

[LyX 2.0.x] Add dvilualatex output format

2012-06-29 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 16f6910b59937bf26f7773eceea5b82f93214e1c Author: Juergen Spitzmueller <sp...@lyx.org> Date: Fri Jun 29 18:46:53 2012 +0200 Add dvilualatex output format diff --git

[LyX master] Factor out method to get a properly encoded latex string

2012-06-30 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 51d591d16893e595ac1163c963e5c0928fdaff68 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 30 13:30:48 2012 +0200 Factor out method to get a properly encoded

[LyX master] Properly escape splitindex shortcut and try to encode splitindex name properly (part of bug #8227)

2012-06-30 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 5eb9ece39e8a1057dfdefff596cb9715125ca609 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 30 13:34:49 2012 +0200 Properly escape splitindex shortcut a

[LyX master] Whitespace

2012-06-30 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit e903d0158e1d92c0d9c17656af10df9fa9a3d723 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Jun 30 13:45:58 2012 +0200 Whitespace If someone can tell me

[LyX master] Whitespace

2012-07-01 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 507302b4449cf0afc055fbb0c984ed7eacc62777 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jul 1 08:38:54 2012 +0200 Whitespace diff --git a/src/BufferParams

[LyX master] Set the appropriate quote style when switching the main language

2012-07-01 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 11f7efe2eb000620ad32c3db594d13cf118b6c27 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jul 1 11:27:42 2012 +0200 Set the appropriate quote style when swi

[LyX master] update tex2lyx TODO

2012-07-01 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 555ae019b8940ee837f7a13dabb9e2b0c53b0131 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jul 1 14:48:20 2012 +0200 update tex2lyx TODO diff --git a/src/t

[LyX master] Document QuoteStyle options

2012-07-02 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 11ac5b78f3a942da3f0e3b167e171dd809a941e1 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 2 10:50:06 2012 +0200 Document QuoteStyle options diff --git

[LyX master] Add \makeat switches to babel settings if necessary.

2012-07-18 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 4d5bef1bdcbe7a20d67613a793acb89f0e583bf6 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Jul 18 12:41:53 2012 +0200 Add \makeat switches to babel se

[LyX master] deactivate ~ in Basque, Estonian and Galician (bug #8265)

2012-07-18 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 0b4a70a018f3a93ae2ab8778fbce3c99120d44e6 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Jul 18 13:01:10 2012 +0200 deactivate ~ in Basque, Estonian and Ga

[LyX 2.0.x] Add \makeat switches to babel settings if necessary.

2012-07-18 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 03c9e5a758fc7e0836c1a9b6714b4e40ba452f02 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Jul 18 12:41:53 2012 +0200 Add \makeat switches to babel se

[LyX 2.0.x] deactivate ~ in Basque, Estonian and Galician (bug #8265)

2012-07-18 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 7e7d1c71670ef515fd3ebae96bd28ebce01571c9 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Jul 18 13:01:10 2012 +0200 deactivate ~ in Basque, Estonian and Galicia

[LyX 2.0.x] typo

2012-07-18 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 33b2bc45a780edd94f295bb49788cae73b0d0939 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Jul 18 17:33:32 2012 +0200 typo diff --git a/status.20x b/status.20x

[LyX master] Compile fix

2012-07-22 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit f30d6acb04ad4b3a28ff2c17b6c4bcfeddf012e7 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sun Jul 22 11:45:39 2012 +0200 Compile fix Richard, please check.

[LyX master] Suppress babel RTL commands when using polyglossia (part of #8251)

2012-07-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit a1e2e12ba4443c2d67a96fcabbddc9337598f828 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 23 08:40:37 2012 +0200 Suppress babel RTL commands when

[LyX master] Fixes to the language package call

2012-07-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 566a5f2b7513ffbd75cc92f713dc2636f37e Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 23 11:36:55 2012 +0200 Fixes to the language packag

[LyX master] Fix thinko

2012-07-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 508dd27e4488240e0991f36c3b29340101f934af Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 23 11:39:41 2012 +0200 Fix thinko diff --git a/src/BufferParams

[LyX master] Rework language package detection

2012-07-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 6c1326cdeba128486cc46deadf6b1dde50ab9c77 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 23 14:34:24 2012 +0200 Rework language package det

[LyX master] Fix direction of brackets in Hebrew when using Polyglossia (bug #8251)

2012-07-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 0b5c20fc0ff12d4f3981faf92deb9081452ecabf Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 23 14:56:00 2012 +0200 Fix direction of brackets in Hebrew when

[LyX master] Whitespace

2012-07-23 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit b55a6454d905e0f46cc8ada6d7929483e5ffe62d Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 23 14:59:45 2012 +0200 Whitespace diff --git a/src/Paragraph.cpp

[LyX 2.0.x] Suppress babel RTL commands when using polyglossia (part of #8251)

2012-07-23 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit d10927c6f263bde4c33aad7a28d8e103844f27d6 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 23 08:40:37 2012 +0200 Suppress babel RTL commands when using polyg

[LyX 2.0.x] arabi requires the language option to be passed to babel directly. Candidate for branch

2012-07-23 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 0fcd35565c0b9ed4218aeb82c957c41a89846ad4 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Mon Jul 23 11:03:25 2012 +0200 arabi requires the language option to be

[LyX master] Decouple lyxrc-default_language from useLanguagePackage()

2012-08-07 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 6d2ed0480047df60eecb3cd0a1d55d00468321ea Author: Juergen Spitzmueller <sp...@lyx.org> Date: Tue Aug 7 08:00:42 2012 +0200 Decouple lyxrc-default_languag

[LyX 2.0.x] Decouple lyxrc.default_language from useBabel()

2012-08-07 Thread Juergen Spitzmueller
The branch, 2.0.x, has been updated. - Log - commit 33c8906f70920540ebde1f97d7007b64d5591cbe Author: Juergen Spitzmueller <sp...@lyx.org> Date: Tue Aug 7 07:59:18 2012 +0200 Decouple lyxrc.default_language from us

[LyX master] Complete default_language rc removal

2012-08-08 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit a18af62087f92223be1a677f2e153c9f2865192c Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Aug 8 09:31:46 2012 +0200 Complete default_language rc removal diff

[LyX master] Add missing breaks in switch

2012-08-08 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 8f451fdbefab540d5f38908eafda57cbb496ed51 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Aug 8 11:27:37 2012 +0200 Add missing breaks in switch diff --git

[LyX master] Add a way to surpass special English treatment in useBabel

2012-08-08 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 1db9ff9b1a962005e758706feee541aba4dcfba2 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Aug 8 17:02:12 2012 +0200 Add a way to surpass special English tre

[LyX master] Comments

2012-08-08 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 4950bb5ebc029b91f32369adcaa7703d5debf319 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Aug 8 17:23:02 2012 +0200 Comments diff --git a/src/LaTeXFeatures.cpp

[LyX master] Clean up LaTeX font handling (#4999)

2012-08-16 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 869b84aef9dbec9c90ba4483db0b28a3fb92b947 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Aug 16 13:23:39 2012 +0200 Clean up LaTeX font handling

[LyX master] Merge branch 'master' of git.lyx.org:lyx

2012-08-16 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit be0bed91e25c54a423f61d8e71a85e9538d98b8f Merge: 63c59a3 2ecc895 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Aug 16 18:04:28 2012 +0200 Merge branch '

[LyX master] remove problematic IPA shortcut

2012-08-16 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit db50cc7c1ea76b709138c9fa59fce342a0092f29 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Aug 16 19:04:11 2012 +0200 remove problematic IPA shortcut diff --git

[LyX master] Really get GuiName from latexfonts into the po files

2012-08-16 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit ff36733b8bf8a7929be515bf869eaad49fe85305 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Thu Aug 16 19:36:16 2012 +0200 Really get GuiName from latexfonts into

[LyX master] Support for the libertine font (#3881)

2012-08-17 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 37137f43f4ace0d5e6bf90fdb0815753ad301178 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Fri Aug 17 14:11:02 2012 +0200 Support for the libertine font (#3881)

[LyX master] typo

2012-08-17 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit bfec6d2552e76b2ae688d5a8141019e64f89765f Author: Juergen Spitzmueller <sp...@lyx.org> Date: Fri Aug 17 17:24:09 2012 +0200 typo diff --git a/src/support/FileName.cpp

[LyX master] Add support for the txtt font (#4979)

2012-08-17 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 292f48d6b5fb9deafa1c78cbe1ab776512eafef9 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Fri Aug 17 18:24:18 2012 +0200 Add support for the txtt font (#4979) diff

[LyX master] Issue a warning if a LaTeX font is not available

2012-08-18 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 03943ef730aa5dc6bb61433d4cbe35f082614da0 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Aug 18 09:58:19 2012 +0200 Issue a warning if a LaTeX font is not ava

[LyX master] Remove unused variable

2012-08-18 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit 924f71c792f82bfdcf3ec161df38833142fab280 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Aug 18 10:14:32 2012 +0200 Remove unused variable diff --git

[LyX master] Factor out duplicated code

2012-08-18 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit a9ad5c3337f5ed5855c3ebf7719d0cc31f1b7bbb Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Aug 18 11:57:16 2012 +0200 Factor out duplicated code diff --git

[LyX master] Allow for general package options for LaTeX font packages (needed e.g. by mathdesign)

2012-08-18 Thread Juergen Spitzmueller
The branch, master, has been updated. - Log - commit c409c9e3d1f470f716ef19c3438ed60428da63e2 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Aug 18 13:10:34 2012 +0200 Allow for general package options for LaTe

<    4   5   6   7   8   9   10   11   12   13   >