]> git.lyx.org Git - lyx.git/log
lyx.git
5 years agoAdded Adobe Source Pro fonts to lyx-GUI
Kornel Benko [Tue, 2 Oct 2018 09:28:46 +0000 (11:28 +0200)]
Added Adobe Source Pro fonts to lyx-GUI

5 years agoAmend(4) 73188e3
Kornel Benko [Mon, 1 Oct 2018 10:06:42 +0000 (12:06 +0200)]
Amend(4) 73188e3
* Added textsl, texttt, uline, uuline, sout, xout to the list of possible
  leading strings.
* Account for correct number of open braces in regex.
  Now the search works for enbled format too.

This is hopefully the last amend

5 years agomingw build script
Richard Kimberly Heck [Sat, 29 Sep 2018 21:44:25 +0000 (17:44 -0400)]
mingw build script

5 years agoTry to make Windows use a versioned directory for the user dir.
Richard Kimberly Heck [Sat, 29 Sep 2018 21:26:14 +0000 (17:26 -0400)]
Try to make Windows use a versioned directory for the user dir.

(cherry picked from commit 802fd7932b713ee80bf384facd45f45a5ac22de4)
(cherry picked from commit 4478451ea164a4de891b1d26ad3b1c04ad770337)

5 years agoAmend(3) 73188e3
Kornel Benko [Sun, 30 Sep 2018 16:37:55 +0000 (18:37 +0200)]
Amend(3) 73188e3
Adapt the positional references in regex supplied by user
so that for instance '([a-z]+)\s\1' to find identical words in sequence
is changed to '([a-z]+)\s\2'.

5 years agoAmend(2) 73188e3.
Kornel Benko [Sun, 30 Sep 2018 14:08:47 +0000 (16:08 +0200)]
Amend(2) 73188e3.

Added noun, textsf and texit to the list of possible
leading strings if searche with format enabled.
Searching seems to work as intended now.

5 years agoRevert "Check for old "LyX 2.3" user directory when configuring."
Richard Kimberly Heck [Sat, 29 Sep 2018 21:30:09 +0000 (17:30 -0400)]
Revert "Check for old "LyX 2.3" user directory when configuring."

This reverts commit 1fe6352d4f75776d40b17f714af772e97a039409.

5 years agoAmend(1) 73188e3.
Kornel Benko [Sat, 29 Sep 2018 16:46:21 +0000 (18:46 +0200)]
Amend(1) 73188e3.

This is slightly better, but still not satisfying.

Enable format search
Given the latexified string
\emph{Fox jUMps}
and using emphasized regex '\w*', we find 'Fox'. That is OK.
But the next find finds ' ', which is not OK.
In contrast, searching with '\w+', we find the correct string 'jUMps'.

5 years agokeytests: regex correction in test findadv-re-04
Kornel Benko [Sat, 29 Sep 2018 10:54:22 +0000 (12:54 +0200)]
keytests: regex correction in test findadv-re-04

Use '+' instead of not working '*' as quantifier
for advanced search with format enabled

5 years agoUpdate sk.po
Kornel Benko [Sat, 29 Sep 2018 09:07:50 +0000 (11:07 +0200)]
Update sk.po

5 years agoAmend cab46ff9d1ea3
Juergen Spitzmueller [Sat, 29 Sep 2018 08:27:20 +0000 (10:27 +0200)]
Amend cab46ff9d1ea3

5 years agode.po
Juergen Spitzmueller [Sat, 29 Sep 2018 08:26:11 +0000 (10:26 +0200)]
de.po

5 years agoTry to make findadv more robust if not ignoring format
Kornel Benko [Sat, 29 Sep 2018 07:23:30 +0000 (09:23 +0200)]
Try to make findadv more robust if not ignoring format

If searching for instance '.+' , the found string expanded
to the end of search buffer. So we have to replace
'.' with '[^\}]'.
Also all constructs like '[^abc]' had to be changed to '[^abc\}]'
to not go behind the actual format.
There is still problem using '*', but constructs usin '+' seem to work now.
('.*' finds everything from first char in correct format
 to (including) end of next format change
 while '.+' find _only_ characters in correct format)

5 years agoGuiCitation: Add some tooltips for the sake of keyboard users
Juergen Spitzmueller [Sat, 29 Sep 2018 07:18:26 +0000 (09:18 +0200)]
GuiCitation: Add some tooltips for the sake of keyboard users

Addresses #11317

5 years agoCopy over Windows installer updates from stable.
Richard Kimberly Heck [Sat, 29 Sep 2018 02:19:39 +0000 (22:19 -0400)]
Copy over Windows installer updates from stable.

5 years agoCopy over cmake packaging updates from 2.3.x.
Richard Kimberly Heck [Sat, 29 Sep 2018 02:18:15 +0000 (22:18 -0400)]
Copy over cmake packaging updates from 2.3.x.

5 years agoCheck for old "LyX 2.3" user directory when configuring.
Richard Kimberly Heck [Sat, 29 Sep 2018 01:42:49 +0000 (21:42 -0400)]
Check for old "LyX 2.3" user directory when configuring.

This is due to the bad packaging in the early 2.3.x installers. We
normally do not use version suffixes on Windows, but did.

(cherry picked from commit b738aa53d13780a4e271459d72171700cba304fa)

5 years agoWindows packaging updates.
Richard Kimberly Heck [Sat, 29 Sep 2018 01:50:25 +0000 (21:50 -0400)]
Windows packaging updates.

The main change here is that we need to delete LyX2.3.exe and
tex2lyx2.3.exe from the install directory, so they are not left
there (from previous, versioned installs).

(cherry picked from commit 0cbde8a8342bf55d431133b7acdfe88b655492f0)

5 years agoUse LTR environment for forceLTR content with polyglossia
Juergen Spitzmueller [Fri, 28 Sep 2018 06:36:44 +0000 (08:36 +0200)]
Use LTR environment for forceLTR content with polyglossia

Fixes: #10548
5 years agoAllow 'module in child not used in master' warning to be disabled.
Richard Kimberly Heck [Fri, 28 Sep 2018 01:56:29 +0000 (21:56 -0400)]
Allow 'module in child not used in master' warning to be disabled.

5 years agoFix bug #11210
Enrico Forestieri [Thu, 27 Sep 2018 19:21:49 +0000 (21:21 +0200)]
Fix bug #11210

On Windows, start viewers in detached processes in order to avoid
a crash of the QProcess destructor when their thread terminates.
The opening of a console window is avoided by redirecting to the
null device all standard I/O channels.

5 years agoAdded some char styles to sk/menus.bind
Kornel Benko [Thu, 27 Sep 2018 06:36:55 +0000 (08:36 +0200)]
Added some char styles to sk/menus.bind

5 years agoAdd bibtex inset to outliner if "add to toc" is checked.
Juergen Spitzmueller [Tue, 25 Sep 2018 13:24:46 +0000 (15:24 +0200)]
Add bibtex inset to outliner if "add to toc" is checked.

Fixes #11309

5 years agoDo not store empty posttext for qualified citations
Juergen Spitzmueller [Tue, 25 Sep 2018 11:13:56 +0000 (13:13 +0200)]
Do not store empty posttext for qualified citations

Fixes: #11308
5 years agoUpdate sk.po
Kornel Benko [Sun, 23 Sep 2018 14:34:58 +0000 (16:34 +0200)]
Update sk.po

5 years agoLayout fixes
Juergen Spitzmueller [Sun, 23 Sep 2018 12:11:53 +0000 (14:11 +0200)]
Layout fixes

5 years agoAmend bf0d4d3bc268cc5
Juergen Spitzmueller [Sun, 23 Sep 2018 11:29:19 +0000 (13:29 +0200)]
Amend bf0d4d3bc268cc5

5 years agochessgame.lyx: correct advice
Juergen Spitzmueller [Sun, 23 Sep 2018 11:02:57 +0000 (13:02 +0200)]
chessgame.lyx: correct advice

(lyx)skak requires the ps route for the movement indication.

Candidate for stable.

5 years agoRework chessboard support
Juergen Spitzmueller [Sun, 23 Sep 2018 10:26:43 +0000 (12:26 +0200)]
Rework chessboard support

* Use a module rather than a layout, since this package can be used with
  any class
* Do not hardcode options and settings. The package is very flexible,
  there is no need to limit this in LyX

5 years agoGuiCitation: don't reset filter on show
Juergen Spitzmueller [Sat, 22 Sep 2018 08:37:22 +0000 (10:37 +0200)]
GuiCitation: don't reset filter on show

Addresses #11291

5 years agoLess verbose framework relocation support output.
Stephan Witt [Fri, 21 Sep 2018 19:50:21 +0000 (21:50 +0200)]
Less verbose framework relocation support output.

5 years agoAdd the option build with different compiler and linker flag extensions.
Stephan Witt [Fri, 21 Sep 2018 19:48:48 +0000 (21:48 +0200)]
Add the option build with different compiler and linker flag extensions.

5 years agoCheck exit state of install_name_tool calls.
Stephan Witt [Fri, 21 Sep 2018 19:47:29 +0000 (21:47 +0200)]
Check exit state of install_name_tool calls.

5 years agoAdd -headerpad_max_install_names option to linker calls and make run path configurati...
Stephan Witt [Fri, 21 Sep 2018 19:46:47 +0000 (21:46 +0200)]
Add -headerpad_max_install_names option to linker calls and make run path configuration consistent.

This avoids failures when running install_name_tool on Mac when creating relocatable binaries using the bundled private frameworks.

5 years agode.po
Juergen Spitzmueller [Fri, 21 Sep 2018 16:24:21 +0000 (18:24 +0200)]
de.po

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.

5 years agoIgnore horizontal wheel scrolling in workarea
Jean-Marc Lasgouttes [Thu, 20 Sep 2018 21:21:41 +0000 (23:21 +0200)]
Ignore horizontal wheel scrolling in workarea

We do not know what to do with horizontal scrolling events, so we ignore them.

Note that the code has to be different between Qt4 and Qt5.

Fixes bug #11257.

5 years agoAvoid crash with cursor down in math
Jean-Marc Lasgouttes [Thu, 20 Sep 2018 20:15:12 +0000 (22:15 +0200)]
Avoid crash with cursor down in math

This can happen when the inset that contains the cursor is outside of
the screen.

THis is only a workaround. The real solution would be a
processUpdateFlags(FitCursor) call, but the code is not ready for that
yet.

Fixes bug #11296.

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.

5 years agoCustomization: use info-inset for layout format
Juergen Spitzmueller [Thu, 20 Sep 2018 09:34:44 +0000 (11:34 +0200)]
Customization: use info-inset for layout format

5 years agoImplement layout format in insetinfo
Juergen Spitzmueller [Thu, 20 Sep 2018 09:33:03 +0000 (11:33 +0200)]
Implement layout format in insetinfo

The docs refer to the outdated layout formats. The inset prevents this.

5 years agoinfo-insert without arg is valid
Juergen Spitzmueller [Thu, 20 Sep 2018 09:11:44 +0000 (11:11 +0200)]
info-insert without arg is valid

it opens the info dialog.

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

Fixes: #11295
5 years agoUse std::move in InsetText::updateBuffer for notes and friends
Jean-Marc Lasgouttes [Tue, 18 Sep 2018 21:18:17 +0000 (23:18 +0200)]
Use std::move in InsetText::updateBuffer for notes and friends

Avoid as much as possible to do full copies of all counters, since
that can be expensive. Unfortunately, it is only posible when we want
to restore the saved counters.

An earlier version (05d3a649) defined swap() for Counter, but caused
problems on windows.

Part of bug #5973.

5 years agoRevert "Use swap in InsetText::updateBuffer for notes ad friends"
Jean-Marc Lasgouttes [Tue, 18 Sep 2018 21:07:48 +0000 (23:07 +0200)]
Revert "Use swap in InsetText::updateBuffer for notes ad friends"

This reverts commit 05d3a649521e0e8524209ae9deae75c30ff01e93.

5 years agoRevert "Try to please windows compiler"
Jean-Marc Lasgouttes [Tue, 18 Sep 2018 21:06:36 +0000 (23:06 +0200)]
Revert "Try to please windows compiler"

This reverts commit a8b0e64094bd4c2cb878a70ffd5e3e9d175809a8.

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

Candidate for stable.

5 years agode.po: corrections
Juergen Spitzmueller [Sun, 16 Sep 2018 08:13:40 +0000 (10:13 +0200)]
de.po: corrections

5 years agoUpdate sk.po, shortcut/menu-accelerator conflict
Kornel Benko [Sat, 15 Sep 2018 17:09:19 +0000 (19:09 +0200)]
Update sk.po, shortcut/menu-accelerator conflict

5 years agokeytests: Add waiting time to ease lyx-logs on some commands
Kornel Benko [Thu, 13 Sep 2018 16:34:18 +0000 (18:34 +0200)]
keytests: Add waiting time to ease lyx-logs on some commands

5 years agokeytests: Adapt test 'keytest/bug-10636' to changed binding for source preview
Kornel Benko [Thu, 13 Sep 2018 14:51:07 +0000 (16:51 +0200)]
keytests: Adapt test 'keytest/bug-10636' to changed binding for source preview

5 years agoRevert "Use new display() values to remove some inset hardcoding."
Jean-Marc Lasgouttes [Wed, 12 Sep 2018 13:26:15 +0000 (15:26 +0200)]
Revert "Use new display() values to remove some inset hardcoding."

This is a work in progress that committed by mistake.

This reverts commit b28ec44476d3f2c5858d06596ed5bd975012ec33.

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

5 years agoUse new display() values to remove some inset hardcoding.
Jean-Marc Lasgouttes [Tue, 22 Mar 2016 15:53:25 +0000 (16:53 +0100)]
Use new display() values to remove some inset hardcoding.

The enum is now made of flags that can be combined.

This introduces several new values for Inset::DisplayType:
BreakBefore, BreakAfter and Display=BreakBefore|BreakAfter. This
last value replaces AlignCenter.

Additionally the flags NoBoundary and CanBreakAfter are introduced for
future use.

Now a left aligned displayed inset will be defined as Display|LeftAlign.

A newline inset is characterized as BreakAfter.

This structure is used in breakRow to avoid explicit calls to
isNewline() or isEnvSeparator(). More improvements will be built on
top of this.

Additionally several redundant display() methods (which returned
Inline) have been removed.

5 years agoUnbind conflicting shortcut in Slovak UI
Kornel Benko [Tue, 11 Sep 2018 22:38:38 +0000 (00:38 +0200)]
Unbind conflicting shortcut in Slovak UI

5 years agoPlace the depth bar correctly in screen mode
Jean-Marc Lasgouttes [Tue, 11 Sep 2018 14:45:48 +0000 (16:45 +0200)]
Place the depth bar correctly in screen mode

In full screen mode, it is possible to restrict the text width. In
this case, the paint bar should not be painted outside of this
restricted area.

Fixes bug #11286.

5 years agoCmake export tests: Ignore missing glyph for ar/UserGuide_pdf4_systemF
Kornel Benko [Mon, 10 Sep 2018 12:06:12 +0000 (14:06 +0200)]
Cmake export tests: Ignore missing glyph for ar/UserGuide_pdf4_systemF
Scheherezade font misses glyph '␣'

5 years agoAmend 2d4ac90fd20eac once more
Juergen Spitzmueller [Mon, 10 Sep 2018 10:29:22 +0000 (12:29 +0200)]
Amend 2d4ac90fd20eac once more

Only use local switch in RTL environment.

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

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 when name has a space

Fixes bug #11108.

5 years agoAmend 2d4ac90fd20eac
Juergen Spitzmueller [Sat, 8 Sep 2018 10:50:42 +0000 (12:50 +0200)]
Amend 2d4ac90fd20eac

Properly close local language switch.

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.

5 years agoFix suprious comma in book and thesis bib preview.
Juergen Spitzmueller [Thu, 6 Sep 2018 12:46:44 +0000 (14:46 +0200)]
Fix suprious comma in book and thesis bib preview.

Fixes: #11272
5 years agoFixup 7b7ed64a: allow toggling limits of (over|under)brace
Jean-Marc Lasgouttes [Wed, 5 Sep 2018 15:29:43 +0000 (17:29 +0200)]
Fixup 7b7ed64a: allow toggling limits of (over|under)brace

5 years agoExport tests: Ignore compilations of copernicus with luatex or xetex
Kornel Benko [Tue, 4 Sep 2018 13:48:14 +0000 (15:48 +0200)]
Export tests: Ignore compilations of copernicus with luatex or xetex

The compilations fail because the macro
\DeclareUnicodeCharacter
is not defined. Also the sequence
  \ifnum\pdfoutput=\z@
is making troubles.

The exports to previous lyx-versions is disabled too,
because there is no layout defined there.

5 years agoAllow toggling (no)limits only after mathop symbol
Jean-Marc Lasgouttes [Mon, 3 Sep 2018 15:49:54 +0000 (17:49 +0200)]
Allow toggling (no)limits only after mathop symbol

In particular, introduce the new InsetMathScript::allowLimits method
that checks for that and honor it in getStatus/ddoDispatch.

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.

5 years ago* RELEASE-NOTES
Pavel Sanda [Sun, 2 Sep 2018 11:34:51 +0000 (13:34 +0200)]
* RELEASE-NOTES

5 years agouse masterBuffer() rather than parent()
Juergen Spitzmueller [Sun, 2 Sep 2018 08:17:23 +0000 (10:17 +0200)]
use masterBuffer() rather than parent()

This also catches grandparents.

Thanks, Riki.

5 years agoSignal need for reload of bibinfo cache rather than doing it.
Richard Kimberly Heck [Sun, 2 Sep 2018 04:16:45 +0000 (00:16 -0400)]
Signal need for reload of bibinfo cache rather than doing it.

5 years agoRevert "Try yet again try to fix bug #9158."
Richard Kimberly Heck [Sun, 2 Sep 2018 04:09:11 +0000 (00:09 -0400)]
Revert "Try yet again try to fix bug #9158."

(Unintentionally committed.)

This reverts commit 7b29d4e7aae2d9edfb990a871e2f754ff625597e.

5 years agoTry yet again try to fix bug #9158.
Richard Kimberly Heck [Sat, 1 Sep 2018 19:16:01 +0000 (15:16 -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.

5 years agoFix potential null pointer detected by Coverity
Juergen Spitzmueller [Sat, 1 Sep 2018 08:45:03 +0000 (10:45 +0200)]
Fix potential null pointer detected by Coverity

5 years agoFix uninitialized value revealed by Coverity
Juergen Spitzmueller [Sat, 1 Sep 2018 08:41:29 +0000 (10:41 +0200)]
Fix uninitialized value revealed by Coverity

5 years agoUpdate format of bind and ui files
Enrico Forestieri [Thu, 30 Aug 2018 19:56:26 +0000 (21:56 +0200)]
Update format of bind and ui files

5 years agoMove leaveInset and isInside from CursorData to DocIterator
Jean-Marc Lasgouttes [Sun, 26 Aug 2018 14:59:35 +0000 (16:59 +0200)]
Move leaveInset and isInside from CursorData to DocIterator

They only touch the slices of the main DocIterator.

5 years agoCleanup: Rename textUndo to undoAction
Jean-Marc Lasgouttes [Sun, 26 Aug 2018 14:47:25 +0000 (16:47 +0200)]
Cleanup: Rename textUndo to undoAction

This is not limited to text, but also handles math.

Same change to textRedo.

5 years agoGet rid of monolithic build support for autoconf
Jean-Marc Lasgouttes [Wed, 29 Aug 2018 16:07:52 +0000 (18:07 +0200)]
Get rid of monolithic build support for autoconf

It is not useful anymore on modern machines with several cores.

5 years agoReplace /usr/bin/env python -> /usr/bin/python3
José Matos [Wed, 29 Aug 2018 16:26:21 +0000 (17:26 +0100)]
Replace /usr/bin/env python -> /usr/bin/python3

5 years agoDocument that building with Qt5 is the default.
Jean-Marc Lasgouttes [Wed, 29 Aug 2018 15:53:06 +0000 (17:53 +0200)]
Document that building with Qt5 is the default.

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

Fixes #11250.

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.

(cherry picked from commit 01c23b386499e0cf3902a4e1b06e03f1fa1dcc0f)

5 years agoImprove comment
Juergen Spitzmueller [Tue, 28 Aug 2018 10:39:23 +0000 (12:39 +0200)]
Improve comment

5 years agogrammar
Juergen Spitzmueller [Tue, 28 Aug 2018 08:36:47 +0000 (10:36 +0200)]
grammar

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
5 years agoTry with Qt4 when configuring for Qt5 fails
Enrico Forestieri [Mon, 27 Aug 2018 14:31:51 +0000 (16:31 +0200)]
Try with Qt4 when configuring for Qt5 fails

This allows to avoid using --disable-qt5 when only the Qt4 libraries
are available.

5 years agoCorrect indentation
Juergen Spitzmueller [Mon, 27 Aug 2018 10:13:55 +0000 (12:13 +0200)]
Correct indentation

5 years agofix glitch with last border in table for custom arguments
Juergen Spitzmueller [Mon, 27 Aug 2018 10:13:24 +0000 (12:13 +0200)]
fix glitch with last border in table for custom arguments

5 years agotex2lyx: support V table column type
Juergen Spitzmueller [Mon, 27 Aug 2018 10:12:56 +0000 (12:12 +0200)]
tex2lyx: support V table column type

5 years agoDocument the Qt5 default in RELEASE-NOTES
Enrico Forestieri [Sun, 26 Aug 2018 15:46:35 +0000 (17:46 +0200)]
Document the Qt5 default in RELEASE-NOTES

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

5 years agoMake Qt5 the default for building
Enrico Forestieri [Sun, 26 Aug 2018 13:02:59 +0000 (15:02 +0200)]
Make Qt5 the default for building

Until now, building with Qt5 required using --enable-qt5.
This is no more necessary. To build with Qt4 one should now
use --disable-qt5 or, equivalently, --enable-qt5=no.

5 years agoThis has been done in f38816bf16fa
Juergen Spitzmueller [Sun, 26 Aug 2018 09:13:00 +0000 (11:13 +0200)]
This has been done in f38816bf16fa

5 years agotex2lx/TODO: minor clarifications
Juergen Spitzmueller [Sun, 26 Aug 2018 08:54:04 +0000 (10:54 +0200)]
tex2lx/TODO: minor clarifications

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

5 years agowhitespace
Juergen Spitzmueller [Fri, 24 Aug 2018 13:33:48 +0000 (15:33 +0200)]
whitespace

5 years agoFix text direction problem with polyglossia
Juergen Spitzmueller [Fri, 24 Aug 2018 13:02:26 +0000 (15:02 +0200)]
Fix text direction problem with polyglossia

If an RTL language is set via environment in polyglossia, only a nested
\\text<lang> command will reset the direction for LTR languages

Fixes rest of # 10111.

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

5 years agoUpdate sk.po
Kornel Benko [Fri, 24 Aug 2018 11:24:32 +0000 (13:24 +0200)]
Update sk.po

5 years agoAmend 0c56808
Kornel Benko [Fri, 24 Aug 2018 11:23:16 +0000 (13:23 +0200)]
Amend 0c56808