]> git.lyx.org Git - lyx.git/log
lyx.git
5 years agoAvoid space before completion in mathed
Jean-Marc Lasgouttes [Thu, 20 Sep 2018 21:51:21 +0000 (23:51 +0200)]
Avoid space before completion in mathed

This can happen if the current element has space after it (e.g. before
a relation).

Fixes bug #11283.

(cherry picked from commit 1b5ccecd65a795ba4ff21aa5733fa18866fefd1c)

5 years agoPaint underline for insets too.
Jean-Marc Lasgouttes [Thu, 20 Sep 2018 09:31:23 +0000 (11:31 +0200)]
Paint underline for insets too.

Fixes bug 11297.

(cherry picked from commit 328ff9df3a4ac217a0424743575a0c7c293361ea)

5 years agoAvoid infinite loop
Juergen Spitzmueller [Wed, 19 Sep 2018 08:19:19 +0000 (10:19 +0200)]
Avoid infinite loop

Fixes: #11295
(cherry picked from commit 92bfa07a6205e6e2aae486510c148582e11d6017)

5 years agoUpdate layout format information in the docs.
Juergen Spitzmueller [Thu, 20 Sep 2018 11:01:48 +0000 (13:01 +0200)]
Update layout format information in the docs.

Based on a patch by Andrew Parsloe.

5 years agoHandle branches with space in their name
Jean-Marc Lasgouttes [Fri, 7 Sep 2018 13:49:21 +0000 (15:49 +0200)]
Handle branches with space in their name

1/ Handle space in color name in set-color (with quoting)

2/ read properly branch inset which name has a space

Fixes bug #11108.

(cherry picked from commit 819cf53c2254f17e9bb6c6b971904451cfaaae6d)

5 years agoFix copy-paste error.
Juergen Spitzmueller [Sun, 16 Sep 2018 08:34:01 +0000 (10:34 +0200)]
Fix copy-paste error.

(cherry picked from commit 305d449a47bf54d4f8ec594b0d1a2b5cf070c30b)

5 years agoForgot this
Jean-Marc Lasgouttes [Tue, 18 Sep 2018 21:14:19 +0000 (23:14 +0200)]
Forgot this

5 years agoImprove DEPM
Jean-Marc Lasgouttes [Sun, 22 Jul 2018 20:13:44 +0000 (22:13 +0200)]
Improve DEPM

Now any sequence of spaces around old cursor will be removed, even at
start or end of paragraph. Sequences of more than 2 characters are
also taken into account.

The version of DEPM which acts on a sequence of paragraphs is also
rewritten to match the local one.

(cherry picked from commit 20976e81fb25899ee8d3ec5ed941fda6b453f59f)
(cherry picked from commit c54fe6c5840afdbbac5e242db724fb0bf6bc084f)

5 years agoDo not remove character at start of paragraph when cutting
Jean-Marc Lasgouttes [Sun, 22 Jul 2018 20:18:50 +0000 (22:18 +0200)]
Do not remove character at start of paragraph when cutting

The part of code that removed space at start of paragraph have been
there forever, but its intent is unclear. For example, cutting text at
the end of a paragraph will lead to remove space at the start of this
same paragraph.

The removal of this functionality is offset by a rewrite of DEPM that
makes it more thorough.

Fixes bug #10503.

(cherry picked from commit e4dba53232bc71d5a577466e7fb4a3251944d9d8)

5 years agoneedauth is not needed for Sweave>LyX
Jean-Marc Lasgouttes [Wed, 12 Sep 2018 13:14:56 +0000 (15:14 +0200)]
needauth is not needed for Sweave>LyX

Indeed this relies on tex2lyx and does not run R scripts.

The same holds for Knitr>LyX

(cherry picked from commit 23dbacb636c2ac616967669ec038ab0d5c8b9dd3)

5 years agopt_BR.po: update by Georger.
Juergen Spitzmueller [Sun, 16 Sep 2018 07:50:02 +0000 (09:50 +0200)]
pt_BR.po: update by Georger.

5 years agozh_CN.po: update by Winfred
Juergen Spitzmueller [Sat, 15 Sep 2018 14:24:25 +0000 (16:24 +0200)]
zh_CN.po: update by Winfred

5 years agoUse a unicode character for menu separator on screen
Jean-Marc Lasgouttes [Thu, 19 Jul 2018 21:05:00 +0000 (23:05 +0200)]
Use a unicode character for menu separator on screen

Additionally, use a left pointing character in a RtL setting.

(cherry picked from commit 76512a7569dfc00cfb858a1405c0f64aea19f4ef)

5 years agotex2lyx: support for plural and capitalized refstyle
Juergen Spitzmueller [Sun, 26 Aug 2018 07:48:23 +0000 (09:48 +0200)]
tex2lyx: support for plural and capitalized refstyle

Also fix a glitch in non-refstyle import (getOpt() returns the option
with delimiter, so do not add them in ERT once more)

Candidate for stable

(cherry picked from commit faf40fb4084e10848bbb33ec6d892c05843cd179)

5 years agotex2lyx: support decimal alignment in tables
Juergen Spitzmueller [Sun, 26 Aug 2018 14:17:54 +0000 (16:17 +0200)]
tex2lyx: support decimal alignment in tables

(cherry picked from commit 8ef2558dc23a44185b246d3f66e1384a6144caa2)

5 years agotypo
Richard Kimberly Heck [Mon, 10 Sep 2018 23:21:05 +0000 (19:21 -0400)]
typo

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

5 years agotex2lyx: Fixes to the btUnit import
Juergen Spitzmueller [Wed, 22 Aug 2018 06:39:13 +0000 (08:39 +0200)]
tex2lyx: Fixes to the btUnit import

1. Do not attempt to mix diverging btUnits (e.g., chapters and sections).
2. use parse_text to properly parse the contents.

(cherry picked from commit 68d48b0015065f3c3cdd1377678bca56551cc203)

5 years agotex2lyx: simplify btUnit parsing
Juergen Spitzmueller [Tue, 21 Aug 2018 15:33:30 +0000 (17:33 +0200)]
tex2lyx: simplify btUnit parsing

5 years agotex2lyx: support for btUnit (multibib)
Juergen Spitzmueller [Tue, 21 Aug 2018 15:18:04 +0000 (17:18 +0200)]
tex2lyx: support for btUnit (multibib)

(cherry picked from commit 0ae68ae828cd8d3589c7aa4bd2ef958aa38182b4)

5 years agotex2lyx: Add support for horizontal longtabular alignment
Juergen Spitzmueller [Mon, 10 Sep 2018 14:21:42 +0000 (16:21 +0200)]
tex2lyx: Add support for horizontal longtabular alignment

5 years agoUpdate it.po
Enrico Forestieri [Mon, 10 Sep 2018 12:48:34 +0000 (14:48 +0200)]
Update it.po

5 years agoFix disappearing blue language underline.
Jean-Marc Lasgouttes [Fri, 20 Jul 2018 13:23:55 +0000 (15:23 +0200)]
Fix disappearing blue language underline.

Make sure that the blue language underline is not below the bottom of
the row. Otherwise, it can disappear when the next row is painted.

(cherry picked from commit 8e9e05067014a7c5fad501a0f4e8ffbb56eed165)

5 years agoDraw top/bottom rules heavier for booktab
Jean-Marc Lasgouttes [Thu, 19 Jul 2018 22:26:41 +0000 (00:26 +0200)]
Draw top/bottom rules heavier for booktab

This gives a better idea of the TeX output, even though the thicknesses are
not correct. Like in LaTeX, this happens only for full top/bottom rules.

(cherry picked from commit 8651cd89f6cc16c4e17f197fbbcfe979d09f01c9)
(cherry picked from commit 84328c85388cc577d8435066062ef9bbb9711af1)

5 years agode.po
Juergen Spitzmueller [Mon, 10 Sep 2018 09:29:19 +0000 (11:29 +0200)]
de.po

5 years agotex2lyx/TODO: cleanup
Juergen Spitzmueller [Mon, 10 Sep 2018 08:34:07 +0000 (10:34 +0200)]
tex2lyx/TODO: cleanup

5 years agoDon't add localswitch if no language changes
Juergen Spitzmueller [Fri, 27 Apr 2018 16:27:21 +0000 (18:27 +0200)]
Don't add localswitch if no language changes

(cherry picked from commit 7018d3641f693967bb8bade86488a495cd2e976b)

5 years agoClose/reopen local language switches at each par
Juergen Spitzmueller [Fri, 27 Apr 2018 07:48:14 +0000 (09:48 +0200)]
Close/reopen local language switches at each par

Fixes: #11128
(cherry picked from commit f77887033871b3c561c85d9acb07f07f911150ec)

5 years agoFix shortcuts info output on the Mac
Juergen Spitzmueller [Thu, 9 Aug 2018 14:56:41 +0000 (16:56 +0200)]
Fix shortcuts info output on the Mac

QKeySequence returns special characters for keys on the mac rather than
textual key names (as on other OSes).

Since these symbols are not included in many fonts, we re-translate them
to textual names

Fixes: #10641
(cherry picked from commit 5f45b3ed9c851f0d01fcc8fd17c3b25f6efd47c3)

5 years agoSupport key symbols via menukeys package
Juergen Spitzmueller [Thu, 9 Aug 2018 13:05:19 +0000 (15:05 +0200)]
Support key symbols via menukeys package

(cherry picked from commit fd7490762d6248bb4ca7120fe97b28d96496d9d3)

5 years agoFixes to input method handling
Jean-Marc Lasgouttes [Thu, 5 Jul 2018 12:01:56 +0000 (14:01 +0200)]
Fixes to input method handling

The goal of this patch is to make "self-insert <string>" act as a
sequence of individual self-insert calls. Once it is done, the
insertion of the commit string in GuiWorkArea can use that, which
fixes the issues described in bug 11183.

1/ in InsetMathNest, SELF_INSERT is rewritten to be a proper loop of
   interpretChar, instead of inserting the string as characters. This
   solves the issue of interpreting ^ properly.

2/ the text version does not need to be changed (the loop is rewritten
   using a range, though).

3/ Then {{{GuiWorkArea::inputMethodEvent}}} is changed to invoke
   directly self-insert. This removes the update issues.

Fixes bug 11183.

(cherry picked from commit ad5548cfe39a17389ca721aab896e876f2cd4124)

5 years agoAmend 79cf3f5ec10
Juergen Spitzmueller [Wed, 25 Jul 2018 09:38:56 +0000 (11:38 +0200)]
Amend 79cf3f5ec10

Some InfoInsets have to be LTR always.

5 years agoFix text direction issue for InsetInfo in RTL context
Juergen Spitzmueller [Wed, 25 Jul 2018 09:00:00 +0000 (11:00 +0200)]
Fix text direction issue for InsetInfo in RTL context

Fixes: #10463
(cherry picked from commit 79cf3f5ec1088e7de988e889247ec300d42fb70b)

5 years agoCovington now provides subexamples itself
Juergen Spitzmueller [Sat, 8 Sep 2018 07:50:48 +0000 (09:50 +0200)]
Covington now provides subexamples itself

Candidate for stable.

(cherry picked from commit ab16bb7eb98731be25413f9410e61e7d4fe75439)

5 years agoAllow to change multiple columns' width at once
Juergen Spitzmueller [Mon, 23 Jul 2018 14:36:19 +0000 (16:36 +0200)]
Allow to change multiple columns' width at once

Fixes: #11205
(cherry picked from commit 91254472e601d573057bd943aed5de36d6fb9438)

5 years agotex2lyx: fix import of unknown commands'/environments' options
Juergen Spitzmueller [Tue, 28 Aug 2018 08:31:29 +0000 (10:31 +0200)]
tex2lyx: fix import of unknown commands'/environments' options

If we detect options via hasOpt(), output the brackets as ERT.

Fixes: #8685
(cherry picked from commit da62299f3773dc8412a49953fb366bd804c360a7)

5 years agotex2lyx: Fix import of Arabic polyglossia environment
Juergen Spitzmueller [Fri, 24 Aug 2018 12:20:43 +0000 (14:20 +0200)]
tex2lyx: Fix import of Arabic polyglossia environment

Part of #10111

(cherry picked from commit 920e26916e760f9196270d1e19d9486412f2fb1e)

5 years agoDo not update MiKTeX database prior to configuration.
Richard Kimberly Heck [Sun, 9 Sep 2018 16:33:09 +0000 (12:33 -0400)]
Do not update MiKTeX database prior to configuration.

The user can do this kind of thing if they wish, but we should not
do it on their behalf. (These commands were also run whether MiKTeX
or TeXLive was installed.)

5 years agoUpdate sk.po
Kornel Benko [Sun, 9 Sep 2018 11:36:46 +0000 (13:36 +0200)]
Update sk.po

5 years agode.po
Juergen Spitzmueller [Sun, 9 Sep 2018 10:46:04 +0000 (12:46 +0200)]
de.po

5 years agotex2lyx: Add support for multirow
Juergen Spitzmueller [Sun, 24 Jun 2018 16:13:03 +0000 (18:13 +0200)]
tex2lyx: Add support for multirow

Fixes: #11164
(cherry picked from commit c33506555f5f7193b0cbce6c9878d62a18f37cc9)

5 years agoWe do not natively support multirow yet
Juergen Spitzmueller [Fri, 1 Jun 2018 15:11:35 +0000 (17:11 +0200)]
We do not natively support multirow yet

See #11164

(cherry picked from commit 2fbce44401986b61102695ca2eb2bdc5ff77d7ca)

5 years agoConsider required modules when checking for layout definitions in modules
Juergen Spitzmueller [Thu, 24 May 2018 15:38:10 +0000 (17:38 +0200)]
Consider required modules when checking for layout definitions in modules

Fixes: #11156.
(cherry picked from commit 8b4c76fb2465402dc48915b965de8a6f9a884795)

5 years agoPar alignment in floats must be swapped for all RTL langs, not only Hebrew
Juergen Spitzmueller [Sun, 15 Jul 2018 17:23:19 +0000 (19:23 +0200)]
Par alignment in floats must be swapped for all RTL langs, not only Hebrew

Fixes: #11029
(cherry picked from commit 3bacc3c6e73e87c1fdb3a9af33533c556d1d7274)

5 years agoHebrew docs: No need to mark logos as English
Scott Kostyshak [Mon, 16 Jul 2018 08:58:22 +0000 (04:58 -0400)]
Hebrew docs: No need to mark logos as English

Thanks to the fix to #10423, we can leave e.g. \LyX and \LaTeX as
the default language (which is Hebrew for these document).

(cherry picked from commit 7b5768504834533410aedf472ad5ff454f71313b)

5 years agoProper logos with RTL
Juergen Spitzmueller [Sun, 15 Jul 2018 18:56:55 +0000 (20:56 +0200)]
Proper logos with RTL

Fixes #10423

(cherry picked from commit e5a9244bef8b7d86ae86fa2d180adbd0c47b70f1)

5 years agoImplement tri-state in GuiSetBorder
Juergen Spitzmueller [Tue, 24 Jul 2018 11:49:27 +0000 (13:49 +0200)]
Implement tri-state in GuiSetBorder

A new UNDECIDED state is used if multiple cells with differing border
settings are selected.

This prevents additional borders to be set without being asked.

Fixes: #10010
(cherry picked from commit 99aefa5fd2c2184f0a67930046956df7d8f611df)

5 years agoDisallow paragraph customization in some single-par charstyle insets
Juergen Spitzmueller [Fri, 11 May 2018 11:47:27 +0000 (13:47 +0200)]
Disallow paragraph customization in some single-par charstyle insets

Fixes: #9192
(cherry picked from commit 7a5184fd87e747b089acf4563ebacabe2e1f121a)

5 years agoWrap rotated cells with linebreaks in varwidth
Juergen Spitzmueller [Sat, 30 Jun 2018 12:32:27 +0000 (14:32 +0200)]
Wrap rotated cells with linebreaks in varwidth

Fixes: #8085
(cherry picked from commit 88e5e5fd345c280b0927ad84785657cbc9e55f77)

5 years agotex2lyx: extend titling support
Juergen Spitzmueller [Wed, 23 May 2018 10:34:41 +0000 (12:34 +0200)]
tex2lyx: extend titling support

Rather than checking for hardcoded title commands such as \maketitle,
use the titlename and titletype as defined in the layout.

This now also includes title environments.

Fixes part of #6461

(cherry picked from commit 429edc0a59a0509445bb93cd7d60c3d9ff36bd6b)

5 years agoConsider EuropeanNumberTerminator property when determining text direction
Juergen Spitzmueller [Sun, 22 Jul 2018 10:36:38 +0000 (12:36 +0200)]
Consider EuropeanNumberTerminator property when determining text direction

Also, use EuropeanNumberSeparator information rather than relying on an
own (incomplete) list of number separators.

Fixes: #4057
(cherry picked from commit 611df441b6e44ad641d6d9424fe68fe72d641706)

5 years agoFix bug #11203
Enrico Forestieri [Sun, 22 Jul 2018 20:22:13 +0000 (22:22 +0200)]
Fix bug #11203

Minted does not have a language option but it is possible to enter
this option in the LyX interface for compatibility with the listings
package, and also for letting to enter a language not present in the
gui. So, this option is only used for properly specifying a language
in a listing, unless it is entered in the document settings dialog.
This case was not foreseen and thus the option was being passed to
the package as is, causing havoc. With this commit the option is
still available but is used to set a default language for a new
listing in place of the default "tex" language used so far.

(cherry picked from commit 16ca5290c0d619df23406275e6698594b90ce7ab)

5 years agoSupport input of non-ASCII characters in hyperlinks
Juergen Spitzmueller [Sat, 9 Jun 2018 09:52:55 +0000 (11:52 +0200)]
Support input of non-ASCII characters in hyperlinks

We transform them to hex representation via
QByteArray::toPercentEncoding()

Fixes: #11165
(cherry picked from commit 01d8f418943f5f63f329658d387a7dbd9a024c91)

5 years agoUse footnotehyper rather than footnote if hyperref is used
Juergen Spitzmueller [Wed, 25 Jul 2018 16:01:22 +0000 (18:01 +0200)]
Use footnotehyper rather than footnote if hyperref is used

Fixes: #11212
(cherry picked from commit f8e286b82328b545172f0f9ab6b26530837c06b2)

5 years agoCapitalization fixes
Juergen Spitzmueller [Sun, 5 Aug 2018 08:10:50 +0000 (10:10 +0200)]
Capitalization fixes

Fixes: #11237
(cherry picked from commit b75f716b7337045898c0d997dac25ff9e8626ddd)

5 years agoDisambiguate dialog buttons
Juergen Spitzmueller [Tue, 14 Aug 2018 15:03:46 +0000 (17:03 +0200)]
Disambiguate dialog buttons

Fixes: #11242
(cherry picked from commit 74657a14a7d0d121724725e936b10be26efab846)

5 years agoDo not start from a non-relevant parent in Buffer cloning.
Juergen Spitzmueller [Wed, 16 May 2018 06:35:21 +0000 (08:35 +0200)]
Do not start from a non-relevant parent in Buffer cloning.

(cherry picked from commit e077255aea9d8380e1efcef00e90b822d19bc5d3)

5 years agoImprove Springer layout descriptions
Juergen Spitzmueller [Sun, 9 Sep 2018 08:31:55 +0000 (10:31 +0200)]
Improve Springer layout descriptions

5 years agoRedesign character dialog
Juergen Spitzmueller [Sun, 9 Sep 2018 08:20:00 +0000 (10:20 +0200)]
Redesign character dialog

Fixes: #2752, #3804, #3884, #4836
Backport of [fb393b450d661/lyxgit] and [f888afeb9ef7/lyxgit]

5 years agoTry yet again try to fix bug #9158.
Richard Kimberly Heck [Sun, 2 Sep 2018 04:10:01 +0000 (00:10 -0400)]
Try yet again try to fix bug #9158.

The problem with the previous attempt was that, every time through
updateBuffer, we looked up the file location using kpsewhich, which
took too long on Windows. The new solution is to cache that info, and
to look it up only when we need it.

Previously, this info would have been re-read whenever we parsed the
bibfiles. So we re-read it now whenever the bibinfo cache is invalid,
which is less often, but should be good enough. We can add more such
re-reads if need be.

(cherry picked from commit 601449269939150bb7452698809e59c00a98a20f)

5 years agoKill off the bundled installer.
Richard Kimberly Heck [Sat, 8 Sep 2018 20:56:05 +0000 (16:56 -0400)]
Kill off the bundled installer.

5 years agoBack to development.
Richard Kimberly Heck [Sat, 8 Sep 2018 22:55:07 +0000 (18:55 -0400)]
Back to development.

5 years agoDebugging, etc, for build script. 2.3.1
Richard Kimberly Heck [Sat, 8 Sep 2018 18:24:49 +0000 (14:24 -0400)]
Debugging, etc, for build script.

5 years agoNew version of Windows installer.
Richard Kimberly Heck [Thu, 6 Sep 2018 17:35:43 +0000 (13:35 -0400)]
New version of Windows installer.

5 years agoRevert "Attempt to fix bug 9158 using updateBuffer."
Richard Kimberly Heck [Sun, 2 Sep 2018 01:48:48 +0000 (21:48 -0400)]
Revert "Attempt to fix bug 9158 using updateBuffer."

This reverts commit fe246160603786a9d299755d88eabd3d7ce5439e.

5 years agoRevert "Use separate BibInfo for child"
Richard Kimberly Heck [Sun, 2 Sep 2018 01:47:23 +0000 (21:47 -0400)]
Revert "Use separate BibInfo for child"

This reverts commit cfce0ac009e8820df79d845c2b0c237cbd441dcb.

5 years agoRevert "amend cfce0ac0"
Richard Kimberly Heck [Sun, 2 Sep 2018 01:47:20 +0000 (21:47 -0400)]
Revert "amend cfce0ac0"

This reverts commit 9c1ac5e6d9a2e18656212d8a2b54b9d12a47c6c9.

5 years agoRevert "Prevent that a full source preview of a child clears the master's bibfiles...
Richard Kimberly Heck [Sun, 2 Sep 2018 01:47:11 +0000 (21:47 -0400)]
Revert "Prevent that a full source preview of a child clears the master's bibfiles cache."

This reverts commit 4ce9e61ab137706de57a856fab3b5f9af237e5a4.

5 years agoRemove MiKTeX update warning and update version etc.
Richard Kimberly Heck [Thu, 30 Aug 2018 20:06:15 +0000 (16:06 -0400)]
Remove MiKTeX update warning and update version etc.

5 years agoUpdates to cmake scripts needed to build with mingw on Fedora.
Richard Kimberly Heck [Thu, 30 Aug 2018 19:28:13 +0000 (15:28 -0400)]
Updates to cmake scripts needed to build with mingw on Fedora.

These are not really right. Things are hardcoded that probably should
not be. These are marked (hopefully) with "# RKH" comments. Possibly
what's needed is another flag? Anyway, help welcome.

5 years agoResource icons for Windows.
Richard Kimberly Heck [Thu, 30 Aug 2018 19:17:27 +0000 (15:17 -0400)]
Resource icons for Windows.

5 years agoPackaging updates from 2.3.0.
Richard Kimberly Heck [Thu, 30 Aug 2018 19:14:06 +0000 (15:14 -0400)]
Packaging updates from 2.3.0.

5 years agoUpdates to build script.
Richard Kimberly Heck [Thu, 30 Aug 2018 19:08:47 +0000 (15:08 -0400)]
Updates to build script.

5 years agoFixes for the README file, from Joel Kulesza.
Richard Kimberly Heck [Tue, 28 Aug 2018 19:28:39 +0000 (15:28 -0400)]
Fixes for the README file, from Joel Kulesza.

Fixes #11250.

5 years agoNotes related to bug #11216.
Richard Kimberly Heck [Tue, 28 Aug 2018 19:22:50 +0000 (15:22 -0400)]
Notes related to bug #11216.

5 years agoFixes for the build script.
Richard Kimberly Heck [Tue, 28 Aug 2018 19:18:53 +0000 (15:18 -0400)]
Fixes for the build script.

5 years agoPrepare for 2.3.1.
Richard Kimberly Heck [Mon, 27 Aug 2018 18:06:46 +0000 (14:06 -0400)]
Prepare for 2.3.1.

5 years agoFix credits entry
Juergen Spitzmueller [Mon, 20 Aug 2018 07:34:53 +0000 (09:34 +0200)]
Fix credits entry

5 years agozh_CN.po: update from Winfred
Juergen Spitzmueller [Mon, 20 Aug 2018 06:41:03 +0000 (08:41 +0200)]
zh_CN.po: update from Winfred

5 years agoFix line break in tooltip
Juergen Spitzmueller [Fri, 17 Aug 2018 08:32:57 +0000 (10:32 +0200)]
Fix line break in tooltip

Fixes: #11252
(cherry picked from commit 6d71b9b69a0166fbc95b8c356e355924b4b73ce0)

5 years agoRemerge hu.po
Pavel Sanda [Sun, 19 Aug 2018 23:25:45 +0000 (01:25 +0200)]
Remerge hu.po

5 years agohu.po - fix several errs.
Pavel Sanda [Sun, 19 Aug 2018 23:23:15 +0000 (01:23 +0200)]
hu.po - fix several errs.

hu.po:13448: warning: internationalized messages should not contain the '\a' escape sequence
...

5 years ago* hu.po - small update from Alex (including layouttranslations fixes)
Pavel Sanda [Sun, 19 Aug 2018 23:14:33 +0000 (01:14 +0200)]
* hu.po - small update from Alex (including layouttranslations fixes)

5 years agoFix bug #11247
Enrico Forestieri [Fri, 17 Aug 2018 20:28:03 +0000 (22:28 +0200)]
Fix bug #11247

async is a reserved keyword in python 3.7

(cherry picked from commit 061cd7fd9ca002c8935dbb6cd5b19c2725c3f1f5)

5 years agoRevert "Hungarian translations from Alex."
Richard Kimberly Heck [Sat, 18 Aug 2018 18:36:34 +0000 (14:36 -0400)]
Revert "Hungarian translations from Alex."

Already committed in what seems a slightly newer version?

This reverts commit e5d5460673fd406e08bddb223006f0df97183ba2.

5 years agoHungarian translations from Alex.
Richard Kimberly Heck [Sat, 18 Aug 2018 18:30:31 +0000 (14:30 -0400)]
Hungarian translations from Alex.

5 years agohu.po: update by Alex
Juergen Spitzmueller [Sat, 18 Aug 2018 13:10:48 +0000 (15:10 +0200)]
hu.po: update by Alex

5 years agoRemerge strings.
Richard Kimberly Heck [Thu, 9 Aug 2018 17:10:09 +0000 (13:10 -0400)]
Remerge strings.

5 years agoUpdate sk.po
Kornel Benko [Wed, 8 Aug 2018 11:51:14 +0000 (13:51 +0200)]
Update sk.po

5 years agoFix LyX server on Windows
Enrico Forestieri [Tue, 7 Aug 2018 15:56:07 +0000 (17:56 +0200)]
Fix LyX server on Windows

On some recent Windows versions, GetLastError() may also return
NO_ERROR instead of ERROR_IO_PENDING during an overlapped write
operation to a pipe. This was confusing the state machine in
Server.cpp so that replies to commands were scheduled but were
never actually output.

(cherry picked from commit cf5f2661dc0a902e541704172ab369ba3e5a54d6)

5 years agoUpdate the server_monitor example client to Qt5
Enrico Forestieri [Tue, 7 Aug 2018 15:47:50 +0000 (17:47 +0200)]
Update the server_monitor example client to Qt5

(cherry picked from commit ab72f9459501838f01f993c584c450997355678e)

5 years agoru.po: update by Yuriy
Juergen Spitzmueller [Sun, 5 Aug 2018 06:00:25 +0000 (08:00 +0200)]
ru.po: update by Yuriy

5 years agoUpdate it.po
Enrico Forestieri [Sat, 4 Aug 2018 13:47:33 +0000 (15:47 +0200)]
Update it.po

5 years agoRevert "Do not increment start for find(phrase) while looping over phrases"
Kornel Benko [Sat, 4 Aug 2018 11:36:38 +0000 (13:36 +0200)]
Revert "Do not increment start for find(phrase) while looping over phrases"

This reverts commit e7b3b62b0bf9a9f611bf8021556b8584ac0115c3.
The 'for phrase in' loop is organized differently to master.

Thanks Enrico

5 years agouk.po: more update by Yuri
Juergen Spitzmueller [Sat, 4 Aug 2018 05:41:03 +0000 (07:41 +0200)]
uk.po: more update by Yuri

5 years agode.po: update
Juergen Spitzmueller [Sat, 4 Aug 2018 05:20:44 +0000 (07:20 +0200)]
de.po: update

5 years agoresync po files
Juergen Spitzmueller [Sat, 4 Aug 2018 05:17:19 +0000 (07:17 +0200)]
resync po files

5 years agouk.po: Update by Yuri
Juergen Spitzmueller [Sat, 4 Aug 2018 05:11:02 +0000 (07:11 +0200)]
uk.po: Update by Yuri

5 years agoDo not increment start for find(phrase) while looping over phrases
Kornel Benko [Thu, 2 Aug 2018 20:51:36 +0000 (22:51 +0200)]
Do not increment start for find(phrase) while looping over phrases

The increment will be done at the end of the for-loop.

(cherry picked from commit a96845660eccd9feee738e56215377ac14a41ceb)

5 years agoChange size policy of buffer combo in refs dialog
Juergen Spitzmueller [Thu, 2 Aug 2018 07:08:11 +0000 (09:08 +0200)]
Change size policy of buffer combo in refs dialog

Fixes: #9316
(cherry picked from commit b286c6d23578e06500504e16980b99c1ed84fa81)