]> git.lyx.org Git - lyx.git/log
lyx.git
5 years agoFix toggle-line for multi-cell selection
Juergen Spitzmueller [Mon, 23 Jul 2018 15:00:31 +0000 (17:00 +0200)]
Fix toggle-line for multi-cell selection

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
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.

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.

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.

5 years agoAmend d41c3f27d91
Juergen Spitzmueller [Sun, 22 Jul 2018 18:04:19 +0000 (20:04 +0200)]
Amend d41c3f27d91

Quote insets are allowed in ERT.

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
5 years agoUse swap in InsetText::updateBuffer for notes ad friends
Jean-Marc Lasgouttes [Sat, 21 Jul 2018 21:58:47 +0000 (23:58 +0200)]
Use swap in InsetText::updateBuffer for notes ad friends

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

Explanations why we use friend swap is here:
https://stackoverflow.com/questions/5695548/public-friend-swap-member-function

Part of bug #5973.

5 years agoSpeed up convert_literalparam. Part of #11200.
Richard Kimberly Heck [Sun, 22 Jul 2018 02:49:49 +0000 (22:49 -0400)]
Speed up convert_literalparam. Part of #11200.

5 years agoTry to speed up convert_phrases by re-ordering the loops. Part of #11200.
Richard Kimberly Heck [Sun, 22 Jul 2018 02:32:39 +0000 (22:32 -0400)]
Try to speed up convert_phrases by re-ordering the loops. Part of #11200.

5 years agoSpeed up convert_specialchars. Part of #11200.
Richard Kimberly Heck [Tue, 17 Jul 2018 02:14:40 +0000 (22:14 -0400)]
Speed up convert_specialchars. Part of #11200.

5 years agoSpeed up convert_captionlayouts. Part of #11200.
Richard Kimberly Heck [Tue, 17 Jul 2018 02:14:36 +0000 (22:14 -0400)]
Speed up convert_captionlayouts. Part of #11200.

5 years agoUpdate sk.po, revize many accelerators, Part 2
Kornel Benko [Sat, 21 Jul 2018 21:15:16 +0000 (23:15 +0200)]
Update sk.po, revize many accelerators, Part 2

5 years agoAmend 8651cd89: only full top/bottom rules are thicker
Jean-Marc Lasgouttes [Sat, 21 Jul 2018 16:28:18 +0000 (18:28 +0200)]
Amend 8651cd89: only full top/bottom rules are thicker

5 years ago(a)mend edb2d1412482bd
Juergen Spitzmueller [Sat, 21 Jul 2018 16:33:49 +0000 (18:33 +0200)]
(a)mend edb2d1412482bd

5 years agoSet RTL tooltips RTL
Juergen Spitzmueller [Sat, 21 Jul 2018 16:23:47 +0000 (18:23 +0200)]
Set RTL tooltips RTL

Fixes: #10672
5 years agode.po: update
Juergen Spitzmueller [Sat, 21 Jul 2018 15:49:14 +0000 (17:49 +0200)]
de.po: update

5 years agofarsi needs LAE encoding as well
Juergen Spitzmueller [Sat, 21 Jul 2018 14:00:40 +0000 (16:00 +0200)]
farsi needs LAE encoding as well

5 years agoFix nesting problem with numbers in RTL text
Juergen Spitzmueller [Sat, 21 Jul 2018 13:50:35 +0000 (15:50 +0200)]
Fix nesting problem with numbers in RTL text

\textcolor must precede any \beginL

Fixes: #6283
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.

5 years agoAmend change b5c5083c6c035294e8a762bd5bd737a56d27317a.
Stephan Witt [Fri, 20 Jul 2018 05:29:48 +0000 (07:29 +0200)]
Amend change b5c5083c6c035294e8a762bd5bd737a56d27317a.

Remove superfluous and broken code.

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 width are
not correct.

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.

5 years agoIntroduce FontMetrics::xHeight
Jean-Marc Lasgouttes [Thu, 19 Jul 2018 20:16:40 +0000 (22:16 +0200)]
Introduce FontMetrics::xHeight

Use it instead of measuring the height of character 'x'.

5 years agoFixup 30ec879d and 41ebc3fc
Jean-Marc Lasgouttes [Thu, 19 Jul 2018 19:02:31 +0000 (21:02 +0200)]
Fixup 30ec879d and 41ebc3fc

Remove the #if 0 area, which does not seem really useful. Some tweaks
to the code.

5 years agoUpdate sk.po, revize many accelerators
Kornel Benko [Wed, 18 Jul 2018 20:04:22 +0000 (22:04 +0200)]
Update sk.po, revize many accelerators

5 years agoAmend 30ec879, Add a translator as a fallback to Qt inner one
Kornel Benko [Wed, 18 Jul 2018 20:02:50 +0000 (22:02 +0200)]
Amend 30ec879, Add a translator as a fallback to Qt inner one

Add the needed strings to GuiApplication.cpp

5 years agoAdd a translator as a fallback to Qt inner one
Jean-Marc Lasgouttes [Tue, 17 Jul 2018 22:41:09 +0000 (00:41 +0200)]
Add a translator as a fallback to Qt inner one

This reuses code intended only for mac manus and generalizes it. The
list of strings to add to po files is found in
GuiTranslator::translate.

This is useful now that LyX relies on QDialogButtonBox class for its
dialogs. Indeed many languages are not covered natively by Qt.

It is possible to enable the "locace" debug channel to see what
strings are not covered and should be added to our own translation
tables.

In order to make things easier, a new method getIfFound() has been
added to the Messages class, which returns an empty string when no
translation has been found, as Qt's translate() does.

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).

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

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
5 years agoUpdate sk.po
Kornel Benko [Sun, 15 Jul 2018 16:13:18 +0000 (18:13 +0200)]
Update sk.po

5 years agoUpdate it.po
Enrico Forestieri [Sun, 15 Jul 2018 15:15:10 +0000 (17:15 +0200)]
Update it.po

5 years agode.po: update
Juergen Spitzmueller [Sun, 15 Jul 2018 12:47:29 +0000 (14:47 +0200)]
de.po: update

5 years agoFix bracket output in RTL languages
Juergen Spitzmueller [Sun, 15 Jul 2018 12:26:29 +0000 (14:26 +0200)]
Fix bracket output in RTL languages

This is a real mess!

Fixes: #11187
5 years agoFix quotation marks in RTL script
Juergen Spitzmueller [Sun, 15 Jul 2018 10:11:10 +0000 (12:11 +0200)]
Fix quotation marks in RTL script

Fixes: #11188
5 years agoFix command line output of convertDefault.py for ImageMagick
Juergen Spitzmueller [Fri, 13 Jul 2018 08:20:26 +0000 (10:20 +0200)]
Fix command line output of convertDefault.py for ImageMagick

Part of #11186

5 years agoUse QMessageBox for toggleWarning if possible
Juergen Spitzmueller [Tue, 10 Jul 2018 13:00:25 +0000 (15:00 +0200)]
Use QMessageBox for toggleWarning if possible

Qt 5.2 introduces the possibility to place a checkbox on a QMessageBox,
so we need no longer to use our own crude dialog.

5 years agoQDialogButtonBox for the remaining dialogs.
Juergen Spitzmueller [Tue, 10 Jul 2018 11:04:02 +0000 (13:04 +0200)]
QDialogButtonBox for the remaining dialogs.

5 years agoFix creationCode() of GuiPrintNomencl
Juergen Spitzmueller [Tue, 10 Jul 2018 09:01:49 +0000 (11:01 +0200)]
Fix creationCode() of GuiPrintNomencl

This fixes "New Inset" in that dialog.

Candidate for stable

5 years agoMore QDialogButtonBox
Juergen Spitzmueller [Tue, 10 Jul 2018 07:04:42 +0000 (09:04 +0200)]
More QDialogButtonBox

Listings through Prefs.

5 years agoDisallow any inset inside ERT
Juergen Spitzmueller [Tue, 10 Jul 2018 05:11:59 +0000 (07:11 +0200)]
Disallow any inset inside ERT

Attempting to do this crashes in master, and is not supported anyway.

5 years agoFix bug #10177.
Richard Kimberly Heck [Mon, 9 Jul 2018 01:38:00 +0000 (21:38 -0400)]
Fix bug #10177.

The left margin given at class level should apply only to the main text.

5 years agoMore QDialogButtonBox transformation
Juergen Spitzmueller [Mon, 9 Jul 2018 07:46:39 +0000 (09:46 +0200)]
More QDialogButtonBox transformation

GuiDelimiter through GuiIndex

See #11003

5 years agoAmend 0570d16a3b211
Juergen Spitzmueller [Sun, 8 Jul 2018 14:48:58 +0000 (16:48 +0200)]
Amend 0570d16a3b211

When slot[Ok|Apply|Cancel]() from GuiDialog are re-implemented, we also
need to re-implement slotButtonBox()

5 years agoStart using QDialogButtonGroup rather than manual OK etc. buttons
Juergen Spitzmueller [Sun, 8 Jul 2018 14:35:38 +0000 (16:35 +0200)]
Start using QDialogButtonGroup rather than manual OK etc. buttons

This assures the OK/Apply/Cancel/Restore buttons use the layout/style
of the OS (button order, icons).

The goal is to move all dialogs to this for 2.4.

See #11003

5 years agoUpdate sk.po
Kornel Benko [Sun, 8 Jul 2018 11:45:02 +0000 (13:45 +0200)]
Update sk.po

5 years agoMinor doc tweaks/corrections
Juergen Spitzmueller [Sun, 8 Jul 2018 10:38:56 +0000 (12:38 +0200)]
Minor doc tweaks/corrections

5 years agode.po: update
Juergen Spitzmueller [Sun, 8 Jul 2018 10:20:21 +0000 (12:20 +0200)]
de.po: update

5 years agoPolish Bib(la)TeX dialog
Juergen Spitzmueller [Sun, 8 Jul 2018 10:13:47 +0000 (12:13 +0200)]
Polish Bib(la)TeX dialog

5 years agoUpdate sk.po
Kornel Benko [Sat, 7 Jul 2018 14:14:34 +0000 (16:14 +0200)]
Update sk.po

5 years agoRevert "Remove dependences from .layout files"
Kornel Benko [Sat, 7 Jul 2018 14:08:48 +0000 (16:08 +0200)]
Revert "Remove dependences from .layout files"

Some styles are not second-level dependencies

This reverts commit 92c8a864071f02eb98bccc466bd5e98a9098fa91.

5 years agode.po: update
Juergen Spitzmueller [Sat, 7 Jul 2018 13:36:00 +0000 (15:36 +0200)]
de.po: update

5 years agoupdate tex2lyx tests
Juergen Spitzmueller [Sat, 7 Jul 2018 13:28:40 +0000 (15:28 +0200)]
update tex2lyx tests

5 years agoAdd support for bib files encoding
Juergen Spitzmueller [Sat, 7 Jul 2018 13:25:35 +0000 (15:25 +0200)]
Add support for bib files encoding

File format change.

Fixes: #6223
5 years agoRemove dependences from .layout files
Kornel Benko [Sat, 7 Jul 2018 12:13:40 +0000 (14:13 +0200)]
Remove dependences from .layout files

5 years agosk.po, some shortcut corrections
Kornel Benko [Sat, 7 Jul 2018 09:32:16 +0000 (11:32 +0200)]
sk.po, some shortcut corrections

5 years agoAmend 8da02501, Add bindings for inset-settings
Kornel Benko [Sat, 7 Jul 2018 09:29:40 +0000 (11:29 +0200)]
Amend 8da02501, Add bindings for inset-settings

Added binding to emacs.bind too

5 years agoCmake tests: Simplify creation of batch tests
Kornel Benko [Sat, 7 Jul 2018 09:25:36 +0000 (11:25 +0200)]
Cmake tests: Simplify creation of batch tests

5 years agoCmake key tests: Corrected test findadv-21
Kornel Benko [Sat, 7 Jul 2018 09:10:20 +0000 (11:10 +0200)]
Cmake key tests: Corrected test findadv-21

Uses the correct shortcuts from lib/bind/sk/menus.bind, but fails nonetheless
because the regex for advanced search cannot find the correct list type.
(That is: it cannot distinguish between 'enumerate', 'itemize', 'labeling', etc.)

5 years agoCorrectly calculate cell metrics with xtabular columns
Juergen Spitzmueller [Sat, 7 Jul 2018 07:18:47 +0000 (09:18 +0200)]
Correctly calculate cell metrics with xtabular columns

Fixes rest of #11182

5 years agoDo not expand tabular cells to maxwidth on line break
Juergen Spitzmueller [Fri, 6 Jul 2018 14:15:13 +0000 (16:15 +0200)]
Do not expand tabular cells to maxwidth on line break

Fixes part of #11182.

5 years agoAmend 9f9041db7a7e
Juergen Spitzmueller [Fri, 6 Jul 2018 12:36:41 +0000 (14:36 +0200)]
Amend 9f9041db7a7e

move cl2emult to obsolete category

5 years agoUpdate sk.po
Kornel Benko [Fri, 6 Jul 2018 09:06:46 +0000 (11:06 +0200)]
Update sk.po

5 years agode.po: update
Juergen Spitzmueller [Fri, 6 Jul 2018 08:18:06 +0000 (10:18 +0200)]
de.po: update

5 years agoRemove entry for obsolete class.
Juergen Spitzmueller [Fri, 6 Jul 2018 08:12:51 +0000 (10:12 +0200)]
Remove entry for obsolete class.

5 years agoUse more informative descriptions fro Springer layouts
Juergen Spitzmueller [Fri, 6 Jul 2018 08:09:13 +0000 (10:09 +0200)]
Use more informative descriptions fro Springer layouts

5 years agoUpdate elsarticle entry in LaTeXConfig
Juergen Spitzmueller [Thu, 5 Jul 2018 17:28:15 +0000 (19:28 +0200)]
Update elsarticle entry in LaTeXConfig

5 years agodtk.layout: Remove secondary dependencies due to change in TL2018
Kornel Benko [Thu, 5 Jul 2018 15:53:15 +0000 (17:53 +0200)]
dtk.layout: Remove secondary dependencies due to change in TL2018

5 years agoFix typo
Juergen Spitzmueller [Thu, 5 Jul 2018 15:49:46 +0000 (17:49 +0200)]
Fix typo

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.

5 years agoAutodetect the EMF format
Enrico Forestieri [Wed, 4 Jul 2018 17:52:13 +0000 (19:52 +0200)]
Autodetect the EMF format

Otherwise it will be recognized only by the file extension, because
libmagic returns "application/octet-stream" as mime type. Moreover,
if the emf encapsulates a binary image format, it can be confused
with this other format and its preview on screen fails.

5 years agoMake toolbar icons like Itemize toggle
Jean-Marc Lasgouttes [Wed, 4 Jul 2018 10:11:24 +0000 (12:11 +0200)]
Make toolbar icons like Itemize toggle

Copy the old layout_* icons to layout-toggle_*

Fixes bug 9864.

5 years agoFix compilation on case insensitive filesystems
Enrico Forestieri [Wed, 4 Jul 2018 07:42:04 +0000 (09:42 +0200)]
Fix compilation on case insensitive filesystems

In such filesystems, including either Magic.h or magic.h does not
make any difference and the one or other file is included depending
on the search order. In this case, Magic.h was trying to include
itself instead of including magic.h.

5 years agofix compilation when libmagic is not used
Jean-Marc Lasgouttes [Tue, 3 Jul 2018 19:18:26 +0000 (21:18 +0200)]
fix compilation when libmagic is not used

5 years agoDo not allow completion when there is an active selection
Jean-Marc Lasgouttes [Tue, 3 Jul 2018 14:53:15 +0000 (16:53 +0200)]
Do not allow completion when there is an active selection

We do it in texted only, mathed is more difficult and not so relevant IMO.

6 years agoFix another encoding problem in ja/
Juergen Spitzmueller [Tue, 3 Jul 2018 10:36:29 +0000 (12:36 +0200)]
Fix another encoding problem in ja/

6 years agoEncapsulate libmagic support in a class
Jean-Marc Lasgouttes [Tue, 3 Jul 2018 09:36:12 +0000 (11:36 +0200)]
Encapsulate libmagic support in a class

This makes the code much easier to read and, additionally, allows to
parse the magic file with magic_load() only once per session.

As a result, getFormatFromFile is slightly faster.

6 years agoFix input encoding issue with German example text
Juergen Spitzmueller [Tue, 3 Jul 2018 09:31:39 +0000 (11:31 +0200)]
Fix input encoding issue with German example text

pLaTeX requires SJIS encoding, so only ASCII latin is possible.

6 years agoAmend e5c79a43ee781
Juergen Spitzmueller [Mon, 2 Jul 2018 17:16:22 +0000 (19:16 +0200)]
Amend e5c79a43ee781

Consider some tabularx specifics for the display of tabular/column widths
in the workarea.

6 years agoAttempt to reflect tabular width in workarea
Juergen Spitzmueller [Mon, 2 Jul 2018 15:05:46 +0000 (17:05 +0200)]
Attempt to reflect tabular width in workarea

This is not perfect, since variable width columns will break at a certain
treshold, but it is better than what we have now (no tabular width
indication at all)

6 years agoDo not force lfun argument to be pure ascii
Jean-Marc Lasgouttes [Mon, 2 Jul 2018 08:49:58 +0000 (10:49 +0200)]
Do not force lfun argument to be pure ascii

Fixes bug #11167.

6 years agoSupport varwidth's V tabular column type
Juergen Spitzmueller [Sun, 1 Jul 2018 17:18:38 +0000 (19:18 +0200)]
Support varwidth's V tabular column type

This effectively enables linebreaks, multipars and layout changes in
non-fixed width (i.e., standard) table columns.

Fixes: #6577
TODO: metrics are wrong (too wide) on screen with linebreaks.

6 years agoAmend 88e5e5f: Wrap rotated cells with linebreaks in varwidth
Kornel Benko [Sat, 30 Jun 2018 15:00:56 +0000 (17:00 +0200)]
Amend 88e5e5f: Wrap rotated cells with linebreaks in varwidth
Added testcase from #8085

6 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
6 years agoHandle correctly zero table special arguments.
Juergen Spitzmueller [Tue, 26 Jun 2018 08:51:16 +0000 (10:51 +0200)]
Handle correctly zero table special arguments.

Fixes: #10247
6 years agoupdate assertion.
Richard Kimberly Heck [Tue, 26 Jun 2018 04:26:35 +0000 (00:26 -0400)]
update assertion.

6 years agoCmake tests: Added tex2lyx test for xltabular and tabularx
Kornel Benko [Mon, 25 Jun 2018 10:01:44 +0000 (12:01 +0200)]
Cmake tests: Added tex2lyx test for xltabular and tabularx

6 years agoFix definition of boolean
Juergen Spitzmueller [Mon, 25 Jun 2018 10:01:26 +0000 (12:01 +0200)]
Fix definition of boolean

6 years agotex2lyx: tabular width in longtable is now possible (via xltabular).
Juergen Spitzmueller [Mon, 25 Jun 2018 09:52:56 +0000 (11:52 +0200)]
tex2lyx: tabular width in longtable is now possible (via xltabular).

6 years agoWith xltabular, multi-page tables can have a fixed width
Juergen Spitzmueller [Mon, 25 Jun 2018 08:53:40 +0000 (10:53 +0200)]
With xltabular, multi-page tables can have a fixed width

6 years agoGuiTabular: set focus on column width LE if custom is selected
Juergen Spitzmueller [Mon, 25 Jun 2018 08:34:57 +0000 (10:34 +0200)]
GuiTabular: set focus on column width LE if custom is selected

6 years agode.po
Juergen Spitzmueller [Mon, 25 Jun 2018 08:27:27 +0000 (10:27 +0200)]
de.po

6 years agoFix bug #11180
Enrico Forestieri [Sun, 24 Jun 2018 18:06:40 +0000 (20:06 +0200)]
Fix bug #11180

When a raster image with an advertised pixel density different
from 72 dpi is included in a latex file, the output image dimensions
are scaled by the ratio 72/pixel_density. Hence, if a clipping
bounding box is specified, it has to be scaled by the same ratio,
otherwise the images will be clipped differently on screen and output.
Here we use the extractbb command (present in any TeX distribution)
to ask about the output dimensions of the image as dictated by the
pixel density and compute the scaling ratio by the knowledge of the
actual dimensions. If, for whatever reason, extractbb is not found,
everything goes as before, because the clipping bounding box will
simply not be corrected.

6 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
6 years agoUpdate sk.po
Kornel Benko [Sun, 24 Jun 2018 08:49:29 +0000 (10:49 +0200)]
Update sk.po

6 years agode.po: update
Juergen Spitzmueller [Sun, 24 Jun 2018 08:34:44 +0000 (10:34 +0200)]
de.po: update

6 years agotex2lyx: check for \maketitle also if other titlename is specified
Juergen Spitzmueller [Sun, 24 Jun 2018 08:23:30 +0000 (10:23 +0200)]
tex2lyx: check for \maketitle also if other titlename is specified

Beamer for instance supports \maketitle, although we use \makebeamertitle

6 years agoUpdate tex2lyx tests.
Juergen Spitzmueller [Sun, 24 Jun 2018 08:09:39 +0000 (10:09 +0200)]
Update tex2lyx tests.

6 years agoAdd support for tabularx/xltabular
Juergen Spitzmueller [Sun, 24 Jun 2018 08:05:15 +0000 (10:05 +0200)]
Add support for tabularx/xltabular

I.e., variable width columns in single and multiple page tables

Files format change.

Fixes: #4154, #4155