]> git.lyx.org Git - lyx.git/log
lyx.git
4 years agoUpdate sk.po
Kornel Benko [Sun, 19 Apr 2020 15:48:58 +0000 (17:48 +0200)]
Update sk.po

4 years agode.po
Juergen Spitzmueller [Sun, 19 Apr 2020 15:34:38 +0000 (17:34 +0200)]
de.po

4 years agoImprove reporting of undefined control sequences in preamble
Juergen Spitzmueller [Sun, 19 Apr 2020 08:55:32 +0000 (10:55 +0200)]
Improve reporting of undefined control sequences in preamble

Fixes #11844

(cherry picked from commit 05c7c65d9345c4cd88b9c34b8e30beb96a268963)

4 years agoru.po: update by Yuriy
Juergen Spitzmueller [Sun, 19 Apr 2020 12:51:25 +0000 (14:51 +0200)]
ru.po: update by Yuriy

4 years agoReset failedtoload_ bool when include inset params are changed (#11842)
Juergen Spitzmueller [Fri, 17 Apr 2020 08:19:46 +0000 (10:19 +0200)]
Reset failedtoload_ bool when include inset params are changed (#11842)

(cherry picked from commit d9b884341c6c8a3addb95071bc0f203519bfbe0d)

4 years agoFix tablefootnote loading order (#11841)
Juergen Spitzmueller [Fri, 17 Apr 2020 07:12:51 +0000 (09:12 +0200)]
Fix tablefootnote loading order (#11841)

(cherry picked from commit 5bc66b5f4564633d1c87fb6b00e0700d5aa1bca2)

4 years ago* cs.po
Pavel Sanda [Fri, 17 Apr 2020 08:59:41 +0000 (10:59 +0200)]
* cs.po

4 years agoFix embarassing crash caused by debug message
Jean-Marc Lasgouttes [Mon, 13 Apr 2020 10:02:26 +0000 (12:02 +0200)]
Fix embarassing crash caused by debug message

After commit 6a936d63, the helpful debug message tries to display
non-existing elements and crashes the program :(

Fix by radical simplification of the message.

Part of bug #11777.

(cherry picked from commit b5d6caac4149cc72cd5a734ffc8e9da1382bc9ee)

4 years agoDo not try to put cursor after space if no space was kept
Jean-Marc Lasgouttes [Mon, 13 Apr 2020 10:58:43 +0000 (12:58 +0200)]
Do not try to put cursor after space if no space was kept

The logic was wrong and could cause crashes

Fixes bug #11777.

4 years agoMake it nicer, thanks to JMarc
Richard Kimberly Heck [Fri, 17 Apr 2020 01:05:38 +0000 (21:05 -0400)]
Make it nicer, thanks to JMarc

(cherry picked from commit 86a4c79dc4002344fba9ebe28c5cd8574f55845c)

4 years agoRemerge strings.
Richard Kimberly Heck [Thu, 16 Apr 2020 21:22:56 +0000 (17:22 -0400)]
Remerge strings.

4 years agoFix bug #11635
Richard Kimberly Heck [Wed, 8 Apr 2020 21:50:09 +0000 (17:50 -0400)]
Fix bug #11635

(cherry picked from commit 46f1f6f1cbf2ddb4de8c4d96e76e3a1bd74f2e07)

4 years agoAddress #9368
Juergen Spitzmueller [Thu, 9 Apr 2020 14:00:10 +0000 (16:00 +0200)]
Address #9368

pdfview creates a temp pdf file to determine the standard pdf viewer,
code simplification, reducing dll dependencies

Patch by Eugene.

4 years agoDo not compute caret geometry when we are not ready to do so.
Jean-Marc Lasgouttes [Sat, 4 Apr 2020 16:02:04 +0000 (18:02 +0200)]
Do not compute caret geometry when we are not ready to do so.

This avoid crashes with invalid cache.

Fixes bug #11763.

4 years agoFix bug #11817.
Richard Kimberly Heck [Wed, 8 Apr 2020 20:40:39 +0000 (16:40 -0400)]
Fix bug #11817.

Preserve line spacing when breaking a paragraph at the beginning.

(cherry picked from commit f7065fa22ece25f72107dfa9c78e21a250153514)

4 years agoFix quotation marks in PDF TOC
Juergen Spitzmueller [Mon, 6 Apr 2020 06:53:29 +0000 (08:53 +0200)]
Fix quotation marks in PDF TOC

(cherry picked from commit c0adb03a7ae15cf6409ee3cb64f4cc91c24c052e)

4 years agoDownload dictionaries and thesauri from SVN.
Richard Kimberly Heck [Sun, 5 Apr 2020 18:48:19 +0000 (14:48 -0400)]
Download dictionaries and thesauri from SVN.

Patch from Eugene.

(cherry picked from commit 36a1f365f00c8ae0a206dfef8fcef782faa5d454)

4 years agoStrip polyglossia options from pdf string
Juergen Spitzmueller [Sun, 5 Apr 2020 13:23:22 +0000 (15:23 +0200)]
Strip polyglossia options from pdf string

Fixes #11813

(cherry picked from commit f9999039ac7278a719513fdd15c34f12846a1189)

4 years agoDisable append-column with gathered
Juergen Spitzmueller [Sat, 4 Apr 2020 07:27:24 +0000 (09:27 +0200)]
Disable append-column with gathered

Fixes #11812

(cherry picked from commit ed137ee435ea2e9e1d38b6095e8ce51c0c48204a)

4 years agoAvoid bleeding of inset background outside of inset
Jean-Marc Lasgouttes [Tue, 24 Mar 2020 11:01:43 +0000 (12:01 +0100)]
Avoid bleeding of inset background outside of inset

As a consequence of fix e64ea357 to ticket #10797, we draw a bit too
much of the inset background outside of the inset (visible for insets
with colored background). #10797 is a ticket that triggers when the
cursor has a width larger than 1.

This patch limits the problems in two respects

* nothing is done on the left, since the cursor width only expands on
  the right.

* on the right, the extra width is limited to cursor width.

Fixes bug #11786.

(cherry picked from commit eb92f74d1f7ae63112b9439058d746f7ff93e8f4)

4 years agoStatus
Richard Kimberly Heck [Sun, 29 Mar 2020 03:36:52 +0000 (23:36 -0400)]
Status

4 years agoFix bug #11799.
Richard Kimberly Heck [Sun, 29 Mar 2020 03:34:44 +0000 (23:34 -0400)]
Fix bug #11799.

I've made cut, etc, OptItems, as this menu is already very long.

(cherry picked from commit d34bb46387e5c4e80cbd79ae7a1e343b1eada51d)

4 years agoRemove newlines from shortcut LFUNs.
Richard Kimberly Heck [Sat, 28 Mar 2020 19:15:06 +0000 (15:15 -0400)]
Remove newlines from shortcut LFUNs.

(cherry picked from commit c5c16830242aa120448b2a226107073ef1703b1d)

4 years agoUpdate sk.po
Kornel Benko [Thu, 26 Mar 2020 10:17:00 +0000 (11:17 +0100)]
Update sk.po

4 years agode.po
Juergen Spitzmueller [Thu, 26 Mar 2020 07:02:36 +0000 (08:02 +0100)]
de.po

4 years agoupdate status
Juergen Spitzmueller [Thu, 26 Mar 2020 06:55:41 +0000 (07:55 +0100)]
update status

4 years agoAdd hint to warning.
Juergen Spitzmueller [Tue, 21 May 2019 11:26:57 +0000 (13:26 +0200)]
Add hint to warning.

(cherry picked from commit 957e8669c74b45542606d8271ef49d592a3704f1)

4 years agoFix warning message
Juergen Spitzmueller [Tue, 21 May 2019 11:06:37 +0000 (13:06 +0200)]
Fix warning message

(cherry picked from commit c77be6146bceab43b5bd9d1ed67ab054b3e0121e)

4 years agoCheck character encodability with pass-thru in command insets
Juergen Spitzmueller [Tue, 21 May 2019 10:59:18 +0000 (12:59 +0200)]
Check character encodability with pass-thru in command insets

Fixes: #11584
(cherry picked from commit ebc2b1295a0464dde6c20a09ddc249c463a21c79)

4 years agoDon't omit ZERO WIDTH NON-JOINER on clipboard paste
Juergen Spitzmueller [Sun, 22 Mar 2020 10:07:57 +0000 (11:07 +0100)]
Don't omit ZERO WIDTH NON-JOINER on clipboard paste

Fixes #11790

(cherry picked from commit 7b3404fcab0e2530964444261d411814c03eaeba)

4 years agoUpdate sk.po
Kornel Benko [Sat, 21 Mar 2020 09:28:25 +0000 (10:28 +0100)]
Update sk.po

4 years agoRemerge strings.
Richard Kimberly Heck [Fri, 20 Mar 2020 23:04:01 +0000 (19:04 -0400)]
Remerge strings.

4 years agoFix bug #11748.
Richard Kimberly Heck [Thu, 27 Feb 2020 04:00:09 +0000 (23:00 -0500)]
Fix bug #11748.

Track the last chosen citation style when we clear the entries.

(cherry picked from commit 64f7da961a853f4ea60716129f0f22f39e451aa7)

4 years agoUpdates to build script.
Richard Kimberly Heck [Tue, 3 Mar 2020 19:25:53 +0000 (14:25 -0500)]
Updates to build script.

4 years agoFix bug #11780.
Richard Kimberly Heck [Sat, 14 Mar 2020 22:31:25 +0000 (18:31 -0400)]
Fix bug #11780.

The preamble snippets are for LaTeX and do not need to be output
with HTML.

(cherry picked from commit f044d3a3595912415806707582e8aa6b0890bbe7)

4 years agoia.po: update from Giovanni
Juergen Spitzmueller [Sat, 14 Mar 2020 16:26:14 +0000 (17:26 +0100)]
ia.po: update from Giovanni

4 years agoFix UI quirk in IncludeOnly settings
Juergen Spitzmueller [Thu, 12 Mar 2020 09:37:56 +0000 (10:37 +0100)]
Fix UI quirk in IncludeOnly settings

Fixes #11564

(cherry picked from commit b568a49593b6d52f267d8fcfbc0a46dc7ecb613d)

4 years agoUn-provide amsmath in beamer article layouts
Juergen Spitzmueller [Sat, 29 Feb 2020 18:20:18 +0000 (19:20 +0100)]
Un-provide amsmath in beamer article layouts

Fixes #11768

(cherry picked from commit f6f51587cfdf45f76313d5fb7382b3f4a3f8d21c)

4 years agoFix problem with validation when using InsetLayout.
Richard Kimberly Heck [Thu, 27 Feb 2020 03:18:58 +0000 (22:18 -0500)]
Fix problem with validation when using InsetLayout.

(cherry picked from commit 2e444dd6570804d33c1fd44713dc3b3f15ec9c5c)

4 years agoRemove code that is redudant.
José Matos [Tue, 4 Jun 2019 17:26:13 +0000 (18:26 +0100)]
Remove code that is redudant.

Both for python2 and python3 output is always a string.

(cherry picked from commit 4268a9e8121b08f06706d733e8488e163286eab8)

4 years agoMinor updates to distribution creation script.
Richard Kimberly Heck [Tue, 25 Feb 2020 00:27:22 +0000 (19:27 -0500)]
Minor updates to distribution creation script.

4 years agoFix bug #11750.
Richard Kimberly Heck [Tue, 25 Feb 2020 00:00:31 +0000 (19:00 -0500)]
Fix bug #11750.

Unfortunately, stat.st_ino returns 0 on Windows, at least on Python 2.7, so we can't use that way of telling when we're seeing the same directory again. Surely the real pathname should work.

(cherry picked from commit 9d8dfe934ba6a73a899c907a687552104d2cb847)

4 years agoUpdate ia.po from giovanni.
Pavel Sanda [Mon, 24 Feb 2020 21:40:23 +0000 (22:40 +0100)]
Update ia.po from giovanni.

4 years agoAmend cad0ec3e
Kornel Benko [Sat, 15 Feb 2020 11:23:42 +0000 (12:23 +0100)]
Amend cad0ec3e

4 years agoCmake build: Remove left-over files left after cherry-pick
Kornel Benko [Sat, 15 Feb 2020 09:06:42 +0000 (10:06 +0100)]
Cmake build: Remove left-over files left after cherry-pick

4 years agoHandle encoding error in layout file parsing more gracefully
Juergen Spitzmueller [Thu, 13 Feb 2020 07:13:22 +0000 (08:13 +0100)]
Handle encoding error in layout file parsing more gracefully

Issue a warning about non-decodable files, but do not break
completely.

Addresses #11736

(cherry picked from commit c4da8d38c9d235c6da85c554c391ad4a5b6d958e)

4 years agoFix bug #11737.
Richard Kimberly Heck [Thu, 13 Feb 2020 05:03:51 +0000 (00:03 -0500)]
Fix bug #11737.

We need to use the FileName methods when moving or removing a file,
so that refresh() gets called.

No status entry since this will be in 2.3.4.3.

(cherry picked from commit d93091389896cddcd83de83dfd4ee8a9b4e9c7f1)

4 years agoCmake build: Amend 1c097e56, correctly respect the patch-level
Kornel Benko [Wed, 12 Feb 2020 11:02:36 +0000 (12:02 +0100)]
Cmake build: Amend 1c097e56, correctly respect the patch-level

Handle also the case of creating from tar-file _and_ having 'git' installed

(cherry picked from commit cd3f11e5857e58d5e6a0cce888a8b72aa4a1130c)

4 years agoCmake build: Remove cmake warnings about mismatched values of FindPackageHandleStanda...
Kornel Benko [Mon, 27 Jan 2020 09:44:14 +0000 (10:44 +0100)]
Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()

(cherry picked from commit 9fdc00fe2a2b2db752ca244eac3d14e708d5caba)

4 years agoFix a crash with uninitialized buffer member of MathData
Stephan Witt [Sat, 8 Feb 2020 15:33:51 +0000 (16:33 +0100)]
Fix a crash with uninitialized buffer member of MathData

See the details here: https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg210294.html

4 years agoProperly resize columns of child document table widget
Juergen Spitzmueller [Sat, 8 Feb 2020 08:27:21 +0000 (09:27 +0100)]
Properly resize columns of child document table widget

4 years agoFix encoding inheritance with CJKUtf8 as custom document encoding
Juergen Spitzmueller [Fri, 7 Feb 2020 15:18:47 +0000 (16:18 +0100)]
Fix encoding inheritance with CJKUtf8 as custom document encoding

Fixes #11579

4 years agoDon't need to remove the file if it doesn't exist. (This would cause a five second...
Richard Kimberly Heck [Mon, 3 Feb 2020 16:37:12 +0000 (11:37 -0500)]
Don't need to remove the file if it doesn't exist. (This would cause a five second delay in that case.)

(cherry picked from commit 5188f0fcff49bbbee35193c25b726425c8c02287)

4 years agoIgnore geometry-related settings if the class provides geometry
Juergen Spitzmueller [Wed, 29 Jan 2020 10:25:01 +0000 (11:25 +0100)]
Ignore geometry-related settings if the class provides geometry

Fixes #11724

(cherry picked from commit dce9e44a1421350f275c9a3131f7e0532477c3a6)

4 years agoFix bug #11716
Enrico Forestieri [Mon, 27 Jan 2020 10:18:19 +0000 (11:18 +0100)]
Fix bug #11716

Force closing and reopening of \lyxdeleted after deleted
display math so that the following deleted text can be
correctly striked out.

4 years agoAmend 00bdc206932dcb
Juergen Spitzmueller [Mon, 27 Jan 2020 10:13:05 +0000 (11:13 +0100)]
Amend 00bdc206932dcb

4 years agoFix backspace deletion of selected items with change tracking
Juergen Spitzmueller [Mon, 13 Jan 2020 08:48:56 +0000 (09:48 +0100)]
Fix backspace deletion of selected items with change tracking

Move cursor at beginning of selection after deletion. Else backspace
operation gets stuck in a loop (tries to remove the selection again
and again).

This also fixes backspace deletion of insets with confirmDeletion() == true.

Fixes #11630

(cherry picked from commit adfd38e4efd1180df164fa2c75cf15210f366e94)

4 years agoFix erroneous space in output caused by changebar module (bug 11473)
Juergen Spitzmueller [Mon, 27 Jan 2020 07:39:18 +0000 (08:39 +0100)]
Fix erroneous space in output caused by changebar module (bug 11473)

4 years agoConsider shorthand in biblatex cite display
Juergen Spitzmueller [Tue, 12 Nov 2019 12:52:05 +0000 (13:52 +0100)]
Consider shorthand in biblatex cite display

Fixes #11696

(cherry picked from commit 400706ad0525b43ab20993acb487ee4660823f84)

4 years agoFix issues with tilde in inputpath
Juergen Spitzmueller [Wed, 20 Nov 2019 10:57:32 +0000 (11:57 +0100)]
Fix issues with tilde in inputpath

Fixes #11699

(cherry picked from commit a426b33067ae4e9d5452f13284f3e223d87ac45d)

4 years agoRe-fix #11146 with recent LaTeX
Juergen Spitzmueller [Wed, 20 Nov 2019 10:48:18 +0000 (11:48 +0100)]
Re-fix #11146 with recent LaTeX

(cherry picked from commit e75fa6f3ac5735dfcd588acb5c187556bface16d)

4 years agoWindows installer info.
Richard Kimberly Heck [Sun, 26 Jan 2020 22:55:24 +0000 (17:55 -0500)]
Windows installer info.

4 years agoAvoid blinking change tracking cur for math inset.
Jean-Marc Lasgouttes [Sat, 11 Jan 2020 12:39:20 +0000 (13:39 +0100)]
Avoid blinking change tracking cur for math inset.

Since there is a margin above and below the inset, there is no problem
for putting it higher.

Fixes bug #11684.

(cherry picked from commit bf7f4d716cf0ef148495d7ecd616a1aaea57a13d)

4 years agoBack to development
Richard Kimberly Heck [Sun, 26 Jan 2020 21:18:18 +0000 (16:18 -0500)]
Back to development

4 years agoCmake config: Respect the patch-level while creating package from tar/zip-source 2.3.4-1
Kornel Benko [Sat, 18 Jan 2020 09:40:31 +0000 (10:40 +0100)]
Cmake config: Respect the patch-level while creating package from tar/zip-source

Rename some variables to match the ones used by automake
Slightly modified patch from Eugene Chornyi <technikmagma@gmail.com>

4 years agoPrepare for 2.3.4. 2.3.4
Richard Kimberly Heck [Sun, 12 Jan 2020 18:58:18 +0000 (13:58 -0500)]
Prepare for 2.3.4.

4 years agoDo not check again and again for non existing files
Jean-Marc Lasgouttes [Mon, 16 Dec 2019 17:26:55 +0000 (18:26 +0100)]
Do not check again and again for non existing files

If the file of an InsetInclude does not exist, loadIfNeeded will try
again and again to look for it. This is very bad for files with many
include insets, especially on windows.

Fixes bug #11656.

(cherry picked from commit aeed6fb8fa35c045697fe6950c6109be8d30884c)

4 years agoUpdate sk.po
Kornel Benko [Tue, 31 Dec 2019 10:42:01 +0000 (11:42 +0100)]
Update sk.po

4 years agoCmake tests: Make foreach() command robust
Kornel Benko [Sun, 15 Dec 2019 12:38:23 +0000 (13:38 +0100)]
Cmake tests: Make foreach() command robust

Cmake's foreach command includes forms
  foreach(<loop_var> IN LISTS <lists>)
  foreach(<loop_var> IN ITEMS <items>)
  foreach(<loop_var> RANGE ...)
We get the lines to be parsed by
  file(STRINGS "${filepath}" lines)
If in the parsed lyx-file there is a line
containing only the single word 'IN',  or 'RANGE', then
the command
  foreach(_l ${lines})
can create a syntax error (at least with cmake1.16)

In fact, in file pl_Additional.lyx:12913 happens to have
such a beast.

(cherry picked from commit 7b44280da4fc015a4a930c311cc6073cebacf738)

4 years agoDisable inset-dissolve in table cells
Jean-Marc Lasgouttes [Wed, 4 Dec 2019 14:56:30 +0000 (15:56 +0100)]
Disable inset-dissolve in table cells

This is better than making sure that the inset has exactly one cell.

In the future, inset-dissolve could be extended to dissolve all the
cells contents in the enclosing text.

Note that this check does not appear in mathed, and using dissolve in
e.g. fraction inset may lead to data loss (only current cell contents
is preserved).

(cherry picked from commit 5ac3b880075794130492c2fe63c35104b207ad73)

4 years agoFix typo in lyx2lyx conversion to 2.1 (taken from master)
José Matos [Sat, 28 Dec 2019 14:39:49 +0000 (14:39 +0000)]
Fix typo in lyx2lyx conversion to 2.1 (taken from master)

4 years agoSet makeindex as index processor in the docs
Juergen Spitzmueller [Sat, 14 Dec 2019 08:48:33 +0000 (09:48 +0100)]
Set makeindex as index processor in the docs

Prevent that another processor (such as xindy) is used when set in prefs.

xindy does not play well with hyperref.

Fixes #11708

(cherry picked from commit cb25603ae1c68470755851e25c3ef87b96d33344)

4 years agoUpdate it.po
Enrico Forestieri [Sat, 30 Nov 2019 09:48:19 +0000 (10:48 +0100)]
Update it.po

4 years agosv: update from Jim
Juergen Spitzmueller [Fri, 29 Nov 2019 07:56:44 +0000 (08:56 +0100)]
sv: update from Jim

4 years agoCmake build: Install executables as programms
Kornel Benko [Wed, 27 Nov 2019 14:05:44 +0000 (15:05 +0100)]
Cmake build: Install executables as programms

Patch from Patrick (pdvisschere@edpnet.be)

(cherry picked from commit 58ed976dd374582206d20ffb84feffbb2f29ecb3)

4 years agoUpdate status
Juergen Spitzmueller [Sat, 23 Nov 2019 14:32:11 +0000 (15:32 +0100)]
Update status

4 years agonl.po: update Niko Strijbol
Juergen Spitzmueller [Sat, 23 Nov 2019 14:31:11 +0000 (15:31 +0100)]
nl.po: update Niko Strijbol

4 years agonl/Intro.lyx: Update by Niko Strijbol
Juergen Spitzmueller [Sat, 23 Nov 2019 14:29:47 +0000 (15:29 +0100)]
nl/Intro.lyx: Update by Niko Strijbol

4 years agopt_BR.po: update from Georger
Juergen Spitzmueller [Sat, 23 Nov 2019 14:27:45 +0000 (15:27 +0100)]
pt_BR.po: update from Georger

4 years ago* cs.po
Pavel Sanda [Fri, 22 Nov 2019 19:05:39 +0000 (20:05 +0100)]
* cs.po

4 years agoRemerge strings.
Richard Kimberly Heck [Fri, 22 Nov 2019 16:43:54 +0000 (11:43 -0500)]
Remerge strings.

4 years agoUpdate some gmo files
Richard Kimberly Heck [Fri, 22 Nov 2019 16:43:19 +0000 (11:43 -0500)]
Update some gmo files

4 years agotypo
Juergen Spitzmueller [Fri, 22 Nov 2019 08:14:23 +0000 (09:14 +0100)]
typo

4 years agopt_BR.po: update from Georger
Juergen Spitzmueller [Fri, 22 Nov 2019 08:11:28 +0000 (09:11 +0100)]
pt_BR.po: update from Georger

4 years ago* cs.po
Pavel Sanda [Thu, 21 Nov 2019 16:16:35 +0000 (17:16 +0100)]
* cs.po

4 years agoremerge cs.po
Pavel Sanda [Thu, 21 Nov 2019 15:59:34 +0000 (16:59 +0100)]
remerge cs.po

4 years agoPrevious header change breaks postats script for web.
Pavel Sanda [Thu, 21 Nov 2019 14:30:47 +0000 (15:30 +0100)]
Previous header change breaks postats script for web.

4 years agogenerated bg.gmo
Pavel Sanda [Thu, 21 Nov 2019 14:10:58 +0000 (15:10 +0100)]
generated bg.gmo

4 years agoUpdate bg.po from Veselin.
Pavel Sanda [Thu, 21 Nov 2019 14:08:36 +0000 (15:08 +0100)]
Update bg.po from Veselin.

4 years agoFix crash with polyglossia and intitle commands when lang_auto_end is false
Juergen Spitzmueller [Thu, 21 Nov 2019 07:38:21 +0000 (08:38 +0100)]
Fix crash with polyglossia and intitle commands when lang_auto_end is false

(cherry picked from commit ed44bc9b12c0385eccf9323159365ae96b1b4f19)

4 years agoBeamer loads amsmath
Juergen Spitzmueller [Wed, 20 Nov 2019 08:38:16 +0000 (09:38 +0100)]
Beamer loads amsmath

(cherry picked from commit a37c003448c39937fe1310dc95ceeeda73f505f6)

4 years agouk.po: update by Yuriy
Juergen Spitzmueller [Tue, 19 Nov 2019 13:01:27 +0000 (14:01 +0100)]
uk.po: update by Yuriy

4 years agoUpdate po and gmo files.
Richard Kimberly Heck [Mon, 18 Nov 2019 21:34:21 +0000 (16:34 -0500)]
Update po and gmo files.

4 years ago Update fr.po
jpc [Mon, 18 Nov 2019 09:51:38 +0000 (10:51 +0100)]
    Update fr.po

4 years agoRevert "Set buffer when expanding macro"
Jean-Marc Lasgouttes [Sat, 16 Nov 2019 10:59:15 +0000 (11:59 +0100)]
Revert "Set buffer when expanding macro"

This patch is not ready yet. Moreover, change the assertion in
InsetMathGrid::colAlign to a simple test.

As a consequence, math split inset might show a bad alignment in some
situations.

This reverts commit d3fd91566249b722dbc553b921283f2507ce5e17.

4 years agoUse backing store also with wayland platform
Jean-Marc Lasgouttes [Sat, 13 Jul 2019 14:21:37 +0000 (16:21 +0200)]
Use backing store also with wayland platform

Like with macOS, the Wayland compositor seems to require a
backingstore when doing partial updates like we do.

This extends the mechanism that has been introduced for macOS. This
has to be done at run time, not compile time.

Fixes bug #11692.

(cherry picked from commit 575761c665229e70d9ce9b2bd941d01a1873b9f1)

4 years agoMake branch compilable in C++98 mode again.
Pavel Sanda [Wed, 6 Nov 2019 08:53:28 +0000 (09:53 +0100)]
Make branch compilable in C++98 mode again.

4 years agoUpdate sk.po
Kornel Benko [Thu, 31 Oct 2019 10:12:25 +0000 (11:12 +0100)]
Update sk.po

4 years agode.po
Juergen Spitzmueller [Thu, 31 Oct 2019 09:47:13 +0000 (10:47 +0100)]
de.po

4 years agoAdd line break in message
Juergen Spitzmueller [Thu, 31 Oct 2019 09:41:55 +0000 (10:41 +0100)]
Add line break in message