]> git.lyx.org Git - lyx.git/log
lyx.git
6 years agoamend 71fea633266
Juergen Spitzmueller [Sat, 10 Feb 2018 18:02:35 +0000 (19:02 +0100)]
amend 71fea633266

(cherry picked from commit be4d49ebd107cb4b91844a555302a6052457c483)

6 years agoDisable CheckTeX while buffer is processed
Juergen Spitzmueller [Sat, 10 Feb 2018 17:18:43 +0000 (18:18 +0100)]
Disable CheckTeX while buffer is processed

Since CheckTeX itself processes the tex file, a synchronous run with
a TeX process can lead to all sorts of conflicts, including crashes.

Fixes: #7434.
(cherry picked from commit 71fea6332667e1a9fe99c38624e4dcaf1129d6c5)

6 years agoDisable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed
Juergen Spitzmueller [Sun, 11 Feb 2018 08:50:38 +0000 (09:50 +0100)]
Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed

I am rather irritated we didn't do this already, since synchronous runs
with BUFFER_VIEW or BUFFER_UPDATE leads to all sorts of problems,
including crashes.

Fixes the crash in #8338 (but not the bug itself).

(cherry picked from commit 1437ae3f9cf78ffd5c639cb4e70a0b1fba9f600e)

6 years agoFix sideset hints, part of bug #11015.
Pavel Sanda [Sat, 3 Feb 2018 16:51:00 +0000 (17:51 +0100)]
Fix sideset hints, part of bug #11015.

6 years agoRe-add method to get a temporary file name without persistent QTemporaryFile object
Juergen Spitzmueller [Thu, 8 Feb 2018 10:31:23 +0000 (11:31 +0100)]
Re-add method to get a temporary file name without persistent QTemporaryFile object

This is needed for cases where the temp file has to be manually removed
at some point (e.g., if temp files are used as conversion target, and
the initial file only serves as a placeholder), since QTemporaryFile
objects cannot be manually removed at least on Windows (they are always
kept open internally even after close()). See
​http://lists.qt-project.org/pipermail/interest/2013-August/008352.html

In order to avoid race conditions due to duplicate names (the issue why
the old method was removed), we record all used temp file names.

Fixes: #9139
(cherry picked from commit 9e2928be68992161a54287d153e1e9431e30bb4c)

6 years agoRemerge strings.
Richard Heck [Sat, 17 Mar 2018 19:40:17 +0000 (15:40 -0400)]
Remerge strings.

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.

(cherry picked from commit f3c5bcd2be4edc37dec4c78422f31e07b322b298)

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

(cherry picked from commit d325f79f5c782edcfa32e87579fb102763d8d29b)

6 years agoUpdate status
Juergen Spitzmueller [Sat, 17 Mar 2018 13:36:56 +0000 (14:36 +0100)]
Update status

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

(cherry picked from commit 63b67fee8329840f0fbbd75b8ec9321ba1243555)

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
(cherry picked from commit 79728dcde975fc5968d0ef9e6b56df57023acd88)

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

(cherry picked from commit d93076c1284de96b12cb583edfee2654de928a61)

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.

(cherry picked from commit 7e3a41bd15e993bf738134c6dc601f482d036894)

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

(cherry picked from commit 506ae2d2ea1e646461841c57edd3f79c97d671c2)

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

(cherry picked from commit c74e3999812dfdff3cb6d20ef460dfca1f17c879)

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

(cherry picked from commit e51265b5f3c7765ad185303ac147792c7599386f)

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)

(cherry picked from commit 949de66956309ea787b86d69a00b72d154b4d4db)

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 agoFix known_escaped_chars
Juergen Spitzmueller [Tue, 13 Mar 2018 16:39:40 +0000 (17:39 +0100)]
Fix known_escaped_chars

(this includes the amend)

6 years agoupdate tex2lyx tests
Juergen Spitzmueller [Mon, 12 Mar 2018 08:35:39 +0000 (09:35 +0100)]
update tex2lyx tests

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

(cherry picked from commit 8184f08f4af6efea6d1499e3f8c8d3c20ebb1b97)

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.

(cherry picked from commit cc6f2dae8219b40cd8602f70110926296403a0f7)

6 years agoupdate tex2lyx tests once more.
Juergen Spitzmueller [Sun, 11 Mar 2018 18:56:04 +0000 (19:56 +0100)]
update tex2lyx tests once more.

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

(cherry picked from commit 386d9953e83a35dcc3b0f173faa92d9e9fc16f0f)

6 years agoupdate tex2lyx tests.
Juergen Spitzmueller [Sun, 11 Mar 2018 18:31:19 +0000 (19:31 +0100)]
update tex2lyx tests.

6 years agoStatus updates.
Juergen Spitzmueller [Sun, 11 Mar 2018 17:33:45 +0000 (18:33 +0100)]
Status updates.

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
(cherry picked from commit 0f4c9027056a6f4f771382e9ebfc7940274bf5c0)

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}

(cherry picked from commit cba38881d6b9fa3ff5dd0ebe50239fc384309082)

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

(cherry picked from commit 0513622fd0ce600cbf283f6afdbde9841d46a546)

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
(cherry picked from commit 6659304f7f8b57f12a1bf453a11ea359c83a7d14)

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.

(cherry picked from commit a3836d990926dfd8e7e35b266274c372c72206ce)

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.

(cherry picked from commit 11e4a24e6edbd1f69b60a194b31ac2d7c4dd5034)

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

(cherry picked from commit b2ccdae22864ba72675b43d070022ae8fea18238)

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

(cherry picked from commit 15fd17d83fb2b98d1ff226a79353e42f6e0247d4)

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

(cherry picked from commit af6933c06f603beca3d8684f56217243cbff1f94)

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

6 years agostatus.23x: correct sorting
Uwe Stöhr [Tue, 6 Mar 2018 21:34:21 +0000 (22:34 +0100)]
status.23x: correct sorting

tex2lyx biblatex support is an improvement not a bugfix. At least in the past we sorted new tex2lyx features this way.

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
(cherry picked from commit 7a22ce7c09f54ca70f30dde05c3f77c478195e45)

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.
(cherry picked from commit 27584f5f7033f6abe127e66b4f5114663e043157)

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
(cherry picked from commit 1dcb2a09766335aecbe3c8599d09358e135d699c)

6 years agoRemove duplicate entries.
Juergen Spitzmueller [Tue, 6 Mar 2018 16:31:19 +0000 (17:31 +0100)]
Remove duplicate entries.

6 years agostatus.23x: mention the new biblatex support in tex2lyx
Uwe Stöhr [Tue, 6 Mar 2018 12:52:42 +0000 (13:52 +0100)]
status.23x: mention the new biblatex support in tex2lyx

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

(cherry picked from commit a30972a39c10647ffcb7eab5382f250331db7a8b)

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

(cherry picked from commit 4bc379ea67ea632ac13c12abd639f6b3f6b25a45)

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
(cherry picked from commit b94bb37e5310b9007ed812c58460a5292820c534)

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)

(cherry picked from commit 0915e814814ab26732b6dd13fc1740cfbf64b5b4)

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)

(cherry picked from commit 1a3dbbf07ad837a685af93bf3d1d1a784e0d27ae)

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)

(cherry picked from commit f22213a04fe53dd128f11db9b228623b3fc3dda7)

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

(cherry picked from commit 476401a76f8bdb3dd2c2a482b2088f00dbe501d9)

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!]
(cherry picked from commit ccb9ae96709ea32cf983d6e5fb5d655b28a817e1)

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

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

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

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 agoRevert "configure.py: fix bug #11053"
Uwe Stöhr [Fri, 2 Mar 2018 19:13:22 +0000 (20:13 +0100)]
Revert "configure.py: fix bug #11053"

This reverts commit 151ee98e3b886bc95fc072c7401270658f0bff6e.

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

- add quotes around the path to the python executable

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 agopo files: remerge the po files that are currently not actively maintained
Uwe Stöhr [Thu, 1 Mar 2018 18:34:36 +0000 (19:34 +0100)]
po files: remerge the po files that are currently not actively maintained

- for the case that a new translator will show up he can start with this.

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

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

6 years agoUpdate sk.po
Kornel Benko [Tue, 27 Feb 2018 08:25:30 +0000 (09:25 +0100)]
Update sk.po

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

(cherry picked from commit 00d4144352ffecfb229fcaaf104a2103002235bc)

6 years agoconfigure.ac: development version is 2.3.1dev
Scott Kostyshak [Mon, 26 Feb 2018 16:52:26 +0000 (11:52 -0500)]
configure.ac: development version is 2.3.1dev

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
(cherry picked from commit 5ddd377a0ae6c8c18f566463988e3e3f596e57bb)

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 agoBack to development
Scott Kostyshak [Sun, 25 Feb 2018 00:16:37 +0000 (19:16 -0500)]
Back to development

6 years agoThis is LyX 2.3.0 2.3.0
Scott Kostyshak [Sun, 25 Feb 2018 00:14:56 +0000 (19:14 -0500)]
This is LyX 2.3.0

6 years agoRemerge strings for 2.3.0
Scott Kostyshak [Sun, 25 Feb 2018 00:14:55 +0000 (19:14 -0500)]
Remerge strings for 2.3.0

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 ago* cs.po - fix shortcut conflict
Pavel Sanda [Sat, 24 Feb 2018 00:19:41 +0000 (01:19 +0100)]
* cs.po - fix shortcut conflict

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

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

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

6 years agoRELEASE-NOTES: document some new and changed LFUNs
Scott Kostyshak [Fri, 23 Feb 2018 18:52:40 +0000 (13:52 -0500)]
RELEASE-NOTES: document some new and changed LFUNs

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.

(cherry picked from commit f4693ef8ab68c978c42bb987634eabcad92d592d)

6 years agoCopy caveats from RELEASE-NOTES to UPGRADING
Scott Kostyshak [Fri, 23 Feb 2018 04:23:32 +0000 (23:23 -0500)]
Copy caveats from RELEASE-NOTES to UPGRADING

6 years agoUpdate ANNOUNCE for 2.3.0
Scott Kostyshak [Fri, 23 Feb 2018 02:46:58 +0000 (21:46 -0500)]
Update ANNOUNCE for 2.3.0

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.

(cherry picked from commit 224e56c935074729b39aa59994d3e42031f6db17)

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.

(cherry picked from commit f8e8877f839dcd0d133e6982d107b7d167c524c3)

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.

(cherry picked from commit ee5f05bd1c06249b1c63c67fcf730b543d2547ba)

6 years ago* cs.po
Pavel Sanda [Thu, 22 Feb 2018 20:02:05 +0000 (21:02 +0100)]
* cs.po

6 years agoANNOUNCE: put that the primary FTP is in France
Scott Kostyshak [Thu, 22 Feb 2018 18:30:59 +0000 (13:30 -0500)]
ANNOUNCE: put that the primary FTP is in France

See discussion here:

https://www.mail-archive.com/search?l=mid&q=CAAGOGw8xabSxFadY31vT2ZLo%3DmN3o2XD2%3DkcdxKQgY8rgN_nZA%40mail.gmail.com

6 years agoImplement IsTocCaption for normal layouts.
Juergen Spitzmueller [Wed, 21 Feb 2018 15:37:07 +0000 (16:37 +0100)]
Implement IsTocCaption for normal layouts.

But use default "true" to maintain current behavior if not explicitly
stated otherwise.

Fixes: #11045
(cherry picked from commit 8a703573ea9718a06c94522e40671d46f0b83522)

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

6 years agoFix convert_separator routine with ancient LyX files.
Juergen Spitzmueller [Mon, 19 Feb 2018 17:03:52 +0000 (18:03 +0100)]
Fix convert_separator routine with ancient LyX files.

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

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

6 years ago More French translations of the UserGuide
jpc [Wed, 21 Feb 2018 15:46:15 +0000 (16:46 +0100)]
 More French translations of the UserGuide

6 years agosmall doc glitches
Pavel Sanda [Wed, 21 Feb 2018 13:44:56 +0000 (14:44 +0100)]
small doc glitches

6 years agowhitespace
Pavel Sanda [Wed, 21 Feb 2018 13:34:46 +0000 (14:34 +0100)]
whitespace

6 years ago Better French translation for strike/cross out
jpc [Wed, 21 Feb 2018 13:08:14 +0000 (14:08 +0100)]
   Better French translation for strike/cross out

6 years agoAdd Alex Dunlap to our contributors
Jean-Marc Lasgouttes [Wed, 21 Feb 2018 11:05:40 +0000 (12:05 +0100)]
Add Alex Dunlap to our contributors

(cherry picked from commit 4447fb349cbbc18f0aaebd9010fb320700d58c79)
(cherry picked from commit 6d582e5e50e5ccc91bfb0565fef51ccff995481c)

6 years agosave session when we save a buffer
Alexander Dunlap [Thu, 15 Feb 2018 19:28:34 +0000 (11:28 -0800)]
save session when we save a buffer

Implements enhancement #10712.

(cherry picked from commit cca365f26c7d541cc13453fc42fc9b6de7736319)

6 years ago More translations for fr/UserGuire.lyx
jpc [Wed, 21 Feb 2018 10:49:49 +0000 (11:49 +0100)]
   More translations for fr/UserGuire.lyx

6 years agoLocalize items in view/update popup icons
Juergen Spitzmueller [Tue, 20 Feb 2018 15:42:01 +0000 (16:42 +0100)]
Localize items in view/update popup icons

Fixes: #11040
(cherry picked from commit 578cf77f6f0e88dadc1cdcc2d0bc145c1a40aad7)

6 years agoCmake build: Use correct list of files to recreate lib/layouttranslation
Kornel Benko [Tue, 20 Feb 2018 10:16:59 +0000 (11:16 +0100)]
Cmake build: Use correct list of files to recreate lib/layouttranslation

6 years agoMark Galician and Serbian translators as inactive
Scott Kostyshak [Wed, 21 Feb 2018 03:37:29 +0000 (22:37 -0500)]
Mark Galician and Serbian translators as inactive

Their email addresses do not work and they have not committed
changes for a few years. For discussion on marking translators
inactive, see:

  https://www.mail-archive.com/search?l=mid&q=1519114839.3586.1.camel%40lyx.org

(cherry picked from commit f66fa17cacd825f330d1531248dcaa603c1eb6b4)

6 years agoREADME.localization: document how to update layouttranslations under Win
Uwe Stöhr [Tue, 20 Feb 2018 19:41:59 +0000 (20:41 +0100)]
README.localization: document how to update layouttranslations under Win

6 years agolayouttranslations.review: update revision state
Uwe Stöhr [Tue, 20 Feb 2018 19:33:58 +0000 (20:33 +0100)]
layouttranslations.review: update revision state

6 years agoar.po: correct some terms from layouttranslations
Uwe Stöhr [Tue, 20 Feb 2018 19:30:28 +0000 (20:30 +0100)]
ar.po: correct some terms from layouttranslations

Hatim sent me today both, the ar.po and the layouttranslations. I noticed now that he did not update/translate the terms from layouttranslations in ar.po