]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoOpen ExternalInset dialog on first tab for new insets
Juergen Spitzmueller [Sun, 18 Mar 2018 17:30:48 +0000 (18:30 +0100)]
Open ExternalInset dialog on first tab for new insets

Fixes: #11081
6 years agoUpdate contributor.
Richard Heck [Sun, 18 Mar 2018 15:34:38 +0000 (11:34 -0400)]
Update contributor.

6 years agoProperly fix math packages table in Document Settings
Juergen Spitzmueller [Sun, 18 Mar 2018 11:11:26 +0000 (12:11 +0100)]
Properly fix math packages table in Document Settings

Fixes: #10777
6 years agofi.po: correct authorship
Juergen Spitzmueller [Sun, 18 Mar 2018 09:16:52 +0000 (10:16 +0100)]
fi.po: correct authorship

6 years agode.po
Juergen Spitzmueller [Sun, 18 Mar 2018 08:55:14 +0000 (09:55 +0100)]
de.po

6 years agoRemerge strings.
Richard Heck [Sat, 17 Mar 2018 20:04:03 +0000 (16:04 -0400)]
Remerge strings.

6 years agostrip braces from minted caption
Juergen Spitzmueller [Sat, 17 Mar 2018 17:28:54 +0000 (18:28 +0100)]
strip braces from minted caption

6 years agosmall fixup in tex2lyx lstlistings/inputminted support.
Juergen Spitzmueller [Sat, 17 Mar 2018 17:26:47 +0000 (18:26 +0100)]
small fixup in tex2lyx lstlistings/inputminted support.

6 years agotex2lyx: complete minted support (inputminted)
Juergen Spitzmueller [Sat, 17 Mar 2018 15:44:09 +0000 (16:44 +0100)]
tex2lyx: complete minted support (inputminted)

Also fix some whitespace issues in minted inset import.

6 years agoUpdate sk.po
Kornel Benko [Sat, 17 Mar 2018 15:43:45 +0000 (16:43 +0100)]
Update sk.po

6 years agotex2lyx: add beamer test file
Juergen Spitzmueller [Sat, 17 Mar 2018 12:20:48 +0000 (13:20 +0100)]
tex2lyx: add beamer test file

6 years agotex2lyx: handle makebeamertitle
Juergen Spitzmueller [Sat, 17 Mar 2018 11:39:13 +0000 (12:39 +0100)]
tex2lyx: handle makebeamertitle

6 years agotex2lyx: clear latexparam after use.
Juergen Spitzmueller [Sat, 17 Mar 2018 11:38:53 +0000 (12:38 +0100)]
tex2lyx: clear latexparam after use.

6 years agotex2lyx: do not eat empty paragraphs if keepempty is true
Juergen Spitzmueller [Sat, 17 Mar 2018 11:19:50 +0000 (12:19 +0100)]
tex2lyx: do not eat empty paragraphs if keepempty is true

Fixes: #11078
6 years agotex2lyx: add support for LaTeXParam
Juergen Spitzmueller [Fri, 16 Mar 2018 11:56:17 +0000 (12:56 +0100)]
tex2lyx: add support for LaTeXParam

Part of #11068

6 years agolyx2lyx fixes for the recent font additions.
Juergen Spitzmueller [Fri, 16 Mar 2018 08:02:29 +0000 (09:02 +0100)]
lyx2lyx fixes for the recent font additions.

6 years agoCmake export lyx* tests: Omit compilation of lyx16x, lyx20x and lyx21x exported files
Kornel Benko [Thu, 15 Mar 2018 21:34:26 +0000 (22:34 +0100)]
Cmake export lyx* tests: Omit compilation of lyx16x, lyx20x and lyx21x exported files

These file don't contain the \\origin tag. So the possibly included
files with relative path would not be found. The compilation to
the default pdf would then anyway fail.

6 years agoCmake export lyx* tests: Ignore new lyx2lyx warning
Kornel Benko [Thu, 15 Mar 2018 21:31:48 +0000 (22:31 +0100)]
Cmake export lyx* tests: Ignore new lyx2lyx warning
Don't know why this warning is unconditionlly emitted

6 years agoAdd support for xcharter font.
Juergen Spitzmueller [Thu, 15 Mar 2018 14:44:49 +0000 (15:44 +0100)]
Add support for xcharter font.

File format change.

Patch by Yuriy Skalko.

6 years agotex2lyx: support for beamer text styles with overlays
Juergen Spitzmueller [Wed, 14 Mar 2018 13:38:18 +0000 (14:38 +0100)]
tex2lyx: support for beamer text styles with overlays

E.g. things like \textbf<article>{foo} have to be imported as insets.

Part of #11068

6 years agotex2lyx: More work on beamer support
Juergen Spitzmueller [Wed, 14 Mar 2018 07:40:47 +0000 (08:40 +0100)]
tex2lyx: More work on beamer support

* Implement list item overlay support (\item<arg>)
* Implement itemcommand support (e.g., \overprint<arg>)
* Fix general list argument placement

Part of: #11068

6 years agoUpdate sk.po
Kornel Benko [Tue, 13 Mar 2018 16:01:51 +0000 (17:01 +0100)]
Update sk.po

6 years agoamend ab4e9adf8626
Juergen Spitzmueller [Tue, 13 Mar 2018 15:01:13 +0000 (16:01 +0100)]
amend ab4e9adf8626

6 years agoFix known_escaped_chars
Juergen Spitzmueller [Tue, 13 Mar 2018 12:00:58 +0000 (13:00 +0100)]
Fix known_escaped_chars

6 years agotex2lyx: towards beamer overlay argument support.
Juergen Spitzmueller [Mon, 12 Mar 2018 13:50:19 +0000 (14:50 +0100)]
tex2lyx: towards beamer overlay argument support.

Implemented: Overlay and standard overlay arguments for commands
and environments.

Still missing:
* List item overlay
* itemcommand overlay (\overprint)
* overlay via LatexParam (e.g., Flex:ArticleMode)

Needs fixing:
* General list argument (\begin{itemize}[arg])
* nested content in a frame with no title (empty par)

6 years agoFix Undocked Outliner & multiple window crashes (#11004).
Pavel Sanda [Mon, 12 Mar 2018 13:34:24 +0000 (14:34 +0100)]
Fix Undocked Outliner & multiple window crashes (#11004).

There are more independent crashes occuring in this scenario and this
fix targets only one of them, in particular the one in which different
window's outliner sends outliner command to a wrong window. The fix
itself gives an option for lfun to know which window it belongs to.

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

6 years agoPaint \dot & \ddot more like a dot
Pavel Sanda [Mon, 12 Mar 2018 12:40:52 +0000 (13:40 +0100)]
Paint \dot & \ddot more like a dot

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

6 years agoupdate test
Juergen Spitzmueller [Sun, 11 Mar 2018 18:50:22 +0000 (19:50 +0100)]
update test

6 years agoamend 11e4a24e6edbd1f
Juergen Spitzmueller [Sun, 11 Mar 2018 18:49:28 +0000 (19:49 +0100)]
amend 11e4a24e6edbd1f

6 years agotex2lyx: update quote handling
Juergen Spitzmueller [Sun, 11 Mar 2018 17:04:23 +0000 (18:04 +0100)]
tex2lyx: update quote handling

* Consider new quote styles
* Consider changed quote styles
* Try to be a bit smarter with ambiguous quotation marks

6 years agoUpdate tex2lyx tests after cc6f2dae82
Juergen Spitzmueller [Sun, 11 Mar 2018 17:04:02 +0000 (18:04 +0100)]
Update tex2lyx tests after cc6f2dae82

6 years agoWin installer: fix a typo
Uwe Stöhr [Sun, 11 Mar 2018 13:37:48 +0000 (14:37 +0100)]
Win installer: fix a typo

6 years agotex2lyx: support tipa \t*{} macro.
Juergen Spitzmueller [Sun, 11 Mar 2018 10:46:37 +0000 (11:46 +0100)]
tex2lyx: support tipa \t*{} macro.

6 years agotex2lyx: support for URW Classico, MinionPro and the new Libertine fonts.
Juergen Spitzmueller [Sun, 11 Mar 2018 10:12:42 +0000 (11:12 +0100)]
tex2lyx: support for URW Classico, MinionPro and the new Libertine fonts.

6 years agoWin installer: respect also 64bit MiKTeX
Uwe Stöhr [Sun, 11 Mar 2018 01:59:08 +0000 (02:59 +0100)]
Win installer: respect also 64bit MiKTeX

6 years agoadd support for the PT fonts
Uwe Stöhr [Sat, 10 Mar 2018 18:59:48 +0000 (19:59 +0100)]
add support for the PT fonts

- fileformat change
- I also started https://wiki.lyx.org/LyX/NewInLyX24 for new features

6 years agoUpdate tex2lyx tests.
Juergen Spitzmueller [Sat, 10 Mar 2018 15:15:29 +0000 (16:15 +0100)]
Update tex2lyx tests.

6 years agotex2lyx/TODO: update
Juergen Spitzmueller [Sat, 10 Mar 2018 14:48:49 +0000 (15:48 +0100)]
tex2lyx/TODO: update

6 years agotex2lyx: add support for lstinputlisting
Juergen Spitzmueller [Sat, 10 Mar 2018 14:40:51 +0000 (15:40 +0100)]
tex2lyx: add support for lstinputlisting

6 years agotex2lyx: get rid of another large if-else if chain.
Juergen Spitzmueller [Sat, 10 Mar 2018 14:00:30 +0000 (15:00 +0100)]
tex2lyx: get rid of another large if-else if chain.

6 years agotex2lyx: make nested CJK parsing slightly less dumb.
Juergen Spitzmueller [Sat, 10 Mar 2018 13:58:55 +0000 (14:58 +0100)]
tex2lyx: make nested CJK parsing slightly less dumb.

Fixes: #9562
6 years agoAmend 15fd17d83fb2
Juergen Spitzmueller [Sat, 10 Mar 2018 13:22:51 +0000 (14:22 +0100)]
Amend 15fd17d83fb2

6 years agotex2lyx: support for \includeonly
Juergen Spitzmueller [Fri, 9 Mar 2018 16:27:55 +0000 (17:27 +0100)]
tex2lyx: support for \includeonly

6 years agosyntax.default: some additions.
Juergen Spitzmueller [Fri, 9 Mar 2018 14:17:23 +0000 (15:17 +0100)]
syntax.default: some additions.

6 years agosyntax.default: add missing *
Juergen Spitzmueller [Fri, 9 Mar 2018 13:47:04 +0000 (14:47 +0100)]
syntax.default: add missing *

Fixes: #10501
6 years agotex2lyx: handle whitespace in table column declaration.
Juergen Spitzmueller [Fri, 9 Mar 2018 13:18:03 +0000 (14:18 +0100)]
tex2lyx: handle whitespace in table column declaration.

Fixes: #10804
6 years agotex2lyx/TODO: small tweak.
Juergen Spitzmueller [Fri, 9 Mar 2018 12:57:29 +0000 (13:57 +0100)]
tex2lyx/TODO: small tweak.

6 years agoThis works already.
Juergen Spitzmueller [Fri, 9 Mar 2018 12:43:12 +0000 (13:43 +0100)]
This works already.

6 years agotex2lyx: chapterbib support
Juergen Spitzmueller [Fri, 9 Mar 2018 12:30:52 +0000 (13:30 +0100)]
tex2lyx: chapterbib support

6 years agotex2lyx: honor grouping in optional arguments.
Juergen Spitzmueller [Fri, 9 Mar 2018 12:14:13 +0000 (13:14 +0100)]
tex2lyx: honor grouping in optional arguments.

E.g., \cite[{a literal ] character}]{key}

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.