]> git.lyx.org Git - lyx.git/log
lyx.git
15 months ago* status.23x
Pavel Sanda [Wed, 14 Jun 2023 20:41:25 +0000 (22:41 +0200)]
* status.23x

15 months ago#12523 check for existence of usable Python interpreter
Stephan Witt [Wed, 14 Jun 2023 10:00:41 +0000 (12:00 +0200)]
#12523 check for existence of usable Python interpreter

Backport of change bbc2270

- present appropriate alert message in case of missing Python
- add the option to quit LyX immediately
- recheck for Python interpreter on reconfigure if it was missing

16 months agoDo not load mathrsfs if unicode-math is required (#12734)
Juergen Spitzmueller [Sat, 15 Apr 2023 10:35:22 +0000 (12:35 +0200)]
Do not load mathrsfs if unicode-math is required (#12734)

The latter provides \mathscr and the packages clash

(cherry picked from commit a15bc829d10e73fd89d2d4baacb63bd34fc9d966)

16 months agotex2lyx: fix import of umlauts and ß in math (#12739)
Juergen Spitzmueller [Fri, 14 Apr 2023 17:13:23 +0000 (19:13 +0200)]
tex2lyx: fix import of umlauts and ß in math (#12739)

18 months agoFix bug #12711
Enrico Forestieri [Sun, 19 Mar 2023 22:40:15 +0000 (23:40 +0100)]
Fix bug #12711

Add a few missing autocorrect combinations and allow cycling
through arrows.

The way autocorrect is implemented it is not possible to map
--> and ==> to \longleftarrow and \Longleftarrow, respectively.
One has to type ->- and =>= to that effect, which may be
counterintuitive.

This commit allows typing -> or => followed by * to cycle through
all possible arrows of the same type.

18 months agotypo
Juergen Spitzmueller [Tue, 28 Feb 2023 15:51:38 +0000 (16:51 +0100)]
typo

19 months ago Update fr.po
jpc [Fri, 10 Feb 2023 17:35:24 +0000 (18:35 +0100)]
       Update fr.po

19 months agoAdd missing empty line (par break) between pars with differing line spacing (#12638)
Juergen Spitzmueller [Thu, 9 Feb 2023 16:23:18 +0000 (17:23 +0100)]
Add missing empty line (par break) between pars with differing line spacing (#12638)

cherry-picked from 8c6db951353a

19 months agoupgrade boost to 1.75.0
Jean-Marc Lasgouttes [Thu, 2 Feb 2023 10:26:29 +0000 (11:26 +0100)]
upgrade boost to 1.75.0

Boost is updated to a more recent version to avoid many compilation
warnings. However, boost 1.76 introduces a brand new regex library.
Therefore, it was chosen to use the last version before that to
minimize changes.

The part that adapts our source to the new boost requirements is
backported from 09130d7a622.

20 months agoFix bug #12633
Enrico Forestieri [Sat, 28 Jan 2023 08:03:49 +0000 (09:03 +0100)]
Fix bug #12633

Avoid recursion when validating a macro that is defined recursively.
This avoids a crash but the latex engine will choke on it, of course.

20 months agoMake layout2layout compatible with Python 2 and 3
José Matos [Mon, 3 Jan 2022 19:59:42 +0000 (19:59 +0000)]
Make layout2layout compatible with Python 2 and 3

(cherry picked from commit 940d3ceeb9e6d8ce216afedf18c898ec075cc27d)

20 months agoFix status file
Richard Kimberly Heck [Sat, 7 Jan 2023 17:47:49 +0000 (12:47 -0500)]
Fix status file

20 months agoAdd missing revert routine to lyx_2_0.py
Juergen Spitzmueller [Fri, 6 Jan 2023 13:40:25 +0000 (14:40 +0100)]
Add missing revert routine to lyx_2_0.py

(cherry picked from commit d89a48483e390664cf894909afa62092deaeac5b)

20 months agoAvoid static members zoom_min_ and zoom_max_
Stephan Witt [Wed, 9 Feb 2022 09:59:18 +0000 (10:59 +0100)]
Avoid static members zoom_min_ and zoom_max_

Some compilers cannot use static class members by reference. std::min() and std::max() are passing parameters by const reference.

20 months agoBack to development
Richard Kimberly Heck [Sun, 1 Jan 2023 23:47:21 +0000 (18:47 -0500)]
Back to development

20 months agoRemerge strings. 2.3.7-1
Richard Kimberly Heck [Sun, 1 Jan 2023 23:34:17 +0000 (18:34 -0500)]
Remerge strings.

20 months agoRebuilt GMO files
Richard Kimberly Heck [Sun, 1 Jan 2023 23:33:47 +0000 (18:33 -0500)]
Rebuilt GMO files

20 months agoAgain for 2.3.7
Richard Kimberly Heck [Sun, 1 Jan 2023 23:33:33 +0000 (18:33 -0500)]
Again for 2.3.7

21 months agoUpdate ja.po from Koji.
Pavel Sanda [Wed, 28 Dec 2022 22:18:07 +0000 (23:18 +0100)]
Update ja.po from Koji.

21 months agoUpdate sk.po
Kornel Benko [Fri, 16 Dec 2022 08:52:37 +0000 (09:52 +0100)]
Update sk.po

21 months agoAdd status protocol for backport of macOS build improvements.
Stephan Witt [Thu, 15 Dec 2022 21:43:19 +0000 (22:43 +0100)]
Add status protocol for backport of macOS build improvements.

21 months agoPass Qt library location as link option for frameworks on Mac
Stephan Witt [Sun, 30 May 2021 15:30:08 +0000 (17:30 +0200)]
Pass Qt library location as link option for frameworks on Mac

(cherry picked from commit c518c57a78f3d240ed59deb81febe7800cca2d70)

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

(cherry picked from commit d4f51e6ed0d92f99843ed8998823e2c0c3c1a7f4)

21 months agoAdd macOS 11 to SDK detection for builds on Mac
Stephan Witt [Sun, 30 May 2021 15:22:42 +0000 (17:22 +0200)]
Add macOS 11 to SDK detection for builds on Mac

(cherry picked from commit 187a9d643902215f881d172ca7c7da71b341bb2c)

21 months agocare for optional brackets around version string
Stephan Witt [Mon, 17 Jun 2019 16:07:05 +0000 (18:07 +0200)]
care for optional brackets around version string

(cherry picked from commit b0a73c0dfdbfa0541f04d7ee2578c4cd272ef7b9)

21 months ago* ANNOUNCE
Pavel Sanda [Thu, 15 Dec 2022 20:27:07 +0000 (21:27 +0100)]
* ANNOUNCE

21 months ago* cs.po
Pavel Sanda [Thu, 15 Dec 2022 20:25:44 +0000 (21:25 +0100)]
* cs.po

21 months agoAdd missing hunspell header to the sources
Juergen Spitzmueller [Thu, 15 Dec 2022 07:23:45 +0000 (08:23 +0100)]
Add missing hunspell header to the sources

This should fix Yu Gin's building woes on Windows.

21 months ago* LFUNs.lyx
Pavel Sanda [Sun, 11 Dec 2022 20:07:03 +0000 (21:07 +0100)]
* LFUNs.lyx

21 months agoBack to development 2.3.7
Richard Kimberly Heck [Sun, 11 Dec 2022 16:17:32 +0000 (11:17 -0500)]
Back to development

21 months agoUpdate build script
Richard Kimberly Heck [Sun, 11 Dec 2022 16:13:44 +0000 (11:13 -0500)]
Update build script

21 months agoPrepare for 2.3.7
Richard Kimberly Heck [Sun, 11 Dec 2022 16:01:50 +0000 (11:01 -0500)]
Prepare for 2.3.7

21 months agoUpdate it.po
Enrico Forestieri [Sun, 11 Dec 2022 13:26:14 +0000 (14:26 +0100)]
Update it.po

21 months agoUpdate ru.po
Yuriy Skalko [Sat, 10 Dec 2022 20:55:48 +0000 (21:55 +0100)]
Update ru.po

21 months ago Update fr.po
jpc [Sat, 10 Dec 2022 12:37:59 +0000 (13:37 +0100)]
      Update fr.po

21 months agoUpdate it.po
Enrico Forestieri [Sat, 10 Dec 2022 11:19:15 +0000 (12:19 +0100)]
Update it.po

21 months ago* sv.po from Jim Rotmalm
Pavel Sanda [Thu, 8 Dec 2022 07:52:41 +0000 (08:52 +0100)]
* sv.po from Jim Rotmalm

21 months agoAmend 14b108fc222ef9e
Juergen Spitzmueller [Mon, 5 Dec 2022 07:23:50 +0000 (08:23 +0100)]
Amend 14b108fc222ef9e

21 months ago* pt_BR.po
Pavel Sanda [Mon, 5 Dec 2022 06:46:34 +0000 (07:46 +0100)]
* pt_BR.po

21 months agoRemerge strings for a new string.
Pavel Sanda [Sun, 4 Dec 2022 18:26:21 +0000 (19:26 +0100)]
Remerge strings for a new string.

(Better untranslated string than a crash).

21 months agoFix de.po
Pavel Sanda [Sun, 4 Dec 2022 18:25:47 +0000 (19:25 +0100)]
Fix de.po

21 months ago* cs.po
Pavel Sanda [Sun, 4 Dec 2022 18:23:26 +0000 (19:23 +0100)]
* cs.po

21 months agoTypo in new string.
Pavel Sanda [Sun, 4 Dec 2022 18:19:18 +0000 (19:19 +0100)]
Typo in new string.

21 months agode.po
Juergen Spitzmueller [Sun, 4 Dec 2022 17:57:45 +0000 (18:57 +0100)]
de.po

21 months agoCheck encodability of math user macro names (#11855)
Juergen Spitzmueller [Fri, 2 Dec 2022 10:23:32 +0000 (11:23 +0100)]
Check encodability of math user macro names (#11855)

(cherry picked from commit 14b108fc222ef9e7891d90ce364ceb227f8182dc)

21 months ago* nl.po from Niko Strijbol
Pavel Sanda [Mon, 28 Nov 2022 22:31:26 +0000 (23:31 +0100)]
* nl.po from Niko Strijbol

22 months ago A couple of new updates for graphique semantics
jpc [Mon, 28 Nov 2022 16:24:32 +0000 (17:24 +0100)]
         A couple of new updates for graphique semantics

22 months agoUpdate ru.po
Yuriy Skalko [Sun, 27 Nov 2022 13:02:10 +0000 (15:02 +0200)]
Update ru.po

22 months agoUpdate it.po
Enrico Forestieri [Sat, 26 Nov 2022 22:24:07 +0000 (23:24 +0100)]
Update it.po

22 months ago Typo in fr.po
jpc [Sat, 26 Nov 2022 17:48:14 +0000 (18:48 +0100)]
       Typo in fr.po

22 months agoGuiGraphic: delimit "Scale in LyX" (1--1000%)
Juergen Spitzmueller [Sat, 26 Nov 2022 16:39:43 +0000 (17:39 +0100)]
GuiGraphic: delimit "Scale in LyX" (1--1000%)

Larger values will eventually crash LyX (see #12353), 0 or negative
values make the image disappear in the workarea and impossible to edit.

(cherry picked from parts of
commit 14d63f5be86ef2463a70c792cdb0ff88c1374025)

22 months ago Update doc (semantics of "graphique" in French)
jpc [Sat, 26 Nov 2022 17:29:28 +0000 (18:29 +0100)]
           Update doc (semantics of "graphique" in French)

22 months agoUpdate pt_BR.po from Georger Araujo.
Pavel Sanda [Sat, 26 Nov 2022 11:29:00 +0000 (12:29 +0100)]
Update pt_BR.po from Georger Araujo.

22 months agouk.po update one more time...
Pavel Sanda [Fri, 25 Nov 2022 09:41:44 +0000 (10:41 +0100)]
uk.po update one more time...

22 months agoUpdate uk.po from Yuri.
Pavel Sanda [Fri, 25 Nov 2022 09:40:39 +0000 (10:40 +0100)]
Update uk.po from Yuri.

22 months agoHP-Statements example: update
Juergen Spitzmueller [Fri, 25 Nov 2022 07:49:23 +0000 (08:49 +0100)]
HP-Statements example: update

Some of the examples used here seem to be no longer supported by
the hpstatement package and lead to errors.

22 months agoFixup 52ea3679: make macro safer.
Jean-Marc Lasgouttes [Thu, 24 Nov 2022 23:18:07 +0000 (00:18 +0100)]
Fixup 52ea3679: make macro safer.

Taking advice from José.

22 months agoFix distcheck target
Jean-Marc Lasgouttes [Sun, 26 Jan 2020 18:46:19 +0000 (19:46 +0100)]
Fix distcheck target

1/ The most annoying part was the error in po/. It turns out that reading
and understanding the po/Makevars file was the key. A simple change of
variable ensures that "make dist" does not try to rebuild lyx.pot.

2/ The way tests in src/ are defined meant that the
dependency-tracking files were not all deleted. This should be OK now.

(cherry picked from commit 9017581ecf26c5e651ee1bccc053285a1b21ca29)

22 months agoGuiLog: don't miss package warnings for packages with dashes
Juergen Spitzmueller [Thu, 24 Nov 2022 17:14:38 +0000 (18:14 +0100)]
GuiLog: don't miss package warnings for packages with dashes

22 months agoUpdate sk.po
Kornel Benko [Thu, 24 Nov 2022 11:30:02 +0000 (12:30 +0100)]
Update sk.po

22 months ago Update fr.po
jpc [Thu, 24 Nov 2022 08:02:51 +0000 (09:02 +0100)]
                Update fr.po

22 months agode.po
Juergen Spitzmueller [Thu, 24 Nov 2022 06:11:44 +0000 (07:11 +0100)]
de.po

22 months agoforgot that
Jean-Marc Lasgouttes [Thu, 24 Nov 2022 00:32:08 +0000 (01:32 +0100)]
forgot that

22 months agoFix potential crash with 32bit ucs4 codepoints
Jean-Marc Lasgouttes [Thu, 24 Nov 2022 00:18:21 +0000 (01:18 +0100)]
Fix potential crash with 32bit ucs4 codepoints

QChar codepoints are 16 bit, so it is not wise to pass blindly a
char_type value to the QChar constructor.

Use the already defined isSpace() helper tht takes care of this issue.

Related to #12519, which is only known to bite with Qt6 for now; this
bug is thus theoretical in 2.3.

22 months agoQt4 compilable again
Pavel Sanda [Mon, 28 Sep 2020 14:34:42 +0000 (16:34 +0200)]
Qt4 compilable again

22 months agoFix postats.py for branch strings.
Pavel Sanda [Wed, 23 Nov 2022 21:56:00 +0000 (22:56 +0100)]
Fix postats.py for branch strings.

22 months ago* cs.po
Pavel Sanda [Wed, 23 Nov 2022 21:14:33 +0000 (22:14 +0100)]
* cs.po

22 months agoRemerge strings 2.3.7
Pavel Sanda [Wed, 23 Nov 2022 20:33:24 +0000 (21:33 +0100)]
Remerge strings 2.3.7

22 months ago* cs.po
Pavel Sanda [Wed, 23 Nov 2022 20:03:29 +0000 (21:03 +0100)]
* cs.po

22 months agoSet a maximum value to zoom level
Jean-Marc Lasgouttes [Tue, 8 Feb 2022 18:42:17 +0000 (19:42 +0100)]
Set a maximum value to zoom level

The minimal vamue is set to 10%, let's set the max to 1000%. This
avoids crashes when characters are too large.

The code is refactored to be more compact and the tests are more precise.

Fixes bug #12452.

(cherry picked from commit 5259b6ba62fd4e31c260d73cbdfdb66847afcb98)

22 months ago* status.23x
Pavel Sanda [Wed, 23 Nov 2022 12:46:20 +0000 (13:46 +0100)]
* status.23x

22 months agostatus.23x: updates vs bug fixes
Pavel Sanda [Wed, 23 Nov 2022 12:38:09 +0000 (13:38 +0100)]
status.23x: updates vs bug fixes

22 months agoAdd missing status.23x entries from latest backports.
Pavel Sanda [Wed, 23 Nov 2022 12:33:29 +0000 (13:33 +0100)]
Add missing status.23x entries from latest backports.

22 months agoFix crash when using Hebrew (bug 12464)
Juergen Spitzmueller [Wed, 23 Nov 2022 11:28:59 +0000 (12:28 +0100)]
Fix crash when using Hebrew (bug 12464)

22 months agoHandle LFUN_FONT_DEFAULT is InsetTabular::Dispatch (fixes #12566)
Juergen Spitzmueller [Wed, 23 Nov 2022 11:22:54 +0000 (12:22 +0100)]
Handle LFUN_FONT_DEFAULT is InsetTabular::Dispatch (fixes #12566)

22 months agoSet current cursor font when toggling emphasize
Jean-Marc Lasgouttes [Tue, 4 Jan 2022 17:58:55 +0000 (18:58 +0100)]
Set current cursor font when toggling emphasize

The change actually works for all font toggling with implicit selection.

Fixes bug #12450.

(cherry picked from commit d44c63e2c67cad1bd0dda4cf3e0fa09df5b225ad)

22 months agoFix #12524. From Enrico.
Richard Kimberly Heck [Wed, 23 Nov 2022 02:28:14 +0000 (21:28 -0500)]
Fix #12524. From Enrico.

22 months agoPreview: do not overwrite fg/bg color names that beamer uses
Jean-Marc Lasgouttes [Sat, 8 Oct 2022 14:42:55 +0000 (16:42 +0200)]
Preview: do not overwrite fg/bg color names that beamer uses

Rename them to lyxfg/lyxbg

Fixes bug #12563.

(cherry picked from commit a20477993bda8e9eaca1c8934e2b6f8991af562b)

22 months agoFix #12311 as described there.
Richard Kimberly Heck [Wed, 23 Nov 2022 02:25:11 +0000 (21:25 -0500)]
Fix #12311 as described there.

22 months agoMake rectangles have pointy corners
Jean-Marc Lasgouttes [Mon, 27 Sep 2021 15:46:38 +0000 (17:46 +0200)]
Make rectangles have pointy corners

This only makes a difference in HiDpi mode.

Adaptation of the patch proposed by Daniel.

Fix for bug #12336.

(cherry picked from commit 3cdfb42cced175c108563f378589ec9aae134093)

22 months agoOnly load subscript package with LaTeX < 2005/12/01 (#12387)
Juergen Spitzmueller [Thu, 13 Oct 2022 14:05:03 +0000 (16:05 +0200)]
Only load subscript package with LaTeX < 2005/12/01 (#12387)

(cherry picked from commit d4d4654d6325e92aff96523b64e1d403655a71cc)

22 months agoSupport 0x019b via tipa (#12426)
Juergen Spitzmueller [Fri, 12 Nov 2021 10:43:11 +0000 (11:43 +0100)]
Support 0x019b via tipa (#12426)

(cherry picked from commit ea475c0ce6636f02244fe8142a8d77dd1493f4e5)

22 months agoBackport fix for #11223. From Enrico.
Richard Kimberly Heck [Wed, 23 Nov 2022 02:16:40 +0000 (21:16 -0500)]
Backport fix for #11223. From Enrico.

22 months agoFixup 7485225c: better placement of deph bar
Jean-Marc Lasgouttes [Wed, 19 Jan 2022 17:08:47 +0000 (18:08 +0100)]
Fixup 7485225c: better placement of deph bar

Fixes #12243.

(cherry picked from commit a64244b844e613aa0f739e050aa23168ff21fce9)

22 months agoFix TOC filtering with slashes (#12359)
Juergen Spitzmueller [Wed, 29 Dec 2021 13:43:52 +0000 (14:43 +0100)]
Fix TOC filtering with slashes (#12359)

Seems the * wildcard does not match these.

22 months agoBackport fix for #11491. From Enrico.
Richard Kimberly Heck [Wed, 23 Nov 2022 02:04:29 +0000 (21:04 -0500)]
Backport fix for #11491. From Enrico.

22 months agoAdd a couple files to gitignore
Richard Kimberly Heck [Wed, 23 Nov 2022 02:02:10 +0000 (21:02 -0500)]
Add a couple files to gitignore

22 months agoFix bug #12369
Richard Kimberly Heck [Wed, 23 Nov 2022 01:57:45 +0000 (20:57 -0500)]
Fix bug #12369

22 months agoQt5 is now the default with configure
Jean-Marc Lasgouttes [Thu, 17 Nov 2022 14:10:21 +0000 (15:10 +0100)]
Qt5 is now the default with configure

22 months agoAdapt to change of AC_INIT in configure.ac.
Kornel Benko [Tue, 15 Nov 2022 13:38:56 +0000 (14:38 +0100)]
Adapt to change of AC_INIT in configure.ac.

Amends 2849127f44e, missed it at that time

22 months agoupdate cs.po
Pavel Sanda [Tue, 15 Nov 2022 12:57:48 +0000 (13:57 +0100)]
update cs.po

22 months agoremerge cs.po
Pavel Sanda [Tue, 15 Nov 2022 12:55:52 +0000 (13:55 +0100)]
remerge cs.po

22 months agodocument recent changes
Jean-Marc Lasgouttes [Wed, 9 Nov 2022 09:26:10 +0000 (10:26 +0100)]
document recent changes

22 months agogcc 12 compilation fixes
Jean-Marc Lasgouttes [Tue, 8 Nov 2022 22:58:02 +0000 (23:58 +0100)]
gcc 12 compilation fixes

22 months agoFix configure script with autoconf 2.71
Jean-Marc Lasgouttes [Fri, 24 Jun 2022 11:27:55 +0000 (13:27 +0200)]
Fix configure script with autoconf 2.71

Not a backport, but related to e4416535.

22 months agoRun autoupdate to remove many warnings
Jean-Marc Lasgouttes [Thu, 28 Apr 2022 13:31:54 +0000 (15:31 +0200)]
Run autoupdate to remove many warnings

Autoconf 2.71 now show all warnings. Instead of cherry picking the 2.4
patch, the choice was made to apply autoupdate directly.

Additionally, AC_INIT now clearly indicates that automake >= 1.14 is required.

2 years ago* cs.po
Pavel Sanda [Wed, 7 Sep 2022 18:23:01 +0000 (20:23 +0200)]
* cs.po

2 years ago Update fr.po
jpc [Tue, 5 Apr 2022 07:14:48 +0000 (09:14 +0200)]
            Update fr.po

2 years agoUse real path names for buffer lookup by name of temporary external files.
Stephan Witt [Tue, 15 Feb 2022 21:12:00 +0000 (22:12 +0100)]
Use real path names for buffer lookup by name of temporary external files.

In case of path names for external files containing symbolic links the real path
and the logical path name may be different for the same file or directory.
LyX is using QDir::tempPath() to create the path name of the temporary directory.
The Qt implementation is free to return the logical or the real path name here and
it happens to be different for various platforms and versions.
The most stable and clean solution is to use the real path name consistently.

(cherry picked from commit f2f861f017bd598c9e5b72f64e10587cbe1e3405)

2 years ago Update fr.po
jpc [Mon, 14 Feb 2022 10:18:43 +0000 (11:18 +0100)]
      Update fr.po