]> git.lyx.org Git - lyx.git/log
lyx.git
4 months agoDo not error out if -geometry is used with QPA_XCB defined.
Richard Kimberly Heck [Sat, 10 Feb 2024 01:33:18 +0000 (20:33 -0500)]
Do not error out if -geometry is used with QPA_XCB defined.

4 months agoBack to devel again
Richard Kimberly Heck [Sat, 10 Feb 2024 01:34:03 +0000 (20:34 -0500)]
Back to devel again

4 months agoRC3 2.4.0-RC3
Richard Kimberly Heck [Sat, 10 Feb 2024 00:57:05 +0000 (19:57 -0500)]
RC3

4 months agoFix display of counters for included listings.
Richard Kimberly Heck [Sat, 10 Feb 2024 00:53:55 +0000 (19:53 -0500)]
Fix display of counters for included listings.

4 months agoAdapt lyxpak.py to work with Python 3 on Windows
Enrico Forestieri [Fri, 9 Feb 2024 21:46:05 +0000 (22:46 +0100)]
Adapt lyxpak.py to work with Python 3 on Windows

Seemingly, the elements of argv on Windows are a different type
with respect to Linux. A patched version of getopt.py has to be
used on Windows in order to match variable types.

4 months ago* ANNOUNCE
Pavel Sanda [Fri, 9 Feb 2024 17:51:12 +0000 (18:51 +0100)]
* ANNOUNCE

4 months agoAmend ad6aa8ba4b9525
Juergen Spitzmueller [Thu, 8 Feb 2024 08:00:57 +0000 (09:00 +0100)]
Amend ad6aa8ba4b9525

Apparently, the cell is not queried in all cases.

4 months agoBack to devel
Richard Kimberly Heck [Mon, 5 Feb 2024 20:45:53 +0000 (15:45 -0500)]
Back to devel

4 months agoRemerge strings.
Richard Kimberly Heck [Mon, 5 Feb 2024 03:02:26 +0000 (22:02 -0500)]
Remerge strings.

4 months agoPrepare for RC2
Richard Kimberly Heck [Mon, 5 Feb 2024 03:01:46 +0000 (22:01 -0500)]
Prepare for RC2

4 months agoDo not error out with too new autoconf/automake
Jean-Marc Lasgouttes [Fri, 2 Feb 2024 07:34:51 +0000 (08:34 +0100)]
Do not error out with too new autoconf/automake

The tests are not useful, since the configure.ac file checks for
minimal version anyway.

4 months ago Update French Customization (step 1) and Customization (typo)
jpc [Thu, 1 Feb 2024 21:17:56 +0000 (22:17 +0100)]
      Update French Customization (step 1) and Customization (typo)

5 months agoAvoid call of lilypond-book as python script if not on Windows
Stephan Witt [Mon, 29 Jan 2024 06:59:48 +0000 (07:59 +0100)]
Avoid call of lilypond-book as python script if not on Windows

5 months agoRestrict caption insertion in tables to where it makes sense (#13037)
Juergen Spitzmueller [Sun, 28 Jan 2024 11:13:27 +0000 (12:13 +0100)]
Restrict caption insertion in tables to where it makes sense (#13037)

This requires to move insetAllowed() to the cell level, as only cells
in the caption row of a longtable actually can take a caption.

5 months ago* configure - pdftoppm is broken on windows.
Pavel Sanda [Sat, 27 Jan 2024 17:30:04 +0000 (18:30 +0100)]
* configure - pdftoppm is broken on windows.

From now we will use it only in case IM coders are really
banned (so for windows we are back at 2.3 conversion chain).

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

5 months agoru/UserGuide: adjust for alphadin to alpha change
Yuriy Skalko [Sat, 27 Jan 2024 09:52:20 +0000 (10:52 +0100)]
ru/UserGuide: adjust for alphadin to alpha change

5 months agoAmend previous commit
Scott Kostyshak [Fri, 26 Jan 2024 15:34:06 +0000 (10:34 -0500)]
Amend previous commit

Set the default document output format to PDF (pdflatex), because
the test file fails to export with LuaTeX (in both 2.3.x and master).

This commit amends 6094a56b.

5 months agoAdd export test for #13036
Scott Kostyshak [Fri, 26 Jan 2024 15:18:05 +0000 (10:18 -0500)]
Add export test for #13036

5 months agoAdd export test for #13022
Scott Kostyshak [Fri, 26 Jan 2024 15:13:27 +0000 (10:13 -0500)]
Add export test for #13022

5 months agofixup convert_lineno (#13036)
Juergen Spitzmueller [Fri, 26 Jan 2024 09:30:31 +0000 (10:30 +0100)]
fixup convert_lineno (#13036)

This routine assumed \linenumbers to be preceded by \usepackage{lineno}
and that by a lyx2lyx comment.

Of course, this is not the case if users loaded lineno manually.

5 months agoAmend 37dce940862d40
Juergen Spitzmueller [Fri, 26 Jan 2024 09:16:13 +0000 (10:16 +0100)]
Amend 37dce940862d40

PassThruChars should also be considered

5 months agoAlways use utf-8 in scripts with Python3
Enrico Forestieri [Thu, 25 Jan 2024 09:17:23 +0000 (10:17 +0100)]
Always use utf-8 in scripts with Python3

In order to perform a conversion of graphic format LyX generates
a python script containing the path of the original file to convert.
While Python2 needs the file in the native encoding of the OS, in
Python3 the encoding has to strictly be how announced by the first
line of a script, in our case utf-8.

5 months ago* layouttranslations - he update
Pavel Sanda [Tue, 23 Jan 2024 19:58:47 +0000 (20:58 +0100)]
* layouttranslations - he update

5 months agoInitialize members correctly.
Jean-Marc Lasgouttes [Mon, 22 Jan 2024 10:20:06 +0000 (11:20 +0100)]
Initialize members correctly.

Spotted by coverity.

5 months agoAmend c2fc40ec0
Juergen Spitzmueller [Sun, 21 Jan 2024 14:44:24 +0000 (15:44 +0100)]
Amend c2fc40ec0

5 months agoLyXDocs.bib: a couple of fixes
Juergen Spitzmueller [Sun, 21 Jan 2024 14:22:19 +0000 (15:22 +0100)]
LyXDocs.bib: a couple of fixes

5 months agoQt4 last bits
Pavel Sanda [Sun, 21 Jan 2024 10:37:07 +0000 (11:37 +0100)]
Qt4 last bits

5 months ago* ANNOUNCE
Pavel Sanda [Sat, 20 Jan 2024 20:16:15 +0000 (21:16 +0100)]
* ANNOUNCE

5 months agoDitch alphadin from the distribution
Juergen Spitzmueller [Sat, 20 Jan 2024 14:47:56 +0000 (15:47 +0100)]
Ditch alphadin from the distribution

5 months agoDiscard QT4 from INSTALL.cmake
Kornel Benko [Fri, 19 Jan 2024 10:45:39 +0000 (11:45 +0100)]
Discard QT4 from INSTALL.cmake

5 months agoRestore parent after buffer reload (#13031)
Juergen Spitzmueller [Fri, 19 Jan 2024 08:09:28 +0000 (09:09 +0100)]
Restore parent after buffer reload (#13031)

5 months ago* NEWS
Pavel Sanda [Thu, 18 Jan 2024 20:30:25 +0000 (21:30 +0100)]
* NEWS

5 months ago* RELEASE-NOTES
Pavel Sanda [Thu, 18 Jan 2024 20:29:41 +0000 (21:29 +0100)]
* RELEASE-NOTES

5 months agoFix reference format for propositions.
Richard Kimberly Heck [Wed, 17 Jan 2024 22:21:49 +0000 (17:21 -0500)]
Fix reference format for propositions.

Reported by Andrew Parsloe.

5 months agoOnly strip outer braces in listings options
Juergen Spitzmueller [Wed, 17 Jan 2024 13:45:09 +0000 (14:45 +0100)]
Only strip outer braces in listings options

trim stripped also multiple subsequent braces

5 months agoPrevent crash with statistics while view is busy (#12935)
Juergen Spitzmueller [Tue, 16 Jan 2024 13:14:04 +0000 (14:14 +0100)]
Prevent crash with statistics while view is busy (#12935)

5 months agonl layouttranslation reviewed by Kees.
Pavel Sanda [Sun, 14 Jan 2024 13:18:39 +0000 (14:18 +0100)]
nl layouttranslation reviewed by Kees.

5 months agoFix from Kees.
Pavel Sanda [Sun, 14 Jan 2024 13:17:41 +0000 (14:17 +0100)]
Fix from Kees.

5 months agoRestrict Adv. Search pane to sides and floating (#12982)
Juergen Spitzmueller [Sun, 14 Jan 2024 10:34:05 +0000 (11:34 +0100)]
Restrict Adv. Search pane to sides and floating (#12982)

The horizontal reordering for bottom and top is too broken.

This needs some major investigation (probably for 2.5).

5 months agoAdvFind: fix alignment of checkboxes (#13020)
Juergen Spitzmueller [Sat, 13 Jan 2024 11:20:18 +0000 (12:20 +0100)]
AdvFind: fix alignment of checkboxes (#13020)

5 months agoOnly fix simple search height if there are no other widgets in the dock area (#13005)
Juergen Spitzmueller [Sat, 13 Jan 2024 10:58:35 +0000 (11:58 +0100)]
Only fix simple search height if there are no other widgets in the dock area (#13005)

5 months agoCmake build: Amend 1b5f8f27
Kornel Benko [Sat, 13 Jan 2024 09:49:14 +0000 (10:49 +0100)]
Cmake build: Amend 1b5f8f27

5 months agoFix missing names in contrib
Pavel Sanda [Fri, 12 Jan 2024 22:53:52 +0000 (23:53 +0100)]
Fix missing names in contrib

5 months ago* NEWS
Pavel Sanda [Fri, 12 Jan 2024 22:53:30 +0000 (23:53 +0100)]
* NEWS

5 months ago* ANNOUNCE
Pavel Sanda [Fri, 12 Jan 2024 22:53:10 +0000 (23:53 +0100)]
* ANNOUNCE

5 months agoBack to devel
Richard Kimberly Heck [Fri, 12 Jan 2024 19:23:59 +0000 (14:23 -0500)]
Back to devel

5 months agoctests: move fixed bug test to regression tests
Scott Kostyshak [Fri, 12 Jan 2024 18:03:52 +0000 (13:03 -0500)]
ctests: move fixed bug test to regression tests

The export has been fixed as of 37dce940.

5 months agoDon't add \text<script> wrapper in pass-thru context (#13022)
Juergen Spitzmueller [Fri, 12 Jan 2024 15:27:24 +0000 (16:27 +0100)]
Don't add \text<script> wrapper in pass-thru context (#13022)

5 months agoPass two string parameters as reference
Jean-Marc Lasgouttes [Fri, 12 Jan 2024 15:02:36 +0000 (16:02 +0100)]
Pass two string parameters as reference

Spotted by coverity

5 months agoPass a two parameters parameter by reference
Jean-Marc Lasgouttes [Fri, 12 Jan 2024 14:28:39 +0000 (15:28 +0100)]
Pass a two parameters parameter by reference

Note that there is also a vector parameter that is passed by value.
However it is modified as a local copy and I do not want to change
this now.

Spotted by coverity.

5 months agoPass strings as reference
Jean-Marc Lasgouttes [Fri, 12 Jan 2024 13:34:45 +0000 (14:34 +0100)]
Pass strings as reference

Spotted by coverity.

5 months agoDo not pass list of columns parameter by value
Jean-Marc Lasgouttes [Fri, 12 Jan 2024 11:16:31 +0000 (12:16 +0100)]
Do not pass list of columns parameter by value

There is no need for copying this information.

Noticed by coverity scan.

5 months agoFix bug #13017.
Richard Kimberly Heck [Thu, 11 Jan 2024 22:23:52 +0000 (17:23 -0500)]
Fix bug #13017.

The problem is caused by removing temporary aux, etc, files while
we are in the process of exporting. As Jürgen suggested, we really
do not need to remove these files until we are preparing to export:
They are not used internally. So now we just schedule the removal
and do it then.

5 months ago Update fr/Intro.lyx for 2.4.0
jpc [Thu, 11 Jan 2024 17:47:39 +0000 (18:47 +0100)]
      Update fr/Intro.lyx for 2.4.0

5 months agoFix date 2.4.0-RC1
Richard Kimberly Heck [Thu, 11 Jan 2024 16:32:57 +0000 (11:32 -0500)]
Fix date

5 months agoRemerge strings
Richard Kimberly Heck [Thu, 11 Jan 2024 16:08:15 +0000 (11:08 -0500)]
Remerge strings

5 months agoUpdate bind format
Richard Kimberly Heck [Thu, 11 Jan 2024 16:07:41 +0000 (11:07 -0500)]
Update bind format

5 months agoUpdate docs
Richard Kimberly Heck [Thu, 11 Jan 2024 16:06:40 +0000 (11:06 -0500)]
Update docs

5 months agoReady for RC1
Richard Kimberly Heck [Thu, 11 Jan 2024 16:05:50 +0000 (11:05 -0500)]
Ready for RC1

5 months agoUpdate GMO files
Richard Kimberly Heck [Thu, 11 Jan 2024 16:04:57 +0000 (11:04 -0500)]
Update GMO files

5 months agoBeta 5
Richard Kimberly Heck [Thu, 31 Aug 2023 05:10:20 +0000 (01:10 -0400)]
Beta 5

5 months ago* cs/Tutorial update format
Pavel Sanda [Sat, 6 Jan 2024 16:01:47 +0000 (17:01 +0100)]
* cs/Tutorial update format

5 months agoRemove Greek and Turkish translations from 2.4, they dropped below 50%.
Pavel Sanda [Sat, 6 Jan 2024 15:19:27 +0000 (16:19 +0100)]
Remove Greek and Turkish translations from 2.4, they dropped below 50%.

5 months ago* LFUNS - update format
Pavel Sanda [Sat, 6 Jan 2024 15:04:05 +0000 (16:04 +0100)]
* LFUNS - update format

5 months ago* es/Intro.lyx: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:59:55 +0000 (15:59 +0100)]
* es/Intro.lyx: Accept all changes and disable CT

5 months ago* es/Shortcuts - Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:57:39 +0000 (15:57 +0100)]
* es/Shortcuts - Accept all changes and disable CT

5 months ago* LaTeXConfig: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:46:29 +0000 (15:46 +0100)]
* LaTeXConfig: Accept all changes and disable CT

5 months ago*Shortcuts: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:44:26 +0000 (15:44 +0100)]
*Shortcuts: Accept all changes and disable CT

5 months ago* Customization: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:42:43 +0000 (15:42 +0100)]
* Customization: Accept all changes and disable CT

5 months ago* Math: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:39:35 +0000 (15:39 +0100)]
* Math: Accept all changes and disable CT

5 months ago* Embedded Objects: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:37:40 +0000 (15:37 +0100)]
* Embedded Objects: Accept all changes and disable CT

5 months ago* Additional: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:32:32 +0000 (15:32 +0100)]
* Additional: Accept all changes and disable CT

5 months agoUserGuide: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:21:48 +0000 (15:21 +0100)]
UserGuide: Accept all changes and disable CT

5 months ago* Tutorial: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:07:54 +0000 (15:07 +0100)]
* Tutorial: Accept all changes and disable CT

5 months ago* Intro.lyx: Accept all changes and disable CT
Pavel Sanda [Sat, 6 Jan 2024 14:03:07 +0000 (15:03 +0100)]
* Intro.lyx: Accept all changes and disable CT

5 months agoAdd Kees to credits
Juergen Spitzmueller [Sat, 6 Jan 2024 10:46:25 +0000 (11:46 +0100)]
Add Kees to credits

5 months agonl.po: update from Kees Zeelenberg
Juergen Spitzmueller [Sat, 6 Jan 2024 10:38:00 +0000 (11:38 +0100)]
nl.po: update from Kees Zeelenberg

5 months agoRemove obsolete comment
Jean-Marc Lasgouttes [Thu, 4 Jan 2024 17:44:33 +0000 (18:44 +0100)]
Remove obsolete comment

5 months agoUpdate UserGuide.lyx
Udi-Fogiel [Wed, 3 Jan 2024 18:23:29 +0000 (20:23 +0200)]
Update UserGuide.lyx

Respect OS keyboard language
was removed from 2.4.0, see #6450

5 months agoAmmend 750a954f
Udi-Fogiel [Wed, 3 Jan 2024 14:33:13 +0000 (16:33 +0200)]
Ammend 750a954f

fix wrong message titles

5 months agoUpdate he.po
Udi-Fogiel [Wed, 3 Jan 2024 14:20:07 +0000 (16:20 +0200)]
Update he.po

Thanks Omer and Yitzhak!

5 months agoadd Omer and Yitzhak to generate_contributions
Udi-Fogiel [Wed, 3 Jan 2024 13:56:47 +0000 (15:56 +0200)]
add Omer and Yitzhak to generate_contributions

5 months agoUpdate it.po
Enrico Forestieri [Mon, 1 Jan 2024 21:00:29 +0000 (22:00 +0100)]
Update it.po

5 months agodon't convert hebrew parentheses in passthru insets
Udi-Fogiel [Sun, 31 Dec 2023 21:32:36 +0000 (23:32 +0200)]
don't convert hebrew parentheses in passthru insets

Fix 12966. A few notes:

* we need to consider both regular insets and argument insets.
* in passthru layouts (such as verbatim) parentheses still need
  to be reversed.
* all arguments of type 'listpreamble' are passthru (this isn't a rule,
  this is just what happen in practice).
* custom layout and insets from the local layout, or a custom module
  are not considered.

Signed-off-by: Udi-Fogiel <udifoglle@gmail.com>
5 months agoAmmend 9e8901f997f0b27
Udi-Fogiel [Mon, 1 Jan 2024 10:33:25 +0000 (12:33 +0200)]
Ammend 9e8901f997f0b27

Fix a typo in UserGuide.lyx

5 months agoAdd an export test for #13022
Scott Kostyshak [Sat, 30 Dec 2023 15:50:53 +0000 (10:50 -0500)]
Add an export test for #13022

Original file provided by Jéssica Milaré, and simplified to this
simple example by Udi.

6 months agoctests: add regression test for #13019
Scott Kostyshak [Fri, 29 Dec 2023 21:59:30 +0000 (16:59 -0500)]
ctests: add regression test for #13019

File was posted by Udi.

6 months agoAmend 7441172d
Udi-Fogiel [Fri, 29 Dec 2023 19:10:50 +0000 (20:10 +0100)]
Amend 7441172d

colswitch was checking for oldstyle instead of normalcolor
to see if we need \normalcolor, which lead to appearence
of \color{none} in some cases, but "none" is not a known
color.

6 months agoChange the way a filepath is displayed
Enrico Forestieri [Fri, 29 Dec 2023 18:20:25 +0000 (19:20 +0100)]
Change the way a filepath is displayed

Instead of displaying the complete path, display the file name
first and then the path enclosed in parenthesis.

In this way files with same name but different path can still be
distinguished and, at the same time, files with different names
but same path are more easily spotted in case the complete path
is truncated by file managers.

6 months agoja docs: restore \font_typewriter to IPAGothic
Scott Kostyshak [Mon, 25 Dec 2023 17:20:33 +0000 (12:20 -0500)]
ja docs: restore \font_typewriter to IPAGothic

This fixes, for example, the following ctests:

  export/doc/ja/Customization_pdf4_systemF
  export/doc/ja/Customization_pdf5_systemF

Consistent with ffe5d61b.

6 months agoja docs: restore \origin
Scott Kostyshak [Mon, 25 Dec 2023 17:09:31 +0000 (12:09 -0500)]
ja docs: restore \origin

Amends afcd501f.

6 months agoTemporary fix for #11723.
Koji Yakota [Mon, 25 Dec 2023 16:44:21 +0000 (11:44 -0500)]
Temporary fix for #11723.

6 months agoJapanese translations and docs from Koji
Richard Kimberly Heck [Mon, 25 Dec 2023 16:41:49 +0000 (11:41 -0500)]
Japanese translations and docs from Koji

6 months agoRevert "Hebrew translation from Omer"
Richard Kimberly Heck [Mon, 25 Dec 2023 04:05:00 +0000 (23:05 -0500)]
Revert "Hebrew translation from Omer"

There are two people working on this, and this one doesn't compile.

This reverts commit 63b4501efd67617a51564ceb397c9d958f0d2e17.

6 months agoHebrew translation from Omer
Richard Kimberly Heck [Sat, 23 Dec 2023 18:21:41 +0000 (13:21 -0500)]
Hebrew translation from Omer

6 months agoRemove redundant code
Richard Kimberly Heck [Sat, 23 Dec 2023 18:17:56 +0000 (13:17 -0500)]
Remove redundant code

6 months agoAmend 782f6eae00c30
Juergen Spitzmueller [Wed, 20 Dec 2023 07:49:54 +0000 (08:49 +0100)]
Amend 782f6eae00c30

Rows should only be removed in ct mode if they have been added
in ct mode by the same author (otherwise mark them deleted)

6 months agoFix previews in yellow notes and disabled branches
Jean-Marc Lasgouttes [Tue, 19 Dec 2023 16:45:00 +0000 (17:45 +0100)]
Fix previews in yellow notes and disabled branches

While it is not necessary to run validate() on insets that do not
produce output (yellow notes and disabled branches), it has to be done
for previewing, since a construct inside the inset may require some
support.

This is done in two steps:

1. in PreviewLoader::dumpPreamble, indicate that a preview is being
   prepared. It is not clear why the `for_preview' boolean was not set
   before.

2. in Inset(Branch|Note)::validate, always call the parent's validate
   method when previewing.

It should have been possible to move the code from 2. to
InsetText::validate, but the weird code in handling
InsetNoteParams::Comment in html makes it difficult.

6 months agoRemove unused variables
Jean-Marc Lasgouttes [Tue, 19 Dec 2023 16:24:31 +0000 (17:24 +0100)]
Remove unused variables

6 months agoFix tracking of table row/column deletion with added material (#12984)
Juergen Spitzmueller [Tue, 19 Dec 2023 15:45:16 +0000 (16:45 +0100)]
Fix tracking of table row/column deletion with added material (#12984)