]> git.lyx.org Git - lyx.git/log
lyx.git
3 years agoFix bug #11007
Enrico Forestieri [Mon, 1 Mar 2021 09:38:02 +0000 (10:38 +0100)]
Fix bug #11007

The math color inset inherits the mode of the containing inset.
This mode is inferred by the kind of font in effect. Setting the
right mode allows to insert spaces where these should be allowed.
Another small glitch was that the selection was always parsed in
math mode, so that any space was swallowed, even if the inset would
allow them.

3 years agoFix bug #3751
Enrico Forestieri [Sat, 27 Feb 2021 23:33:43 +0000 (00:33 +0100)]
Fix bug #3751

We lack the necessary font (cmb10) for drawing bold uppercase greek
letters. It would be overkill adding it for this sole purpose, so
adopt the same poor man's bold strategy used with \boldsymbol.

3 years agoFix bug #3294
Enrico Forestieri [Sat, 27 Feb 2021 22:31:25 +0000 (23:31 +0100)]
Fix bug #3294

3 years ago Update status
jpc [Fri, 26 Feb 2021 10:50:31 +0000 (11:50 +0100)]
        Update status

3 years ago Update fr.po
jpc [Fri, 26 Feb 2021 10:44:59 +0000 (11:44 +0100)]
     Update fr.po

         Change translations of pagebreak and linebreak

3 years agoBy report autoconf 2.71 works, 2.70 is known to have compatibility issues.
Pavel Sanda [Mon, 22 Feb 2021 10:09:22 +0000 (11:09 +0100)]
By report autoconf 2.71 works, 2.70 is known to have compatibility issues.

3 years agoFix bug #12148
Enrico Forestieri [Fri, 19 Feb 2021 01:19:06 +0000 (02:19 +0100)]
Fix bug #12148

(cherry picked from commit 7114de5175e0d34275b39bb998dd65186d1d219f)

3 years agoDEPM: do not fix cursor pit if it was in a different cell
Jean-Marc Lasgouttes [Thu, 11 Feb 2021 15:58:28 +0000 (16:58 +0100)]
DEPM: do not fix cursor pit if it was in a different cell

This bug has been here forever.

Fixes bug #12117.

(cherry-picked from 939d25561d5345d367309b7994eaefa355072456)

3 years agoDisable direct insertion of multiple spaces in mathed text
Enrico Forestieri [Thu, 4 Feb 2021 20:20:45 +0000 (21:20 +0100)]
Disable direct insertion of multiple spaces in mathed text

Fixes #1311

(cherry picked from commit 8202e4e571b90b3b87918437d6346bbf1cbfc6aa)

3 years agoAllow pasting references to mathed
Enrico Forestieri [Sat, 30 Jan 2021 00:32:40 +0000 (01:32 +0100)]
Allow pasting references to mathed

A reference can be directly inserted into mathed but cannot be pasted
because the pasted material is returned in plain text format. This patch
allows getting a string from the cut stack in a suitable format allowing
the math parser to actually create an InsetRef.

Fixes #11539

(cherry picked from commit 22ee249c3ea6426dbf24956ae36986e3ee6f81c0)

3 years agoChange backspace behavior in align type equations
Enrico Forestieri [Sat, 30 Jan 2021 23:51:15 +0000 (00:51 +0100)]
Change backspace behavior in align type equations

When hitting backspace in the first position of a cell in mathed,
if the cell is part of an array, the whole array is dissolved
and the sole cell content pasted in the containing environment.

But if the cell is part of an eqnarray or align math hull type, the
cursor is simply (and unexpectedly) taken out of the whole equation,
which is left unchanged.

This patch makes backspace equivalent to the cursor left key in those
cases, while leaving the behavior unchanged in all other ones.

Fixes #11678

(cherry picked from commit c79ec4114e419ae8f4711c4c07ab0df19dafaaa3)

3 years agoDo not output \maketitle in table cells if the table is in the title
Juergen Spitzmueller [Fri, 29 Jan 2021 14:45:54 +0000 (15:45 +0100)]
Do not output \maketitle in table cells if the table is in the title

(cherry picked from commit 6d05e7816863c08ce2826b3e3a8170ebd3b9bcd0)

3 years agoFixup 20e1fe46: fix the StartupWMClass in desktop file
Jean-Marc Lasgouttes [Fri, 8 Jan 2021 09:11:23 +0000 (10:11 +0100)]
Fixup 20e1fe46: fix the StartupWMClass in desktop file

(cherry picked from commit 20e1fe4674cdcd0164c74f76dddd882d95ea3c88)

3 years agoMove handling of LFUN_COPY to BufferView
Jean-Marc Lasgouttes [Fri, 8 Jan 2021 18:27:19 +0000 (19:27 +0100)]
Move handling of LFUN_COPY to BufferView

It turns out that the code is the same in texted ans mathed and that
whatever is done in InsetTabular is not useful.

This means that we do not need to deal Text::dispatch idiosyncrasies
(in particular forcing the cursor to be visible).

Fix bug #11225.

(cherry picked from commit 9e1db65932b895778525c48d524adfad2ae37739)

3 years ago* cs.po
Pavel Sanda [Wed, 6 Jan 2021 15:22:48 +0000 (16:22 +0100)]
* cs.po

3 years agoFix bug 9961
Eugene Chornyi [Sun, 3 Jan 2021 19:11:49 +0000 (20:11 +0100)]
Fix bug 9961

remove the error message for not finding a pdf viewer (apparently empty string is returned by FindExecutable if the executable is a Windows Store app). If there is really no pdf viewer, let the Windows itself decide what to do (produce error or not and which one).

3 years agoRe-enable input of non-LyX files (e.g., tex, pgf) (#12056)
Juergen Spitzmueller [Mon, 28 Dec 2020 08:58:30 +0000 (09:58 +0100)]
Re-enable input of non-LyX files (e.g., tex, pgf) (#12056)

This amends [a385b7dc2b58/lyxgit]

(cherry picked from commit 2af8e661a3a7652f31bbef4890a4b9290bf0febd)

3 years agoDo nothing if hunspell support is disabled
Jean-Marc Lasgouttes [Wed, 18 Nov 2020 15:41:19 +0000 (16:41 +0100)]
Do nothing if hunspell support is disabled

(cherry picked from commit 031720b66a40bd7b520b4b01d894a0244cdcc32a)

3 years agoAmend c3484fa6, adapt cmake-build to new hunspell-version
Kornel Benko [Wed, 12 Jun 2019 17:29:46 +0000 (19:29 +0200)]
Amend c3484fa6, adapt cmake-build to new hunspell-version

(cherry picked from commit cf980435b12e697b90508924cf0c82dd3c1c0b36)

3 years agoRe-add win_api/config.h and somewhat update CMakeLists.txt
Jean-Marc Lasgouttes [Mon, 17 Jun 2019 10:17:40 +0000 (12:17 +0200)]
Re-add win_api/config.h and somewhat update CMakeLists.txt

(cherry picked from commit 91c58d9a68ca2f4fc3114fd00cb49d6486420496)

3 years agoUpdate the in-source hunspell to version 1.7.0
Jean-Marc Lasgouttes [Wed, 12 Jun 2019 14:38:42 +0000 (16:38 +0200)]
Update the in-source hunspell to version 1.7.0

(cherry picked from commit c3484fa6c81e14bc2a4df92c4cf0bb043ac4b99a)

3 years agoReplace QFontMetrics::width() by horizontalAdvance() in Qt>=5.11
Jean-Marc Lasgouttes [Sat, 24 Oct 2020 17:29:34 +0000 (19:29 +0200)]
Replace QFontMetrics::width() by horizontalAdvance() in Qt>=5.11

The method horizontalAdvance() replaces width() starting with Qt 5.11.
To handle this, all direct calls to QFontMetrics::width() are replaced
by calls to GuiFontMetrics::width(), and the code for
GuiFontMetrics::width(QChar) uses horizontalAdvance on newer Qt
versions.

(cherry picked from commit 21422dd6527754d8b7876a6e11b686cd726321ed)

3 years agoTake right margin into account for text inset width
Jean-Marc Lasgouttes [Tue, 17 Nov 2020 16:47:22 +0000 (17:47 +0100)]
Take right margin into account for text inset width

This is particularly important for contents in RtL languages, where
the right margin may contain the paragraph indentation, or
itemize/enumeration symbols.

Fixes bug #12030.

(cherry picked from commit 875b1def4fde82ff06089bd84fc9b3157878c011)

3 years agoTake label width into account for SubLabel insets
Jean-Marc Lasgouttes [Tue, 15 Dec 2020 14:25:07 +0000 (15:25 +0100)]
Take label width into account for SubLabel insets

The drawing of the label should not go further than inset width.

Fixes bug #12046.

(cherry picked from commit 3950f054977c60cdbf73c805cbd898003974aaee)

3 years agoDo not close spellchecker after "Replace All" (#11310)
Juergen Spitzmueller [Tue, 15 Dec 2020 14:55:22 +0000 (15:55 +0100)]
Do not close spellchecker after "Replace All" (#11310)

Wrong use of wrapAround here

3 years agoTypo
Enrico Forestieri [Mon, 7 Dec 2020 21:48:27 +0000 (22:48 +0100)]
Typo

3 years agoUpdate sk.po
Kornel Benko [Mon, 7 Dec 2020 08:13:26 +0000 (09:13 +0100)]
Update sk.po

3 years agoFix bug #12033.
Richard Kimberly Heck [Sun, 6 Dec 2020 01:27:29 +0000 (20:27 -0500)]
Fix bug #12033.

Silly mistake: Only considered the parent, not grandparents, etc.

(cherry picked from commit 742348262ec6a8f65abc95a50ce0a270b90e4dbb)

3 years agode.po
Juergen Spitzmueller [Sat, 5 Dec 2020 12:48:14 +0000 (13:48 +0100)]
de.po

3 years ago* Status
Pavel Sanda [Fri, 4 Dec 2020 20:26:30 +0000 (21:26 +0100)]
* Status

3 years agoImprove VCS error message when RCS is not installed.
Pavel Sanda [Fri, 4 Dec 2020 17:16:44 +0000 (18:16 +0100)]
Improve VCS error message when RCS is not installed.

User's report that it takes time to realize what package
is 'ci' part of, so we can give a hint for the initial
file registration.

3 years agoAdd empty line after last \bibitem in bibliography (#12041)
Juergen Spitzmueller [Thu, 3 Dec 2020 06:46:39 +0000 (07:46 +0100)]
Add empty line after last \bibitem in bibliography (#12041)

(cherry picked from commit 4a13a29042a05dfeba57ea4d2299d96d6ac7d30e)

3 years agoPolish translation fix (#12013)
Juergen Spitzmueller [Wed, 2 Dec 2020 14:45:48 +0000 (15:45 +0100)]
Polish translation fix (#12013)

(cherry picked from commit a58990abfd2031221a4a932a96043bee0476004d)

3 years agoFix tex4ht odt converter
Juergen Spitzmueller [Wed, 25 Nov 2020 12:10:04 +0000 (13:10 +0100)]
Fix tex4ht odt converter

Private message by Michal Hoftich (tex4ht head developer):

oolatex is not recommended way to use Tex4ht for the ODT conversion.
It is better to use

make4ht -f odt mwe.tex

make4ht fixes some issues in ODT files

This is candidate for stable.

(cherry picked from commit 17ebec693ad1fce6961867a5514217707a8f8051)

3 years agoStore correctly the window position with Wayland
Jean-Marc Lasgouttes [Thu, 12 Nov 2020 11:09:36 +0000 (12:09 +0100)]
Store correctly the window position with Wayland

To do this, hard-coded test for xcb had to be replaced with a call to
platformName(). Since this method does not exist in Qt4, we emulate
it.

Note that Qt5 uses xcb bindings for X11 system, while Qt4 relies on
older X11 bindings. We return platorm == "qt4x11" in this case.

Fixes bug #11746.

(cherry picked from commit 222a317dd243fb18f01bfa6e994902fee06ae3db)

3 years agoBack to development
Richard Kimberly Heck [Mon, 30 Nov 2020 18:29:22 +0000 (13:29 -0500)]
Back to development

3 years agoMinor ANNOUNCE fix. Will only matter if there is a 2.3.6.1... 2.3.6
Richard Kimberly Heck [Mon, 30 Nov 2020 18:28:29 +0000 (13:28 -0500)]
Minor ANNOUNCE fix. Will only matter if there is a 2.3.6.1...

3 years agoRemerge strings.
Richard Kimberly Heck [Fri, 27 Nov 2020 17:18:52 +0000 (12:18 -0500)]
Remerge strings.

3 years agoPrepare for 2.3.6
Richard Kimberly Heck [Fri, 27 Nov 2020 17:15:22 +0000 (12:15 -0500)]
Prepare for 2.3.6

3 years agoErase white frame in fullscreen mode.
Pavel Sanda [Sun, 22 Nov 2020 10:54:58 +0000 (11:54 +0100)]
Erase white frame in fullscreen mode.

Backport 4eb791ff187741.

3 years agoBrazillian Portuguese translation from Georger
Richard Kimberly Heck [Thu, 5 Nov 2020 14:51:10 +0000 (09:51 -0500)]
Brazillian Portuguese translation from Georger

3 years agode.po
Juergen Spitzmueller [Wed, 4 Nov 2020 06:15:55 +0000 (07:15 +0100)]
de.po

3 years ago Update status
jpc [Tue, 3 Nov 2020 15:47:12 +0000 (16:47 +0100)]
Update status

3 years ago Update fr.po
jpc [Tue, 3 Nov 2020 15:44:14 +0000 (16:44 +0100)]
Update fr.po

3 years agoRemerge strings.
Richard Kimberly Heck [Mon, 2 Nov 2020 18:44:48 +0000 (13:44 -0500)]
Remerge strings.

3 years agoFix on-screen display of special math fonts
Enrico Forestieri [Fri, 30 Oct 2020 14:53:35 +0000 (15:53 +0100)]
Fix on-screen display of special math fonts

Make sure that the on-screen representation of the special math fonts
mathbb, mathds, mathfrak, mathcal, and mathscr matches the latex output.

3 years ago* cs.po
Pavel Sanda [Fri, 30 Oct 2020 12:55:22 +0000 (13:55 +0100)]
* cs.po

3 years agoUpdate sk.po
Kornel Benko [Fri, 30 Oct 2020 10:47:06 +0000 (11:47 +0100)]
Update sk.po

3 years agoUpdate ru.po
Yuriy Skalko [Fri, 30 Oct 2020 07:34:08 +0000 (09:34 +0200)]
Update ru.po

3 years agoCMake deb: support "python2 | python3" dependency
Scott Kostyshak [Mon, 19 Oct 2020 18:59:17 +0000 (14:59 -0400)]
CMake deb: support "python2 | python3" dependency

The latest debian-based distributions have moved away from
the "python" package dependency to "python2" and "python3".

(cherry picked from commit fe1cbc06c320677bf5930d3e3e943f7d9a75bdcf)

3 years agoCMake deb: update python2 requirement
Scott Kostyshak [Mon, 19 Oct 2020 19:06:04 +0000 (15:06 -0400)]
CMake deb: update python2 requirement

Synchronize with README: >= 2.7.

(cherry picked from commit 334552ade5bcaf55c8ac337ea3ecf350867f0707)

3 years agoRemerge strings.
Richard Kimberly Heck [Thu, 29 Oct 2020 21:57:02 +0000 (17:57 -0400)]
Remerge strings.

3 years agoBackport changes to postats.py
Richard Kimberly Heck [Fri, 18 Sep 2020 20:48:21 +0000 (16:48 -0400)]
Backport changes to postats.py

3 years agoUpdate it.po
Enrico Forestieri [Sat, 24 Oct 2020 17:14:24 +0000 (19:14 +0200)]
Update it.po

3 years agoAmend 0536193c: Remove requirement of revsymb4-1.sty.
Kornel Benko [Thu, 15 Oct 2020 10:16:30 +0000 (12:16 +0200)]
Amend 0536193c: Remove requirement of revsymb4-1.sty.

Fixes #12005, reported and indicated a fix by 'ert'

(cherry picked from commit a0f02203488ddac6bb0b2437d18b98ad25453f31)

3 years agoFix bug #11986
Richard Kimberly Heck [Tue, 29 Sep 2020 02:34:52 +0000 (22:34 -0400)]
Fix bug #11986

(cherry picked from commit 444285aca225b8a6f4658ac7f5b21bc16dee799a)

3 years agoFix clipping for vector formats and when exporting from command line
Enrico Forestieri [Fri, 25 Sep 2020 19:25:40 +0000 (21:25 +0200)]
Fix clipping for vector formats and when exporting from command line

This amends ea81faa9 that only took into account the postscript format
and did not consider that without GUI an image is not available even if
if it is actually cached. In this case we load the image for obtaining
its dimensions in order to correct the clipping bounding box.

3 years agoGnumeric conversions to html: Remove wrong closing </p> flag
Kornel Benko [Thu, 24 Sep 2020 08:14:35 +0000 (10:14 +0200)]
Gnumeric conversions to html: Remove wrong closing </p> flag

Now LyXHTML export for Spreadsheet.lyx is errorles, but stil we need a wrapper
to remove unneeded 'Ark' captions.

(cherry picked from commit 70725040db010ee5596b4d57e0b597e53e06817c)

3 years agoru.po update from Yuriy
Juergen Spitzmueller [Sat, 19 Sep 2020 06:46:04 +0000 (08:46 +0200)]
ru.po update from Yuriy

3 years agoUpdate it.po
Enrico Forestieri [Fri, 18 Sep 2020 21:51:36 +0000 (23:51 +0200)]
Update it.po

3 years agoUpdate sk.po
Kornel Benko [Fri, 18 Sep 2020 16:36:48 +0000 (18:36 +0200)]
Update sk.po

3 years agode.po
Juergen Spitzmueller [Fri, 18 Sep 2020 15:37:46 +0000 (17:37 +0200)]
de.po

3 years ago* cs.po
Pavel Sanda [Fri, 18 Sep 2020 15:36:52 +0000 (17:36 +0200)]
* cs.po

3 years agoRemerge strings.
Richard Kimberly Heck [Fri, 18 Sep 2020 15:06:07 +0000 (11:06 -0400)]
Remerge strings.

3 years agoFixup b7f6b979: make caret geometry update lazy
Jean-Marc Lasgouttes [Mon, 7 Sep 2020 13:45:30 +0000 (15:45 +0200)]
Fixup b7f6b979: make caret geometry update lazy

Instead of working around crashes in update of caret geometry, only
request it as needed. The actual computation will take place just
before painting the caret.

It might be that this is overkill and that caret geometry should be
updated unconditionally. One would have to to some timing while idle to
ascertain that.

Fixes bug #11912.

(cherry picked from commit c1f8c6c26d5480556db1500160d1df6ce79a724f)

3 years agoIntroduce BufferView::caretInView()
Jean-Marc Lasgouttes [Sun, 14 Jul 2019 21:20:29 +0000 (23:20 +0200)]
Introduce BufferView::caretInView()

It is not a good idea to call caretPosAndHeight when the caret is in a
paragraph that is not in cached metrics. This can happen when not
using "cursor follows scrollbar".

This commit refactor things a bit so that testing is done in
BufferView.

(cherry picked from commit e6b54ea4d2e28d55565699ded45da971278b23bf)

3 years agoShow custom text styles in status bar
Yuriy Skalko [Mon, 31 Aug 2020 07:29:14 +0000 (10:29 +0300)]
Show custom text styles in status bar

Fixes bug #11951.

(cherry picked from commit b0db575dc1bcd08efb5b1289204326a3391de798)

3 years ago* cs.po : new strings
Pavel Sanda [Wed, 16 Sep 2020 10:13:55 +0000 (12:13 +0200)]
* cs.po : new strings

3 years agoremerge cs.po
Pavel Sanda [Wed, 16 Sep 2020 10:00:09 +0000 (12:00 +0200)]
remerge cs.po

3 years agoLocalize format prettyName in some more places (#11954)
Juergen Spitzmueller [Sat, 29 Aug 2020 09:50:43 +0000 (11:50 +0200)]
Localize format prettyName in some more places (#11954)

(cherry picked from commit 6f476b960edf2d774f0a4ba7d39b391034f093c7)

3 years agoWorkaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...)
Eugene Chornyi [Thu, 9 Jul 2020 07:36:12 +0000 (09:36 +0200)]
Workaround Qtbug where QAbstractScrollArea::mouseMoveEvent(...)
is called falsely when quickly double tapping on a touchpad of a notebook running Windows (only for specific Qt Versions)

3 years agoTry to use the right width for math symbols
Enrico Forestieri [Tue, 8 Sep 2020 23:25:12 +0000 (01:25 +0200)]
Try to use the right width for math symbols

The rules for typesetting math differ from the rules for typesetting
text. For example, two italic 'f' chars have to be typeset more closely
than two 'o' chars in text mode, but not in math mode. Qt provides a
method that returns the distance appropriate for drawing a subsequent
character in text mode, but nothing for math mode. Typically, the
distance appropriate for drawing the next character in math mode is
the actual width span by the character, corrected by the rules of
an appendix in the TeXbook. Recently, those rules are followed more
closely in LyX but not exactly, and we have to find a way to adapt to them.
Some symbols may need more spacing around them than the width they span.
So, we use the distance suggested by Qt, unless it is less than the
width of the rectangle bounding the symbol. Before Qt 5.11 the used method
was QFontMetrics::width(), but since then it has been declared obsolete
in favor of QFontMetrics::horizontalAdvance(), whose name conveys better
its meaning.

No status entry is needed as this amends 79998fdc.

3 years agoGuiName for counters is only in 2.4.0.
Richard Kimberly Heck [Tue, 8 Sep 2020 15:34:56 +0000 (11:34 -0400)]
GuiName for counters is only in 2.4.0.

3 years agoUpdate the autocorrect file
Enrico Forestieri [Thu, 3 Sep 2020 21:19:25 +0000 (23:19 +0200)]
Update the autocorrect file

Correct or activate some already present shortcuts, and add new ones
for easily obtaining the most common fixed size delimiters.
Pressing '*' after a delimiter will cycle through all sizes.

3 years agoAdjust debug output for fonts
Enrico Forestieri [Thu, 3 Sep 2020 18:53:41 +0000 (20:53 +0200)]
Adjust debug output for fonts

This restores the debug output as it was intended before the
introduction of the LYXERR macro that was unconditionally outputing
an end of line. This is how this output was appearing until lyx 1.5:

Looking for font family cmr10 ... got: cmr10
 got it normal!

instead of as it was since lyx 1.6 and until now:

Looking for font family cmr10 ...
got: cmr10
 got it
normal!

3 years agoPersonalize fonts
Enrico Forestieri [Thu, 3 Sep 2020 18:42:05 +0000 (20:42 +0200)]
Personalize fonts

When the fonts distributed with texlive with same family name
as ours are also managed by fontconfig, Qt is not able to
discriminate ours by the style only. In order to be sure Qt
will load our fonts, we change the foundry name from 'PfEd'
to 'LyEd' and augment the font family name with this foundry
name. This only works on *nix, because adding a foundry name
seemingly breaks things on Windows. However, this is a *nix
only problem, seemingly.

3 years agode.po
Juergen Spitzmueller [Thu, 3 Sep 2020 05:46:40 +0000 (07:46 +0200)]
de.po

3 years agoAccelerators
Richard Kimberly Heck [Wed, 2 Sep 2020 14:22:21 +0000 (10:22 -0400)]
Accelerators

(cherry picked from commit 5606e934ac44c11943cfea9f5088d32c2cd27a2c)

3 years agoLocalization
Richard Kimberly Heck [Tue, 1 Sep 2020 05:41:10 +0000 (01:41 -0400)]
Localization

(cherry picked from commit 1ba785f2c6ed0c2dc70b4f046571c425d3eb3e49)

3 years agoUpdate sk.po
Kornel Benko [Mon, 31 Aug 2020 16:30:23 +0000 (18:30 +0200)]
Update sk.po

3 years agoFix problem with edit button.
Richard Kimberly Heck [Sat, 22 Aug 2020 19:21:53 +0000 (15:21 -0400)]
Fix problem with edit button.

The previous implementation relied upon the cursor being immediately
in front of the inset. A bad idea.

(cherry picked from commit cf7e32ee8f398f8dc60f2373b8a74b1df08bcd86)

3 years agoFix bug 4475.
Richard Kimberly Heck [Sat, 22 Aug 2020 19:15:47 +0000 (15:15 -0400)]
Fix bug 4475.
Add ability to create child from the include dialog.

(cherry picked from commit a385b7dc2b585ff259f9a9681e5d68168d1dac66)

3 years ago Set Deja Vu as non-TeX fonts to make xetex/luatex succeed
jpc [Sat, 29 Aug 2020 12:33:35 +0000 (14:33 +0200)]
    Set Deja Vu as non-TeX fonts to make xetex/luatex succeed

3 years agoPrevent permanent disabling of comboboxes in Vertical/Horizontal space dialogs
Yuriy Skalko [Thu, 27 Aug 2020 23:03:23 +0000 (02:03 +0300)]
Prevent permanent disabling of comboboxes in Vertical/Horizontal space dialogs

3 years ago A couple of forgotten sentences in English, and a few typos
jpc [Thu, 20 Aug 2020 15:08:39 +0000 (17:08 +0200)]
A couple of forgotten sentences in English, and a few typos

3 years ago Update status
jpc [Mon, 17 Aug 2020 14:18:48 +0000 (16:18 +0200)]
    Update status

3 years ago French translation of Customization manual : final update
jpc [Mon, 17 Aug 2020 14:10:31 +0000 (16:10 +0200)]
    French translation of Customization manual : final update

3 years agoConsider file encoding for modules in reconfigure
José Matos [Sat, 15 Aug 2020 20:02:38 +0000 (21:02 +0100)]
Consider file encoding for modules in reconfigure

If the modules are not in utf8 then we warn and skip that file
like it happens for layout files.

This a port of commit a8094051c1ae9c546c76bb0d3300d83e6cdbadef to stable.

3 years agoAmend 89d9334e03
Juergen Spitzmueller [Sat, 15 Aug 2020 06:35:26 +0000 (08:35 +0200)]
Amend 89d9334e03

This needs to be default layout, not plain layout

(cherry picked from commit ea122aa8fa2381cac9858fc9dfe71062acb7218e)

3 years agoMaintain plain layout for separating paragraphs when switching layouts (#11936)
Juergen Spitzmueller [Sat, 15 Aug 2020 06:14:17 +0000 (08:14 +0200)]
Maintain plain layout for separating paragraphs when switching layouts (#11936)

(cherry picked from commit 89d9334e03c311a4a7585f40ad81880304d174d4)

3 years agoDisable editing of math package names in Document Settings
Yuriy Skalko [Tue, 11 Aug 2020 08:48:24 +0000 (11:48 +0300)]
Disable editing of math package names in Document Settings

(cherry picked from commit e1dd91e10e3f76b4bd47c8d7133ad7318edf04f1)

3 years agode.po
Juergen Spitzmueller [Wed, 12 Aug 2020 12:35:07 +0000 (14:35 +0200)]
de.po

3 years agoFix string
Juergen Spitzmueller [Wed, 12 Aug 2020 12:31:44 +0000 (14:31 +0200)]
Fix string

3 years agoConsider nesting when checking whether an inset is in a title
Juergen Spitzmueller [Mon, 10 Aug 2020 06:54:56 +0000 (08:54 +0200)]
Consider nesting when checking whether an inset is in a title

Amends e2a29fe55686

No status entry needed.

3 years agoFix for bug #11926
Daniel Ramoeller [Fri, 7 Aug 2020 14:13:48 +0000 (16:13 +0200)]
Fix for bug #11926

Change comobox signal to user interaction only to avoid problems with "Apply changes immediately" aka "Immediate Apply". (See https://doc.qt.io/qt-5/qcombobox.html#currentIndexChanged and https://doc.qt.io/qt-5/qcombobox.html#activated.)

(cherry picked from commit d3a04c089b5e7345a6d5557dd99392a42cc0b83a)

3 years agoStatus
Richard Kimberly Heck [Sun, 9 Aug 2020 17:36:22 +0000 (13:36 -0400)]
Status

3 years agoFix bug #11741.
Daniel Ramoeller [Sun, 9 Aug 2020 17:09:41 +0000 (13:09 -0400)]
Fix bug #11741.

Theorems weren't being numbered by chapter.

(cherry picked from commit e6de6c2b596d1554c4489a00cb82416010ae91c1)

3 years agoCorrectly compute metrics for single-char non-math fonts
Enrico Forestieri [Thu, 6 Aug 2020 17:10:23 +0000 (19:10 +0200)]
Correctly compute metrics for single-char non-math fonts

No status entry needed, as this amends 79998fdc.

3 years agoRevert [9370135c3e/lyxgit] and fix #8499 properly
Juergen Spitzmueller [Tue, 4 Aug 2020 14:52:58 +0000 (16:52 +0200)]
Revert [9370135c3e/lyxgit] and fix #8499 properly

Fixes #11920

(cherry picked from commit 7250aad280ceee21200b07c3e1e7cf52849c8e2d)

3 years agoRevert "Fix #11827"
Juergen Spitzmueller [Fri, 31 Jul 2020 07:17:34 +0000 (09:17 +0200)]
Revert "Fix #11827"

Not ready yet.

This reverts commit 3a544072a522845b192594dd2ab11fcb1fc80eeb.