]> git.lyx.org Git - lyx.git/log
lyx.git
3 years agode.po
Juergen Spitzmueller [Thu, 27 Aug 2020 06:57:49 +0000 (08:57 +0200)]
de.po

3 years agoMake paper search function accessible and customizable
Juergen Spitzmueller [Thu, 27 Aug 2020 06:45:41 +0000 (08:45 +0200)]
Make paper search function accessible and customizable

3 years agoctests: invert Hebrew dvi3, pdf5 TeX font tests
Scott Kostyshak [Thu, 27 Aug 2020 03:16:53 +0000 (23:16 -0400)]
ctests: invert Hebrew dvi3, pdf5 TeX font tests

These exports fail with the following error:

  "! Right-to-Left Support Error: use TeX--XeT or e-TeX engine."

3 years agoctests: comment out a comment
Scott Kostyshak [Thu, 27 Aug 2020 03:06:48 +0000 (23:06 -0400)]
ctests: comment out a comment

3 years agoctests: add ertroundtrip lable and invert a lyx22x
Scott Kostyshak [Wed, 26 Aug 2020 18:19:45 +0000 (14:19 -0400)]
ctests: add ertroundtrip lable and invert a lyx22x

In many cases, round trip with older formats involves exporting ERT
or preamble code in the backwards conversion. In the forwards
conversion, if this code is not parsed, often errors can result.
However, in many cases, especially for older formats, it might not
be worth the time or code complexity to address these cases. Such
tests are labled "ertroundtrip".

This commit also inverts a currently failing lyx22x test under the
label "ertroundtrip" since the above paragraph is my best guess as
to why that test is failing. It is likely not worth the time to fix
it, especially since the APA7 layout wasn't even shipped for LyX
2.2.x.

3 years agoautotools build: Install lyx.svg under images for all platforms
Stephan Witt [Wed, 26 Aug 2020 12:36:47 +0000 (14:36 +0200)]
autotools build: Install lyx.svg under images for all platforms

3 years agoCmake build: Install lyx.svg under images for all platforms
Kornel Benko [Wed, 26 Aug 2020 12:33:42 +0000 (14:33 +0200)]
Cmake build: Install lyx.svg under images for all platforms

3 years agoUpdate Russian localization
Yuriy Skalko [Wed, 26 Aug 2020 07:23:28 +0000 (10:23 +0300)]
Update Russian localization

3 years agoInstall lyx.svg
Juergen Spitzmueller [Wed, 26 Aug 2020 08:01:11 +0000 (10:01 +0200)]
Install lyx.svg

3 years agoAbout: Fix cutting of icon (#11946)
Juergen Spitzmueller [Wed, 26 Aug 2020 07:59:56 +0000 (09:59 +0200)]
About: Fix cutting of icon (#11946)

3 years agoCmake export tests: Ignore some pdflatex tests for Hebrew documents
Kornel Benko [Tue, 25 Aug 2020 12:31:15 +0000 (14:31 +0200)]
Cmake export tests: Ignore some pdflatex tests for Hebrew documents

These tests are not expected to succeed anytime soon.

3 years agoAdd space before display math that starts a paragraph
Jean-Marc Lasgouttes [Tue, 25 Aug 2020 11:05:29 +0000 (13:05 +0200)]
Add space before display math that starts a paragraph

This extra spacing was missing and is important for detecting extra
par breaks before equations (which are most of the times not wanted).

To do that, add a new member vmode to MetricsInfo which is equivalent
to LaTeX's \ifvmode (start of paragraph).

If in vmode, add the equivalent of an empty line before a display math inset.

At the same time, tweak value of \(above|below)displayskip, which was
12pt, whereas LaTeX uses 10pt in 10pt size (our reference).

Fixes bug #11891.

3 years ago#6401 avoid use of lyxCode()
Stephan Witt [Tue, 25 Aug 2020 05:14:29 +0000 (07:14 +0200)]
#6401 avoid use of lyxCode()

3 years agoCenter correctly top labels like Abstract.
Jean-Marc Lasgouttes [Tue, 25 Aug 2020 08:25:14 +0000 (10:25 +0200)]
Center correctly top labels like Abstract.

They used to take the paragraph indentation into account.

Fixes bug #11939.

3 years agoctests: restore use of -shell-escape to fix Minted
Scott Kostyshak [Mon, 24 Aug 2020 20:28:46 +0000 (16:28 -0400)]
ctests: restore use of -shell-escape to fix Minted

This commit amends 4bb00e99 and fixes the Minted tests.

3 years agoForgotten break in switch found by coverity scan.
Jean-Marc Lasgouttes [Mon, 24 Aug 2020 15:21:04 +0000 (17:21 +0200)]
Forgotten break in switch found by coverity scan.

3 years agoFixup 907f0207: another place where pm.ascent() is wrong
Jean-Marc Lasgouttes [Mon, 24 Aug 2020 15:10:06 +0000 (17:10 +0200)]
Fixup 907f0207: another place where pm.ascent() is wrong

Fix bug where selecting in first paragraph gave an end of selection on
wrong row.

Since pm.ascent() may contain the top margin, it makes sense in
setCursorFromCoordinates() to use the ascent of the front row instead,
like was none in907f0207 for getPitAndRowNearY().

3 years agolyxpaperview.py: credit Pavel
Juergen Spitzmueller [Mon, 24 Aug 2020 13:59:26 +0000 (15:59 +0200)]
lyxpaperview.py: credit Pavel

3 years agolaypaperview.py: Fix program description
Juergen Spitzmueller [Mon, 24 Aug 2020 13:41:52 +0000 (15:41 +0200)]
laypaperview.py: Fix program description

3 years agolyxpaperview.py: no need to limit to year and author
Juergen Spitzmueller [Mon, 24 Aug 2020 13:38:55 +0000 (15:38 +0200)]
lyxpaperview.py: no need to limit to year and author

The script can now take an unlimited number of arguments, which are all
searched for in the filename. This allows for more flexibility.

3 years agoDo not hardcode launching of lyxpaperview script.
Pavel Sanda [Mon, 24 Aug 2020 13:10:14 +0000 (15:10 +0200)]
Do not hardcode launching of lyxpaperview script.

3 years agoUG: Remove opening comment from Phil.
Pavel Sanda [Mon, 24 Aug 2020 13:08:55 +0000 (15:08 +0200)]
UG: Remove opening comment from Phil.

3 years agoFirst draft of open citation feature
Pavel Sanda [Mon, 24 Aug 2020 13:06:57 +0000 (15:06 +0200)]
First draft of open citation feature

3 years agoIgnore missing glyphs for fr/Customization.lyx
Kornel Benko [Mon, 24 Aug 2020 11:51:09 +0000 (13:51 +0200)]
Ignore missing glyphs for fr/Customization.lyx

3 years agoTools(listFontWithLang.pl): Polishing the display of font names.
Kornel Benko [Mon, 24 Aug 2020 11:45:42 +0000 (13:45 +0200)]
Tools(listFontWithLang.pl): Polishing the display of font names.

Also always display the foundry

3 years agoAdd python lyxpaperview script
Juergen Spitzmueller [Mon, 24 Aug 2020 11:32:50 +0000 (13:32 +0200)]
Add python lyxpaperview script

3 years agoUpdate sk.po
Kornel Benko [Mon, 24 Aug 2020 09:40:18 +0000 (11:40 +0200)]
Update sk.po

3 years agode.po
Juergen Spitzmueller [Mon, 24 Aug 2020 07:19:05 +0000 (09:19 +0200)]
de.po

3 years agode.po
Juergen Spitzmueller [Mon, 24 Aug 2020 05:31:36 +0000 (07:31 +0200)]
de.po

3 years agoRemerge strings
Juergen Spitzmueller [Mon, 24 Aug 2020 05:29:19 +0000 (07:29 +0200)]
Remerge strings

3 years agoUpdate Russian localization
Yuriy Skalko [Thu, 20 Aug 2020 10:55:20 +0000 (13:55 +0300)]
Update Russian localization

3 years agoSplit some UI strings for translations
Yuriy Skalko [Sun, 23 Aug 2020 20:50:11 +0000 (23:50 +0300)]
Split some UI strings for translations

3 years agoEnable Open Citation menu item iff citation contain locator information or external...
Pavel Sanda [Sun, 23 Aug 2020 20:19:34 +0000 (22:19 +0200)]
Enable Open Citation menu item iff citation contain locator information or external search script is available.

Per Juergen's request.

3 years agodistribute lyxpaperview
Pavel Sanda [Sun, 23 Aug 2020 18:47:39 +0000 (20:47 +0200)]
distribute lyxpaperview

3 years agoUG: Import and review changes from Phil Netro.
Pavel Sanda [Sun, 23 Aug 2020 12:45:40 +0000 (14:45 +0200)]
UG: Import and review changes from Phil Netro.

Chapter 3.
Few additional changes from me.

3 years agoAmend 76cdca64223f
Juergen Spitzmueller [Sun, 23 Aug 2020 11:48:45 +0000 (13:48 +0200)]
Amend 76cdca64223f

Use auto pointer in all loops over UsedLanguages_

3 years agoUG: Import and review changes from Phil Netro.
Pavel Sanda [Sun, 23 Aug 2020 10:59:56 +0000 (12:59 +0200)]
UG: Import and review changes from Phil Netro.

Chapter 2.
Few additional changes from me.

3 years agoFix warnings
Richard Kimberly Heck [Sun, 23 Aug 2020 09:48:02 +0000 (05:48 -0400)]
Fix warnings

3 years agoCmake export tests: Typo
Kornel Benko [Sun, 23 Aug 2020 09:38:20 +0000 (11:38 +0200)]
Cmake export tests: Typo

3 years agode/UserGuide: adapt some changes from en
Juergen Spitzmueller [Sun, 23 Aug 2020 08:38:15 +0000 (10:38 +0200)]
de/UserGuide: adapt some changes from en

3 years agorange-based loops
Juergen Spitzmueller [Sun, 23 Aug 2020 08:07:49 +0000 (10:07 +0200)]
range-based loops

3 years agoSort secondary babel languages alphabetically
Juergen Spitzmueller [Sun, 23 Aug 2020 08:04:07 +0000 (10:04 +0200)]
Sort secondary babel languages alphabetically

3 years agoAmend 3dccce14: Tools(listFontWithLang.pl): Ignore white space while checking font...
Kornel Benko [Sun, 23 Aug 2020 06:21:53 +0000 (08:21 +0200)]
Amend 3dccce14: Tools(listFontWithLang.pl): Ignore white space while checking font name

Do not manipulate search strings which already contain regex elements.

3 years agoUG: Import and review changes from Phil Netro.
Pavel Sanda [Sat, 22 Aug 2020 19:08:42 +0000 (21:08 +0200)]
UG: Import and review changes from Phil Netro.

Chapter 1.

3 years agoCmake docbook tests: Check for correct use of namespaces
Kornel Benko [Sat, 22 Aug 2020 15:40:34 +0000 (17:40 +0200)]
Cmake docbook tests: Check for correct use of namespaces

3 years agoTools(listFontWithLang.pl): Ignore white space while checking font name
Kornel Benko [Sat, 22 Aug 2020 14:20:22 +0000 (16:20 +0200)]
Tools(listFontWithLang.pl): Ignore white space while checking font name

This allows for instance to find 'Deja Vu' also if searching for 'dejavu'

3 years agoCmake export tests: Ignore some test of files used as a child document only
Kornel Benko [Sat, 22 Aug 2020 09:40:46 +0000 (11:40 +0200)]
Cmake export tests: Ignore some test of files used as a child document only

3 years agoctests: Uninvert an export fixed by new TL
Scott Kostyshak [Fri, 21 Aug 2020 18:15:35 +0000 (14:15 -0400)]
ctests: Uninvert an export fixed by new TL

The export fails with a TL19, and passes with an updated TL20
system. Kornel confirms.

A quick manual check of the output looks good.

3 years agoDo not attempt to close language twice
Juergen Spitzmueller [Fri, 21 Aug 2020 09:07:22 +0000 (11:07 +0200)]
Do not attempt to close language twice

3 years agoswitch args
Pavel Sanda [Fri, 21 Aug 2020 07:25:10 +0000 (09:25 +0200)]
switch args

3 years agoWhitespace
Scott Kostyshak [Fri, 21 Aug 2020 01:51:06 +0000 (21:51 -0400)]
Whitespace

3 years ago French manual Customization.lyx : import from 2.3
jpc [Thu, 20 Aug 2020 15:14:06 +0000 (17:14 +0200)]
        French manual Customization.lyx : import from 2.3

3 years agoUpdate sk.po
Kornel Benko [Thu, 20 Aug 2020 14:48:59 +0000 (16:48 +0200)]
Update sk.po

3 years agoAdd ellipses
Juergen Spitzmueller [Thu, 20 Aug 2020 14:39:34 +0000 (16:39 +0200)]
Add ellipses

3 years agode.po
Juergen Spitzmueller [Thu, 20 Aug 2020 14:18:31 +0000 (16:18 +0200)]
de.po

3 years agoGuiAbout: some more polishment
Juergen Spitzmueller [Thu, 20 Aug 2020 14:08:10 +0000 (16:08 +0200)]
GuiAbout: some more polishment

3 years agoGuiAbout: use unformatted version info via Copy button
Juergen Spitzmueller [Thu, 20 Aug 2020 13:50:31 +0000 (15:50 +0200)]
GuiAbout: use unformatted version info via Copy button

3 years agoExample script for looking up the citation pdfs.
Pavel Sanda [Thu, 20 Aug 2020 07:11:07 +0000 (09:11 +0200)]
Example script for looking up the citation pdfs.

3 years agoAllow LyX to find pdfs and urls of citation references and follow them from context...
Pavel Sanda [Thu, 20 Aug 2020 06:33:40 +0000 (08:33 +0200)]
Allow LyX to find pdfs and urls of citation references and follow them from context menu.

Currently tested:
- url & doi fields for bibtex.
- all documented eprinttypes of biblatex
- absolute paths of first entry of 'file' field for jabref and kbibtex
- external script searching for author + year pdf

Additional polishing will follow.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg212505.html

3 years agoCmake export tests: Omit next group of possible conflicts while runnig test in parallel
Kornel Benko [Wed, 19 Aug 2020 20:28:50 +0000 (22:28 +0200)]
Cmake export tests: Omit next group of possible conflicts while runnig test in parallel

Disable conversion cache because all lyx instances use the same cache without
any locking between read and write to the cache.

Thanks to Scott catching this case.

3 years agoCmake export tests: mixed_ltr-art_arabi-standard-font does not work with luatex ...
Kornel Benko [Wed, 19 Aug 2020 10:14:01 +0000 (12:14 +0200)]
Cmake export tests: mixed_ltr-art_arabi-standard-font does not work with luatex + tex font

3 years agoCmake export tests: Handle some tests which do not end
Kornel Benko [Wed, 19 Aug 2020 09:58:20 +0000 (11:58 +0200)]
Cmake export tests: Handle some tests which do not end

3 years agoUpdate Russian localization
Yuriy Skalko [Tue, 18 Aug 2020 14:10:23 +0000 (17:10 +0300)]
Update Russian localization

3 years agoFix UI string
Yuriy Skalko [Sat, 15 Aug 2020 17:20:40 +0000 (20:20 +0300)]
Fix UI string

3 years agoCustomization: Improve documentation of ResetsFont
Juergen Spitzmueller [Tue, 18 Aug 2020 07:02:14 +0000 (09:02 +0200)]
Customization: Improve documentation of ResetsFont

Fixes #8454

3 years agoCmake export tests: Add some tests not working with lualatex/xetex
Kornel Benko [Mon, 17 Aug 2020 14:22:01 +0000 (16:22 +0200)]
Cmake export tests: Add some tests not working with lualatex/xetex

3 years agoSet up appropriate nonTeX fonts in test file
Juergen Spitzmueller [Mon, 17 Aug 2020 12:10:59 +0000 (14:10 +0200)]
Set up appropriate nonTeX fonts in test file

3 years agoFix default mark (#8454)
Juergen Spitzmueller [Mon, 17 Aug 2020 11:45:44 +0000 (13:45 +0200)]
Fix default mark (#8454)

3 years agoCustomization: update to current format (for better detection of following changes)
Juergen Spitzmueller [Mon, 17 Aug 2020 11:45:00 +0000 (13:45 +0200)]
Customization: update to current format (for better detection of following changes)

3 years agoSimplification
Juergen Spitzmueller [Mon, 17 Aug 2020 11:29:55 +0000 (13:29 +0200)]
Simplification

3 years agoFix font and encoding switch problem with directionality change at inset
Juergen Spitzmueller [Mon, 17 Aug 2020 11:25:02 +0000 (13:25 +0200)]
Fix font and encoding switch problem with directionality change at inset

Also fixes #10110

3 years agoAmend 92f6e4806e9
Juergen Spitzmueller [Mon, 17 Aug 2020 11:11:46 +0000 (13:11 +0200)]
Amend 92f6e4806e9

This was too general

3 years agoAvoid a type mismatch warning resp. error for signed vs unsigned typed values comparison
Stephan Witt [Mon, 17 Aug 2020 10:22:13 +0000 (12:22 +0200)]
Avoid a type mismatch warning resp. error for signed vs unsigned typed values comparison

3 years agoComment out non-working nomencl entry
Juergen Spitzmueller [Mon, 17 Aug 2020 07:07:30 +0000 (09:07 +0200)]
Comment out non-working nomencl entry

3 years agoUpdate sk.po
Kornel Benko [Sun, 16 Aug 2020 17:28:14 +0000 (19:28 +0200)]
Update sk.po

3 years agoAdd testcase
Juergen Spitzmueller [Sun, 16 Aug 2020 15:30:53 +0000 (17:30 +0200)]
Add testcase

3 years agoFix another crash with Grid pasting (follow-up to #11906)
Juergen Spitzmueller [Sun, 16 Aug 2020 15:23:16 +0000 (17:23 +0200)]
Fix another crash with Grid pasting (follow-up to #11906)

3 years agoImproved character count statistics for letter based insets (e.g. the LyX logo).
Stephan Witt [Sun, 16 Aug 2020 15:07:04 +0000 (17:07 +0200)]
Improved character count statistics for letter based insets (e.g. the LyX logo).

3 years ago#6401 For correct document traversal special logo chars should be treated like letters
Stephan Witt [Sun, 16 Aug 2020 15:05:44 +0000 (17:05 +0200)]
#6401 For correct document traversal special logo chars should be treated like letters

3 years ago#6401 improve doc iterator to allow easy backward navigation
Stephan Witt [Sun, 16 Aug 2020 14:54:03 +0000 (16:54 +0200)]
#6401 improve doc iterator to allow easy backward navigation

3 years agoRemove now redundant string
Juergen Spitzmueller [Sun, 16 Aug 2020 09:31:56 +0000 (11:31 +0200)]
Remove now redundant string

3 years agohe/Tutorial: fix conditional so that this also works with LuaTeX
Juergen Spitzmueller [Sun, 16 Aug 2020 09:22:53 +0000 (11:22 +0200)]
he/Tutorial: fix conditional so that this also works with LuaTeX

(requires forthcoming polyglossia 1.50 to work properly)

3 years agoTake out inheritFont() condition
Juergen Spitzmueller [Sun, 16 Aug 2020 09:18:49 +0000 (11:18 +0200)]
Take out inheritFont() condition

3 years agoFix language closing before inset
Juergen Spitzmueller [Sun, 16 Aug 2020 08:47:46 +0000 (10:47 +0200)]
Fix language closing before inset

3 years agoRedo "Move some tests upstream, since we'll need it there" properly
Juergen Spitzmueller [Sun, 16 Aug 2020 08:47:08 +0000 (10:47 +0200)]
Redo "Move some tests upstream, since we'll need it there" properly

3 years agotypo
Juergen Spitzmueller [Sat, 15 Aug 2020 17:21:01 +0000 (19:21 +0200)]
typo

3 years agoConsider encoding when re-setting language
Juergen Spitzmueller [Sat, 15 Aug 2020 17:20:30 +0000 (19:20 +0200)]
Consider encoding when re-setting language

3 years agoConsider file encoding for modules in reconfigure
José Matos [Sat, 15 Aug 2020 16:49:23 +0000 (17:49 +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.

It would be nice in both cases to have a warn in the gui and not only in the config.log

3 years agoTrim endline whitespace
José Matos [Sat, 15 Aug 2020 15:36:34 +0000 (16:36 +0100)]
Trim endline whitespace

3 years agoOnly exclude ERT from language switch doing
Juergen Spitzmueller [Sat, 15 Aug 2020 14:46:18 +0000 (16:46 +0200)]
Only exclude ERT from language switch doing

3 years agoPolish About dialog
Juergen Spitzmueller [Sat, 15 Aug 2020 14:07:12 +0000 (16:07 +0200)]
Polish About dialog

(this might need adaptation with HiDPI)

3 years agoFix deprecation warning
Juergen Spitzmueller [Sat, 15 Aug 2020 14:06:56 +0000 (16:06 +0200)]
Fix deprecation warning

3 years agoCmake tests: Correct an entry (file name has changed)
Kornel Benko [Sat, 15 Aug 2020 13:57:02 +0000 (15:57 +0200)]
Cmake tests: Correct an entry (file name has changed)

3 years agoRevert "Move some tests upstream, since we'll need it there"
Juergen Spitzmueller [Sat, 15 Aug 2020 13:32:15 +0000 (15:32 +0200)]
Revert "Move some tests upstream, since we'll need it there"

This reverts commit 0a44c1687e11d7943517ae36ee413c4a7568714d.

3 years agoRevert "Fix a lang edgecase"
Juergen Spitzmueller [Sat, 15 Aug 2020 13:21:19 +0000 (15:21 +0200)]
Revert "Fix a lang edgecase"

This reverts commit dc4b11b0e92e364eedd91c081d9999f0959839a8.

3 years agoCmake tests: Adapt to new testcase
Kornel Benko [Sat, 15 Aug 2020 12:47:37 +0000 (14:47 +0200)]
Cmake tests: Adapt to new testcase

3 years agoFlag placeholder string nontranslatable
Juergen Spitzmueller [Sat, 15 Aug 2020 11:18:19 +0000 (13:18 +0200)]
Flag placeholder string nontranslatable

This is just wasted efforts for the translators, as this string never
appears in the GUI.

3 years agode.po
Juergen Spitzmueller [Sat, 15 Aug 2020 11:15:12 +0000 (13:15 +0200)]
de.po

3 years agoFix a lang edgecase
Juergen Spitzmueller [Sat, 15 Aug 2020 10:28:38 +0000 (12:28 +0200)]
Fix a lang edgecase

3 years agoDo not attempt to use switches around PassThur insets.
Juergen Spitzmueller [Sat, 15 Aug 2020 10:27:58 +0000 (12:27 +0200)]
Do not attempt to use switches around PassThur insets.

This is bound to break with ERT snippets f. ex.