]> git.lyx.org Git - lyx.git/log
lyx.git
2 months agoUpdate format in lyxrc.dist
Enrico Forestieri [Wed, 3 Jul 2024 10:32:18 +0000 (12:32 +0200)]
Update format in lyxrc.dist

(cherry picked from commit 1dd0bf3253a7d6abd5f4b13fe46e9a4d83887b5e)

2 months agoAvoid bogus warnings when configuring for Qt6
Enrico Forestieri [Wed, 3 Jul 2024 19:02:51 +0000 (21:02 +0200)]
Avoid bogus warnings when configuring for Qt6

Recent versions of qmake complain loudly when the locale
does not explicitly specify the utf8 codeset. Specifically,
the configure script exports LC_ALL=C and that implies the
ascii codeset. Previously, this was silently changed to utf8,
whereas now we get a warning for each qmake invocation.
So, explicitly set utf8 before calling qmake.

2 months agoDocument fix of #12954
Juergen Spitzmueller [Wed, 3 Jul 2024 07:56:25 +0000 (09:56 +0200)]
Document fix of #12954

2 months agoRemove unneeded cycle checks (#12954)
Juergen Spitzmueller [Sun, 23 Jun 2024 12:53:07 +0000 (14:53 +0200)]
Remove unneeded cycle checks (#12954)

(cherry picked from commit b5260a3a0f8b5267b108b9d94520a6b77b2fe5ac)

2 months agoAmend fd78a25a7c0b307
Juergen Spitzmueller [Sun, 23 Jun 2024 16:52:07 +0000 (18:52 +0200)]
Amend fd78a25a7c0b307

This way, it is a bit more plausible what we're doing

(cherry picked from commit c394a1ccf9eab08221efc45f5d4ca26bbd963968)

2 months agoOnly issue currentWorkareaChanged() if the work area really changed.
Juergen Spitzmueller [Sun, 23 Jun 2024 12:52:02 +0000 (14:52 +0200)]
Only issue currentWorkareaChanged() if the work area really changed.

(this function can be called repeatedly while the work area doesn't
change any further)

(cherry picked from commit fd78a25a7c0b307da32c7cd805ce9f101160610a)

2 months agoFixup [152811a27d242/lyxgit]
Juergen Spitzmueller [Sun, 23 Jun 2024 12:47:43 +0000 (14:47 +0200)]
Fixup [152811a27d242/lyxgit]

tabBarClicked() should really only reset focus if a click in a different
TabBarGroup happened. And no need to issue workAreaChanged() again.

This has lead to extra and erroneous focus changes (see #12954)

(cherry picked from commit 026c4bd726f36623772dc152740f709ce9972415)

2 months agocosmetics - synchronize with the rest of strings
Pavel Sanda [Tue, 2 Jul 2024 21:47:42 +0000 (23:47 +0200)]
cosmetics - synchronize with the rest of strings

2 months agoBegin 2.4.2 development.
Richard Kimberly Heck [Tue, 2 Jul 2024 19:38:49 +0000 (15:38 -0400)]
Begin 2.4.2 development.

2 months agoAvoid crash when InsetBibitem::updateCommand shows a dialog 2.4.1
Jean-Marc Lasgouttes [Tue, 2 Jul 2024 12:49:34 +0000 (14:49 +0200)]
Avoid crash when InsetBibitem::updateCommand shows a dialog

This is one of the places where a dialog is shown (indicating that
some bibtems have been renamed) while the metrics are not up to date.
Then a draw operation can be triggered too early and a crash can ensue.

Use ad-hoc solution for this case and use Buffer::setBusy(). The
Alert::warning helper cannot really do that since it doe snot know the
current buffer.

(cherry picked from commit c84c59eaecf19b1eb8227f9aadc7f5be187b3856)

2 months agoDo not check for diverging input encoding if the files use XeTeX/LuaTeX
Juergen Spitzmueller [Tue, 2 Jul 2024 14:59:28 +0000 (16:59 +0200)]
Do not check for diverging input encoding if the files use XeTeX/LuaTeX

Fixes the problem reported at
https://marc.info/?l=lyx-users&m=171986173131406

(cherry picked from commit 4ed8bfb974e9bf5c626f00f4a57989c64320a568)

2 months agoGuiDocument::onBufferViewChanged(): exit early if dialog is not open
Juergen Spitzmueller [Tue, 2 Jul 2024 09:02:36 +0000 (11:02 +0200)]
GuiDocument::onBufferViewChanged(): exit early if dialog is not open

This should fix the bug reported at
https://marc.info/?l=lyx-users&m=171957953801548&w=2

(cherry picked from commit 574db220255dcd8c83f85e30527009a9af41e21d)

2 months agoStart prep for 2.4.1
Richard Kimberly Heck [Mon, 1 Jul 2024 01:00:32 +0000 (21:00 -0400)]
Start prep for 2.4.1

2 months agoUpdate it.po
Enrico Forestieri [Fri, 28 Jun 2024 20:45:02 +0000 (22:45 +0200)]
Update it.po

2 months agoUpdate version in German docs
Juergen Spitzmueller [Fri, 28 Jun 2024 05:19:23 +0000 (07:19 +0200)]
Update version in German docs

2 months agoja User Guide: restore bibfiles path
Scott Kostyshak [Thu, 27 Jun 2024 22:48:03 +0000 (18:48 -0400)]
ja User Guide: restore bibfiles path

2 months agoja Additional: restore path
Scott Kostyshak [Thu, 27 Jun 2024 22:47:38 +0000 (18:47 -0400)]
ja Additional: restore path

2 months agoRestore origin tag
Scott Kostyshak [Thu, 27 Jun 2024 22:23:38 +0000 (18:23 -0400)]
Restore origin tag

2 months ago* typo
Pavel Sanda [Thu, 27 Jun 2024 18:16:04 +0000 (20:16 +0200)]
* typo

2 months agoStatus
Richard Kimberly Heck [Thu, 27 Jun 2024 16:41:44 +0000 (12:41 -0400)]
Status

2 months agoUpdated simplified Chinese translation
Richard Kimberly Heck [Thu, 27 Jun 2024 16:41:16 +0000 (12:41 -0400)]
Updated simplified Chinese translation

2 months agoUpdate Japanese documentation (and typo in the original)
Koji Yokota [Thu, 27 Jun 2024 16:00:19 +0000 (01:00 +0900)]
Update Japanese documentation (and typo in the original)

2 months agoUpdating ja.po
Koji Yokota [Wed, 26 Jun 2024 05:48:48 +0000 (14:48 +0900)]
Updating ja.po

2 months agoRevert "Add temporary directory to About LyX dialog"
Richard Kimberly Heck [Tue, 25 Jun 2024 17:38:30 +0000 (13:38 -0400)]
Revert "Add temporary directory to About LyX dialog"

This introduced a new string, which is not for 2.4.1.

This reverts commit 5b51bab39b31207dd16e31651ffecbec052272d4.

2 months ago* uk.po from Yuri
Pavel Sanda [Tue, 25 Jun 2024 17:33:58 +0000 (19:33 +0200)]
* uk.po from Yuri

2 months ago* cs.po
Pavel Sanda [Tue, 25 Jun 2024 17:32:56 +0000 (19:32 +0200)]
* cs.po

2 months agoAdd temporary directory to About LyX dialog
Richard Kimberly Heck [Tue, 25 Jun 2024 15:32:26 +0000 (11:32 -0400)]
Add temporary directory to About LyX dialog

(cherry picked from commit e7af6afb01183e2fdf798dd401499839ba0a195a)

2 months agoMore translation status
Richard Kimberly Heck [Tue, 25 Jun 2024 14:54:41 +0000 (10:54 -0400)]
More translation status

2 months agoRemerge strings.
Richard Kimberly Heck [Mon, 24 Jun 2024 21:32:33 +0000 (17:32 -0400)]
Remerge strings.

2 months agoTransation status
Richard Kimberly Heck [Mon, 24 Jun 2024 21:10:37 +0000 (17:10 -0400)]
Transation status

2 months ago* uk.po - make it compilable again
Pavel Sanda [Mon, 24 Jun 2024 21:01:49 +0000 (23:01 +0200)]
* uk.po - make it compilable again

2 months ago* pt_BR.po update from Georger.
Pavel Sanda [Mon, 24 Jun 2024 20:57:09 +0000 (22:57 +0200)]
* pt_BR.po update from Georger.

2 months agoAdd status comment
Pavel Sanda [Mon, 24 Jun 2024 20:43:17 +0000 (22:43 +0200)]
Add status comment

2 months agoLet the middle button pasting respect newlines by default.
Pavel Sanda [Mon, 24 Jun 2024 20:29:23 +0000 (22:29 +0200)]
Let the middle button pasting respect newlines by default.

This makes it in sync with the new default for Edit > Paste operation.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg222233.html

2 months agoUkranian update from Yuri
Richard Kimberly Heck [Mon, 24 Jun 2024 20:23:32 +0000 (16:23 -0400)]
Ukranian update from Yuri

2 months ago* cs.po
Pavel Sanda [Mon, 24 Jun 2024 20:23:02 +0000 (22:23 +0200)]
* cs.po

2 months ago Update fr.po for 2.4.1
jpc [Mon, 24 Jun 2024 08:11:49 +0000 (10:11 +0200)]
    Update fr.po for 2.4.1

2 months agoRemerge strings.
Richard Kimberly Heck [Sun, 23 Jun 2024 16:25:38 +0000 (12:25 -0400)]
Remerge strings.

2 months agosvn --> git
Richard Kimberly Heck [Sun, 23 Jun 2024 16:22:03 +0000 (12:22 -0400)]
svn --> git

2 months ago\cprotect amendment
Juergen Spitzmueller [Sat, 22 Jun 2024 11:38:47 +0000 (13:38 +0200)]
\cprotect amendment

\cprotect'ed insets do not need forced local font switch; in fact files
with this break in compilation. E.g. a caption with an URL containing
the char '#' and caption text set to a secondary language.

(cherry picked from commit 8659924abd7026aa97a36bd99efeb11705ff7190)

3 months agoGuiDocument: do not ask switch-back question on document closing
Juergen Spitzmueller [Sun, 16 Jun 2024 13:53:37 +0000 (15:53 +0200)]
GuiDocument: do not ask switch-back question on document closing

(cherry picked from commit c243126eb406c10420fc112ca1d24ae7e8e42a1f)

3 months agoCorrect status entry
Juergen Spitzmueller [Sat, 15 Jun 2024 17:32:30 +0000 (19:32 +0200)]
Correct status entry

3 months agoAdd status
Richard Kimberly Heck [Sat, 15 Jun 2024 17:32:17 +0000 (13:32 -0400)]
Add status

3 months agoPrevent division by zero
Juergen Spitzmueller [Sat, 15 Jun 2024 12:48:37 +0000 (14:48 +0200)]
Prevent division by zero

Fixes crash reported at
https://marc.info/?l=lyx-users&m=171842978728676

(cherry picked from commit 0fc8ee5ace22c11175cb93f5b6f7310cc4d646c1)

3 months agoRegenerate LFUNs.lyx
Pavel Sanda [Sat, 15 Jun 2024 08:32:26 +0000 (10:32 +0200)]
Regenerate LFUNs.lyx

3 months agoUpdate doc info for quote-insert
Richard Kimberly Heck [Tue, 2 Apr 2024 16:46:36 +0000 (12:46 -0400)]
Update doc info for quote-insert

3 months agode.po
Juergen Spitzmueller [Tue, 11 Jun 2024 12:30:47 +0000 (14:30 +0200)]
de.po

3 months agoUpdate sk.po
Kornel Benko [Tue, 11 Jun 2024 11:29:19 +0000 (13:29 +0200)]
Update sk.po

3 months agoFindAdv: Omitting cursor advance at start of search if in mathed.
Alexander Dunlap [Mon, 10 Jun 2024 18:08:39 +0000 (20:08 +0200)]
FindAdv: Omitting cursor advance at start of search if in mathed.

Fixes #13070 Advanced S&R does not find math symbols at start of document

(Should be cherry-pick of 8c501308, but due to merge conflicts its done
manually)

3 months agoFix change tracking colors with RTL languages (#12923)
Udi Fogiel [Mon, 10 Jun 2024 12:19:08 +0000 (15:19 +0300)]
Fix change tracking colors with RTL languages (#12923)

(cherry picked from commit a5749b9c1f5c5b42e6d6db7cd9f2aab16bc28f5b)

3 months agoFix greyedout with RTL languages (#8647)
Udi Fogiel [Mon, 10 Jun 2024 12:03:05 +0000 (15:03 +0300)]
Fix greyedout with RTL languages (#8647)

(cherry picked from commit ee43584140d9c62801d524291c5cfd0c29c8d916)

3 months agofix a typo
Udi Fogiel [Sun, 9 Jun 2024 23:20:25 +0000 (02:20 +0300)]
fix a typo

3 months agodocument recent fixes
Udi Fogiel [Sun, 9 Jun 2024 23:18:02 +0000 (02:18 +0300)]
document recent fixes

3 months agoammend 64aad586f49b904
Udi Fogiel [Sun, 9 Jun 2024 18:06:25 +0000 (21:06 +0300)]
ammend 64aad586f49b904

Remove an empty auxiliary file that snuck in (sorry...)

(cherry picked from commit 61bee11a628d1f9c05ef66fa9669c84fa67e2c4d)

3 months agomissing background in xetex and fix RTL stuff in preview
Udi-Fogiel [Sun, 9 Jun 2024 10:36:35 +0000 (13:36 +0300)]
missing background in xetex and fix RTL stuff in preview

* previwes with xetex did not produce any background (\pagecolor does not work for some reason), adding the direct command for that, \special{background <color>} inside the preview box solved it.

* similar to #12923 we should push the color node in horizontal mode

* there is a bug in preview with LuaTeX with main RTL language, this commit fix this bug, but it should be removed when it is fixed upstream (the code related to \pr@set@pagerightoffset)

(cherry picked from commit 64aad586f49b9047082356e5f217fc6147ac9500)

3 months agoFix bug #13028.
Richard Kimberly Heck [Sun, 9 Jun 2024 18:12:40 +0000 (14:12 -0400)]
Fix bug #13028.

Bindings for 'join lines.

(cherry picked from commit 8655c83a902bfb2261e5c1fd3fade71883282864)

3 months agoExtend tab context menu features
Daniel Ramoeller [Sat, 27 Feb 2021 06:05:54 +0000 (07:05 +0100)]
Extend tab context menu features

Add

- Close Other Tabs
- Close Tabs to Left/Right
- Move Tab to Start/End
- Show Enclosing Folder

to the tabs context menus.

Fix for bug #11963

(cherry picked from commit a114f12868f8b48b9507aa22bf4156af0062ac97)

3 months agoMerge branch '2.4.x' into 2.4.1-devel
Richard Kimberly Heck [Sun, 9 Jun 2024 17:13:12 +0000 (13:13 -0400)]
Merge branch '2.4.x' into 2.4.1-devel

3 months agoFix textstyle-update handling in mathed
Enrico Forestieri [Sun, 9 Jun 2024 11:04:22 +0000 (13:04 +0200)]
Fix textstyle-update handling in mathed

The code was expecting that all properties were specified
in the argument and not only some. Simply do not process
those properties not specified in the argument.

(cherry picked from commit afb70c905b526ec6fdc5ed66afe800fcd705b425)

3 months agoReturn false on invalid input in Font::fromString()
Juergen Spitzmueller [Sun, 9 Jun 2024 06:09:01 +0000 (08:09 +0200)]
Return false on invalid input in Font::fromString()

Fixes crash with invalid font-update lfun

(cherry picked from commit 2a9648fc4c58a007f7ddb4012d608666f8cc2ec8)

3 months agoFix Python warning of invalid escape in lyx_pot.py
Scott Kostyshak [Sat, 8 Jun 2024 15:54:44 +0000 (11:54 -0400)]
Fix Python warning of invalid escape in lyx_pot.py

Newer Python versions (e.g., Python 3.12.3) gave the following
warning:

  po/lyx_pot.py:607: SyntaxWarning: invalid escape sequence '\w'

An alternative fix would be to double the backslash, but that might
be less readable than this fix.

(cherry picked from commit 325f1429f83d7ce1d35404c3f99a31d19c0dbe45)

3 months agoStatus
Richard Kimberly Heck [Fri, 7 Jun 2024 19:59:27 +0000 (15:59 -0400)]
Status

3 months agoFix table crash reported on Windows.
Richard Kimberly Heck [Sun, 2 Jun 2024 18:12:23 +0000 (14:12 -0400)]
Fix table crash reported on Windows.

(cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7)

3 months agoStrip quotes from PackageOptions. Amends a77c84a0b4d5
Juergen Spitzmueller [Thu, 6 Jun 2024 04:58:33 +0000 (06:58 +0200)]
Strip quotes from PackageOptions. Amends a77c84a0b4d5

(cherry picked from commit 1449fbf9ae3ecc70fbc7299f8901ecc31cdff1ab)

3 months agoFixup 39c7199a: the code did not do what it was supposed to
Jean-Marc Lasgouttes [Wed, 5 Jun 2024 21:05:22 +0000 (23:05 +0200)]
Fixup 39c7199a: the code did not do what it was supposed to

(cherry picked from commit 92ef555abde86466b7ca3c3401ab8132258fc497)

3 months agoDo not draw appendix lines below en of document
Jean-Marc Lasgouttes [Thu, 6 Jun 2024 12:32:00 +0000 (14:32 +0200)]
Do not draw appendix lines below en of document

This bug is pretty old, but it was not visible because the grey area
below the document would overwrite it.

It would be better to close the frame at the end of the document, but
this is for later.

(cherry picked from commit 7acfbe0fccc729dcf5d910a4049b25e9943329fc)
(cherry picked from commit c96d3a03400893f440dca7e68ed87bd70bea0b39)

3 months agoUpdate tex info in readme
Pavel Sanda [Wed, 5 Jun 2024 18:43:51 +0000 (20:43 +0200)]
Update tex info in readme

3 months agoSome comments into bind file
Pavel Sanda [Wed, 5 Jun 2024 18:42:10 +0000 (20:42 +0200)]
Some comments into bind file

3 months agoUpdate README
Richard Kimberly Heck [Tue, 4 Jun 2024 15:25:58 +0000 (11:25 -0400)]
Update README

3 months agoavoid adding redundant preamble to double column hebrew documents (#12919)
Udi-Fogiel [Mon, 3 Jun 2024 18:05:20 +0000 (21:05 +0300)]
avoid adding redundant preamble to double column hebrew documents (#12919)

3 months agohe.po
Udi-Fogiel [Mon, 3 Jun 2024 17:16:34 +0000 (20:16 +0300)]
he.po

3 months agode.po
Juergen Spitzmueller [Mon, 3 Jun 2024 16:04:53 +0000 (18:04 +0200)]
de.po

3 months agoShow full inset context-menu when clicking on text part of collapsible (#10370)
Juergen Spitzmueller [Mon, 3 Jun 2024 14:10:17 +0000 (16:10 +0200)]
Show full inset context-menu when clicking on text part of collapsible (#10370)

Re-fix this since #12907 has been resolved

(cherry picked from commit 7a85b1b7caeb3fb390aa488d7061e29b9a77cc6b)

3 months agoFix table crash reported on Windows.
Richard Kimberly Heck [Sun, 2 Jun 2024 18:12:23 +0000 (14:12 -0400)]
Fix table crash reported on Windows.

(cherry picked from commit 3e796c680a11593bd09433be22bec45dcfe0d7a7)

3 months agoUpdate sk.po
Kornel Benko [Mon, 3 Jun 2024 07:17:19 +0000 (09:17 +0200)]
Update sk.po

3 months agoAdv. F&R: strange dialog text
Kornel Benko [Mon, 3 Jun 2024 06:23:35 +0000 (08:23 +0200)]
Adv. F&R: strange dialog text

Fixes #12997
Added 'Scope' to better indicate the searched area.

3 months agoFix bug #13066
Richard Kimberly Heck [Mon, 3 Jun 2024 03:06:11 +0000 (23:06 -0400)]
Fix bug #13066

Patch from Lorenzo

(cherry picked from commit 0c70f340c0fe33daa68b2a3eb4b3347fef1a9a95)

3 months agoCopy French manuals from 2.4.x branch
Richard Kimberly Heck [Mon, 3 Jun 2024 02:23:38 +0000 (22:23 -0400)]
Copy French manuals from 2.4.x branch

3 months agoCmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use
Kornel Benko [Fri, 24 May 2024 18:26:04 +0000 (20:26 +0200)]
Cmake build: Initialize variable 'CMAKE_INSTALL_PREFIX' before use

Spotted by Eugene Chornyi <yu_jin@lyx.org>

(cherry picked from commit ea74574d8f02481732b591306410e3c49faae87d)

3 months agoCmake build: Make QT5-compilation be default
Kornel Benko [Sat, 6 Apr 2024 10:36:47 +0000 (12:36 +0200)]
Cmake build: Make QT5-compilation be default

(cherry picked from commit c971974f331c249fa4d57953d8d93c107c154024)

3 months agoMerge branch '2.4.x' into 2.4.1-devel
Richard Kimberly Heck [Mon, 3 Jun 2024 01:49:54 +0000 (21:49 -0400)]
Merge branch '2.4.x' into 2.4.1-devel

3 months agoPut new citation after selected item rather than at end of list.
Richard Kimberly Heck [Sun, 2 Jun 2024 00:25:20 +0000 (20:25 -0400)]
Put new citation after selected item rather than at end of list.

Fixes bug #12940.

Patch from Daniel.

(cherry picked from commit 40ae8644f9f81576033ff1f8f56428946029b4f4)

3 months agoXHTML: export paragraph IDs also for list items, but not for the opening tag of the...
Thibaut Cuvelier [Mon, 20 May 2024 01:21:00 +0000 (03:21 +0200)]
XHTML: export paragraph IDs also for list items, but not for the opening tag of the list.

The IDs are used to link to specific elements (for instance, the User's guide nomenclature).

The beginning of the list (<ul> or <ol>) has the same magic ID as the first item of the list.

3 months agoMake comment clearer.
Thibaut Cuvelier [Sat, 18 May 2024 17:38:52 +0000 (19:38 +0200)]
Make comment clearer.

3 months agoInsetInfo: no need to output + explicitly in a shortcut, it is already contained...
Thibaut Cuvelier [Sat, 18 May 2024 17:41:44 +0000 (19:41 +0200)]
InsetInfo: no need to output + explicitly in a shortcut, it is already contained in the sequence.

3 months agoOne more
Richard Kimberly Heck [Sun, 2 Jun 2024 00:24:15 +0000 (20:24 -0400)]
One more

3 months agoStatus for last few commits
Richard Kimberly Heck [Sun, 2 Jun 2024 00:23:08 +0000 (20:23 -0400)]
Status for last few commits

3 months agoFix display of math hull inset in RTL context
Jean-Marc Lasgouttes [Thu, 16 May 2024 12:56:28 +0000 (14:56 +0200)]
Fix display of math hull inset in RTL context

The inversion of margin was done in the wrong way for RTL support.

(cherry picked from commit b469c142ad579d3338fc81ab3e1c6ee7b4e270ec)

3 months agoFix bug #12934
Richard Kimberly Heck [Sat, 1 Jun 2024 17:05:12 +0000 (13:05 -0400)]
Fix bug #12934

(cherry picked from commit 6484dce51b46f8fc0134a7532efb08401bba3c53)

3 months agoSet buffer when creating a MathData from parts of another one
Jean-Marc Lasgouttes [Thu, 25 Apr 2024 15:13:15 +0000 (17:13 +0200)]
Set buffer when creating a MathData from parts of another one

This is triggered by selecting part of an equation under Xcb platform
(x11). Indeed, the current selection has to be sent to the X11 server
and BufferView::requestSelection() is called. Eventually
cap::grabSelection() is the function that creates this partial
MathData object.

Fixes ticket #12947.

(cherry picked from commit ed2f3cb9cfa1e871d48a92d41791a77bd218ab67)

3 months agoTry to make sure that math insets have a properly set buffer_ member
Jean-Marc Lasgouttes [Fri, 14 Oct 2022 20:42:21 +0000 (22:42 +0200)]
Try to make sure that math insets have a properly set buffer_ member

Set the buffer of contents that is added to a MathData object through
MathData::insert() (both versions)
MathData::push_back()
asArray()

Also in math macros, initialize look_ with the relevant buffer.

This reduces the number of insets hat do not have a proper buffer.

See #13050 for discussion of this issue.

(cherry picked from commit f3c5ff9cb72c5231f1e1e81452e67d6f12dadecb)

3 months agoFix bug #11796.
Richard Kimberly Heck [Sat, 1 Jun 2024 16:43:56 +0000 (12:43 -0400)]
Fix bug #11796.

Toolbars are now locked by default. Unlocked state should be saved
by Qt as a session variable.

Patch from Daniel.

(cherry picked from commit 42a8463aab6100e8209caa8cd137d3c500623729)

3 months agoFix bug #8856.
Richard Kimberly Heck [Sat, 1 Jun 2024 16:36:00 +0000 (12:36 -0400)]
Fix bug #8856.

Show values of cross-references in tooltips.

(cherry picked from commit 2a1c3dce57da0ad25451fc61f413ebbeba2448fe)

3 months agoFix bug #12981
Richard Kimberly Heck [Sat, 1 Jun 2024 15:52:05 +0000 (11:52 -0400)]
Fix bug #12981

(cherry picked from commit 61181a39778ed5bcd7849ab388c402ab3f88d5cd)

3 months agoReset require_fresh_start_ after buffer has been viewed/exported
Juergen Spitzmueller [Sat, 1 Jun 2024 07:06:44 +0000 (09:06 +0200)]
Reset require_fresh_start_ after buffer has been viewed/exported

The LFUN buffer-reset-export states to start afresh the export for the
next run, but in fact, the boolean was never reset, so that this was
done for all subsequent runs unless the buffer had been closed and
reopened.

Now the lfun does what it states and only acts on the next pass.

(cherry picked from commit e1cb15ee5d9377cef6e3683a6d0bb68eb9b379c1)

3 months agoUpdate sk.po
Kornel Benko [Sat, 1 Jun 2024 12:06:26 +0000 (14:06 +0200)]
Update sk.po

3 months agoAmend 6c3447c8: FindAdv: sometimes a space is added on some math symbols
Kornel Benko [Fri, 31 May 2024 07:15:59 +0000 (09:15 +0200)]
Amend 6c3447c8: FindAdv: sometimes a space is added on some math symbols

Restrict the removing to math insets

(cherry picked from commit f248b003a9f7b8b16c85c04ae37b3c5e27a4a8d6)

3 months agoFindAdv: sometimes a space is added on some math symbols
Kornel Benko [Wed, 29 May 2024 12:09:20 +0000 (14:09 +0200)]
FindAdv: sometimes a space is added on some math symbols

For example '\int '.
Should fix regression #13070
Spotted  by Alexander Dunlap

(cherry picked from commit 4730ec78f544b6fd51defd063e52955554b14e89)
(cherry picked from commit 6c3447c8a62d1ed9c8e17732f991296123c69efb)

3 months agoBegin 2.4.1 development
Richard Kimberly Heck [Fri, 31 May 2024 23:43:36 +0000 (19:43 -0400)]
Begin 2.4.1 development

3 months agoMinor update
Richard Kimberly Heck [Fri, 31 May 2024 23:41:22 +0000 (19:41 -0400)]
Minor update