]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoFix copy and paste error in 6659304f7f8b
Juergen Spitzmueller [Fri, 9 Mar 2018 11:29:07 +0000 (12:29 +0100)]
Fix copy and paste error in 6659304f7f8b

6 years agoRevert "Revert "tex2lyx: towards proper support of "literal"/"latexified" inset comma...
Juergen Spitzmueller [Fri, 9 Mar 2018 11:18:49 +0000 (12:18 +0100)]
Revert "Revert "tex2lyx: towards proper support of "literal"/"latexified" inset commands""

I did not intend to revert this. Sorry for the noise.

This reverts commit 74d92779090ed9a79808e4c775a9d7fefcfdd679.

6 years agoReset buffer language only if we have something to reset.
Juergen Spitzmueller [Fri, 9 Mar 2018 11:15:19 +0000 (12:15 +0100)]
Reset buffer language only if we have something to reset.

Fixes: #11063
6 years agoRevert "tex2lyx: towards proper support of "literal"/"latexified" inset commands"
Juergen Spitzmueller [Fri, 9 Mar 2018 10:32:09 +0000 (11:32 +0100)]
Revert "tex2lyx: towards proper support of "literal"/"latexified" inset commands"

This reverts commit 6659304f7f8b57f12a1bf453a11ea359c83a7d14.

6 years agoArabic UserGuide.lyx
Uwe Stöhr [Fri, 9 Mar 2018 04:53:39 +0000 (05:53 +0100)]
Arabic UserGuide.lyx

- new file
- it is just a start and put into git to assure that we keep a compilable version
- Hatim will bit by bit translate it
- can be removed if it should not be ready before the next major release

6 years agoar.po: some updates from Hatim
Uwe Stöhr [Fri, 9 Mar 2018 04:48:56 +0000 (05:48 +0100)]
ar.po: some updates from Hatim

6 years agotex2lyx: parse \xymatrix
Uwe Stöhr [Fri, 9 Mar 2018 03:53:33 +0000 (04:53 +0100)]
tex2lyx: parse \xymatrix

LyX's \xymatrix support relies on math therefore put it into math and parse its content

fixes bug #10638

6 years agoWin installer: adapt update process to work with recent MiKTeX
Uwe Stöhr [Thu, 8 Mar 2018 21:35:38 +0000 (22:35 +0100)]
Win installer: adapt update process to work with recent MiKTeX

- finally the installer should result in a fully functional LyX, no matter when users installed MiKTeX or updated it the last time (or never)

6 years agotex2lyx: towards proper support of "literal"/"latexified" inset commands
Juergen Spitzmueller [Thu, 8 Mar 2018 14:00:33 +0000 (15:00 +0100)]
tex2lyx: towards proper support of "literal"/"latexified" inset commands

We now report whether the attempt to recode the macros to glyphs
succeeded. If yes, we set "literate" to false, if not to true.

Also, do not attempt to recode for non-latexifying fields.

Fixes: #9563
6 years agoAdd cell number to current state in devel mode
Jean-Marc Lasgouttes [Wed, 7 Mar 2018 10:46:47 +0000 (11:46 +0100)]
Add cell number to current state in devel mode

This value is added when inside a texted inset with several cells
(aka a tabular inset).

6 years agoMake pmprof use the correct unit in report
Jean-Marc Lasgouttes [Mon, 5 Mar 2018 09:28:27 +0000 (10:28 +0100)]
Make pmprof use the correct unit in report

6 years agoAmend 4ec133e1aeea8
Juergen Spitzmueller [Tue, 6 Mar 2018 18:54:24 +0000 (19:54 +0100)]
Amend 4ec133e1aeea8

Didn't see this test is already there.

(cherry picked from commit 83c7e818f8d8b669b33b58847e90997b6edec8b5)

6 years agoBraces need to be escaped as well on LATEXIFY
Juergen Spitzmueller [Tue, 6 Mar 2018 17:17:01 +0000 (18:17 +0100)]
Braces need to be escaped as well on LATEXIFY

part of #9563

6 years agotex2lyx: support alignment pseudo-environments.
Juergen Spitzmueller [Tue, 6 Mar 2018 16:54:32 +0000 (17:54 +0100)]
tex2lyx: support alignment pseudo-environments.

Fixes: #7857
6 years agoFix local polyglossia switch for Arabic
Juergen Spitzmueller [Tue, 6 Mar 2018 14:31:43 +0000 (15:31 +0100)]
Fix local polyglossia switch for Arabic

We need to lowercase the language again (it's \begin{Arabic},
but \textarabic)

Fixes: #11057.
6 years agotex2lyx: fix subfloat import
Juergen Spitzmueller [Tue, 6 Mar 2018 09:35:55 +0000 (10:35 +0100)]
tex2lyx: fix subfloat import

Fixes: #10385
6 years agoArabic doc files: corrections by Hatim
Uwe Stöhr [Mon, 5 Mar 2018 21:34:10 +0000 (22:34 +0100)]
Arabic doc files: corrections by Hatim

6 years agoru.po: updates by Yuriy
Uwe Stöhr [Mon, 5 Mar 2018 19:42:28 +0000 (20:42 +0100)]
ru.po: updates by Yuriy

6 years agotex2lyx/text.cpp: fix a typo
Uwe Stöhr [Mon, 5 Mar 2018 16:37:50 +0000 (17:37 +0100)]
tex2lyx/text.cpp: fix a typo

6 years agoDo not force singlebyte encoding for listings with XeTeX/LuaTeX.
Juergen Spitzmueller [Mon, 5 Mar 2018 14:39:27 +0000 (15:39 +0100)]
Do not force singlebyte encoding for listings with XeTeX/LuaTeX.

Fixes: #11056
6 years agoSmall update of TODO
Juergen Spitzmueller [Mon, 5 Mar 2018 13:57:16 +0000 (14:57 +0100)]
Small update of TODO

6 years agoparse_text (tex2lyx): get rid of the monstrous if-then-else clause
Juergen Spitzmueller [Mon, 5 Mar 2018 08:08:14 +0000 (09:08 +0100)]
parse_text (tex2lyx): get rid of the monstrous if-then-else clause

Rather than that, continue in the loop if a condition is met.

This fixes tex2lyx for MINGW, which has a cluase-nesting threshold.

Fixes: #9552
6 years agoWin installer: workaround for the MiKTeX update bug
Uwe Stöhr [Sun, 4 Mar 2018 20:40:16 +0000 (21:40 +0100)]
Win installer: workaround for the MiKTeX update bug

6 years agoar.po: update from Hatim
Uwe Stöhr [Sun, 4 Mar 2018 20:25:36 +0000 (21:25 +0100)]
ar.po: update from Hatim

6 years agotex2lyx: support qualified citation lists (biblatex)
Juergen Spitzmueller [Sun, 4 Mar 2018 19:12:27 +0000 (20:12 +0100)]
tex2lyx: support qualified citation lists (biblatex)

6 years agotex2lyx: refsection and bibbysection support (biblatex)
Juergen Spitzmueller [Sun, 4 Mar 2018 16:29:59 +0000 (17:29 +0100)]
tex2lyx: refsection and bibbysection support (biblatex)

6 years agotex2lyx: support biblatex
Juergen Spitzmueller [Sun, 4 Mar 2018 15:46:31 +0000 (16:46 +0100)]
tex2lyx: support biblatex

(qualified citation lists and multibib not yet supported)

6 years agotex2lyx: consider options passed via \PassOptionsToPackage
Juergen Spitzmueller [Sun, 4 Mar 2018 15:45:37 +0000 (16:45 +0100)]
tex2lyx: consider options passed via \PassOptionsToPackage

6 years agotex2lyx: import straight quotation marks as ERT
Juergen Spitzmueller [Sun, 4 Mar 2018 11:08:08 +0000 (12:08 +0100)]
tex2lyx: import straight quotation marks as ERT

This assures that they are output as straight quotations marks (e.g.,
babel shorthands).

Fixes: #75 [sic!]
6 years agoSimplify code a bit.
Richard Heck [Sat, 3 Mar 2018 04:12:11 +0000 (23:12 -0500)]
Simplify code a bit.

(cherry picked from commit 490506c45f200093229e7d7289aa1b3195783cf1)

6 years agoUse pythonic syntax, as suggested by José.
Richard Heck [Sat, 3 Mar 2018 04:02:26 +0000 (23:02 -0500)]
Use pythonic syntax, as suggested by José.

6 years agoAllow reload if buffer is externally modified.
Pavel Sanda [Fri, 2 Mar 2018 19:48:08 +0000 (20:48 +0100)]
Allow reload if buffer is externally modified.

Follow-up of 2df82c4a44b7.

6 years agoconfigure.py: fix bug #11053
Uwe Stöhr [Fri, 2 Mar 2018 19:14:58 +0000 (20:14 +0100)]
configure.py: fix bug #11053

- add quotes around the path to the python executable

6 years agoFix the implementation of new libertine package
Juergen Spitzmueller [Fri, 2 Mar 2018 11:17:33 +0000 (12:17 +0100)]
Fix the implementation of new libertine package

Needs to go to 2.3.1-staging

6 years agoFilter in citation dialog is not respected when reloading databaze.
Pavel Sanda [Thu, 1 Mar 2018 23:49:15 +0000 (00:49 +0100)]
Filter in citation dialog is not respected when reloading databaze.

6 years agoar.po: update from Hatim
Uwe Stöhr [Thu, 1 Mar 2018 18:33:32 +0000 (19:33 +0100)]
ar.po: update from Hatim

6 years agoru.po: updates from Yuriy
Uwe Stöhr [Thu, 1 Mar 2018 18:33:18 +0000 (19:33 +0100)]
ru.po: updates from Yuriy

6 years agoFix RTL tabular output with bidi package (i.e., polyglossia)
Juergen Spitzmueller [Tue, 27 Feb 2018 18:03:42 +0000 (19:03 +0100)]
Fix RTL tabular output with bidi package (i.e., polyglossia)

Fixes: #9686
6 years agoRe-amend ca4426e5.
Richard Heck [Mon, 26 Feb 2018 21:18:33 +0000 (16:18 -0500)]
Re-amend ca4426e5.

6 years agoNo manual intervention needed for polyglossia (bidi) and RTL numbers.
Juergen Spitzmueller [Mon, 26 Feb 2018 16:06:31 +0000 (17:06 +0100)]
No manual intervention needed for polyglossia (bidi) and RTL numbers.

See https://tex.stackexchange.com/a/256837/19291

6 years agoAmend ca4426e5.
Richard Heck [Sun, 25 Feb 2018 22:22:07 +0000 (17:22 -0500)]
Amend ca4426e5.

Thanks for Patrick De Visschere for noticing.

6 years agoTake actual font height (ascent, descent) into account when drawing placeholder box...
Juergen Spitzmueller [Sun, 25 Feb 2018 16:19:42 +0000 (17:19 +0100)]
Take actual font height (ascent, descent) into account when drawing placeholder box for graphics

Fixes: #11048
6 years agoWe don't want external change to automatically marked the buffer dirty.
Pavel Sanda [Sun, 25 Feb 2018 13:49:21 +0000 (14:49 +0100)]
We don't want external change to automatically marked the buffer dirty.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203995.html

6 years agoUpdate sk.po
Kornel Benko [Sun, 25 Feb 2018 11:19:05 +0000 (12:19 +0100)]
Update sk.po

6 years agosv.po reviewed by Jim
Pavel Sanda [Sat, 24 Feb 2018 13:11:04 +0000 (14:11 +0100)]
sv.po reviewed by Jim

6 years agoFix bug #10927
Enrico Forestieri [Sat, 24 Feb 2018 11:48:02 +0000 (12:48 +0100)]
Fix bug #10927

6 years agoFix bug #10918.
Richard Heck [Sat, 24 Feb 2018 06:06:36 +0000 (01:06 -0500)]
Fix bug #10918.

6 years agoFix bug #10890.
Richard Heck [Sat, 24 Feb 2018 06:04:20 +0000 (01:04 -0500)]
Fix bug #10890.

6 years agoFix bug #10879.
Richard Heck [Sat, 24 Feb 2018 06:01:34 +0000 (01:01 -0500)]
Fix bug #10879.

6 years agoFix bug #10939.
Richard Heck [Sat, 24 Feb 2018 05:49:31 +0000 (00:49 -0500)]
Fix bug #10939.

6 years agoFix bug #10938.
Richard Heck [Sat, 24 Feb 2018 05:44:26 +0000 (00:44 -0500)]
Fix bug #10938.

6 years agoFix bug #10937.
Richard Heck [Sat, 24 Feb 2018 05:40:03 +0000 (00:40 -0500)]
Fix bug #10937.

6 years agoFix bug #10936.
Richard Heck [Sat, 24 Feb 2018 05:36:55 +0000 (00:36 -0500)]
Fix bug #10936.

6 years agoFix bug #10934.
Richard Heck [Sat, 24 Feb 2018 05:35:27 +0000 (00:35 -0500)]
Fix bug #10934.

6 years agoFix bug #10933.
Richard Heck [Sat, 24 Feb 2018 05:32:14 +0000 (00:32 -0500)]
Fix bug #10933.

6 years agoFix bug #10932.
Richard Heck [Sat, 24 Feb 2018 05:30:24 +0000 (00:30 -0500)]
Fix bug #10932.

6 years agoFix bug #10930.
Richard Heck [Sat, 24 Feb 2018 05:28:37 +0000 (00:28 -0500)]
Fix bug #10930.

6 years agoFix bug #10929.
Richard Heck [Sat, 24 Feb 2018 05:25:56 +0000 (00:25 -0500)]
Fix bug #10929.

6 years agoFix bug #10926, and some for loops.
Richard Heck [Sat, 24 Feb 2018 05:20:03 +0000 (00:20 -0500)]
Fix bug #10926, and some for loops.

6 years agoFix bug #10924.
Richard Heck [Sat, 24 Feb 2018 05:08:28 +0000 (00:08 -0500)]
Fix bug #10924.

6 years agoFix bug #10920, and some for loops.
Richard Heck [Sat, 24 Feb 2018 05:04:34 +0000 (00:04 -0500)]
Fix bug #10920, and some for loops.

6 years agoFix bug #10917, and some for loops.
Richard Heck [Sat, 24 Feb 2018 04:59:40 +0000 (23:59 -0500)]
Fix bug #10917, and some for loops.

6 years agoFix bug #10916.
Richard Heck [Sat, 24 Feb 2018 04:54:24 +0000 (23:54 -0500)]
Fix bug #10916.

6 years agoFix bug #10915.
Richard Heck [Sat, 24 Feb 2018 04:47:05 +0000 (23:47 -0500)]
Fix bug #10915.

6 years agoFix bug #10913.
Richard Heck [Sat, 24 Feb 2018 04:43:59 +0000 (23:43 -0500)]
Fix bug #10913.

6 years agoFix bug #10911.
Richard Heck [Sat, 24 Feb 2018 04:42:32 +0000 (23:42 -0500)]
Fix bug #10911.

6 years agoFix bug #10909.
Richard Heck [Sat, 24 Feb 2018 04:38:31 +0000 (23:38 -0500)]
Fix bug #10909.

6 years agoFix bug #10908.
Richard Heck [Sat, 24 Feb 2018 04:35:17 +0000 (23:35 -0500)]
Fix bug #10908.

6 years agoFix bug #10904.
Richard Heck [Sat, 24 Feb 2018 04:29:52 +0000 (23:29 -0500)]
Fix bug #10904.

6 years agoFix bug #10903.
Richard Heck [Sat, 24 Feb 2018 04:28:31 +0000 (23:28 -0500)]
Fix bug #10903.

6 years agoFix bug #10901.
Richard Heck [Sat, 24 Feb 2018 04:17:57 +0000 (23:17 -0500)]
Fix bug #10901.

6 years ago* cs.po
Pavel Sanda [Sat, 24 Feb 2018 00:24:51 +0000 (01:24 +0100)]
* cs.po

6 years agoar.po: correct year
Uwe Stöhr [Fri, 23 Feb 2018 21:37:13 +0000 (22:37 +0100)]
ar.po: correct year

6 years agoAdd LyX 2.3 format
Juergen Spitzmueller [Fri, 23 Feb 2018 07:59:20 +0000 (08:59 +0100)]
Add LyX 2.3 format

6 years agoAdd literal param to InsetInclude
Juergen Spitzmueller [Fri, 23 Feb 2018 07:58:16 +0000 (08:58 +0100)]
Add literal param to InsetInclude

This is used by lstinput

File format change.

Fixes: #10544.
6 years agotex2lyx: do not force default bibliography style if none is set
Juergen Spitzmueller [Fri, 23 Feb 2018 06:43:19 +0000 (07:43 +0100)]
tex2lyx: do not force default bibliography style if none is set

Some classes provide a \bibliographystyle, so we must not output any
\bibliographystyle if none is set in the TeX file.

Fixes: #10673
6 years agoFix bug #10817.
Richard Heck [Thu, 22 Feb 2018 20:40:05 +0000 (15:40 -0500)]
Fix bug #10817.

Respect 'literal' setting when calculating longest bibitem.

6 years agoRespect "literal" setting when entering citation via LyX server.
Richard Heck [Thu, 22 Feb 2018 20:24:28 +0000 (15:24 -0500)]
Respect "literal" setting when entering citation via LyX server.

This requires moving the bool that tracks this somewhere that it
is visible from BufferView. It seemed to make sense to put it as
a static member of InsetCitation.

6 years agoREADME.localization: layouttranslations1 on Linux
Scott Kostyshak [Thu, 22 Feb 2018 20:09:53 +0000 (15:09 -0500)]
README.localization: layouttranslations1 on Linux

The target layouttranslations1 also works when using CMake on Linux.

6 years agoFix little bit the garbled output for translators.
Pavel Sanda [Thu, 22 Feb 2018 19:55:35 +0000 (20:55 +0100)]
Fix little bit the garbled output for translators.

6 years ago* cs.po
Pavel Sanda [Thu, 22 Feb 2018 19:53:42 +0000 (20:53 +0100)]
* cs.po

6 years agoImprove documentation of inset-(begin|end)(|-select)
Jean-Marc Lasgouttes [Thu, 22 Feb 2018 16:00:54 +0000 (17:00 +0100)]
Improve documentation of inset-(begin|end)(|-select)

Make it clear that it can go at the beginning/end of the document.

6 years agoArabic Shortcuts.lyx: fixes by Hatim
Uwe Stöhr [Thu, 22 Feb 2018 14:35:50 +0000 (15:35 +0100)]
Arabic Shortcuts.lyx: fixes by Hatim

6 years agoHandle comments in options
Juergen Spitzmueller [Thu, 22 Feb 2018 10:24:43 +0000 (11:24 +0100)]
Handle comments in options

Things like
pdfpagemode=UseOutlines%None,UseOutlines,UseThumbs,FullScreen

was not imported correctly (the comment was not stripped)

Fixes the rest of #5737

6 years agoMake InsetCitation's params work like other classes.
Richard Heck [Thu, 22 Feb 2018 06:00:18 +0000 (01:00 -0500)]
Make InsetCitation's params work like other classes.

6 years agoFix bug #10897.
Richard Heck [Thu, 22 Feb 2018 05:55:10 +0000 (00:55 -0500)]
Fix bug #10897.

6 years agoFix bug #10896.
Richard Heck [Thu, 22 Feb 2018 05:46:31 +0000 (00:46 -0500)]
Fix bug #10896.

6 years agoFix bug #10895.
Richard Heck [Thu, 22 Feb 2018 05:44:39 +0000 (00:44 -0500)]
Fix bug #10895.

6 years agoFix bug #10893.
Richard Heck [Thu, 22 Feb 2018 05:34:52 +0000 (00:34 -0500)]
Fix bug #10893.

6 years agoFix bug #10892.
Richard Heck [Thu, 22 Feb 2018 05:33:28 +0000 (00:33 -0500)]
Fix bug #10892.

6 years agoFix bug #10888.
Richard Heck [Thu, 22 Feb 2018 05:29:31 +0000 (00:29 -0500)]
Fix bug #10888.

6 years agoFix bug #10886.
Richard Heck [Thu, 22 Feb 2018 05:23:37 +0000 (00:23 -0500)]
Fix bug #10886.

6 years agoFix bug #10883.
Richard Heck [Thu, 22 Feb 2018 05:21:41 +0000 (00:21 -0500)]
Fix bug #10883.

6 years agoFix bug #10882.
Richard Heck [Thu, 22 Feb 2018 05:20:19 +0000 (00:20 -0500)]
Fix bug #10882.

6 years agoFix bug #10881.
Richard Heck [Thu, 22 Feb 2018 05:17:46 +0000 (00:17 -0500)]
Fix bug #10881.

6 years agoFix bug #10880.
Richard Heck [Thu, 22 Feb 2018 05:15:07 +0000 (00:15 -0500)]
Fix bug #10880.

6 years agoFix bug #10866.
Richard Heck [Thu, 22 Feb 2018 05:12:24 +0000 (00:12 -0500)]
Fix bug #10866.

6 years agoFix bug #10863.
Richard Heck [Thu, 22 Feb 2018 05:09:01 +0000 (00:09 -0500)]
Fix bug #10863.

6 years agoArabic Shortcuts.lyx: translation update from Hatim
Uwe Stöhr [Wed, 21 Feb 2018 18:58:25 +0000 (19:58 +0100)]
Arabic Shortcuts.lyx: translation update from Hatim

6 years agoru.po: corrections by Yuriy
Uwe Stöhr [Wed, 21 Feb 2018 18:58:11 +0000 (19:58 +0100)]
ru.po: corrections by Yuriy