]> git.lyx.org Git - lyx.git/log
lyx.git
15 months agoUpdate sk.po
Kornel Benko [Mon, 27 Feb 2023 09:36:17 +0000 (10:36 +0100)]
Update sk.po

15 months agode.po
Juergen Spitzmueller [Mon, 27 Feb 2023 07:46:35 +0000 (08:46 +0100)]
de.po

15 months agoFix #12678.
Pavel Sanda [Sun, 26 Feb 2023 21:30:17 +0000 (22:30 +0100)]
Fix #12678.

15 months agoFix casing.
Pavel Sanda [Sun, 26 Feb 2023 18:51:48 +0000 (19:51 +0100)]
Fix casing.

Spotted by Juergen.

15 months agoUpdate sk.po
Kornel Benko [Sun, 26 Feb 2023 10:24:21 +0000 (11:24 +0100)]
Update sk.po

15 months ago* cs.po
Pavel Sanda [Sat, 25 Feb 2023 18:00:05 +0000 (19:00 +0100)]
* cs.po

15 months agoremerge cs.po
Pavel Sanda [Sat, 25 Feb 2023 17:55:46 +0000 (18:55 +0100)]
remerge cs.po

15 months agoInfoinset - better specification of few strings
Pavel Sanda [Sat, 25 Feb 2023 17:52:31 +0000 (18:52 +0100)]
Infoinset - better specification of few strings

15 months agoRemove zombie Acknowledgement theorem
Juergen Spitzmueller [Sat, 25 Feb 2023 07:43:41 +0000 (08:43 +0100)]
Remove zombie Acknowledgement theorem

15 months agolyxpaperview - fix redirection
Pavel Sanda [Fri, 24 Feb 2023 19:44:37 +0000 (20:44 +0100)]
lyxpaperview - fix redirection

Any time pdfviewer process write anything to stderr it's killed,
most probably due to not existing pipe to proper stderr file descriptor.
/dev/null redirection fixes the issue.

15 months agolyxpaperview - don't wait for the process to finish
Pavel Sanda [Fri, 24 Feb 2023 19:26:35 +0000 (20:26 +0100)]
lyxpaperview - don't wait for the process to finish

15 months agoUpdate ja manuals from Koji
Pavel Sanda [Fri, 24 Feb 2023 18:57:30 +0000 (19:57 +0100)]
Update ja manuals from Koji

15 months agoFogotten case for replacing $$python.
Pavel Sanda [Fri, 24 Feb 2023 18:43:56 +0000 (19:43 +0100)]
Fogotten case for replacing $$python.

Patch from Jose.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg219385.html

15 months agoUpdate ja.po from Koji & remerge
Pavel Sanda [Fri, 24 Feb 2023 18:38:19 +0000 (19:38 +0100)]
Update ja.po from Koji & remerge

15 months agoUpdate sk.po
Kornel Benko [Fri, 24 Feb 2023 12:42:03 +0000 (13:42 +0100)]
Update sk.po

15 months agode.po
Juergen Spitzmueller [Thu, 23 Feb 2023 14:30:25 +0000 (15:30 +0100)]
de.po

15 months ago* cs.po
Pavel Sanda [Wed, 22 Feb 2023 19:57:03 +0000 (20:57 +0100)]
* cs.po

15 months agoWarn user when OUTLINE_IN/OUT is about to flatten the structure (#11178)
Juergen Spitzmueller [Wed, 22 Feb 2023 16:31:32 +0000 (17:31 +0100)]
Warn user when OUTLINE_IN/OUT is about to flatten the structure (#11178)

15 months agoFix equation numbers after row operation (#12665)
Scott Kostyshak [Wed, 22 Feb 2023 16:12:56 +0000 (11:12 -0500)]
Fix equation numbers after row operation (#12665)

After removing/adding rows, the corresponding equation numbers in
the LyX display were not updated (although if you clicked outside
the math inset they were).

Now they are updated immediately after the operation.

15 months agoFix another old outliner bug (#9375)
Juergen Spitzmueller [Wed, 22 Feb 2023 15:33:37 +0000 (16:33 +0100)]
Fix another old outliner bug (#9375)

Parts, chapters and sections have different LabelTypes, but this does
not mean they cannot be transformed into each other while doing
OUTLINE_IN/OUT

Not sure why the labeltype check is here anyway, but let's keep it.

15 months agoProperly reset tree depth in outliner with keep when outliner is re-filled
Juergen Spitzmueller [Wed, 22 Feb 2023 14:24:15 +0000 (15:24 +0100)]
Properly reset tree depth in outliner with keep when outliner is re-filled

Fixes a 13 year old bug (#6675)

15 months agoWhitespace
Juergen Spitzmueller [Wed, 22 Feb 2023 13:53:25 +0000 (14:53 +0100)]
Whitespace

15 months agoAmend 4cd568d31266
Juergen Spitzmueller [Wed, 22 Feb 2023 13:35:53 +0000 (14:35 +0100)]
Amend 4cd568d31266

15 months agoDo not change outliner tree depth when not appropriate
Juergen Spitzmueller [Wed, 22 Feb 2023 13:23:04 +0000 (14:23 +0100)]
Do not change outliner tree depth when not appropriate

This fixes expansion/collapsing on double-click (#12672)

15 months agoUpdate sk.po
Kornel Benko [Wed, 22 Feb 2023 11:18:22 +0000 (12:18 +0100)]
Update sk.po

15 months agoFix completion in math when inline completion was not yet shown
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 11:02:10 +0000 (12:02 +0100)]
Fix completion in math when inline completion was not yet shown

It is necessary to set finish=true when the completion is unique.
Otherwise, one gets \upsilon instead of the proper glyph.

Fixes bug #12674.

15 months agoRevert "Fixup 0cbe0d7a: avoid double redraw when completion is finished"
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 11:00:14 +0000 (12:00 +0100)]
Revert "Fixup 0cbe0d7a: avoid double redraw when completion is finished"

This is my 635th lesson that trying to be too clever is not that good.
This change interferes with the yet-to-come fix to #12674.

This reverts commit cc6dae1363a818e975b2b8b5d9d1409068a04b39.

15 months agoFixup 0cbe0d7a: avoid double redraw when completion is finished
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 10:32:11 +0000 (11:32 +0100)]
Fixup 0cbe0d7a: avoid double redraw when completion is finished

15 months agoMake sure that screen is updated when completing math
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 10:20:38 +0000 (11:20 +0100)]
Make sure that screen is updated when completing math

There was a missing update there.

Fixes part of bug #12674.

15 months agoDisable zoom in/out buttons when threshold is reached (#12676)
Juergen Spitzmueller [Wed, 22 Feb 2023 10:16:46 +0000 (11:16 +0100)]
Disable zoom in/out buttons when threshold is reached (#12676)

15 months agoFixup 04ece4f0: handle case where openinlined_ is not set
Jean-Marc Lasgouttes [Wed, 22 Feb 2023 09:58:22 +0000 (10:58 +0100)]
Fixup 04ece4f0: handle case where openinlined_ is not set

When computing the width of the button, some code has been added in
04ece4f0 to shorten the space in LeftButton geometry. It turns out
that the Left/Top-button-ness is not always known at this point (since
it depends on the width itself!).

Therefore, it is better to make the button narrower also in the
TopButton case.

15 months agoFixup 04ece4f0d6a: fix cursor position
Jean-Marc Lasgouttes [Mon, 20 Feb 2023 16:14:03 +0000 (17:14 +0100)]
Fixup 04ece4f0d6a: fix cursor position

15 months agocomment typo & one line
Pavel Sanda [Tue, 21 Feb 2023 10:29:40 +0000 (11:29 +0100)]
comment typo & one line

15 months agode/UserGuide: additions to citation search
Juergen Spitzmueller [Tue, 21 Feb 2023 09:41:21 +0000 (10:41 +0100)]
de/UserGuide: additions to citation search

15 months agoMinor corrections and elaborations
Juergen Spitzmueller [Tue, 21 Feb 2023 09:41:05 +0000 (10:41 +0100)]
Minor corrections and elaborations

15 months ago* cs.po - remerge
Pavel Sanda [Tue, 21 Feb 2023 08:56:41 +0000 (09:56 +0100)]
* cs.po - remerge

15 months ago* UserGuide - few details on lyxpaperview
Pavel Sanda [Tue, 21 Feb 2023 08:51:35 +0000 (09:51 +0100)]
* UserGuide - few details on lyxpaperview

15 months agode.po
Juergen Spitzmueller [Tue, 21 Feb 2023 07:27:42 +0000 (08:27 +0100)]
de.po

15 months agoTranslate B_ strings in citeengines
Juergen Spitzmueller [Tue, 21 Feb 2023 07:25:44 +0000 (08:25 +0100)]
Translate B_ strings in citeengines

15 months agoStrip et al. for citation search
Juergen Spitzmueller [Tue, 21 Feb 2023 07:12:59 +0000 (08:12 +0100)]
Strip et al. for citation search

15 months ago* lyxpaperview.py - allow arguments for viewers
Pavel Sanda [Mon, 20 Feb 2023 22:05:26 +0000 (23:05 +0100)]
* lyxpaperview.py - allow arguments for viewers

15 months agoAdd commented-out code that might prove useful one day
Jean-Marc Lasgouttes [Mon, 20 Feb 2023 13:51:19 +0000 (14:51 +0100)]
Add commented-out code that might prove useful one day

The code in the dead branch looks reasonable to me, but I was not able
to prove that it solves a problem (yet).

15 months ago Update fr.po
jpc [Mon, 20 Feb 2023 10:24:44 +0000 (11:24 +0100)]
    Update fr.po

15 months ago Restore French guillemets
jpc [Mon, 20 Feb 2023 10:13:09 +0000 (11:13 +0100)]
         Restore French guillemets

15 months ago Update fr.po
jpc [Mon, 20 Feb 2023 09:57:41 +0000 (10:57 +0100)]
  Update fr.po

15 months agolyxpaperview - fix viewer calls with additional arguments
Pavel Sanda [Sun, 19 Feb 2023 21:35:21 +0000 (22:35 +0100)]
lyxpaperview - fix viewer calls with additional arguments

15 months agotypo
Pavel Sanda [Sun, 19 Feb 2023 20:41:40 +0000 (21:41 +0100)]
typo

15 months agoAnother case of statusTip
Pavel Sanda [Sun, 19 Feb 2023 18:22:48 +0000 (19:22 +0100)]
Another case of statusTip

15 months agocitationSearchCB statusTip -> toolTip
Pavel Sanda [Sun, 19 Feb 2023 18:15:25 +0000 (19:15 +0100)]
citationSearchCB statusTip -> toolTip

15 months ago* cs.po
Pavel Sanda [Sun, 19 Feb 2023 16:52:23 +0000 (17:52 +0100)]
* cs.po

15 months agoUserGuide - document citation_search_view
Pavel Sanda [Sun, 19 Feb 2023 16:00:19 +0000 (17:00 +0100)]
UserGuide - document citation_search_view

15 months agoUpdate sk.po
Kornel Benko [Sun, 19 Feb 2023 11:41:44 +0000 (12:41 +0100)]
Update sk.po

15 months agode.po
Juergen Spitzmueller [Sun, 19 Feb 2023 11:26:09 +0000 (12:26 +0100)]
de.po

15 months agoMark empty bib(la)tex insets (i.e., with no databases defined) (#12668)
Juergen Spitzmueller [Sun, 19 Feb 2023 11:15:45 +0000 (12:15 +0100)]
Mark empty bib(la)tex insets (i.e., with no databases defined) (#12668)

15 months agoFrench docs: remove unicode thin spaces
Scott Kostyshak [Sat, 18 Feb 2023 21:40:50 +0000 (16:40 -0500)]
French docs: remove unicode thin spaces

Consistent with 9b20b33a and cb732ef5.

15 months agofr EmbeddedObjects: fix comp with LuaTeX + babel
Scott Kostyshak [Sat, 18 Feb 2023 21:18:53 +0000 (16:18 -0500)]
fr EmbeddedObjects: fix comp with LuaTeX + babel

This commit removes unicode thin space characters (unicode 2009).

LuaTeX with polyglossia (the default) was compiling before, but this
fixes LuaTeX with babel.

XeTeX compilation (with both polyglossia and babel) still yields
missing glyphs.

Consistent with cb732ef5.

15 months agoUpdate sk.po
Kornel Benko [Sat, 18 Feb 2023 16:13:45 +0000 (17:13 +0100)]
Update sk.po

15 months agoAmend 2987530434105
Juergen Spitzmueller [Sat, 18 Feb 2023 16:04:43 +0000 (17:04 +0100)]
Amend 2987530434105

This is more readable (and fixes a thinko)

15 months agoAddress an edge case where we need to loaf fontspec also with babel
Juergen Spitzmueller [Sat, 18 Feb 2023 15:12:49 +0000 (16:12 +0100)]
Address an edge case where we need to loaf fontspec also with babel

15 months agoCT: Shorten menu items
Pavel Sanda [Sat, 18 Feb 2023 11:19:56 +0000 (12:19 +0100)]
CT: Shorten menu items

15 months ago* ja.po - Update from Koji
Pavel Sanda [Sat, 18 Feb 2023 11:13:03 +0000 (12:13 +0100)]
* ja.po - Update from Koji

16 months agoUpdate sk.po
Kornel Benko [Fri, 17 Feb 2023 20:30:23 +0000 (21:30 +0100)]
Update sk.po

16 months ago Update fr.po
jpc [Fri, 17 Feb 2023 17:17:37 +0000 (18:17 +0100)]
     Update fr.po

16 months agoctests: invert lyx2lyx tests expected to fail
Scott Kostyshak [Fri, 17 Feb 2023 15:17:51 +0000 (10:17 -0500)]
ctests: invert lyx2lyx tests expected to fail

These tests are expected to fail, but are not really because of a
bug. For more info see the comment in this commit.

16 months agoSome more minor corrections on the new (backup-related) documentation
Juergen Spitzmueller [Fri, 17 Feb 2023 11:57:05 +0000 (12:57 +0100)]
Some more minor corrections on the new (backup-related) documentation

16 months agode/UserGuide: add the recent additions on backup files
Juergen Spitzmueller [Fri, 17 Feb 2023 10:28:42 +0000 (11:28 +0100)]
de/UserGuide: add the recent additions on backup files

16 months agoMinor corrections
Juergen Spitzmueller [Fri, 17 Feb 2023 10:28:11 +0000 (11:28 +0100)]
Minor corrections

16 months agoAmend 176caed5c7ef527
Juergen Spitzmueller [Fri, 17 Feb 2023 09:41:44 +0000 (10:41 +0100)]
Amend 176caed5c7ef527

Forgot to save before committing.
How fitting given the topic of this section.

16 months agoUserGuide: Add documentation on our backup and safety framework
Juergen Spitzmueller [Fri, 17 Feb 2023 09:34:58 +0000 (10:34 +0100)]
UserGuide: Add documentation on our backup and safety framework

Explain the diverse types of backup, rescue and snapshot files, where
to find them and when to use which one.

16 months agoFix \origin of newly added ja books and reports
Scott Kostyshak [Thu, 16 Feb 2023 17:07:51 +0000 (12:07 -0500)]
Fix \origin of newly added ja books and reports

16 months agoFix \origin of newly added files
Scott Kostyshak [Thu, 16 Feb 2023 17:05:07 +0000 (12:05 -0500)]
Fix \origin of newly added files

16 months agoAdd layout format number of newly added file
Scott Kostyshak [Thu, 16 Feb 2023 17:00:21 +0000 (12:00 -0500)]
Add layout format number of newly added file

Update it to 99.

16 months ago* cs.po
Pavel Sanda [Thu, 16 Feb 2023 16:08:26 +0000 (17:08 +0100)]
* cs.po

16 months agoUpdate lilypond converter settings (#12618)
Juergen Spitzmueller [Thu, 16 Feb 2023 14:45:58 +0000 (15:45 +0100)]
Update lilypond converter settings (#12618)

As of v. 2.23.12, the safe mode is no longer supported and results in
error.

We thus remove the -safe flags from the converter and use our own
needauth flag instead.

16 months agoMake string-widget combination more l7n friendly
Juergen Spitzmueller [Thu, 16 Feb 2023 14:25:33 +0000 (15:25 +0100)]
Make string-widget combination more l7n friendly

This allows to adjust the minutes widget within the syntax of the language

16 months agode.po
Juergen Spitzmueller [Thu, 16 Feb 2023 14:25:10 +0000 (15:25 +0100)]
de.po

16 months agoAmend ef2ca233d65af
Juergen Spitzmueller [Thu, 16 Feb 2023 13:55:55 +0000 (14:55 +0100)]
Amend ef2ca233d65af

16 months agoDifferentiate backups from autosave files (#12659)
Juergen Spitzmueller [Thu, 16 Feb 2023 13:42:44 +0000 (14:42 +0100)]
Differentiate backups from autosave files (#12659)

16 months agoDocument needauth
Juergen Spitzmueller [Thu, 16 Feb 2023 13:15:59 +0000 (14:15 +0100)]
Document needauth

16 months agoUpdate sk.po
Kornel Benko [Thu, 16 Feb 2023 12:57:10 +0000 (13:57 +0100)]
Update sk.po

16 months agoCasing fix
Juergen Spitzmueller [Thu, 16 Feb 2023 10:21:45 +0000 (11:21 +0100)]
Casing fix

16 months agode.po
Juergen Spitzmueller [Thu, 16 Feb 2023 10:12:57 +0000 (11:12 +0100)]
de.po

16 months agoUpdate sk.po
Kornel Benko [Thu, 16 Feb 2023 09:37:14 +0000 (10:37 +0100)]
Update sk.po

16 months agoFix URL documentation
Juergen Spitzmueller [Thu, 16 Feb 2023 08:40:39 +0000 (09:40 +0100)]
Fix URL documentation

It's not true that long URLs are not broken by default.
They are just broken only at certain characters, and this can be customized.

It's also not true that the font formatting cannot be customized.

16 months agoCompletion of Japanese classes, by Koji Yokota (#12658).
Juergen Spitzmueller [Thu, 16 Feb 2023 07:59:27 +0000 (08:59 +0100)]
Completion of Japanese classes, by Koji Yokota (#12658).

16 months ago* cs.po - remerge
Pavel Sanda [Wed, 15 Feb 2023 20:40:21 +0000 (21:40 +0100)]
* cs.po - remerge

16 months ago* cs.po
Pavel Sanda [Wed, 15 Feb 2023 20:27:11 +0000 (21:27 +0100)]
* cs.po

16 months ago* Adv FindAndReplace - add spacer to visually distinguish groupbox.
Pavel Sanda [Wed, 15 Feb 2023 20:25:22 +0000 (21:25 +0100)]
* Adv FindAndReplace - add spacer to visually distinguish groupbox.

16 months agoDisentangle tooltip in Character dialog and FindAndReplace pane.
Pavel Sanda [Wed, 15 Feb 2023 20:18:11 +0000 (21:18 +0100)]
Disentangle tooltip in Character dialog and FindAndReplace pane.

16 months ago* ui: Latex -> LaTeX
Pavel Sanda [Wed, 15 Feb 2023 20:16:39 +0000 (21:16 +0100)]
* ui: Latex -> LaTeX

16 months ago* UserGuide.lyx - add note about linebreaking URL via \usepackage{xurl}.
Pavel Sanda [Wed, 15 Feb 2023 17:29:45 +0000 (18:29 +0100)]
* UserGuide.lyx - add note about linebreaking URL via \usepackage{xurl}.

16 months agotiny correction
Juergen Spitzmueller [Wed, 15 Feb 2023 10:46:37 +0000 (11:46 +0100)]
tiny correction

16 months agoEscape single quotes in bformat string
Juergen Spitzmueller [Wed, 15 Feb 2023 10:45:16 +0000 (11:45 +0100)]
Escape single quotes in bformat string

16 months agode.po
Juergen Spitzmueller [Wed, 15 Feb 2023 10:44:16 +0000 (11:44 +0100)]
de.po

16 months agoAdd some tooltips wrt document backup
Juergen Spitzmueller [Wed, 15 Feb 2023 10:22:19 +0000 (11:22 +0100)]
Add some tooltips wrt document backup

16 months ago* cs.po
Pavel Sanda [Sun, 12 Feb 2023 21:35:38 +0000 (22:35 +0100)]
* cs.po

16 months agowhitespace
Juergen Spitzmueller [Sun, 12 Feb 2023 13:37:35 +0000 (14:37 +0100)]
whitespace

16 months agoSilence warning when unappropriate
Juergen Spitzmueller [Sun, 12 Feb 2023 13:33:27 +0000 (14:33 +0100)]
Silence warning when unappropriate

16 months agoctests: invert unsupported exports of Armenia file
Scott Kostyshak [Sat, 11 Feb 2023 19:57:21 +0000 (14:57 -0500)]
ctests: invert unsupported exports of Armenia file

This new example file is only expected to work with XeTeX and LuaTeX
with system fonts.

16 months agoctests: adapt inverted & ignored to renamings
Scott Kostyshak [Sat, 11 Feb 2023 19:44:47 +0000 (14:44 -0500)]
ctests: adapt inverted & ignored to renamings